![]() |
ATLAS Offline Software
|
#include <MuonCollectionSettingsButton.h>
Classes | |
| class | Imp |
Public Types | |
| enum | ShownAssociatedObject { Nothing = 0x0 , TrackParticlesPrimary = 0x1 , TrackParticlesCB = 0x2 , TrackParticlesID = 0x3 , TrackParticlesMS = 0x4 , TrackParticlesME = 0x5 , CaloClusters = 0x6 , Segments = 0x7 } |
Public Slots | |
| void | showEditMaterialDialog () |
| void | setMaterialText (const QString &) |
Signals | |
| void | trackTubeRadiusChanged (const double &) |
| void | lastAppliedChanged () |
| void | hideActualTrackPathChanged (bool) |
| void | cutAllowedPtChanged (const VP1Interval &) |
| void | cutAllowedEtaChanged (const VP1Interval &) |
| void | cutAllowedPhiChanged (const QList< VP1Interval > &) |
| void | minimumQualityChanged (unsigned int) |
| void | shownAssociatedObjectsChanged (MuonCollectionSettingsButton::ShownAssociatedObjects) |
Public Member Functions | |
| MuonCollectionSettingsButton (QWidget *parent=0, int dim=25) | |
| virtual | ~MuonCollectionSettingsButton () |
| void | setDimension (int dim) |
| virtual bool | setMaterial (SoMaterial *) |
| virtual void | copyValuesFromMaterial (SoMaterial *) |
| virtual double | lastAppliedTransparency () const |
| virtual double | lastAppliedShininess () const |
| virtual double | lastAppliedBrightness () const |
| double | trackTubeRadius () const |
| bool | hideActualTrackPath () const |
| VP1Interval | cutAllowedPt () const |
| VP1Interval | cutAllowedEta () const |
| QList< VP1Interval > | cutAllowedPhi () const |
| SoDrawStyle * | trackDrawStyle () const |
| SoLightModel * | trackLightModel () const |
| SoMaterial * | defaultParameterMaterial () const |
| SoMaterial * | parameterMaterial (xAOD::ParameterPosition) const |
| unsigned int | minimumQuality () const |
| ShownAssociatedObjects | shownAssociatedObjects () const |
| QByteArray | saveState () const |
| fill out with the state of the object (used for drag and drop etc) | |
| void | restoreFromState (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 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 | updateButton () |
Protected Member Functions | |
| void | mousePressEvent (QMouseEvent *event) |
| void | mouseMoveEvent (QMouseEvent *event) |
| void | dropEvent (QDropEvent *event) |
| void | dragEnterEvent (QDragEnterEvent *event) |
| void | setHelperClassName (const QString &n) |
Private Slots | |
| void | updateTrackDrawStyle () |
| void | updateTrackLightModel (bool) |
| void | updateTrackTubeRadius () |
| void | updateHideActualTrackPath (bool) |
| void | possibleChange_cutAllowedPt () |
| void | possibleChange_cutAllowedEta () |
| void | possibleChange_cutAllowedPhi () |
| void | possibleChange_minimumQuality () |
| void | possibleChange_shownAssociatedObjects () |
Private Attributes | |
| Imp * | m_d |
| QString | m_helpername |
| IVP1System * | m_system |
Static Private Attributes | |
| static const bool | s_vp1verbose = VP1QtUtils::environmentVariableIsOn("VP1_VERBOSE_OUTPUT") |
Definition at line 16 of file MuonCollectionSettingsButton.h.
| Enumerator | |
|---|---|
| Nothing | |
| TrackParticlesPrimary | |
| TrackParticlesCB | |
| TrackParticlesID | |
| TrackParticlesMS | |
| TrackParticlesME | |
| CaloClusters | |
| Segments | |
Definition at line 55 of file MuonCollectionSettingsButton.h.
| MuonCollectionSettingsButton::MuonCollectionSettingsButton | ( | QWidget * | parent = 0, |
| int | dim = 25 ) |
Definition at line 92 of file MuonCollectionSettingsButton.cxx.
|
virtual |
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 204 of file MuonCollectionSettingsButton.cxx.
| VP1Interval MuonCollectionSettingsButton::cutAllowedEta | ( | ) | const |
Definition at line 487 of file MuonCollectionSettingsButton.cxx.
|
signal |
| QList< VP1Interval > MuonCollectionSettingsButton::cutAllowedPhi | ( | ) | const |
Definition at line 495 of file MuonCollectionSettingsButton.cxx.
|
signal |
| VP1Interval MuonCollectionSettingsButton::cutAllowedPt | ( | ) | const |
Definition at line 451 of file MuonCollectionSettingsButton.cxx.
|
signal |
| SoMaterial * MuonCollectionSettingsButton::defaultParameterMaterial | ( | ) | const |
Definition at line 274 of file MuonCollectionSettingsButton.cxx.
|
protected |
Definition at line 344 of file MuonCollectionSettingsButton.cxx.
|
protected |
Definition at line 403 of file MuonCollectionSettingsButton.cxx.
|
inlineinherited |
Definition at line 51 of file VP1HelperClassBase.h.
| bool MuonCollectionSettingsButton::hideActualTrackPath | ( | ) | const |
Definition at line 328 of file MuonCollectionSettingsButton.cxx.
|
signal |
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 219 of file MuonCollectionSettingsButton.cxx.
|
signal |
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 214 of file MuonCollectionSettingsButton.cxx.
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 209 of file MuonCollectionSettingsButton.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.
| unsigned int MuonCollectionSettingsButton::minimumQuality | ( | ) | const |
Definition at line 295 of file MuonCollectionSettingsButton.cxx.
|
signal |
|
protected |
Definition at line 351 of file MuonCollectionSettingsButton.cxx.
|
protected |
Definition at line 336 of file MuonCollectionSettingsButton.cxx.
| SoMaterial * MuonCollectionSettingsButton::parameterMaterial | ( | xAOD::ParameterPosition | ) | const |
Definition at line 279 of file MuonCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 512 of file MuonCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 520 of file MuonCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 502 of file MuonCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 528 of file MuonCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 542 of file MuonCollectionSettingsButton.cxx.
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 429 of file MuonCollectionSettingsButton.cxx.
|
virtual |
fill out with the state of the object (used for drag and drop etc)
Implements VP1MaterialButtonBase.
Definition at line 411 of file MuonCollectionSettingsButton.cxx.
| void MuonCollectionSettingsButton::setDimension | ( | int | dim | ) |
Definition at line 177 of file MuonCollectionSettingsButton.cxx.
|
inlineprotectedinherited |
Definition at line 59 of file VP1HelperClassBase.h.
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 196 of file MuonCollectionSettingsButton.cxx.
|
slot |
Definition at line 84 of file MuonCollectionSettingsButton.cxx.
|
inherited |
Definition at line 197 of file VP1HelperClassBase.cxx.
|
slot |
| MuonCollectionSettingsButton::ShownAssociatedObjects MuonCollectionSettingsButton::shownAssociatedObjects | ( | ) | const |
Definition at line 310 of file MuonCollectionSettingsButton.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.
| SoDrawStyle * MuonCollectionSettingsButton::trackDrawStyle | ( | ) | const |
Definition at line 264 of file MuonCollectionSettingsButton.cxx.
| SoLightModel * MuonCollectionSettingsButton::trackLightModel | ( | ) | const |
Definition at line 269 of file MuonCollectionSettingsButton.cxx.
| double MuonCollectionSettingsButton::trackTubeRadius | ( | ) | const |
Definition at line 225 of file MuonCollectionSettingsButton.cxx.
|
signal |
|
protectedslot |
Definition at line 169 of file MuonCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 258 of file MuonCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 240 of file MuonCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 247 of file MuonCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 231 of file MuonCollectionSettingsButton.cxx.
|
inlinestaticinherited |
Definition at line 32 of file VP1HelperClassBase.h.
|
staticinherited |
Definition at line 183 of file VP1HelperClassBase.cxx.
|
private |
Definition at line 100 of file MuonCollectionSettingsButton.h.
|
privateinherited |
Definition at line 67 of file VP1HelperClassBase.h.
|
privateinherited |
Definition at line 68 of file VP1HelperClassBase.h.
|
staticprivateinherited |
Definition at line 69 of file VP1HelperClassBase.h.