23 #ifndef GUI_SHORTCUT_SHORTCUTBASE_H
24 #define GUI_SHORTCUT_SHORTCUTBASE_H
46 const std::string &colorName,
94 void setItem(
const size_t index);
129 void clear(
const bool isSave);
ShortcutBase(const std::string &itemName, const std::string &colorName, const int maxSize)
void setItemSelected(const int itemId)
void clear(const bool isSave)
bool isItemSelected() const
ItemColor mItemColorSelected
int getItemSelected() const
int getItem(const size_t index) const
void setItem(const size_t index)
ItemColor getItemColor(const size_t index) const
void setItems(const size_t index, const int itemId, const ItemColor color)
void removeItem(const size_t index)
#define A_DELETE_COPY(func)