![]() |
ATLAS Offline Software
|
#include <VP1Deserialise.h>
Classes | |
| class | Imp |
Public Member Functions | |
| VP1Deserialise (const QByteArray &, IVP1System *sys=0) | |
| virtual | ~VP1Deserialise () |
| qint32 | version () const |
| void | ignoreWidget (QWidget *) |
| void | widgetHandled (QWidget *) |
| void | warnUnrestored (QObject *) |
| void | disableUnrestoredChecks () |
| bool | atEnd () const |
| bool | restoreBool () |
| void | restore (QCheckBox *sb) |
| void | restore (QGroupBox *) |
| QString | restoreString () |
| void | restore (QComboBox *sb) |
| void | restore (QLineEdit *) |
| void | restoreByTitle (QToolBox *) |
| double | restoreDouble () |
| void | restore (QDoubleSpinBox *sb, const double &unit=1.0) |
| qint32 | restoreInt () |
| void | restore (QSpinBox *sb) |
| void | restore (QSlider *) |
| void | restore (QToolBox *tb) |
| void | restore (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) |
| QByteArray | restoreByteArray () |
| void | restore (VP1MaterialButton *) |
| void | restore (SoMaterial *) |
| void | restore (VP1CollectionWidget *) |
| void | restore (VP1CollectionSettingsButtonBase *w) |
| void | restore (VP1EtaPhiCutWidget *) |
| void | restore (VP1DrawOptionsWidget *) |
| void | restore (PhiSectionWidget *) |
| QColor | restoreColor () |
| void | restore (VP1ColorSelectButton *) |
| template<class T> | |
| T | restore () |
| void | ignoreBool () |
| void | ignoreInt () |
| void | ignoreDouble () |
| void | ignoreString () |
| void | ignoreByteArray () |
| void | ignoreColor () |
| void | ignoreObsoletePhiSectionWidgetState () |
| 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 unsigned | numberOfInstantiations () |
| static void | decrementNumberOfInstantiations () |
| 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 Member Functions | |
| void | setHelperClassName (const QString &n) |
Private Member Functions | |
| QDataStream * | stream () |
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 44 of file VP1Deserialise.h.
| VP1Deserialise::VP1Deserialise | ( | const QByteArray & | ba, |
| IVP1System * | sys = 0 ) |
Definition at line 101 of file VP1Deserialise.cxx.
|
virtual |
Definition at line 121 of file VP1Deserialise.cxx.
| bool VP1Deserialise::atEnd | ( | ) | const |
Definition at line 136 of file VP1Deserialise.cxx.
|
static |
Definition at line 95 of file VP1Deserialise.cxx.
| void VP1Deserialise::disableUnrestoredChecks | ( | ) |
Definition at line 689 of file VP1Deserialise.cxx.
|
inlineinherited |
Definition at line 51 of file VP1HelperClassBase.h.
| void VP1Deserialise::ignoreBool | ( | ) |
Definition at line 587 of file VP1Deserialise.cxx.
| void VP1Deserialise::ignoreByteArray | ( | ) |
Definition at line 627 of file VP1Deserialise.cxx.
| void VP1Deserialise::ignoreColor | ( | ) |
| void VP1Deserialise::ignoreDouble | ( | ) |
Definition at line 607 of file VP1Deserialise.cxx.
| void VP1Deserialise::ignoreInt | ( | ) |
Definition at line 597 of file VP1Deserialise.cxx.
| void VP1Deserialise::ignoreObsoletePhiSectionWidgetState | ( | ) |
Definition at line 637 of file VP1Deserialise.cxx.
| void VP1Deserialise::ignoreString | ( | ) |
Definition at line 617 of file VP1Deserialise.cxx.
| void VP1Deserialise::ignoreWidget | ( | QWidget * | w | ) |
Definition at line 647 of file VP1Deserialise.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.
|
static |
Definition at line 89 of file VP1Deserialise.cxx.
| T VP1Deserialise::restore | ( | ) |
Definition at line 137 of file VP1Deserialise.h.
| void VP1Deserialise::restore | ( | PhiSectionWidget * | phi | ) |
Definition at line 218 of file VP1Deserialise.cxx.
| void VP1Deserialise::restore | ( | QCheckBox * | sb | ) |
Definition at line 244 of file VP1Deserialise.cxx.
| void VP1Deserialise::restore | ( | QComboBox * | sb | ) |
Definition at line 287 of file VP1Deserialise.cxx.
| void VP1Deserialise::restore | ( | QDoubleSpinBox * | sb, |
| const double & | unit = 1.0 ) |
Definition at line 322 of file VP1Deserialise.cxx.
| void VP1Deserialise::restore | ( | QGroupBox * | gb | ) |
Definition at line 270 of file VP1Deserialise.cxx.
| void VP1Deserialise::restore | ( | QLineEdit * | le | ) |
Definition at line 307 of file VP1Deserialise.cxx.
| void VP1Deserialise::restore | ( | 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 ) |
Definition at line 450 of file VP1Deserialise.cxx.
| void VP1Deserialise::restore | ( | QSlider * | s | ) |
| void VP1Deserialise::restore | ( | QSpinBox * | sb | ) |
| void VP1Deserialise::restore | ( | QToolBox * | tb | ) |
Definition at line 370 of file VP1Deserialise.cxx.
| void VP1Deserialise::restore | ( | SoMaterial * | m | ) |
Definition at line 154 of file VP1Deserialise.cxx.
| void VP1Deserialise::restore | ( | VP1CollectionSettingsButtonBase * | w | ) |
Definition at line 514 of file VP1Deserialise.cxx.
| void VP1Deserialise::restore | ( | VP1CollectionWidget * | cw | ) |
Definition at line 486 of file VP1Deserialise.cxx.
| void VP1Deserialise::restore | ( | VP1ColorSelectButton * | cb | ) |
| void VP1Deserialise::restore | ( | VP1DrawOptionsWidget * | w | ) |
Definition at line 570 of file VP1Deserialise.cxx.
| void VP1Deserialise::restore | ( | VP1EtaPhiCutWidget * | w | ) |
Definition at line 550 of file VP1Deserialise.cxx.
| void VP1Deserialise::restore | ( | VP1MaterialButton * | mb | ) |
Definition at line 166 of file VP1Deserialise.cxx.
| bool VP1Deserialise::restoreBool | ( | ) |
Definition at line 418 of file VP1Deserialise.cxx.
| QByteArray VP1Deserialise::restoreByteArray | ( | ) |
Definition at line 233 of file VP1Deserialise.cxx.
| void VP1Deserialise::restoreByTitle | ( | QToolBox * | tb | ) |
| QColor VP1Deserialise::restoreColor | ( | ) |
Definition at line 190 of file VP1Deserialise.cxx.
| double VP1Deserialise::restoreDouble | ( | ) |
Definition at line 428 of file VP1Deserialise.cxx.
| qint32 VP1Deserialise::restoreInt | ( | ) |
Definition at line 439 of file VP1Deserialise.cxx.
| QString VP1Deserialise::restoreString | ( | ) |
Definition at line 408 of file VP1Deserialise.cxx.
|
inlineprotectedinherited |
Definition at line 59 of file VP1HelperClassBase.h.
|
inherited |
Definition at line 197 of file VP1HelperClassBase.cxx.
|
inlinestaticinherited |
|
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.
|
private |
Definition at line 148 of file VP1Deserialise.cxx.
|
inlineinherited |
Definition at line 50 of file VP1HelperClassBase.h.
|
inlinestaticinherited |
Definition at line 32 of file VP1HelperClassBase.h.
| qint32 VP1Deserialise::version | ( | ) | const |
Definition at line 142 of file VP1Deserialise.cxx.
|
staticinherited |
Definition at line 183 of file VP1HelperClassBase.cxx.
| void VP1Deserialise::warnUnrestored | ( | QObject * | object | ) |
Definition at line 695 of file VP1Deserialise.cxx.
| void VP1Deserialise::widgetHandled | ( | QWidget * | w | ) |
Definition at line 657 of file VP1Deserialise.cxx.
|
private |
Definition at line 127 of file VP1Deserialise.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.