![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtSetMenu (makVrv::DtDe &, const std::string &menuIdName=DtSetMenuId) | |
| CTOR. | |
| virtual | ~DtSetMenu () |
| DTOR. | |
| virtual QMenu * | createMenu (makVrv::DtDe &, QWidget *parent) |
| Build a menu. | |
| virtual DtSetMenu * | newInstance () |
| virtual DtSubMenuConfiguration & | menuConfiguration () |
| Returns the configuration for the menu to be used in the master mode. May be effected directly. | |
| virtual DtConfigurableMenuAssembler & | menuAssembler () |
| Returns the configuration for the menu to be used in the master mode. May be effected directly. | |
Static Public Member Functions | |
| static DtSetMenu & | instance (makVrv::DtDe &) |
| static DtSetMenu * | menuInstance (makVrv::DtDe &) |
| Return a new copy, not the registered copy. | |
Protected Member Functions | |
| virtual void | createMenuConfiguration (makVrv::DtDe &de) |
| Called to initially create the menu configuration. | |
Static Protected Attributes | |
| static DtConfigurableMenuAssembler * | theMenuAssembler |
| Variables used to store initial menu configuration. | |
| static DtSubMenuConfiguration * | theMenuConfiguration |
| makVrf::DtSetMenu::DtSetMenu | ( | makVrv::DtDe & | , |
| const std::string & | menuIdName = DtSetMenuId |
||
| ) |
CTOR.
| virtual makVrf::DtSetMenu::~DtSetMenu | ( | ) | [virtual] |
DTOR.
| virtual QMenu* makVrf::DtSetMenu::createMenu | ( | makVrv::DtDe & | , |
| QWidget * | parent | ||
| ) | [virtual] |
| static DtSetMenu& makVrf::DtSetMenu::instance | ( | makVrv::DtDe & | ) | [static] |
| static DtSetMenu* makVrf::DtSetMenu::menuInstance | ( | makVrv::DtDe & | ) | [static] |
Return a new copy, not the registered copy.
It will do this by calling the newInstance method on the currently registered version. newInstance needs to be overridden by subclasses to return their own new instance
| virtual DtSetMenu* makVrf::DtSetMenu::newInstance | ( | ) | [virtual] |
| virtual DtSubMenuConfiguration& makVrf::DtSetMenu::menuConfiguration | ( | ) | [virtual] |
Returns the configuration for the menu to be used in the master mode. May be effected directly.
Implements makVrf::DtConfigurableMenu.
| virtual DtConfigurableMenuAssembler& makVrf::DtSetMenu::menuAssembler | ( | ) | [virtual] |
Returns the configuration for the menu to be used in the master mode. May be effected directly.
Implements makVrf::DtConfigurableMenu.
| virtual void makVrf::DtSetMenu::createMenuConfiguration | ( | makVrv::DtDe & | de | ) | [protected, virtual] |
Called to initially create the menu configuration.
Implements makVrf::DtConfigurableMenu.
DtConfigurableMenuAssembler* makVrf::DtSetMenu::theMenuAssembler [static, protected] |
Variables used to store initial menu configuration.
DtSubMenuConfiguration* makVrf::DtSetMenu::theMenuConfiguration [static, protected] |