![]() |
VR-Forces 5.0.2 Developer's Guide
|
An Item builder for the create sensor view menu. The menu id string is "DtCreateSensorViewMenu".

Public Member Functions | |
| DtCreateSensorViewMenu (DtDe &) | |
| virtual | ~DtCreateSensorViewMenu () |
| virtual QMenu * | createMenu (DtDe &, QWidget *parent) |
Public Member Functions inherited from makVrv::DtMenu | |
| DtMenu (DtDe &de, const std::string &menuIdName) | |
| virtual | ~DtMenu () |
| virtual const std::string & | menuIdName () const |
Protected Slots | |
| virtual void | onAboutToShow (QWidget *menuWidget) |
Protected Attributes | |
| QSignalMapper * | myMenuSignalMapper |
Protected Attributes inherited from makVrv::DtMenu | |
| DtDe & | myDe |
| std::string | myMenuIdName |
| makVrv::DtCreateSensorViewMenu::DtCreateSensorViewMenu | ( | DtDe & | ) |
CTOR.
|
virtual |
DTOR.
Builds the "Create Sensor View" menu and connects the onAboutToShow slot.
Implements makVrv::DtMenu.
|
protectedvirtualslot |
If there is a single entity selected, DtCreateSensorViewItems are created for it and added to the menu. Otherwise the menu is disabled.
|
protected |