|
Developer Documentation
|
Go to the source code of this file.
Classes | |
| class | ContextMenuInterface |
| Interface class for creating custom context menus. More... | |
Enumerations | |
| enum | ContextMenuType { CONTEXTOBJECTMENU , CONTEXTNODEMENU , CONTEXTBACKGROUNDMENU } |
Interface for adding context menus to OpenFlippers UI from a plugin.Context Menu Interface
Definition in file ContextMenuInterface.hh.
| enum ContextMenuType |
Enum to specify the type of context menus
| Enumerator | |
|---|---|
| CONTEXTOBJECTMENU | The Menu will be shown when an object was picked. |
| CONTEXTNODEMENU | The Menu will be shown when a node was picked. |
| CONTEXTBACKGROUNDMENU | The Menu will be shown when the background was picked. |
Definition at line 56 of file ContextMenuInterface.hh.