![]() |
VR-Forces 4.0.4 Class Documentation
|
Global menu item for toggling transmission lines. More...

Public Member Functions | |
| DtRadioCommunicationsMenuItem (DtDe &de) | |
| CTOR. | |
| virtual | ~DtRadioCommunicationsMenuItem () |
| DTOR. | |
| QAction * | createAction (DtDe &de, QWidget *parent) |
| Creates the action that is performed when the menu item is pressed. | |
| virtual void | setValue (bool value) |
| Updates the setting value in the manager. | |
| virtual bool | getValue () const |
| Gets the setting value from the manager. | |
Global menu item for toggling transmission lines.
| virtual makVrv::DtRadioCommunicationsMenuItem::~DtRadioCommunicationsMenuItem | ( | ) | [virtual] |
DTOR.
| QAction* makVrv::DtRadioCommunicationsMenuItem::createAction | ( | DtDe & | de, |
| QWidget * | parent | ||
| ) | [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.
| virtual void makVrv::DtRadioCommunicationsMenuItem::setValue | ( | bool | value | ) | [virtual] |
Updates the setting value in the manager.
Implements makVrv::DtCheckedItem.
| virtual bool makVrv::DtRadioCommunicationsMenuItem::getValue | ( | ) | const [virtual] |
Gets the setting value from the manager.
Implements makVrv::DtCheckedItem.