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

Public Member Functions | |
| DtEntityMenu (makVrv::DtDe &) | |
| CTOR. | |
| virtual | ~DtEntityMenu () |
| DTOR. | |
| virtual QMenu * | createMenu (makVrv::DtDe &, QWidget *parent) |
| Build a menu. | |
| virtual DtEntityMenu * | 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 DtEntityMenu & | instance (makVrv::DtDe &) |
| static DtEntityMenu * | 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 |
CTOR.
| virtual makVrf::DtEntityMenu::~DtEntityMenu | ( | ) | [virtual] |
DTOR.
| virtual QMenu* makVrf::DtEntityMenu::createMenu | ( | makVrv::DtDe & | , |
| QWidget * | parent | ||
| ) | [virtual] |
Build a menu.
Implements makVrv::DtMenu.
| static DtEntityMenu& makVrf::DtEntityMenu::instance | ( | makVrv::DtDe & | ) | [static] |
| static DtEntityMenu* makVrf::DtEntityMenu::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 DtEntityMenu* makVrf::DtEntityMenu::newInstance | ( | ) | [virtual] |
| virtual DtSubMenuConfiguration& makVrf::DtEntityMenu::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::DtEntityMenu::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::DtEntityMenu::createMenuConfiguration | ( | makVrv::DtDe & | de | ) | [protected, virtual] |
Called to initially create the menu configuration.
Implements makVrf::DtConfigurableMenu.
DtConfigurableMenuAssembler* makVrf::DtEntityMenu::theMenuAssembler [static, protected] |
Variables used to store initial menu configuration.
DtSubMenuConfiguration* makVrf::DtEntityMenu::theMenuConfiguration [static, protected] |