DtVrfMainMenu Main accessor for modifying items in the menu bar. Used primarily to modify items in the menu bar particularly from plugins. Similar to other such classes which are divided up among multiple DtConfigurableMenu overrides.
- Examples
-
| virtual makVrf::DtVrfMainMenu::~DtVrfMainMenu |
( |
| ) |
|
|
overridevirtual |
Destructor for this class. Likely this should only be destroyed if you have a good reason to do so since it is a singleton.
The constructor is protected in this class as this class should be accessed with the instance() function.
Get the instance of this object. It is static so don't delete it unless you have a good reason to do so.
Gets the menu configuration for this class used to add/remove menu paths from the menu bar.
Reimplemented from makVrf::DtConfigurableMenu.
Gets the menu assembler for this class used to register/unregister menu/items to/from the menu bar. This accessor is not entirely needed as there are the functions that do this for you in this class (inherited) and only really used if you specifically want to register menus/items from other menus.
Reimplemented from makVrf::DtConfigurableMenu.
| virtual void makVrf::DtVrfMainMenu::createMenuConfiguration |
( |
makVrv::DtDe & |
| ) |
|
|
overrideprotectedvirtual |
Overridden function from base class. If you override this class for any reason, you should not override this function.
Reimplemented from makVrf::DtConfigurableMenu.
Overridden function from base class. If you override this class for any reason, you should not override this function.
Implements makVrv::DtMenu.
The documentation for this class was generated from the following file:
- /data/exports/nrhent7-1/nightly/docs/vrForces.vrf5-2-branch/include/vrfGuiCoreQt/vrfMainMenu.h