![]() |
ATLAS Offline Software
|
#include <IParticleCollectionSettingsButton.h>
Classes | |
| class | Imp |
Public Slots | |
| void | showEditMaterialDialog () |
| virtual void | setText (const QString &) |
Signals | |
| void | lastAppliedChanged () |
| void | cutAllowedPtChanged (const VP1Interval &) |
| void | cutAllowedEtaChanged (const VP1Interval &) |
| void | cutAllowedPhiChanged (const QList< VP1Interval > &) |
Public Member Functions | |
| IParticleCollectionSettingsButton (QWidget *parent=0, int dim=25) | |
| virtual | ~IParticleCollectionSettingsButton () |
| void | setDimension (int dim) |
| void | initEditWindow () |
| virtual bool | setMaterial (SoMaterial *) |
| virtual void | copyValuesFromMaterial (SoMaterial *) |
| virtual double | lastAppliedTransparency () const |
| virtual double | lastAppliedShininess () const |
| virtual double | lastAppliedBrightness () const |
| VP1Interval | cutAllowedPt () const |
| VP1Interval | cutAllowedEta () const |
| QList< VP1Interval > | cutAllowedPhi () const |
| SoDrawStyle * | drawStyle () const |
| SoLightModel * | lightModel () 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 | updateDrawStyle () |
| void | updateLightModel (bool) |
| void | possibleChange_cutAllowedPt () |
| void | possibleChange_cutAllowedEta () |
| void | possibleChange_cutAllowedPhi () |
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 13 of file IParticleCollectionSettingsButton.h.
| IParticleCollectionSettingsButton::IParticleCollectionSettingsButton | ( | QWidget * | parent = 0, |
| int | dim = 25 ) |
Definition at line 90 of file IParticleCollectionSettingsButton.cxx.
|
virtual |
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 169 of file IParticleCollectionSettingsButton.cxx.
| VP1Interval IParticleCollectionSettingsButton::cutAllowedEta | ( | ) | const |
Definition at line 359 of file IParticleCollectionSettingsButton.cxx.
|
signal |
| QList< VP1Interval > IParticleCollectionSettingsButton::cutAllowedPhi | ( | ) | const |
Definition at line 365 of file IParticleCollectionSettingsButton.cxx.
|
signal |
| VP1Interval IParticleCollectionSettingsButton::cutAllowedPt | ( | ) | const |
Definition at line 325 of file IParticleCollectionSettingsButton.cxx.
|
signal |
|
protected |
Definition at line 231 of file IParticleCollectionSettingsButton.cxx.
| SoDrawStyle * IParticleCollectionSettingsButton::drawStyle | ( | ) | const |
Definition at line 211 of file IParticleCollectionSettingsButton.cxx.
|
protected |
Definition at line 290 of file IParticleCollectionSettingsButton.cxx.
|
inlineinherited |
Definition at line 51 of file VP1HelperClassBase.h.
| void IParticleCollectionSettingsButton::initEditWindow | ( | ) |
Definition at line 76 of file IParticleCollectionSettingsButton.cxx.
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 184 of file IParticleCollectionSettingsButton.cxx.
|
signal |
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 179 of file IParticleCollectionSettingsButton.cxx.
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 174 of file IParticleCollectionSettingsButton.cxx.
| SoLightModel * IParticleCollectionSettingsButton::lightModel | ( | ) | const |
Definition at line 216 of file IParticleCollectionSettingsButton.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.
|
protected |
Definition at line 238 of file IParticleCollectionSettingsButton.cxx.
|
protected |
Definition at line 223 of file IParticleCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 380 of file IParticleCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 388 of file IParticleCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 370 of file IParticleCollectionSettingsButton.cxx.
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 312 of file IParticleCollectionSettingsButton.cxx.
|
virtual |
fill out with the state of the object (used for drag and drop etc)
Implements VP1MaterialButtonBase.
Definition at line 298 of file IParticleCollectionSettingsButton.cxx.
| void IParticleCollectionSettingsButton::setDimension | ( | int | dim | ) |
Definition at line 143 of file IParticleCollectionSettingsButton.cxx.
|
inlineprotectedinherited |
Definition at line 59 of file VP1HelperClassBase.h.
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 162 of file IParticleCollectionSettingsButton.cxx.
|
inherited |
Definition at line 197 of file VP1HelperClassBase.cxx.
|
virtualslot |
Definition at line 82 of file IParticleCollectionSettingsButton.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 135 of file IParticleCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 191 of file IParticleCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 198 of file IParticleCollectionSettingsButton.cxx.
|
inlinestaticinherited |
Definition at line 32 of file VP1HelperClassBase.h.
|
staticinherited |
Definition at line 183 of file VP1HelperClassBase.cxx.
|
private |
Definition at line 68 of file IParticleCollectionSettingsButton.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.