![]() |
VR-Forces 4.0.4 Class Documentation
|
class DtCreateObjectAction: More...

Public Slots | |
| virtual void | activateCreateObject () |
| Slots. | |
Signals | |
| void | createObject (const DtEntityMapperKey &o, int f) |
Public Member Functions | |
| DtCreateObjectAction (QObject *parent, const DtEntityMapperKey &o, int f) | |
| Constructor. | |
| virtual | ~DtCreateObjectAction () |
| Destructor. | |
| virtual DtEntityMapperKey | objectType () const |
| virtual int | forceType () const |
Protected Member Functions | |
| DtCreateObjectAction (const DtCreateObjectAction &orig) | |
| Not implemented. | |
| DtCreateObjectAction & | operator= (const DtCreateObjectAction &orig) |
| Not implemented. | |
Protected Attributes | |
| DtEntityMapperKey | myObjectType |
| int | myForceType |
| QString | myKey |
class DtCreateObjectAction:
Instances of DtCreateObjectAction are
| DtCreateObjectAction::DtCreateObjectAction | ( | QObject * | parent, |
| const DtEntityMapperKey & | o, | ||
| int | f | ||
| ) |
Constructor.
| virtual DtCreateObjectAction::~DtCreateObjectAction | ( | ) | [virtual] |
Destructor.
| DtCreateObjectAction::DtCreateObjectAction | ( | const DtCreateObjectAction & | orig | ) | [protected] |
Not implemented.
| virtual DtEntityMapperKey DtCreateObjectAction::objectType | ( | ) | const [virtual] |
| virtual int DtCreateObjectAction::forceType | ( | ) | const [virtual] |
| void DtCreateObjectAction::createObject | ( | const DtEntityMapperKey & | o, |
| int | f | ||
| ) | [signal] |
| virtual void DtCreateObjectAction::activateCreateObject | ( | ) | [virtual, slot] |
Slots.
| DtCreateObjectAction& DtCreateObjectAction::operator= | ( | const DtCreateObjectAction & | orig | ) | [protected] |
Not implemented.
DtEntityMapperKey DtCreateObjectAction::myObjectType [protected] |
int DtCreateObjectAction::myForceType [protected] |
QString DtCreateObjectAction::myKey [protected] |