#include <axlInspectorObjectDataDynamic.h>
Public Slots | |
void | setData (axlDataDynamic *dynamicData) |
Public Slots inherited from axlInspectorObjectInterface | |
virtual void | setData (dtkAbstractData *data) |
Public Member Functions | |
axlInspectorObjectDataDynamic (QWidget *parent=0) | |
~axlInspectorObjectDataDynamic (void) | |
QSize | sizeHint (void) const |
Public Member Functions inherited from axlInspectorObjectInterface | |
axlInspectorObjectInterface (QWidget *parent=0) | |
virtual | ~axlInspectorObjectInterface (void) |
void | setObjectFactorySingleton (axlInspectorObjectFactory *objectFactorySingleton) |
axlInspectorObjectFactory * | objectFactorySingleton (void) |
void | initComboBoxShaderValue (QComboBox *comboBoxShader, QLineEdit *lineEditShader) |
QString | filePath (const QString &shader) |
Additional Inherited Members | |
Signals inherited from axlInspectorObjectInterface | |
void | dataChangedByGeometry (dtkAbstractData *data) |
void | showCurrentPoint (double u, double v, dtkAbstractData *data) |
void | hideCurrentPoint (double u, double v, dtkAbstractData *data) |
void | moveCurrentPoint (double u, double v, dtkAbstractData *data) |
void | tubeFilterRadiusChanged (dtkAbstractData *data, double radius) |
void | updateStateColor (dtkAbstractData *data, int i) |
void | modifiedProperty (dtkAbstractData *, int) |
void | update () |
Protected Attributes inherited from axlInspectorObjectInterface | |
axlInspectorObjectFactory * | m_objectFactorySingleton |
Definition at line 29 of file axlInspectorObjectDataDynamic.h.
axlInspectorObjectDataDynamic::axlInspectorObjectDataDynamic | ( | QWidget * | parent = 0 | ) |
Definition at line 47 of file axlInspectorObjectDataDynamic.cpp.
axlInspectorObjectDataDynamic::~axlInspectorObjectDataDynamic | ( | void | ) |
Definition at line 66 of file axlInspectorObjectDataDynamic.cpp.
|
slot |
Definition at line 78 of file axlInspectorObjectDataDynamic.cpp.
QSize axlInspectorObjectDataDynamic::sizeHint | ( | void | ) | const |
Definition at line 73 of file axlInspectorObjectDataDynamic.cpp.