![]() |
VR-Forces 5.0.1 Developer's Guide
|
Global menu item for toggling transmission lines.

Public Member Functions | |
| DtRadioCommunicationsMenuItem (DtDe &de) | |
| virtual | ~DtRadioCommunicationsMenuItem () |
| QAction * | createAction (DtDe &de, QWidget *parent) |
Public Member Functions inherited from makVrv::DtCheckedItem | |
| DtCheckedItem (DtDe &de, const std::string &className) | |
| virtual | ~DtCheckedItem () |
| virtual void | on_settingChanged (bool value) |
| void | updateValue () |
Public Member Functions inherited from makVrv::DtMenuItem | |
| DtMenuItem (const std::string &menuItemIdName) | |
| virtual | ~DtMenuItem () |
| virtual const std::string & | menuItemIdName () const |
Protected Member Functions | |
| virtual void | setValue (bool value) |
| virtual bool | getValue () const |
Protected Member Functions inherited from makVrv::DtCheckedItem | |
| virtual void | on_triggered () |
Additional Inherited Members | |
Protected Slots inherited from makVrv::DtMenuItem | |
| virtual void | on_checkStateChanged (bool) |
| virtual void | on_aboutToShow () |
Protected Attributes inherited from makVrv::DtCheckedItem | |
| bool | myState |
| QString | myOnText |
| QString | myOffText |
| QString | myToolTip |
| DtQIconConfigurations | myIconConfigurations |
| QAction * | myAction |
| DtDe & | myDe |
Protected Attributes inherited from makVrv::DtMenuItem | |
| std::string | myMenuIdName |
| makVrv::DtRadioCommunicationsMenuItem::DtRadioCommunicationsMenuItem | ( | DtDe & | de | ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Creates the action that is performed when the menu item is pressed. Connects to signals indicating the setting has changed.
Reimplemented from makVrv::DtCheckedItem.
|
protectedvirtual |
Updates the setting value in the manager.
Implements makVrv::DtCheckedItem.
|
protectedvirtual |
Gets the setting value from the manager.
Implements makVrv::DtCheckedItem.