![]() |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
Public Member Functions | |
| QtVariantProperty * | createSubProperty (QtVariantProperty *parent, QtVariantProperty *after, QtProperty *internal) |
| int | internalPropertyToType (QtProperty *property) const |
| QtVariantPropertyManagerPrivate () | |
| void | removeSubProperty (QtVariantProperty *property) |
| void | slotConstraintChanged (QtProperty *property, const QRect &val) |
| void | slotConstraintChanged (QtProperty *property, const QRectF &val) |
| void | slotDecimalsChanged (QtProperty *property, int prec) |
| void | slotEchoModeChanged (QtProperty *property, int) |
| void | slotEnumChanged (QtProperty *property, int val) |
| void | slotEnumIconsChanged (QtProperty *property, const QMap< int, QIcon > &enumIcons) |
| void | slotEnumNamesChanged (QtProperty *property, const QStringList &enumNames) |
| void | slotFlagChanged (QtProperty *property, int val) |
| void | slotFlagNamesChanged (QtProperty *property, const QStringList &flagNames) |
| void | slotPropertyInserted (QtProperty *property, QtProperty *parent, QtProperty *after) |
| void | slotPropertyRemoved (QtProperty *property, QtProperty *parent) |
| void | slotRangeChanged (QtProperty *property, int min, int max) |
| void | slotRangeChanged (QtProperty *property, double min, double max) |
| void | slotRangeChanged (QtProperty *property, const QDate &min, const QDate &max) |
| void | slotRangeChanged (QtProperty *property, const QSize &min, const QSize &max) |
| void | slotRangeChanged (QtProperty *property, const QSizeF &min, const QSizeF &max) |
| void | slotRegExpChanged (QtProperty *property, const QRegExp ®Exp) |
| void | slotSingleStepChanged (QtProperty *property, int step) |
| void | slotSingleStepChanged (QtProperty *property, double step) |
| void | slotValueChanged (QtProperty *property, int val) |
| void | slotValueChanged (QtProperty *property, double val) |
| void | slotValueChanged (QtProperty *property, bool val) |
| void | slotValueChanged (QtProperty *property, const QString &val) |
| void | slotValueChanged (QtProperty *property, const QDate &val) |
| void | slotValueChanged (QtProperty *property, const QTime &val) |
| void | slotValueChanged (QtProperty *property, const QDateTime &val) |
| void | slotValueChanged (QtProperty *property, const QKeySequence &val) |
| void | slotValueChanged (QtProperty *property, const QChar &val) |
| void | slotValueChanged (QtProperty *property, const QLocale &val) |
| void | slotValueChanged (QtProperty *property, const QPoint &val) |
| void | slotValueChanged (QtProperty *property, const QPointF &val) |
| void | slotValueChanged (QtProperty *property, const QVector3D &val) |
| void | slotValueChanged (QtProperty *property, const QSize &val) |
| void | slotValueChanged (QtProperty *property, const QSizeF &val) |
| void | slotValueChanged (QtProperty *property, const QRect &val) |
| void | slotValueChanged (QtProperty *property, const QRectF &val) |
| void | slotValueChanged (QtProperty *property, const QColor &val) |
| void | slotValueChanged (QtProperty *property, const QSizePolicy &val) |
| void | slotValueChanged (QtProperty *property, const QFont &val) |
| void | slotValueChanged (QtProperty *property, const QCursor &val) |
| void | valueChanged (QtProperty *property, const QVariant &val) |
Public Attributes | |
| const QString | m_constraintAttribute |
| bool | m_creatingProperty |
| bool | m_creatingSubProperties |
| const QString | m_decimalsAttribute |
| bool | m_destroyingSubProperties |
| const QString | m_echoModeAttribute |
| const QString | m_enumIconsAttribute |
| const QString | m_enumNamesAttribute |
| const QString | m_flagNamesAttribute |
| QMap< QtProperty *, QtVariantProperty * > | m_internalToProperty |
| const QString | m_maximumAttribute |
| const QString | m_minimumAttribute |
| QMap< const QtProperty *, QPair< QtVariantProperty *, int > > | m_propertyToType |
| int | m_propertyType |
| const QString | m_regExpAttribute |
| const QString | m_singleStepAttribute |
| QMap< int, QMap< QString, int > > | m_typeToAttributeToAttributeType |
| QMap< int, QtAbstractPropertyManager * > | m_typeToPropertyManager |
| QMap< int, int > | m_typeToValueType |
Private Attributes | |
| QtVariantPropertyManager * | q_ptr |
| QtVariantPropertyManagerPrivate::QtVariantPropertyManagerPrivate | ( | ) |
| QtVariantProperty * QtVariantPropertyManagerPrivate::createSubProperty | ( | QtVariantProperty * | parent, |
| QtVariantProperty * | after, | ||
| QtProperty * | internal | ||
| ) |
References QtVariantPropertyManager::addProperty(), QtProperty::insertSubProperty(), internalPropertyToType(), m_creatingSubProperties, m_internalToProperty, q_ptr, QtProperty::setPropertyName(), QtProperty::setStatusTip(), QtProperty::setToolTip(), and QtProperty::setWhatsThis().
Referenced by QtVariantPropertyManager::initializeProperty(), and slotPropertyInserted().
| int QtVariantPropertyManagerPrivate::internalPropertyToType | ( | QtProperty * | property | ) | const |
References QtVariantPropertyManager::enumTypeId().
Referenced by createSubProperty().
| void QtVariantPropertyManagerPrivate::removeSubProperty | ( | QtVariantProperty * | property | ) |
References m_destroyingSubProperties, m_internalToProperty, and wrappedProperty().
Referenced by slotPropertyRemoved().
| void QtVariantPropertyManagerPrivate::slotConstraintChanged | ( | QtProperty * | property, |
| const QRect & | val | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotConstraintChanged | ( | QtProperty * | property, |
| const QRectF & | val | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotDecimalsChanged | ( | QtProperty * | property, |
| int | prec | ||
| ) |
References QtVariantPropertyManager::attributeChanged(), m_decimalsAttribute, m_internalToProperty, and q_ptr.
| void QtVariantPropertyManagerPrivate::slotEchoModeChanged | ( | QtProperty * | property, |
| int | mode | ||
| ) |
References QtVariantPropertyManager::attributeChanged(), m_echoModeAttribute, m_internalToProperty, and q_ptr.
| void QtVariantPropertyManagerPrivate::slotEnumChanged | ( | QtProperty * | property, |
| int | val | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotEnumIconsChanged | ( | QtProperty * | property, |
| const QMap< int, QIcon > & | enumIcons | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotEnumNamesChanged | ( | QtProperty * | property, |
| const QStringList & | enumNames | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotFlagChanged | ( | QtProperty * | property, |
| int | val | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotFlagNamesChanged | ( | QtProperty * | property, |
| const QStringList & | flagNames | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotPropertyInserted | ( | QtProperty * | property, |
| QtProperty * | parent, | ||
| QtProperty * | after | ||
| ) |
References createSubProperty(), m_creatingProperty, and m_internalToProperty.
| void QtVariantPropertyManagerPrivate::slotPropertyRemoved | ( | QtProperty * | property, |
| QtProperty * | parent | ||
| ) |
References m_internalToProperty, and removeSubProperty().
| void QtVariantPropertyManagerPrivate::slotRangeChanged | ( | QtProperty * | property, |
| int | min, | ||
| int | max | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotRangeChanged | ( | QtProperty * | property, |
| double | min, | ||
| double | max | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotRangeChanged | ( | QtProperty * | property, |
| const QDate & | min, | ||
| const QDate & | max | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotRangeChanged | ( | QtProperty * | property, |
| const QSize & | min, | ||
| const QSize & | max | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotRangeChanged | ( | QtProperty * | property, |
| const QSizeF & | min, | ||
| const QSizeF & | max | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotRegExpChanged | ( | QtProperty * | property, |
| const QRegExp & | regExp | ||
| ) |
References QtVariantPropertyManager::attributeChanged(), m_internalToProperty, m_regExpAttribute, and q_ptr.
| void QtVariantPropertyManagerPrivate::slotSingleStepChanged | ( | QtProperty * | property, |
| int | step | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotSingleStepChanged | ( | QtProperty * | property, |
| double | step | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| int | val | ||
| ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| double | val | ||
| ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| bool | val | ||
| ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QString & | val | ||
| ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QDate & | val | ||
| ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QTime & | val | ||
| ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QDateTime & | val | ||
| ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QKeySequence & | val | ||
| ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QChar & | val | ||
| ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QLocale & | val | ||
| ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QPoint & | val | ||
| ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QPointF & | val | ||
| ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QVector3D & | val | ||
| ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QSize & | val | ||
| ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QSizeF & | val | ||
| ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QRect & | val | ||
| ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QRectF & | val | ||
| ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QColor & | val | ||
| ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QSizePolicy & | val | ||
| ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QFont & | val | ||
| ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QCursor & | val | ||
| ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::valueChanged | ( | QtProperty * | property, |
| const QVariant & | val | ||
| ) |
References m_internalToProperty, QtAbstractPropertyManager::propertyChanged(), q_ptr, and QtVariantPropertyManager::valueChanged().
Referenced by slotValueChanged().
| const QString QtVariantPropertyManagerPrivate::m_constraintAttribute |
| bool QtVariantPropertyManagerPrivate::m_creatingProperty |
| bool QtVariantPropertyManagerPrivate::m_creatingSubProperties |
| const QString QtVariantPropertyManagerPrivate::m_decimalsAttribute |
| bool QtVariantPropertyManagerPrivate::m_destroyingSubProperties |
| const QString QtVariantPropertyManagerPrivate::m_echoModeAttribute |
| const QString QtVariantPropertyManagerPrivate::m_enumIconsAttribute |
| const QString QtVariantPropertyManagerPrivate::m_enumNamesAttribute |
| const QString QtVariantPropertyManagerPrivate::m_flagNamesAttribute |
| QMap<QtProperty*, QtVariantProperty*> QtVariantPropertyManagerPrivate::m_internalToProperty |
Referenced by createSubProperty(), QtVariantPropertyManager::initializeProperty(), removeSubProperty(), slotConstraintChanged(), slotDecimalsChanged(), slotEchoModeChanged(), slotEnumIconsChanged(), slotEnumNamesChanged(), slotFlagNamesChanged(), slotPropertyInserted(), slotPropertyRemoved(), slotRangeChanged(), slotRegExpChanged(), slotSingleStepChanged(), QtVariantPropertyManager::uninitializeProperty(), and valueChanged().
| const QString QtVariantPropertyManagerPrivate::m_maximumAttribute |
| const QString QtVariantPropertyManagerPrivate::m_minimumAttribute |
| QMap<const QtProperty*, QPair<QtVariantProperty*, int> > QtVariantPropertyManagerPrivate::m_propertyToType |
| int QtVariantPropertyManagerPrivate::m_propertyType |
| const QString QtVariantPropertyManagerPrivate::m_regExpAttribute |
| const QString QtVariantPropertyManagerPrivate::m_singleStepAttribute |
| QMap<int, QMap<QString, int> > QtVariantPropertyManagerPrivate::m_typeToAttributeToAttributeType |
| QMap<int, QtAbstractPropertyManager*> QtVariantPropertyManagerPrivate::m_typeToPropertyManager |
| QMap<int, int> QtVariantPropertyManagerPrivate::m_typeToValueType |
|
private |
Referenced by createSubProperty(), QtVariantPropertyManager::QtVariantPropertyManager(), slotConstraintChanged(), slotDecimalsChanged(), slotEchoModeChanged(), slotEnumIconsChanged(), slotEnumNamesChanged(), slotFlagNamesChanged(), slotRangeChanged(), slotRegExpChanged(), slotSingleStepChanged(), and valueChanged().
1.8.13