|
Developer Documentation
|
Go to the source code of this file.
Classes | |
| class | MenuInterface |
| Interface for all plugins which provide entries to the main menubar. More... | |
Macros | |
| #define | FILEMENU tr("File") |
| The Menu will be added inside the File Menu. | |
| #define | VIEWMENU tr("View") |
| The Menu will be added inside the View Menu. | |
| #define | TOOLSMENU tr("Tools") |
| The Menu will be added inside the Tools Menu. | |
| #define | ALGORITHMMENU tr("Algorithms") |
| The Menu will be added inside the Algorithms Menu. | |
| #define | PYTHONMENU tr("Python") |
| The Menu will be added inside the Python Menu. | |
Interface for adding per plugin toolboxes to OpenFlippers UI.Menu Interface
Definition in file MenuInterface.hh.
| #define ALGORITHMMENU tr("Algorithms") |
The Menu will be added inside the Algorithms Menu.
Definition at line 60 of file MenuInterface.hh.
| #define FILEMENU tr("File") |
The Menu will be added inside the File Menu.
Definition at line 51 of file MenuInterface.hh.
| #define PYTHONMENU tr("Python") |
The Menu will be added inside the Python Menu.
Definition at line 63 of file MenuInterface.hh.
| #define TOOLSMENU tr("Tools") |
The Menu will be added inside the Tools Menu.
Definition at line 57 of file MenuInterface.hh.
| #define VIEWMENU tr("View") |
The Menu will be added inside the View Menu.
Definition at line 54 of file MenuInterface.hh.