KitList Member List
This is the complete list of members for
KitList, including all inherited members.
add_item(const string name) | KitList | |
add_item(const string name, long cat_id) | KitList | |
append_items_to_category(long from_cat_id, long to_cat_id, item_choice choice) | KitList | |
associate_item_with_category(long id, long cat_id) | KitList | |
delete_category(long id) | KitList | |
delete_item(long id) | KitList | |
execute(ItemContainer &items, ItemFunctor &functor) | KitList | |
get_dao() | KitList | [inline] |
KitList(const string dbname, const string user, const string port, bool verbose=false) | KitList | |
list_categories() | KitList | |
list_item(Item &item) | KitList | |
list_items(Category &c) | KitList | |
list_items(ItemContainer &items) | KitList | |
list_items(long cat_id, item_choice choice) | KitList | |
list_items_end(bool empty_list, size_t count) | KitList | |
list_items_start(bool empty_list) | KitList | |
m_dao | KitList | [protected] |
new_category(const string name) | KitList | |
on_list_item(Item &item) | KitList | |
remove_item_from_category(long id, long cat_id) | KitList | |
set_all_flags() | KitList | |
set_category_flag(long id) | KitList | |
set_item_flag(long id) | KitList | |
tick_items(Category &c) | KitList | |
tick_items(ItemContainer &items) | KitList | |
tick_items(long cat_id, item_choice choice) | KitList | |
unset_all_flags() | KitList | |
unset_category_flag(long id) | KitList | |
unset_item_flag(long id) | KitList | |
~KitList() | KitList | |