![]() |
ATLAS Offline Software
|
#include <GuideSysController.h>
Classes | |
| class | Imp |
Public Slots | |
| void | toggleDialogState (QObject *widget=0) |
| void | enabledButtonStateChanged () |
| void | collWidgetContentChanged () |
Signals | |
| void | showFloorChanged (bool) |
| void | floorColourAndTranspChanged (const SbColor4f &) |
| void | floorExtentChanged (const double &) |
| void | floorSpacingChanged (const double &) |
| void | floorHeightChanged (const double &) |
| void | showLettersChanged (bool) |
| void | showPeopleChanged (bool) |
| void | peopleColourAndTranspChanged (const SbColor4f &) |
| void | lettersZPosChanged (const double &) |
| void | lettersVerticalPosChanged (const double &) |
| void | peopleVerticalPosChanged (const double &) |
| void | showAxesChanged (bool) |
| void | axesLengthChanged (const double &) |
| void | axesPositionChanged (const SbVec3f &) |
| void | relAxesThicknessChanged (const double &) |
| void | showCartesianGridChanged (bool) |
| void | showCylindricalGridChanged (bool) |
| void | gridColourAndTranspChanged (const SbColor4f &) |
| void | gridSpacingChanged (const double &) |
| void | gridExtentChanged (const double &) |
| void | showEtaCone1Changed (bool) |
| void | showEtaCone2Changed (bool) |
| void | showEtaCone3Changed (bool) |
| void | etaConeValue1Changed (const double &) |
| void | etaConeValue2Changed (const double &) |
| void | etaConeValue3Changed (const double &) |
| void | etaExtentChanged (const double &) |
| void | applicablePixelProjPartsChanged (InDetProjFlags::InDetProjPartsFlags) |
| void | applicableSCTProjPartsChanged (InDetProjFlags::InDetProjPartsFlags) |
| void | applicableTRTProjPartsChanged (InDetProjFlags::InDetProjPartsFlags) |
| void | shownPixelProjSurfacesChanged (InDetProjFlags::InDetProjPartsFlags) |
| void | shownSCTProjSurfacesChanged (InDetProjFlags::InDetProjPartsFlags) |
| void | shownTRTProjSurfacesChanged (InDetProjFlags::InDetProjPartsFlags) |
| void | showTrackingVolumesChanged (bool) |
| void | showInnerDetectorChanged (bool) |
| void | showCalorimetersChanged (bool) |
| void | showMuonSpectrometerChanged (bool) |
| void | showLinesChanged (bool) |
| void | lineDirectionChanged (const SbVec3f &) |
| void | dummyUpdateTrigger () |
Public Member Functions | |
| GuideSysController (IVP1System *sys) | |
| virtual | ~GuideSysController () |
| void | actualRestoreSettings (VP1Deserialise &) |
| int | currentSettingsVersion () const |
| void | actualSaveSettings (VP1Serialise &) const |
| SoMaterial * | lettersMaterial () const |
| SoMaterial * | peopleMaterial () const |
| SoMaterial * | xAxisMaterial () const |
| SoMaterial * | yAxisMaterial () const |
| SoMaterial * | zAxisMaterial () const |
| SoMaterial * | etaCone1Material () const |
| SoMaterial * | etaCone2Material () const |
| SoMaterial * | etaCone3Material () const |
| SoMaterial * | pixelProjSurfMaterial () const |
| SoMaterial * | sctProjSurfMaterial () const |
| SoMaterial * | trtProjSurfMaterial () const |
| SoMaterial * | idTrkVolumesMaterial () const |
| SoMaterial * | caloTrkVolumesMaterial () const |
| SoMaterial * | msTrkVolumesMaterial () const |
| bool | showFloor () const |
| SbColor4f | floorColourAndTransp () const |
| double | floorExtent () const |
| double | floorSpacing () const |
| double | floorHeight () const |
| bool | showLetters () const |
| double | lettersZPos () const |
| double | lettersVerticalPos () const |
| bool | showPeople () const |
| SbColor4f | peopleColourAndTransp () const |
| double | peopleZPos () const |
| double | peopleVerticalPos () const |
| bool | showAxes () const |
| double | axesLength () const |
| SbVec3f | axesPosition () const |
| double | relAxesThickness () const |
| bool | showCartesianGrid () const |
| bool | showCylindricalGrid () const |
| SbColor4f | gridColourAndTransp () const |
| double | gridSpacing () const |
| double | gridExtent () const |
| bool | showEtaCone1 () const |
| bool | showEtaCone2 () const |
| bool | showEtaCone3 () const |
| double | etaConeValue1 () const |
| double | etaConeValue2 () const |
| double | etaConeValue3 () const |
| double | etaExtent () const |
| bool | showTrackingVolumes () const |
| bool | showInnerDetector () const |
| bool | showCalorimeters () const |
| bool | showMuonSpectrometer () const |
| bool | showLines () const |
| double | lineLength () const |
| SbVec3f | lineDirection () const |
| InDetProjFlags::InDetProjPartsFlags | applicablePixelProjParts () const |
| InDetProjFlags::InDetProjPartsFlags | applicableSCTProjParts () const |
| InDetProjFlags::InDetProjPartsFlags | applicableTRTProjParts () const |
| InDetProjFlags::InDetProjPartsFlags | shownPixelProjSurfaces () const |
| InDetProjFlags::InDetProjPartsFlags | shownSCTProjSurfaces () const |
| InDetProjFlags::InDetProjPartsFlags | shownTRTProjSurfaces () const |
| void | setInDetDetTypesUsingProjections (InDetProjFlags::DetTypeFlags) |
| void | initLastVars () |
| QByteArray | saveSettings () const |
| void | restoreSettings (const QByteArray &) |
| void | setSystemBasePointer (IVP1System *sys) |
| void | message (const QString &) const |
| void | message (const QStringList &, const QString &addtoend="") const |
| void | message (const QString &addtostart, const QStringList &, const QString &addtoend="") const |
| void | messageDebug (const QString &) const |
| void | messageDebug (const QStringList &, const QString &addtoend="") const |
| void | messageDebug (const QString &addtostart, const QStringList &, const QString &addtoend="") const |
| void | messageVerbose (const QString &) const |
| void | messageVerbose (const QStringList &, const QString &addtoend="") const |
| void | messageVerbose (const QString &addtostart, const QStringList &, const QString &addtoend="") const |
| IVP1System * | systemBase () const |
| const QString & | helperClassName () const |
Static Public Member Functions | |
| static void | setCustomTourEditor (VP1CustomTourEditor *editor) |
| static VP1CustomTourEditor * | customTourEditor () |
| static bool | verbose () |
| static void | warnUndeletedInstances () |
| static QString | str (const QString &s) |
| static QString | str (const char *c) |
| static QString | str (const bool b) |
| static QString | str (const QColor &) |
| static QString | str (const SbColor &) |
| static QString | str (const VP1Interval &) |
| static QString | str (const SbVec2d &) |
| static QString | str (const SbVec2f &) |
| static QString | str (const SbVec2s &) |
| static QString | str (const SbVec3d &) |
| static QString | str (const SbVec3f &) |
| static QString | str (const SbVec3s &) |
| static QString | str (const SbVec4d &) |
| static QString | str (const SbVec4f &) |
| static QString | str (short int n) |
| static QString | str (unsigned short int n) |
| static QString | str (long n) |
| static QString | str (ulong n) |
| static QString | str (int n) |
| static QString | str (uint n) |
| static QString | str (qlonglong n) |
| static QString | str (qulonglong n) |
| static QString | str (const double &d) |
| static QString | str (const float &f) |
| static QString | str (const void *) |
| template<class T> | |
| static QString | str (const T *t) |
| template<class T> | |
| static QString | str (const QFlags< T > &f) |
| template<class T> | |
| static QString | str (const HepGeom::BasicVector3D< T > &t) |
| static QString | str (const Amg::Vector3D &t) |
| template<class T> | |
| static QString | str (const QList< T > &t) |
Protected Slots | |
| void | testForChanges () |
Protected Member Functions | |
| template<class T> | |
| bool | changed (T &lastval, const T &newval) |
| template<class T> | |
| void | initDialog (T &theUI, QPushButton *launchbutton, QAbstractButton *enabledButton=0) |
| void | initDialog (QWidget *dialog, QPushButton *launchbutton, QPushButton *closebutton, QAbstractButton *enabledButton=0) |
| void | setupCollWidgetInScrollArea (QScrollArea *scrollarea, VP1CollectionWidget *collWidget) |
| const char * | addUpdateSlot (const char *slot) |
| void | connectToLastUpdateSlot (QObject *sender, const char *signal) |
| void | connectToLastUpdateSlot (QCheckBox *) |
| void | connectToLastUpdateSlot (QComboBox *) |
| void | connectToLastUpdateSlot (QGroupBox *) |
| void | connectToLastUpdateSlot (QSpinBox *) |
| void | connectToLastUpdateSlot (QDoubleSpinBox *) |
| void | connectToLastUpdateSlot (QRadioButton *) |
| void | connectToLastUpdateSlot (QButtonGroup *) |
| void | connectToLastUpdateSlot (QSlider *) |
| void | connectToLastUpdateSlot (VP1ColorSelectButton *) |
| bool | initVarsMode () const |
| QButtonGroup * | defineRadioButtonGroup (QRadioButton *rb0, QRadioButton *rb1, QRadioButton *rb2=0, QRadioButton *rb3=0, QRadioButton *rb4=0, QRadioButton *rb5=0, QRadioButton *rb6=0, QRadioButton *rb7=0, QRadioButton *rb8=0, QRadioButton *rb9=0) |
| QButtonGroup * | defineRadioButtonGroup (const QList< QRadioButton * > &) |
| SoMaterial * | getMaterial (VP1MaterialButton *) const |
| SoMaterial * | fallBackMaterial () const |
| void | setHelperClassName (const QString &n) |
Static Protected Member Functions | |
| template<class T> | |
| static QString | toString (const T &par) |
| static QString | toString (const bool &par) |
| static QString | toString (const QList< VP1Interval > &l) |
| static QString | toString (SbColor4f) |
Private Attributes | |
| Imp * | m_d |
| bool | m_initVarsMode |
| QString | m_helpername |
| IVP1System * | m_system |
Static Private Attributes | |
| static VP1CustomTourEditor * | m_customTourEditor =0 |
| static const bool | s_vp1verbose = VP1QtUtils::environmentVariableIsOn("VP1_VERBOSE_OUTPUT") |
Definition at line 31 of file GuideSysController.h.
| GuideSysController::GuideSysController | ( | IVP1System * | sys | ) |
Definition at line 122 of file GuideSysController.cxx.
|
virtual |
Definition at line 387 of file GuideSysController.cxx.
|
virtual |
Implements VP1Controller.
Definition at line 972 of file GuideSysController.cxx.
|
virtual |
Implements VP1Controller.
Definition at line 855 of file GuideSysController.cxx.
|
protectedinherited |
Definition at line 318 of file VP1Controller.cxx.
| InDetProjFlags::InDetProjPartsFlags GuideSysController::applicablePixelProjParts | ( | ) | const |
Definition at line 667 of file GuideSysController.cxx.
|
signal |
| InDetProjFlags::InDetProjPartsFlags GuideSysController::applicableSCTProjParts | ( | ) | const |
Definition at line 676 of file GuideSysController.cxx.
|
signal |
| InDetProjFlags::InDetProjPartsFlags GuideSysController::applicableTRTProjParts | ( | ) | const |
Definition at line 685 of file GuideSysController.cxx.
|
signal |
| double GuideSysController::axesLength | ( | ) | const |
Definition at line 506 of file GuideSysController.cxx.
|
signal |
| SbVec3f GuideSysController::axesPosition | ( | ) | const |
Definition at line 513 of file GuideSysController.cxx.
|
signal |
| SoMaterial * GuideSysController::caloTrkVolumesMaterial | ( | ) | const |
Definition at line 406 of file GuideSysController.cxx.
|
protectedinherited |
Definition at line 151 of file VP1Controller.h.
|
slotinherited |
Definition at line 232 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 369 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 333 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 339 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 357 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 345 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 327 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 363 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 375 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 351 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 381 of file VP1Controller.cxx.
|
virtual |
Implements VP1Controller.
Definition at line 849 of file GuideSysController.cxx.
|
inlinestaticinherited |
Definition at line 61 of file VP1Controller.h.
|
protectedinherited |
Definition at line 300 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 288 of file VP1Controller.cxx.
|
signalinherited |
|
slotinherited |
Definition at line 167 of file VP1Controller.cxx.
| SoMaterial * GuideSysController::etaCone1Material | ( | ) | const |
Definition at line 399 of file GuideSysController.cxx.
| SoMaterial * GuideSysController::etaCone2Material | ( | ) | const |
Definition at line 400 of file GuideSysController.cxx.
| SoMaterial * GuideSysController::etaCone3Material | ( | ) | const |
Definition at line 401 of file GuideSysController.cxx.
| double GuideSysController::etaConeValue1 | ( | ) | const |
Definition at line 580 of file GuideSysController.cxx.
|
signal |
| double GuideSysController::etaConeValue2 | ( | ) | const |
Definition at line 586 of file GuideSysController.cxx.
|
signal |
| double GuideSysController::etaConeValue3 | ( | ) | const |
Definition at line 592 of file GuideSysController.cxx.
|
signal |
| double GuideSysController::etaExtent | ( | ) | const |
Definition at line 598 of file GuideSysController.cxx.
|
signal |
|
protectedinherited |
| SbColor4f GuideSysController::floorColourAndTransp | ( | ) | const |
Definition at line 424 of file GuideSysController.cxx.
|
signal |
| double GuideSysController::floorExtent | ( | ) | const |
Definition at line 437 of file GuideSysController.cxx.
|
signal |
| double GuideSysController::floorHeight | ( | ) | const |
Definition at line 449 of file GuideSysController.cxx.
|
signal |
| double GuideSysController::floorSpacing | ( | ) | const |
Definition at line 443 of file GuideSysController.cxx.
|
signal |
|
protectedinherited |
Definition at line 437 of file VP1Controller.cxx.
| SbColor4f GuideSysController::gridColourAndTransp | ( | ) | const |
Definition at line 541 of file GuideSysController.cxx.
|
signal |
| double GuideSysController::gridExtent | ( | ) | const |
Definition at line 553 of file GuideSysController.cxx.
|
signal |
| double GuideSysController::gridSpacing | ( | ) | const |
Definition at line 547 of file GuideSysController.cxx.
|
signal |
|
inlineinherited |
Definition at line 51 of file VP1HelperClassBase.h.
| SoMaterial * GuideSysController::idTrkVolumesMaterial | ( | ) | const |
Definition at line 405 of file GuideSysController.cxx.
|
protectedinherited |
Definition at line 123 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 144 of file VP1Controller.h.
|
inherited |
Definition at line 68 of file VP1Controller.cxx.
|
inlineprotectedinherited |
Definition at line 97 of file VP1Controller.h.
| SoMaterial * GuideSysController::lettersMaterial | ( | ) | const |
Definition at line 394 of file GuideSysController.cxx.
| double GuideSysController::lettersVerticalPos | ( | ) | const |
Definition at line 475 of file GuideSysController.cxx.
|
signal |
| double GuideSysController::lettersZPos | ( | ) | const |
Definition at line 462 of file GuideSysController.cxx.
|
signal |
| SbVec3f GuideSysController::lineDirection | ( | ) | const |
Definition at line 612 of file GuideSysController.cxx.
|
signal |
| double GuideSysController::lineLength | ( | ) | const |
Definition at line 622 of file GuideSysController.cxx.
|
inherited |
Definition at line 49 of file VP1HelperClassBase.cxx.
|
inherited |
Definition at line 131 of file VP1HelperClassBase.cxx.
|
inherited |
Definition at line 91 of file VP1HelperClassBase.cxx.
|
inherited |
Definition at line 65 of file VP1HelperClassBase.cxx.
|
inherited |
Definition at line 147 of file VP1HelperClassBase.cxx.
|
inherited |
Definition at line 103 of file VP1HelperClassBase.cxx.
|
inherited |
Definition at line 78 of file VP1HelperClassBase.cxx.
|
inherited |
Definition at line 165 of file VP1HelperClassBase.cxx.
|
inherited |
Definition at line 117 of file VP1HelperClassBase.cxx.
| SoMaterial * GuideSysController::msTrkVolumesMaterial | ( | ) | const |
Definition at line 407 of file GuideSysController.cxx.
| SbColor4f GuideSysController::peopleColourAndTransp | ( | ) | const |
Definition at line 430 of file GuideSysController.cxx.
|
signal |
| SoMaterial * GuideSysController::peopleMaterial | ( | ) | const |
Definition at line 395 of file GuideSysController.cxx.
| double GuideSysController::peopleVerticalPos | ( | ) | const |
Definition at line 481 of file GuideSysController.cxx.
|
signal |
| double GuideSysController::peopleZPos | ( | ) | const |
Definition at line 487 of file GuideSysController.cxx.
| SoMaterial * GuideSysController::pixelProjSurfMaterial | ( | ) | const |
Definition at line 402 of file GuideSysController.cxx.
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
Definition at line 1097 of file GuideSysController.cxx.
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
| double GuideSysController::relAxesThickness | ( | ) | const |
Definition at line 521 of file GuideSysController.cxx.
|
signal |
|
inherited |
Definition at line 387 of file VP1Controller.cxx.
|
inherited |
Definition at line 405 of file VP1Controller.cxx.
| SoMaterial * GuideSysController::sctProjSurfMaterial | ( | ) | const |
Definition at line 403 of file GuideSysController.cxx.
|
inlinestaticinherited |
Definition at line 60 of file VP1Controller.h.
|
inlineprotectedinherited |
Definition at line 59 of file VP1HelperClassBase.h.
| void GuideSysController::setInDetDetTypesUsingProjections | ( | InDetProjFlags::DetTypeFlags | f | ) |
Definition at line 788 of file GuideSysController.cxx.
|
inherited |
Definition at line 197 of file VP1HelperClassBase.cxx.
|
protectedinherited |
Definition at line 255 of file VP1Controller.cxx.
| bool GuideSysController::showAxes | ( | ) | const |
Definition at line 500 of file GuideSysController.cxx.
|
signal |
| bool GuideSysController::showCalorimeters | ( | ) | const |
Definition at line 838 of file GuideSysController.cxx.
|
signal |
| bool GuideSysController::showCartesianGrid | ( | ) | const |
Definition at line 527 of file GuideSysController.cxx.
|
signal |
| bool GuideSysController::showCylindricalGrid | ( | ) | const |
Definition at line 534 of file GuideSysController.cxx.
|
signal |
| bool GuideSysController::showEtaCone1 | ( | ) | const |
Definition at line 559 of file GuideSysController.cxx.
|
signal |
| bool GuideSysController::showEtaCone2 | ( | ) | const |
Definition at line 566 of file GuideSysController.cxx.
|
signal |
| bool GuideSysController::showEtaCone3 | ( | ) | const |
Definition at line 573 of file GuideSysController.cxx.
|
signal |
| bool GuideSysController::showFloor | ( | ) | const |
Definition at line 410 of file GuideSysController.cxx.
|
signal |
| bool GuideSysController::showInnerDetector | ( | ) | const |
Definition at line 833 of file GuideSysController.cxx.
|
signal |
| bool GuideSysController::showLetters | ( | ) | const |
Definition at line 455 of file GuideSysController.cxx.
|
signal |
| bool GuideSysController::showLines | ( | ) | const |
Definition at line 605 of file GuideSysController.cxx.
|
signal |
| bool GuideSysController::showMuonSpectrometer | ( | ) | const |
Definition at line 843 of file GuideSysController.cxx.
|
signal |
| InDetProjFlags::InDetProjPartsFlags GuideSysController::shownPixelProjSurfaces | ( | ) | const |
Definition at line 746 of file GuideSysController.cxx.
|
signal |
| InDetProjFlags::InDetProjPartsFlags GuideSysController::shownSCTProjSurfaces | ( | ) | const |
Definition at line 760 of file GuideSysController.cxx.
|
signal |
| InDetProjFlags::InDetProjPartsFlags GuideSysController::shownTRTProjSurfaces | ( | ) | const |
Definition at line 774 of file GuideSysController.cxx.
|
signal |
| bool GuideSysController::showPeople | ( | ) | const |
Definition at line 417 of file GuideSysController.cxx.
|
signal |
| bool GuideSysController::showTrackingVolumes | ( | ) | const |
Definition at line 828 of file GuideSysController.cxx.
|
signal |
|
inlinestaticinherited |
Definition at line 98 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 53 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 50 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 81 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 82 of file VP1String.h.
|
inlinestaticinherited |
|
staticinherited |
Definition at line 30 of file VP1String.cxx.
|
inlinestaticinherited |
Definition at line 91 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 102 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 49 of file VP1String.h.
|
staticinherited |
Definition at line 36 of file VP1String.cxx.
|
staticinherited |
Definition at line 61 of file VP1String.cxx.
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
inlinestaticinherited |
Definition at line 87 of file VP1String.h.
|
staticinherited |
Definition at line 48 of file VP1String.cxx.
|
staticinherited |
Definition at line 42 of file VP1String.cxx.
|
inlinestaticinherited |
Definition at line 77 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 75 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 79 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 80 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 73 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 78 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 76 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 74 of file VP1String.h.
|
inlineinherited |
Definition at line 50 of file VP1HelperClassBase.h.
|
inlineprotectedslotinherited |
Definition at line 112 of file VP1Controller.h.
|
slotinherited |
Definition at line 194 of file VP1Controller.cxx.
|
staticprotectedinherited |
Definition at line 100 of file VP1Controller.cxx.
|
staticprotectedinherited |
|
staticprotectedinherited |
Definition at line 138 of file VP1Controller.h.
|
staticprotectedinherited |
Definition at line 115 of file VP1Controller.cxx.
| SoMaterial * GuideSysController::trtProjSurfMaterial | ( | ) | const |
Definition at line 404 of file GuideSysController.cxx.
|
privateslot |
Definition at line 799 of file GuideSysController.cxx.
|
privateslot |
Definition at line 809 of file GuideSysController.cxx.
|
privateslot |
Definition at line 819 of file GuideSysController.cxx.
|
inlinestaticinherited |
Definition at line 32 of file VP1HelperClassBase.h.
|
staticinherited |
Definition at line 183 of file VP1HelperClassBase.cxx.
| SoMaterial * GuideSysController::xAxisMaterial | ( | ) | const |
Definition at line 396 of file GuideSysController.cxx.
| SoMaterial * GuideSysController::yAxisMaterial | ( | ) | const |
Definition at line 397 of file GuideSysController.cxx.
| SoMaterial * GuideSysController::zAxisMaterial | ( | ) | const |
Definition at line 398 of file GuideSysController.cxx.
|
staticprivateinherited |
Definition at line 125 of file VP1Controller.h.
|
private |
Definition at line 178 of file GuideSysController.h.
|
privateinherited |
Definition at line 67 of file VP1HelperClassBase.h.
|
privateinherited |
Definition at line 129 of file VP1Controller.h.
|
privateinherited |
Definition at line 68 of file VP1HelperClassBase.h.
|
staticprivateinherited |
Definition at line 69 of file VP1HelperClassBase.h.