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

Signals | |
| void | createObject (const DtEntityMapperKey &, int force, const std::string &) |
Public Member Functions | |
| DtCreateObjectAction (const std::string &path, const QString &title, const DtEntityMapperKey &o, const std::string &keywords="", const std::string &menuIcon="", const std::string &toolTip="") | |
| Constructor. | |
| virtual | ~DtCreateObjectAction () |
| Destructor. | |
| virtual DtEntityMapperKey | objectType () const |
| virtual int | forceType () const |
| virtual const std::string & | keywords () const |
| virtual const std::string & | menuIcon () const |
| virtual const std::string & | toolTip () const |
| virtual void | setSignalOnCreate (DtCreationSignalType creationSignal) |
| Set to true to have this action specify that it should signal on create rather than create the object on the network. | |
| virtual DtCreationSignalType | signalOnCreate () const |
| virtual void | on_triggered () |
| virtual QAction * | createAction (makVrv::DtDe &, QWidget *parent) |
| Build a menu item (via an action). | |
Public Member Functions inherited from makVrv::DtMenuItem | |
| DtMenuItem (const std::string &menuItemIdName) | |
| CTOR. | |
| virtual | ~DtMenuItem () |
| DTOR. | |
| 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. | |
Protected Member Functions | |
| virtual void | setIconFromTick (makVrv::DtDe *de, QAction *act) |
| Only should be called in response to a De tick. | |
Protected Attributes | |
| DtEntityMapperKey | myObjectType |
| QString | myTitle |
| DtCreationSignalType | mySignalOnCreate |
| std::string | myKeywords |
| std::string | myToolTip |
| std::string | myMenuIcon |
Protected Attributes inherited from makVrv::DtMenuItem | |
| std::string | myMenuIdName |
Private Member Functions | |
| DtCreateObjectAction (const DtCreateObjectAction &orig) | |
| Not implemented. | |
| DtCreateObjectAction & | operator= (const DtCreateObjectAction &orig) |
| Not implemented. | |
Additional Inherited Members | |
Protected Slots inherited from makVrv::DtMenuItem | |
| virtual void | on_checkStateChanged (bool) |
| virtual void | on_aboutToShow () |
| makVrf::DtCreateObjectAction::DtCreateObjectAction | ( | const std::string & | path, |
| const QString & | title, | ||
| const DtEntityMapperKey & | o, | ||
| const std::string & | keywords = "", |
||
| const std::string & | menuIcon = "", |
||
| const std::string & | toolTip = "" |
||
| ) |
Constructor.
|
virtual |
Destructor.
|
private |
Not implemented.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Set to true to have this action specify that it should signal on create rather than create the object on the network.
Default is false
|
virtual |
|
virtual |
Reimplemented from makVrv::DtMenuItem.
Reimplemented in makVrf::DtSimulationBasedCreateObjectAction, and makVrf::DtSignalCreateObjectAction.
|
virtual |
Build a menu item (via an action).
Implements makVrv::DtMenuItem.
Reimplemented in makVrf::DtSimulationBasedCreateObjectAction.
|
protectedvirtual |
Only should be called in response to a De tick.
Set up when an action is created before the de is initialized
|
signal |
|
private |
Not implemented.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |