Public Member Functions |
| | DtSignalCreateObjectAction (makVrv::DtDe &de, const std::string &path, const QString &title, const makVrf::DtEntityMapperKey &o, const std::string &keywords="", const std::string &menuIcon="", const std::string &toolTip="") |
| virtual | ~DtSignalCreateObjectAction () |
| | 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 QAction * | createAction (makVrv::DtDe &, QWidget *parent) |
Public Attributes |
boost::signal< void(const
DtEntityType &, std::string,
int, const std::vector
< DtVector > &, double, bool,
bool, const QString &)> | signal_createObject |
| | This signal will be sent when the object was signaled to be created via the create manager.
|
Constructor & Destructor Documentation
| makVrf::DtSignalCreateObjectAction::DtSignalCreateObjectAction |
( |
makVrv::DtDe & |
de, |
|
|
const std::string & |
path, |
|
|
const QString & |
title, |
|
|
const makVrf::DtEntityMapperKey & |
o, |
|
|
const std::string & |
keywords = "", |
|
|
const std::string & |
menuIcon = "", |
|
|
const std::string & |
toolTip = "" |
|
) |
| |
| virtual makVrf::DtSignalCreateObjectAction::~DtSignalCreateObjectAction |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual void makVrf::DtSignalCreateObjectAction::slot_createObject |
( |
const DtEntityType & |
, |
|
|
std::string |
, |
|
|
int |
, |
|
|
const std::vector< DtVector > & |
, |
|
|
double |
, |
|
|
bool |
, |
|
|
bool |
|
|
) |
| |
|
protectedvirtual |
Slot called when create manager wants to create an object. Will emit signal.
| virtual void makVrf::DtSignalCreateObjectAction::on_triggered |
( |
| ) |
|
|
protectedvirtual |
| virtual void makVrf::DtSignalCreateObjectAction::slot_creationStopped |
( |
| ) |
|
|
protectedvirtual |
Member Data Documentation
| boost::signal<void (const DtEntityType&, std::string, int, const std::vector<DtVector>&,double,bool, bool, const QString& )> makVrf::DtSignalCreateObjectAction::signal_createObject |
This signal will be sent when the object was signaled to be created via the create manager.
| makVrv::DtDe& makVrf::DtSignalCreateObjectAction::myDe |
|
protected |
| makVrv::DtSignalConnectionManager makVrf::DtSignalCreateObjectAction::myConnectionManager |
|
protected |
| QString makVrf::DtSignalCreateObjectAction::myEntityName |
|
protected |
The documentation for this class was generated from the following file: