![]() |
ATLAS Offline Software
|
#include <VertexCollectionSettingsButton.h>
Classes | |
| class | Imp |
Public Slots | |
| void | showEditMaterialDialog () |
| void | setMaterialText (const QString &) |
Signals | |
| void | lastAppliedChanged () |
| void | cutAllowedRChanged (const VP1Interval &) |
| void | cutAllowedYChanged (const VP1Interval &) |
| void | cutAllowedZChanged (const VP1Interval &) |
| void | vertexSizeChanged (int) |
Public Member Functions | |
| VertexCollectionSettingsButton (QWidget *parent=0, int dim=25) | |
| virtual | ~VertexCollectionSettingsButton () |
| void | setDimension (int dim) |
| virtual bool | setMaterial (SoMaterial *) |
| virtual void | copyValuesFromMaterial (SoMaterial *) |
| virtual double | lastAppliedTransparency () const |
| virtual double | lastAppliedShininess () const |
| virtual double | lastAppliedBrightness () const |
| VP1Interval | cutAllowedR () const |
| VP1Interval | cutAllowedY () const |
| VP1Interval | cutAllowedZ () const |
| SoDrawStyle * | vertexDrawStyle () const |
| SoLightModel * | vertexLightModel () const |
| int | vertexSize () 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 | updateVertexDrawStyle () |
| void | updateVertexLightModel (bool) |
| void | possibleChange_cutAllowedR () |
| void | possibleChange_cutAllowedY () |
| void | possibleChange_cutAllowedZ () |
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 VertexCollectionSettingsButton.h.
| VertexCollectionSettingsButton::VertexCollectionSettingsButton | ( | QWidget * | parent = 0, |
| int | dim = 25 ) |
Definition at line 86 of file VertexCollectionSettingsButton.cxx.
|
virtual |
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 189 of file VertexCollectionSettingsButton.cxx.
| VP1Interval VertexCollectionSettingsButton::cutAllowedR | ( | ) | const |
Definition at line 403 of file VertexCollectionSettingsButton.cxx.
|
signal |
| VP1Interval VertexCollectionSettingsButton::cutAllowedY | ( | ) | const |
Definition at line 429 of file VertexCollectionSettingsButton.cxx.
|
signal |
| VP1Interval VertexCollectionSettingsButton::cutAllowedZ | ( | ) | const |
Definition at line 454 of file VertexCollectionSettingsButton.cxx.
|
signal |
|
protected |
Definition at line 254 of file VertexCollectionSettingsButton.cxx.
|
protected |
Definition at line 313 of file VertexCollectionSettingsButton.cxx.
|
inlineinherited |
Definition at line 51 of file VP1HelperClassBase.h.
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 204 of file VertexCollectionSettingsButton.cxx.
|
signal |
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 199 of file VertexCollectionSettingsButton.cxx.
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 194 of file VertexCollectionSettingsButton.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 261 of file VertexCollectionSettingsButton.cxx.
|
protected |
Definition at line 246 of file VertexCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 479 of file VertexCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 489 of file VertexCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 499 of file VertexCollectionSettingsButton.cxx.
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 360 of file VertexCollectionSettingsButton.cxx.
|
virtual |
fill out with the state of the object (used for drag and drop etc)
Implements VP1MaterialButtonBase.
Definition at line 321 of file VertexCollectionSettingsButton.cxx.
| void VertexCollectionSettingsButton::setDimension | ( | int | dim | ) |
Definition at line 162 of file VertexCollectionSettingsButton.cxx.
|
inlineprotectedinherited |
Definition at line 59 of file VP1HelperClassBase.h.
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 181 of file VertexCollectionSettingsButton.cxx.
|
slot |
Definition at line 78 of file VertexCollectionSettingsButton.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 154 of file VertexCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 211 of file VertexCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 218 of file VertexCollectionSettingsButton.cxx.
|
inlinestaticinherited |
Definition at line 32 of file VP1HelperClassBase.h.
| SoDrawStyle * VertexCollectionSettingsButton::vertexDrawStyle | ( | ) | const |
Definition at line 230 of file VertexCollectionSettingsButton.cxx.
| SoLightModel * VertexCollectionSettingsButton::vertexLightModel | ( | ) | const |
Definition at line 235 of file VertexCollectionSettingsButton.cxx.
| int VertexCollectionSettingsButton::vertexSize | ( | ) | const |
Definition at line 240 of file VertexCollectionSettingsButton.cxx.
|
signal |
|
staticinherited |
Definition at line 183 of file VP1HelperClassBase.cxx.
|
private |
Definition at line 69 of file VertexCollectionSettingsButton.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.