This is the complete list of members for ot::MenuCfg, including all inherited members.
add(MenuEntryCfg *_entry) | ot::MenuCfg | |
addButton(const std::string &_name, const std::string &_text, const std::string &_iconPath=std::string(), MenuButtonCfg::ButtonAction _action=MenuButtonCfg::ButtonAction::NotifyOwner) | ot::MenuCfg | |
addMenu(const std::string &_name, const std::string &_text, const std::string &_iconPath=std::string()) | ot::MenuCfg | |
addSeparator(void) | ot::MenuCfg | |
addToJsonObject(ot::JsonValue &_object, ot::JsonAllocator &_allocator) const override | ot::MenuCfg | virtual |
Button enum value | ot::MenuEntryCfg | |
createCopy(void) const override | ot::MenuCfg | virtual |
EntryType enum name | ot::MenuEntryCfg | |
entryTypeJsonKey(void) | ot::MenuEntryCfg | static |
findMenuButton(const std::string &_name) const | ot::MenuCfg | |
getEntries(void) const | ot::MenuCfg | inline |
getIconPath(void) const | ot::MenuClickableEntryCfg | inline |
getMenuEntryType(void) const override | ot::MenuCfg | inlinevirtual |
getName(void) const | ot::MenuClickableEntryCfg | inline |
getText(void) const | ot::MenuClickableEntryCfg | inline |
getToolTip(void) const | ot::MenuClickableEntryCfg | inline |
isEmpty(void) const | ot::MenuCfg | |
Menu enum value | ot::MenuEntryCfg | |
MenuCfg() | ot::MenuCfg | |
MenuCfg(const std::string &_name, const std::string &_text, const std::string &_iconPath=std::string()) | ot::MenuCfg | |
MenuCfg(const MenuCfg &_other) | ot::MenuCfg | |
MenuCfg(const ot::ConstJsonObject &_object) | ot::MenuCfg | |
MenuClickableEntryCfg() | ot::MenuClickableEntryCfg | |
MenuClickableEntryCfg(const std::string &_name, const std::string &_text, const std::string &_iconPath=std::string()) | ot::MenuClickableEntryCfg | |
MenuClickableEntryCfg(const MenuClickableEntryCfg &_other) | ot::MenuClickableEntryCfg | |
MenuEntryCfg() | ot::MenuEntryCfg | |
MenuEntryCfg(const MenuEntryCfg &_other) | ot::MenuEntryCfg | |
operator=(const MenuCfg &_other) | ot::MenuCfg | |
ot::MenuClickableEntryCfg::operator=(const MenuClickableEntryCfg &_other) | ot::MenuClickableEntryCfg | |
ot::MenuEntryCfg::operator=(const MenuEntryCfg &_other) | ot::MenuEntryCfg | |
Separator enum value | ot::MenuEntryCfg | |
Serializable() | ot::Serializable | inline |
setFromJsonObject(const ot::ConstJsonObject &_object) override | ot::MenuCfg | virtual |
setIconPath(const std::string &_iconPath) | ot::MenuClickableEntryCfg | inline |
setName(const std::string &_name) | ot::MenuClickableEntryCfg | inline |
setText(const std::string &_text) | ot::MenuClickableEntryCfg | inline |
setToolTip(const std::string &_toolTip) | ot::MenuClickableEntryCfg | inline |
stringToEntryType(const std::string &_type) | ot::MenuEntryCfg | static |
toString(EntryType _type) | ot::MenuEntryCfg | static |
~MenuCfg() | ot::MenuCfg | virtual |
~MenuClickableEntryCfg() | ot::MenuClickableEntryCfg | virtual |
~MenuEntryCfg() | ot::MenuEntryCfg | virtual |
~Serializable() | ot::Serializable | inlinevirtual |