![]() |
Computer Assited Medical Intervention Tool Kit
version 4.0
|
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 | ||
| ) |
| int QtVariantPropertyManagerPrivate::internalPropertyToType | ( | QtProperty * | property | ) | const |
References QtVariantPropertyManager::enumTypeId().
| void QtVariantPropertyManagerPrivate::removeSubProperty | ( | QtVariantProperty * | property | ) |
References wrappedProperty().
| void QtVariantPropertyManagerPrivate::slotConstraintChanged | ( | QtProperty * | property, |
| const QRect & | val | ||
| ) |
References QtVariantPropertyManager::attributeChanged(), and QtVariantProperty::value().
| void QtVariantPropertyManagerPrivate::slotConstraintChanged | ( | QtProperty * | property, |
| const QRectF & | val | ||
| ) |
References QtVariantPropertyManager::attributeChanged(), and QtVariantProperty::value().
| void QtVariantPropertyManagerPrivate::slotDecimalsChanged | ( | QtProperty * | property, |
| int | prec | ||
| ) |
References QtVariantPropertyManager::attributeChanged(), and QtVariantProperty::value().
| void QtVariantPropertyManagerPrivate::slotEchoModeChanged | ( | QtProperty * | property, |
| int | mode | ||
| ) |
References QtVariantPropertyManager::attributeChanged(), and QtVariantProperty::value().
| void QtVariantPropertyManagerPrivate::slotEnumChanged | ( | QtProperty * | property, |
| int | val | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotEnumIconsChanged | ( | QtProperty * | property, |
| const QMap< int, QIcon > & | enumIcons | ||
| ) |
References QtVariantPropertyManager::attributeChanged(), and QtVariantProperty::value().
| void QtVariantPropertyManagerPrivate::slotEnumNamesChanged | ( | QtProperty * | property, |
| const QStringList & | enumNames | ||
| ) |
References QtVariantPropertyManager::attributeChanged(), and QtVariantProperty::value().
| void QtVariantPropertyManagerPrivate::slotFlagChanged | ( | QtProperty * | property, |
| int | val | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotFlagNamesChanged | ( | QtProperty * | property, |
| const QStringList & | flagNames | ||
| ) |
References QtVariantPropertyManager::attributeChanged(), and QtVariantProperty::value().
| void QtVariantPropertyManagerPrivate::slotPropertyInserted | ( | QtProperty * | property, |
| QtProperty * | parent, | ||
| QtProperty * | after | ||
| ) |
References QtVariantProperty::value().
| void QtVariantPropertyManagerPrivate::slotPropertyRemoved | ( | QtProperty * | property, |
| QtProperty * | parent | ||
| ) |
References QtProperty::removeSubProperty(), and QtVariantProperty::value().
| void QtVariantPropertyManagerPrivate::slotRangeChanged | ( | QtProperty * | property, |
| int | min, | ||
| int | max | ||
| ) |
References QtVariantPropertyManager::attributeChanged(), and QtVariantProperty::value().
| void QtVariantPropertyManagerPrivate::slotRangeChanged | ( | QtProperty * | property, |
| double | min, | ||
| double | max | ||
| ) |
References QtVariantPropertyManager::attributeChanged(), and QtVariantProperty::value().
| void QtVariantPropertyManagerPrivate::slotRangeChanged | ( | QtProperty * | property, |
| const QDate & | min, | ||
| const QDate & | max | ||
| ) |
References QtVariantPropertyManager::attributeChanged(), and QtVariantProperty::value().
| void QtVariantPropertyManagerPrivate::slotRangeChanged | ( | QtProperty * | property, |
| const QSize & | min, | ||
| const QSize & | max | ||
| ) |
References QtVariantPropertyManager::attributeChanged(), and QtVariantProperty::value().
| void QtVariantPropertyManagerPrivate::slotRangeChanged | ( | QtProperty * | property, |
| const QSizeF & | min, | ||
| const QSizeF & | max | ||
| ) |
References QtVariantPropertyManager::attributeChanged(), and QtVariantProperty::value().
| void QtVariantPropertyManagerPrivate::slotRegExpChanged | ( | QtProperty * | property, |
| const QRegExp & | regExp | ||
| ) |
References QtVariantPropertyManager::attributeChanged(), and QtVariantProperty::value().
| void QtVariantPropertyManagerPrivate::slotSingleStepChanged | ( | QtProperty * | property, |
| int | step | ||
| ) |
References QtVariantPropertyManager::attributeChanged(), and QtVariantProperty::value().
| void QtVariantPropertyManagerPrivate::slotSingleStepChanged | ( | QtProperty * | property, |
| double | step | ||
| ) |
References QtVariantPropertyManager::attributeChanged(), and QtVariantProperty::value().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| int | val | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| double | val | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| bool | val | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QString & | val | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QDate & | val | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QTime & | val | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QDateTime & | val | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QKeySequence & | val | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QChar & | val | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QLocale & | val | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QPoint & | val | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QPointF & | val | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QVector3D & | val | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QSize & | val | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QSizeF & | val | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QRect & | val | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QRectF & | val | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QColor & | val | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QSizePolicy & | val | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QFont & | val | ||
| ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QCursor & | val | ||
| ) |
| void QtVariantPropertyManagerPrivate::valueChanged | ( | QtProperty * | property, |
| const QVariant & | val | ||
| ) |
| 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 |
| 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 |
1.8.11