#include <axlInspectorToolCreator.h>
Public Slots | |
virtual void | run (void) |
Signals | |
void | dataInserted (axlAbstractData *data) |
Signals inherited from axlInspectorToolInterface | |
void | update (void) |
void | modifiedProperty (dtkAbstractData *data, int) |
void | dataChanged (dtkAbstractData *data) |
void | dataChangedByControlPoints (dtkAbstractData *) |
void | dataChangedByShader (dtkAbstractData *data, QString isophoteShaderXml) |
void | dataChangedByShaderFromString (dtkAbstractData *data, QString isophoteShaderXml) |
void | dataSetToRemove (QList< dtkAbstractData * > data) |
void | dataSetFieldsChanged (QList< axlAbstractData * > dataSet, QString fieldName) |
void | finished (void) |
Public Member Functions | |
axlInspectorToolCreator (QWidget *parent=0) | |
~axlInspectorToolCreator (void) | |
virtual void | setController (axlInspectorObjectController *controller) |
virtual QList< axlAbstractData * > | returnInputsList (void) |
Public Member Functions inherited from axlInspectorToolInterface | |
axlInspectorToolInterface (QWidget *parent=0) | |
virtual | ~axlInspectorToolInterface (void) |
void | setImplementation (const QString &implementation) |
void | setView (axlAbstractView *view) |
void | setToolFactorySingleton (axlInspectorToolFactory *toolFactorySingleton) |
axlInspectorToolFactory * | toolFactorySingleton (void) |
Additional Inherited Members | |
Protected Attributes inherited from axlInspectorToolInterface | |
axlAbstractView * | m_view |
axlInspectorObjectController * | m_controller |
dtkAbstractProcess * | m_process |
QList< dtkAbstractData * > | dataSet |
Definition at line 33 of file axlInspectorToolCreator.h.
axlInspectorToolCreator::axlInspectorToolCreator | ( | QWidget * | parent = 0 | ) |
Definition at line 36 of file axlInspectorToolCreator.cpp.
axlInspectorToolCreator::~axlInspectorToolCreator | ( | void | ) |
Definition at line 41 of file axlInspectorToolCreator.cpp.
|
signal |
|
virtual |
Reimplemented in axlInspectorToolCreatorCone, axlInspectorToolCreatorCylinder, axlInspectorToolCreatorSphere, axlInspectorToolCreatorEllipsoid, axlInspectorToolCreatorTorus, axlInspectorToolCreatorLine, axlInspectorToolCreatorPlane, and axlInspectorToolCreatorCircleArc.
Definition at line 53 of file axlInspectorToolCreator.cpp.
|
virtualslot |
Definition at line 60 of file axlInspectorToolCreator.cpp.
|
virtual |
Reimplemented from axlInspectorToolInterface.
Reimplemented in axlInspectorToolCreatorCone, axlInspectorToolCreatorCylinder, axlInspectorToolCreatorSphere, axlInspectorToolCreatorEllipsoid, axlInspectorToolCreatorTorus, axlInspectorToolCreatorLine, axlInspectorToolCreatorPlane, axlInspectorToolCreatorPoint, and axlInspectorToolCreatorCircleArc.
Definition at line 48 of file axlInspectorToolCreator.cpp.