#include "category.hpp"
#include "item.hpp"
#include "kitmodel.hpp"
#include <string>
Go to the source code of this file.
Classes | |
class | KitListDao |
Defines the methods that an implementation of this class must implement. More... | |
Defines | |
#define | KIT_LIST_DAO_H 1 |
Enumerations | |
enum | item_choice { ALL_ITEMS, CHECKED_ITEMS, UNCHECKED_ITEMS } |
#define KIT_LIST_DAO_H 1 |
Definition at line 24 of file kitlistdao.hpp.
enum item_choice |
Options for selecting all items, only checked items, or only unchecked items.
Definition at line 36 of file kitlistdao.hpp.