![]() |
ATLAS Offline Software
|
#include <JetCollectionSettingsButton.h>
Classes | |
| class | Imp |
Public Slots | |
| void | showEditMaterialDialog () |
| void | setMaterialText (const QString &) |
Signals | |
| void | cutAllowedPtChanged (const VP1Interval &) |
| void | cutAllowedEtaChanged (const VP1Interval &) |
| void | cutAllowedPhiChanged (const QList< VP1Interval > &) |
| void | scaleChanged (const double &scale) |
| void | randomJetColoursChanged (const bool &ra) |
| void | rerandomise () |
| void | maxRChanged (const double &maxR) |
| void | bTaggingEnabledChanged (const bool &) |
| void | bTaggingTaggerChanged (const QString &) |
| void | bTaggingCutChanged (const double &) |
| void | bTaggingRenderingMaterialChanged (const bool &) |
| void | bTaggingMaterialChanged () |
| void | bTaggingRenderingSkinChanged (bool) |
| void | lastAppliedChanged () |
Public Member Functions | |
| JetCollectionSettingsButton (QWidget *parent=0, int dim=25, const QString &name="") | |
| virtual | ~JetCollectionSettingsButton () |
| void | setDimension (int dim) |
| VP1MaterialButton * | getMaterialButton () const |
| virtual bool | setMaterial (SoMaterial *) |
| virtual void | copyValuesFromMaterial (SoMaterial *) |
| virtual double | lastAppliedTransparency () const |
| virtual double | lastAppliedShininess () const |
| virtual double | lastAppliedBrightness () const |
| double | lengthOf100GeV () |
| bool | randomJetColours () const |
| double | maxR () |
| Returns -1 if disabled in GUI, or value in m if enabled. | |
| VP1Interval | cutAllowedPt () const |
| VP1Interval | cutAllowedEta () const |
| QList< VP1Interval > | cutAllowedPhi () const |
| bool | bTaggingEnabled () const |
| QString | bTaggingTagger () const |
| QString | bTaggingSkin () const |
| double | bTaggingCut () const |
| bool | bTaggingRenderingSkin () const |
| bool | bTaggingRenderingMaterial () const |
| SoMaterial * | bTaggingMaterial () const |
| bool | is_bTaggingSkinEnabled () const |
| bool | is_bTaggingMaterialEnabled () const |
| QByteArray | saveState () const |
| fill out with the state of the object (used for drag and drop etc) | |
| void | restoreFromState (const QByteArray &) |
| SoMaterial * | getMaterial (VP1MaterialButton *) const |
| SoMaterial * | fallBackMaterial () const |
| 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 | possibleChange_cutAllowedPt () |
| void | possibleChange_cutAllowedEta () |
| void | possibleChange_cutAllowedPhi () |
| void | possibleChange_scale () |
| void | possibleChange_randomJetColours () |
| void | possibleChange_maxR () |
| void | possibleChange_bTaggingEnabled (bool) |
| void | possibleChange_bTaggingTagger () |
| void | possibleChange_bTaggingCut () |
| void | possibleChange_bTaggingRenderingMaterial (bool) |
| void | possibleChange_bTaggingRenderingSkin (bool ok) |
| void | enableMaxR (bool) |
| void | enableRandomColours (bool) |
| void | emitRerandomise () |
| void | checkSelection () |
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 14 of file JetCollectionSettingsButton.h.
| JetCollectionSettingsButton::JetCollectionSettingsButton | ( | QWidget * | parent = 0, |
| int | dim = 25, | ||
| const QString & | name = "" ) |
Definition at line 256 of file JetCollectionSettingsButton.cxx.
|
virtual |
Definition at line 379 of file JetCollectionSettingsButton.cxx.
| double JetCollectionSettingsButton::bTaggingCut | ( | ) | const |
Definition at line 211 of file JetCollectionSettingsButton.cxx.
|
signal |
| bool JetCollectionSettingsButton::bTaggingEnabled | ( | ) | const |
Definition at line 227 of file JetCollectionSettingsButton.cxx.
|
signal |
| SoMaterial * JetCollectionSettingsButton::bTaggingMaterial | ( | ) | const |
Definition at line 223 of file JetCollectionSettingsButton.cxx.
|
signal |
| bool JetCollectionSettingsButton::bTaggingRenderingMaterial | ( | ) | const |
Definition at line 235 of file JetCollectionSettingsButton.cxx.
|
signal |
| bool JetCollectionSettingsButton::bTaggingRenderingSkin | ( | ) | const |
Definition at line 231 of file JetCollectionSettingsButton.cxx.
|
signal |
| QString JetCollectionSettingsButton::bTaggingSkin | ( | ) | const |
Definition at line 219 of file JetCollectionSettingsButton.cxx.
| QString JetCollectionSettingsButton::bTaggingTagger | ( | ) | const |
Definition at line 215 of file JetCollectionSettingsButton.cxx.
|
signal |
|
privateslot |
Definition at line 733 of file JetCollectionSettingsButton.cxx.
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 427 of file JetCollectionSettingsButton.cxx.
| VP1Interval JetCollectionSettingsButton::cutAllowedEta | ( | ) | const |
Definition at line 799 of file JetCollectionSettingsButton.cxx.
|
signal |
| QList< VP1Interval > JetCollectionSettingsButton::cutAllowedPhi | ( | ) | const |
Definition at line 807 of file JetCollectionSettingsButton.cxx.
|
signal |
| VP1Interval JetCollectionSettingsButton::cutAllowedPt | ( | ) | const |
Definition at line 763 of file JetCollectionSettingsButton.cxx.
|
signal |
|
protected |
Definition at line 555 of file JetCollectionSettingsButton.cxx.
|
protected |
Definition at line 614 of file JetCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 878 of file JetCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 892 of file JetCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 865 of file JetCollectionSettingsButton.cxx.
|
inherited |
Definition at line 52 of file VP1CollectionSettingsButtonBase.cxx.
|
inherited |
Definition at line 62 of file VP1CollectionSettingsButtonBase.cxx.
| VP1MaterialButton * JetCollectionSettingsButton::getMaterialButton | ( | ) | const |
Definition at line 422 of file JetCollectionSettingsButton.cxx.
|
inlineinherited |
Definition at line 51 of file VP1HelperClassBase.h.
| bool JetCollectionSettingsButton::is_bTaggingMaterialEnabled | ( | ) | const |
Definition at line 246 of file JetCollectionSettingsButton.cxx.
| bool JetCollectionSettingsButton::is_bTaggingSkinEnabled | ( | ) | const |
Definition at line 240 of file JetCollectionSettingsButton.cxx.
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 442 of file JetCollectionSettingsButton.cxx.
|
signalinherited |
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 437 of file JetCollectionSettingsButton.cxx.
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 432 of file JetCollectionSettingsButton.cxx.
| double JetCollectionSettingsButton::lengthOf100GeV | ( | ) |
Definition at line 192 of file JetCollectionSettingsButton.cxx.
| double JetCollectionSettingsButton::maxR | ( | ) |
Returns -1 if disabled in GUI, or value in m if enabled.
Definition at line 202 of file JetCollectionSettingsButton.cxx.
|
signal |
|
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.
|
protected |
Definition at line 562 of file JetCollectionSettingsButton.cxx.
|
protected |
Definition at line 547 of file JetCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 934 of file JetCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 914 of file JetCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 949 of file JetCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 980 of file JetCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 928 of file JetCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 826 of file JetCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 834 of file JetCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 816 of file JetCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 898 of file JetCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 853 of file JetCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 842 of file JetCollectionSettingsButton.cxx.
| bool JetCollectionSettingsButton::randomJetColours | ( | ) | const |
Definition at line 871 of file JetCollectionSettingsButton.cxx.
|
signal |
|
signal |
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 672 of file JetCollectionSettingsButton.cxx.
|
virtual |
fill out with the state of the object (used for drag and drop etc)
Implements VP1MaterialButtonBase.
Definition at line 622 of file JetCollectionSettingsButton.cxx.
|
signal |
| void JetCollectionSettingsButton::setDimension | ( | int | dim | ) |
Definition at line 395 of file JetCollectionSettingsButton.cxx.
|
inlineprotectedinherited |
Definition at line 59 of file VP1HelperClassBase.h.
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 414 of file JetCollectionSettingsButton.cxx.
|
slot |
Definition at line 181 of file JetCollectionSettingsButton.cxx.
|
inherited |
Definition at line 197 of file VP1HelperClassBase.cxx.
|
slot |
|
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.
|
protectedslot |
Definition at line 387 of file JetCollectionSettingsButton.cxx.
|
inlinestaticinherited |
Definition at line 32 of file VP1HelperClassBase.h.
|
staticinherited |
Definition at line 183 of file VP1HelperClassBase.cxx.
|
private |
Definition at line 114 of file JetCollectionSettingsButton.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.