#include <axlInspectorToolFactory.h>
Signals | |
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 | |
axlInspectorToolInterface (QWidget *parent=0) | |
virtual | ~axlInspectorToolInterface (void) |
virtual void | setController (axlInspectorObjectController *controller) |
void | setImplementation (const QString &implementation) |
void | setView (axlAbstractView *view) |
void | setToolFactorySingleton (axlInspectorToolFactory *toolFactorySingleton) |
axlInspectorToolFactory * | toolFactorySingleton (void) |
Protected Attributes | |
axlAbstractView * | m_view |
axlInspectorObjectController * | m_controller |
dtkAbstractProcess * | m_process |
QList< dtkAbstractData * > | dataSet |
Definition at line 42 of file axlInspectorToolFactory.h.
axlInspectorToolInterface::axlInspectorToolInterface | ( | QWidget * | parent = 0 | ) |
Definition at line 41 of file axlInspectorToolFactory.cpp.
|
virtual |
Definition at line 51 of file axlInspectorToolFactory.cpp.
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
virtual |
Reimplemented in axlInspectorToolCreatorCone, axlInspectorToolCreatorCylinder, axlInspectorToolCreatorSphere, axlInspectorToolCreatorEllipsoid, axlInspectorToolCreatorTorus, axlInspectorToolCreatorLine, axlInspectorToolCreatorPlane, axlInspectorToolCreatorPoint, axlInspectorToolCreatorCircleArc, and axlInspectorToolCreator.
Definition at line 63 of file axlInspectorToolFactory.cpp.
void axlInspectorToolInterface::setImplementation | ( | const QString & | implementation | ) |
Definition at line 68 of file axlInspectorToolFactory.cpp.
void axlInspectorToolInterface::setToolFactorySingleton | ( | axlInspectorToolFactory * | toolFactorySingleton | ) |
Definition at line 82 of file axlInspectorToolFactory.cpp.
void axlInspectorToolInterface::setView | ( | axlAbstractView * | view | ) |
Definition at line 98 of file axlInspectorToolFactory.cpp.
axlInspectorToolFactory * axlInspectorToolInterface::toolFactorySingleton | ( | void | ) |
Definition at line 87 of file axlInspectorToolFactory.cpp.
|
signal |
|
protected |
Definition at line 73 of file axlInspectorToolFactory.h.
|
protected |
Definition at line 71 of file axlInspectorToolFactory.h.
|
protected |
Definition at line 72 of file axlInspectorToolFactory.h.
|
protected |
Definition at line 70 of file axlInspectorToolFactory.h.