#include <axlInspectorObjectCylinder.h>
Public Slots | |
void | setData (axlCylinder *cylinder) |
void | onCoordDataChangedFirst_x (double x) |
void | onCoordDataChangedFirst_y (double y) |
void | onCoordDataChangedFirst_z (double z) |
void | onCoordDataChangedSecond_x (double x) |
void | onCoordDataChangedSecond_y (double y) |
void | onCoordDataChangedSecond_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 | |
axlInspectorObjectCylinder (QWidget *parent=0) | |
~axlInspectorObjectCylinder (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 axlInspectorObjectCylinder.h.
axlInspectorObjectCylinder::axlInspectorObjectCylinder | ( | QWidget * | parent = 0 | ) |
Definition at line 60 of file axlInspectorObjectCylinder.cpp.
axlInspectorObjectCylinder::~axlInspectorObjectCylinder | ( | void | ) |
Definition at line 87 of file axlInspectorObjectCylinder.cpp.
|
slot |
Definition at line 269 of file axlInspectorObjectCylinder.cpp.
|
slot |
Definition at line 204 of file axlInspectorObjectCylinder.cpp.
|
slot |
Definition at line 213 of file axlInspectorObjectCylinder.cpp.
|
slot |
Definition at line 222 of file axlInspectorObjectCylinder.cpp.
|
slot |
Definition at line 232 of file axlInspectorObjectCylinder.cpp.
|
slot |
Definition at line 241 of file axlInspectorObjectCylinder.cpp.
|
slot |
Definition at line 250 of file axlInspectorObjectCylinder.cpp.
|
slot |
Definition at line 135 of file axlInspectorObjectCylinder.cpp.
|
slot |
Definition at line 301 of file axlInspectorObjectCylinder.cpp.
|
slot |
Definition at line 259 of file axlInspectorObjectCylinder.cpp.
|
slot |
Definition at line 172 of file axlInspectorObjectCylinder.cpp.
|
slot |
Definition at line 178 of file axlInspectorObjectCylinder.cpp.
|
slot |
Definition at line 162 of file axlInspectorObjectCylinder.cpp.
|
slot |
Definition at line 99 of file axlInspectorObjectCylinder.cpp.
QSize axlInspectorObjectCylinder::sizeHint | ( | void | ) | const |
Definition at line 94 of file axlInspectorObjectCylinder.cpp.
|
slot |
Definition at line 319 of file axlInspectorObjectCylinder.cpp.