![]() |
ImFusion SDK 4.3
|
This is the complete list of members for Menu, including all inherited members.
| addAction(const std::string &title, Action::ActivationCallback activationCallback, const std::string &description="", std::shared_ptr< TypedImage< uint8_t > > icon=nullptr) | Menu | |
| addRadioAction(const std::string &title, bool checkState, Action::ActivationCallback activationCallback, const std::string &description="", std::shared_ptr< TypedImage< uint8_t > > icon=nullptr) | Menu | |
| addSeparator(const std::string &title="", const std::string &description="") | Menu | |
| addSubmenu(Menu &&m) | Menu | |
| addToggleAction(const std::string &title, bool checkState, Action::ActivationCallback activationCallback, const std::string &description="", std::shared_ptr< TypedImage< uint8_t > > icon=nullptr) | Menu | |
| appendMenu(Menu otherMenu) | Menu | |
| clearItems() | Menu | |
| description() const (defined in Menu) | Menu | inline |
| icon() const (defined in Menu) | Menu | inline |
| insertItem(Item &&item, int position=-1) | Menu | |
| isEmpty() const | Menu | |
| Item typedef | Menu | |
| items() const | Menu | inline |
| items() (defined in Menu) | Menu | inline |
| Menu(const std::string &title="", const std::string &description="") | Menu | explicit |
| setIcon(std::shared_ptr< TypedImage< uint8_t > > icon) | Menu | |
| title() const (defined in Menu) | Menu | inline |