#include <axlInspectorObjectCone.h>
Public Slots | |
void | setData (axlCone *cone) |
void | onCoordDataChangedApex_x (double x) |
void | onCoordDataChangedApex_y (double y) |
void | onCoordDataChangedApex_z (double z) |
void | onCoordDataChangedBasePoint_x (double x) |
void | onCoordDataChangedBasePoint_y (double y) |
void | onCoordDataChangedBasePoint_z (double z) |
void | onRadiusChanged (double radius) |
void | onColorChanged (QColor color) |
void | onOpacityChanged (int opacity) |
void | openShader (void) |
void | onShaderStateChanged (bool isShader) |
void | onShaderChanged (QString) |
void | onLineEditShaderChanged (QString) |
void | updateValues (void) |
Public Slots inherited from axlInspectorObjectInterface | |
virtual void | setData (dtkAbstractData *data) |
Public Member Functions | |
axlInspectorObjectCone (QWidget *parent=0) | |
~axlInspectorObjectCone (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 32 of file axlInspectorObjectCone.h.
axlInspectorObjectCone::axlInspectorObjectCone | ( | QWidget * | parent = 0 | ) |
Definition at line 57 of file axlInspectorObjectCone.cpp.
axlInspectorObjectCone::~axlInspectorObjectCone | ( | void | ) |
Definition at line 83 of file axlInspectorObjectCone.cpp.
|
slot |
Definition at line 242 of file axlInspectorObjectCone.cpp.
|
slot |
Definition at line 193 of file axlInspectorObjectCone.cpp.
|
slot |
Definition at line 200 of file axlInspectorObjectCone.cpp.
|
slot |
Definition at line 207 of file axlInspectorObjectCone.cpp.
|
slot |
Definition at line 214 of file axlInspectorObjectCone.cpp.
|
slot |
Definition at line 221 of file axlInspectorObjectCone.cpp.
|
slot |
Definition at line 228 of file axlInspectorObjectCone.cpp.
|
slot |
Definition at line 130 of file axlInspectorObjectCone.cpp.
|
slot |
Definition at line 256 of file axlInspectorObjectCone.cpp.
|
slot |
Definition at line 235 of file axlInspectorObjectCone.cpp.
|
slot |
Definition at line 165 of file axlInspectorObjectCone.cpp.
|
slot |
Definition at line 174 of file axlInspectorObjectCone.cpp.
|
slot |
Definition at line 156 of file axlInspectorObjectCone.cpp.
|
slot |
Definition at line 95 of file axlInspectorObjectCone.cpp.
QSize axlInspectorObjectCone::sizeHint | ( | void | ) | const |
Definition at line 90 of file axlInspectorObjectCone.cpp.
|
slot |
Definition at line 272 of file axlInspectorObjectCone.cpp.