Definition at line 44 of file VP1Deserialise.cxx.
◆ Imp()
◆ block()
| void VP1Deserialise::Imp::block |
( |
QWidget * |
w | ) |
|
|
inline |
◆ expectsPersistification()
| bool VP1Deserialise::Imp::expectsPersistification |
( |
QWidget * |
w | ) |
|
Definition at line 663 of file VP1Deserialise.cxx.
671 if (
w->inherits(
"QGroupBox"))
672 return static_cast<QGroupBox*
>(
w)->isCheckable();
674 return w->inherits(
"QCheckBox")
675 ||
w->inherits(
"QRadioButton")
676 ||
w->inherits(
"QComboBox")
677 ||
w->inherits(
"QAbstractSpinBox")
678 ||
w->inherits(
"QSlider")
679 ||
w->inherits(
"QToolBox")
680 ||
w->inherits(
"PhiSectionWidget")
681 ||
w->inherits(
"VP1EtaPhiCutWidget")
682 ||
w->inherits(
"VP1DrawOptionsWidget")
683 ||
w->inherits(
"QLineEdit")
684 ||
w->inherits(
"VP1ColorSelectButton")
685 ||
w->inherits(
"VP1MaterialButton");
◆ handle()
| void VP1Deserialise::Imp::handle |
( |
const QWidget * |
w | ) |
|
|
inline |
Definition at line 72 of file VP1Deserialise.cxx.
77 +QString(
w->metaObject()->className())
78 +
", name="+
w->objectName());
◆ unblock()
| void VP1Deserialise::Imp::unblock |
( |
| ) |
|
|
inline |
◆ buffer
| QBuffer* VP1Deserialise::Imp::buffer |
◆ byteArray
| QByteArray VP1Deserialise::Imp::byteArray |
◆ checkedUnused
| bool VP1Deserialise::Imp::checkedUnused |
◆ handledWidgets
| QSet<const QWidget*> VP1Deserialise::Imp::handledWidgets |
◆ ignoredWidgets
| QSet<QWidget*> VP1Deserialise::Imp::ignoredWidgets |
◆ numberOfInstantiations
| unsigned VP1Deserialise::Imp::numberOfInstantiations = 0 |
|
static |
◆ state
| QDataStream* VP1Deserialise::Imp::state |
◆ theclass
◆ version
| qint32 VP1Deserialise::Imp::version |
◆ widgetNeedingUnblock
| QWidget* VP1Deserialise::Imp::widgetNeedingUnblock |
The documentation for this class was generated from the following file: