![]() |
ATLAS Offline Software
|
#include <GuideSysController.h>
Classes | |
| class | Imp |
Public Slots | |
| void | toggleDialogState (QObject *widget=0) |
| void | enabledButtonStateChanged () |
| void | collWidgetContentChanged () |
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 (std::unique_ptr< 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 131 of file GuideSysController.cxx.
|
virtual |
Definition at line 424 of file GuideSysController.cxx.
|
virtual |
Implements VP1Controller.
Definition at line 1060 of file GuideSysController.cxx.
|
virtual |
Implements VP1Controller.
Definition at line 934 of file GuideSysController.cxx.
Definition at line 320 of file VP1Controller.cxx.
| InDetProjFlags::InDetProjPartsFlags GuideSysController::applicablePixelProjParts | ( | ) | const |
Definition at line 746 of file GuideSysController.cxx.
|
signal |
| InDetProjFlags::InDetProjPartsFlags GuideSysController::applicableSCTProjParts | ( | ) | const |
Definition at line 755 of file GuideSysController.cxx.
|
signal |
| InDetProjFlags::InDetProjPartsFlags GuideSysController::applicableTRTProjParts | ( | ) | const |
Definition at line 764 of file GuideSysController.cxx.
|
signal |
| double GuideSysController::axesLength | ( | ) | const |
Definition at line 543 of file GuideSysController.cxx.
|
signal |
| SbVec3f GuideSysController::axesPosition | ( | ) | const |
Definition at line 550 of file GuideSysController.cxx.
|
signal |
| SoMaterial * GuideSysController::caloTrkVolumesMaterial | ( | ) | const |
Definition at line 443 of file GuideSysController.cxx.
|
protectedinherited |
Definition at line 152 of file VP1Controller.h.
|
slotinherited |
Definition at line 234 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 371 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 335 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 341 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 359 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 347 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 329 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 365 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 377 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 353 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 383 of file VP1Controller.cxx.
|
virtual |
Implements VP1Controller.
Definition at line 928 of file GuideSysController.cxx.
|
inlinestaticinherited |
Definition at line 62 of file VP1Controller.h.
|
protectedinherited |
Definition at line 302 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 290 of file VP1Controller.cxx.
|
signalinherited |
|
slotinherited |
Definition at line 169 of file VP1Controller.cxx.
| SoMaterial * GuideSysController::etaCone1Material | ( | ) | const |
Definition at line 436 of file GuideSysController.cxx.
| SoMaterial * GuideSysController::etaCone2Material | ( | ) | const |
Definition at line 437 of file GuideSysController.cxx.
| SoMaterial * GuideSysController::etaCone3Material | ( | ) | const |
Definition at line 438 of file GuideSysController.cxx.
| double GuideSysController::etaConeValue1 | ( | ) | const |
Definition at line 617 of file GuideSysController.cxx.
|
signal |
| double GuideSysController::etaConeValue2 | ( | ) | const |
Definition at line 623 of file GuideSysController.cxx.
|
signal |
| double GuideSysController::etaConeValue3 | ( | ) | const |
Definition at line 629 of file GuideSysController.cxx.
|
signal |
| double GuideSysController::etaExtent | ( | ) | const |
Definition at line 635 of file GuideSysController.cxx.
|
signal |
|
protectedinherited |
| SbColor4f GuideSysController::floorColourAndTransp | ( | ) | const |
Definition at line 461 of file GuideSysController.cxx.
|
signal |
| double GuideSysController::floorExtent | ( | ) | const |
Definition at line 474 of file GuideSysController.cxx.
|
signal |
| double GuideSysController::floorHeight | ( | ) | const |
Definition at line 486 of file GuideSysController.cxx.
|
signal |
| double GuideSysController::floorSpacing | ( | ) | const |
Definition at line 480 of file GuideSysController.cxx.
|
signal |
|
protectedinherited |
Definition at line 439 of file VP1Controller.cxx.
| SbColor4f GuideSysController::gridColourAndTransp | ( | ) | const |
Definition at line 578 of file GuideSysController.cxx.
|
signal |
| double GuideSysController::gridExtent | ( | ) | const |
Definition at line 590 of file GuideSysController.cxx.
|
signal |
| double GuideSysController::gridSpacing | ( | ) | const |
Definition at line 584 of file GuideSysController.cxx.
|
signal |
|
inlineinherited |
Definition at line 51 of file VP1HelperClassBase.h.
| SoMaterial * GuideSysController::idTrkVolumesMaterial | ( | ) | const |
Definition at line 442 of file GuideSysController.cxx.
|
protectedinherited |
Definition at line 123 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 145 of file VP1Controller.h.
|
inherited |
Definition at line 68 of file VP1Controller.cxx.
|
inlineprotectedinherited |
Definition at line 98 of file VP1Controller.h.
| SoMaterial * GuideSysController::lettersMaterial | ( | ) | const |
Definition at line 431 of file GuideSysController.cxx.
| double GuideSysController::lettersVerticalPos | ( | ) | const |
Definition at line 512 of file GuideSysController.cxx.
|
signal |
| double GuideSysController::lettersZPos | ( | ) | const |
Definition at line 499 of file GuideSysController.cxx.
|
signal |
| SbVec3f GuideSysController::lineDirection | ( | ) | const |
Definition at line 649 of file GuideSysController.cxx.
|
signal |
| double GuideSysController::lineLength | ( | ) | const |
Definition at line 659 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 444 of file GuideSysController.cxx.
| SbColor4f GuideSysController::peopleColourAndTransp | ( | ) | const |
Definition at line 467 of file GuideSysController.cxx.
|
signal |
| SoMaterial * GuideSysController::peopleMaterial | ( | ) | const |
Definition at line 432 of file GuideSysController.cxx.
| double GuideSysController::peopleVerticalPos | ( | ) | const |
Definition at line 518 of file GuideSysController.cxx.
|
signal |
| double GuideSysController::peopleZPos | ( | ) | const |
Definition at line 524 of file GuideSysController.cxx.
| SoMaterial * GuideSysController::pixelProjSurfMaterial | ( | ) | const |
Definition at line 439 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 1195 of file GuideSysController.cxx.
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
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 558 of file GuideSysController.cxx.
|
signal |
|
inherited |
Definition at line 389 of file VP1Controller.cxx.
|
inherited |
Definition at line 407 of file VP1Controller.cxx.
| SoMaterial * GuideSysController::sctProjSurfMaterial | ( | ) | const |
Definition at line 440 of file GuideSysController.cxx.
|
inlinestaticinherited |
Definition at line 61 of file VP1Controller.h.
|
inlineprotectedinherited |
Definition at line 59 of file VP1HelperClassBase.h.
| void GuideSysController::setInDetDetTypesUsingProjections | ( | InDetProjFlags::DetTypeFlags | f | ) |
Definition at line 867 of file GuideSysController.cxx.
|
inherited |
Definition at line 197 of file VP1HelperClassBase.cxx.
|
protectedinherited |
Definition at line 257 of file VP1Controller.cxx.
| bool GuideSysController::showAxes | ( | ) | const |
Definition at line 537 of file GuideSysController.cxx.
|
signal |
| bool GuideSysController::showCalorimeters | ( | ) | const |
Definition at line 917 of file GuideSysController.cxx.
|
signal |
| bool GuideSysController::showCartesianGrid | ( | ) | const |
Definition at line 564 of file GuideSysController.cxx.
|
signal |
| bool GuideSysController::showCylindricalGrid | ( | ) | const |
Definition at line 571 of file GuideSysController.cxx.
|
signal |
| bool GuideSysController::showEtaCone1 | ( | ) | const |
Definition at line 596 of file GuideSysController.cxx.
|
signal |
| bool GuideSysController::showEtaCone2 | ( | ) | const |
Definition at line 603 of file GuideSysController.cxx.
|
signal |
| bool GuideSysController::showEtaCone3 | ( | ) | const |
Definition at line 610 of file GuideSysController.cxx.
|
signal |
| bool GuideSysController::showFloor | ( | ) | const |
Definition at line 447 of file GuideSysController.cxx.
|
signal |
| bool GuideSysController::showHGTDGuideHits | ( | ) | const |
Definition at line 671 of file GuideSysController.cxx.
|
signal |
| bool GuideSysController::showHGTDGuideLines | ( | ) | const |
Definition at line 665 of file GuideSysController.cxx.
|
signal |
| bool GuideSysController::showHGTDParticleNames | ( | ) | const |
Definition at line 683 of file GuideSysController.cxx.
|
signal |
| bool GuideSysController::showHGTDPrimaryParticles | ( | ) | const |
Definition at line 689 of file GuideSysController.cxx.
|
signal |
| bool GuideSysController::showHGTDSecondaryParticles | ( | ) | const |
Definition at line 695 of file GuideSysController.cxx.
|
signal |
| bool GuideSysController::showHGTDTruthTracks | ( | ) | const |
Definition at line 677 of file GuideSysController.cxx.
|
signal |
| bool GuideSysController::showHGTDUnlinkedParticles | ( | ) | const |
Definition at line 701 of file GuideSysController.cxx.
|
signal |
| bool GuideSysController::showInnerDetector | ( | ) | const |
Definition at line 912 of file GuideSysController.cxx.
|
signal |
| bool GuideSysController::showLetters | ( | ) | const |
Definition at line 492 of file GuideSysController.cxx.
|
signal |
| bool GuideSysController::showLines | ( | ) | const |
Definition at line 642 of file GuideSysController.cxx.
|
signal |
| bool GuideSysController::showMuonSpectrometer | ( | ) | const |
Definition at line 922 of file GuideSysController.cxx.
|
signal |
| InDetProjFlags::InDetProjPartsFlags GuideSysController::shownPixelProjSurfaces | ( | ) | const |
Definition at line 825 of file GuideSysController.cxx.
|
signal |
| InDetProjFlags::InDetProjPartsFlags GuideSysController::shownSCTProjSurfaces | ( | ) | const |
Definition at line 839 of file GuideSysController.cxx.
|
signal |
| InDetProjFlags::InDetProjPartsFlags GuideSysController::shownTRTProjSurfaces | ( | ) | const |
Definition at line 853 of file GuideSysController.cxx.
|
signal |
| bool GuideSysController::showPeople | ( | ) | const |
Definition at line 454 of file GuideSysController.cxx.
|
signal |
| bool GuideSysController::showTrackingVolumes | ( | ) | const |
Definition at line 907 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 113 of file VP1Controller.h.
|
slotinherited |
Definition at line 196 of file VP1Controller.cxx.
|
staticprotectedinherited |
Definition at line 100 of file VP1Controller.cxx.
|
staticprotectedinherited |
|
staticprotectedinherited |
Definition at line 139 of file VP1Controller.h.
|
staticprotectedinherited |
Definition at line 115 of file VP1Controller.cxx.
| SoMaterial * GuideSysController::trtProjSurfMaterial | ( | ) | const |
Definition at line 441 of file GuideSysController.cxx.
|
privateslot |
Definition at line 878 of file GuideSysController.cxx.
|
privateslot |
Definition at line 888 of file GuideSysController.cxx.
|
privateslot |
Definition at line 898 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 433 of file GuideSysController.cxx.
| SoMaterial * GuideSysController::yAxisMaterial | ( | ) | const |
Definition at line 434 of file GuideSysController.cxx.
| SoMaterial * GuideSysController::zAxisMaterial | ( | ) | const |
Definition at line 435 of file GuideSysController.cxx.
|
staticprivateinherited |
Definition at line 126 of file VP1Controller.h.
|
private |
Definition at line 194 of file GuideSysController.h.
|
privateinherited |
Definition at line 67 of file VP1HelperClassBase.h.
|
privateinherited |
Definition at line 130 of file VP1Controller.h.
|
privateinherited |
Definition at line 68 of file VP1HelperClassBase.h.
|
staticprivateinherited |
Definition at line 69 of file VP1HelperClassBase.h.