![]() |
VR-Forces 4.10 Class Documentation
|
The radio item will present the user with a list of tasks or sets that are valid for the simulation objects that are selected to apply them to. More...

Public Member Functions | |
| DtRadioItem (makVrv::DtDe &de, const std::string &className) | |
| virtual | ~DtRadioItem () |
Public Member Functions inherited from makVrf::DtVrfTaskSetMenuItem | |
| DtVrfTaskSetMenuItem (const std::string &, makVrv::DtDe &, bool addToolbarItem=true) | |
| Constructor to specify the name of the menu item, but not the title. More... | |
| virtual | ~DtVrfTaskSetMenuItem () |
| Destructor. More... | |
Public Member Functions inherited from makVrv::DtMenuItem | |
| DtMenuItem (const std::string &menuItemIdName) | |
| CTOR. More... | |
| virtual | ~DtMenuItem () |
| DTOR. More... | |
| virtual const std::string & | menuItemIdName () const |
| Get the menu id name, the menu id name is not the same thing as the visible menu text. More... | |
| virtual QAction * | createAction (DtDe &, QWidget *parent)=0 |
| Build a menu item (via an action). More... | |
Additional Inherited Members | |
Signals inherited from makVrf::DtVrfTaskSetMenuItem | |
| void | emitOnAboutToShow () |
Protected Slots inherited from makVrv::DtMenuItem | |
| virtual void | on_checkStateChanged (bool) |
Protected Member Functions inherited from makVrf::DtVrfTaskSetMenuItem | |
| virtual QAction * | registerMenuItem (const QString &title, QWidget *parent, int iAction, const QString &iconBaseName) |
| Registers the menu item with the necessary gui components. More... | |
| virtual void | on_triggered () |
| The action performed when the menu item is selected. More... | |
| virtual void | on_aboutToShow () |
| Called when the menu item is about to show. More... | |
| virtual DtVrfTaskSetAction * | createAction (QWidget *parent) |
| Override to return custom subclass of DtVrfTaskSetAction. More... | |
| virtual bool | availableInPlan () const |
| return myAvailableInPlan value More... | |
Protected Attributes inherited from makVrf::DtVrfTaskSetMenuItem | |
| makVrv::DtDe & | myDe |
| bool | myAvailableInPlan |
| a flag to mark the task/set action availibility in plans. default is true More... | |
Protected Attributes inherited from makVrv::DtMenuItem | |
| std::string | myMenuIdName |
The radio item will present the user with a list of tasks or sets that are valid for the simulation objects that are selected to apply them to.
| makVrf::DtRadioItem::DtRadioItem | ( | makVrv::DtDe & | de, |
| const std::string & | className | ||
| ) |
|
virtual |