Computer Assisted Medical Intervention Tool Kit  version 5.2
QtVariantPropertyManagerPrivate Class Reference
+ Collaboration diagram for QtVariantPropertyManagerPrivate:

Public Member Functions

QtVariantPropertycreateSubProperty (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, 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 slotRangeChanged (QtProperty *property, double min, double max)
 
void slotRangeChanged (QtProperty *property, int min, int max)
 
void slotRegExpChanged (QtProperty *property, const QRegularExpression &regExp)
 
void slotSingleStepChanged (QtProperty *property, double step)
 
void slotSingleStepChanged (QtProperty *property, int step)
 
void slotValueChanged (QtProperty *property, bool val)
 
void slotValueChanged (QtProperty *property, const QChar &val)
 
void slotValueChanged (QtProperty *property, const QColor &val)
 
void slotValueChanged (QtProperty *property, const QCursor &val)
 
void slotValueChanged (QtProperty *property, const QDate &val)
 
void slotValueChanged (QtProperty *property, const QDateTime &val)
 
void slotValueChanged (QtProperty *property, const QFont &val)
 
void slotValueChanged (QtProperty *property, const QKeySequence &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 QRect &val)
 
void slotValueChanged (QtProperty *property, const QRectF &val)
 
void slotValueChanged (QtProperty *property, const QSize &val)
 
void slotValueChanged (QtProperty *property, const QSizeF &val)
 
void slotValueChanged (QtProperty *property, const QSizePolicy &val)
 
void slotValueChanged (QtProperty *property, const QString &val)
 
void slotValueChanged (QtProperty *property, const QTime &val)
 
void slotValueChanged (QtProperty *property, const QVector3D &val)
 
void slotValueChanged (QtProperty *property, double val)
 
void slotValueChanged (QtProperty *property, int 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
 

Constructor & Destructor Documentation

◆ QtVariantPropertyManagerPrivate()

QtVariantPropertyManagerPrivate::QtVariantPropertyManagerPrivate ( )

Member Function Documentation

◆ createSubProperty()

QtVariantProperty * QtVariantPropertyManagerPrivate::createSubProperty ( QtVariantProperty parent,
QtVariantProperty after,
QtProperty internal 
)

References QtVariantPropertyManager::addProperty(), QtProperty::insertSubProperty(), internalPropertyToType(), m_creatingSubProperties, m_internalToProperty, QtProperty::setPropertyName(), QtProperty::setStatusTip(), QtProperty::setToolTip(), and QtProperty::setWhatsThis().

Referenced by QtVariantPropertyManager::initializeProperty(), and slotPropertyInserted().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ internalPropertyToType()

int QtVariantPropertyManagerPrivate::internalPropertyToType ( QtProperty property) const

References QtVariantPropertyManager::enumTypeId().

Referenced by createSubProperty().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ removeSubProperty()

void QtVariantPropertyManagerPrivate::removeSubProperty ( QtVariantProperty property)

References m_destroyingSubProperties, m_internalToProperty, and wrappedProperty().

Referenced by slotPropertyRemoved().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ slotConstraintChanged() [1/2]

void QtVariantPropertyManagerPrivate::slotConstraintChanged ( QtProperty property,
const QRect &  val 
)

◆ slotConstraintChanged() [2/2]

void QtVariantPropertyManagerPrivate::slotConstraintChanged ( QtProperty property,
const QRectF &  val 
)

◆ slotDecimalsChanged()

void QtVariantPropertyManagerPrivate::slotDecimalsChanged ( QtProperty property,
int  prec 
)

◆ slotEchoModeChanged()

void QtVariantPropertyManagerPrivate::slotEchoModeChanged ( QtProperty property,
int  mode 
)

◆ slotEnumChanged()

void QtVariantPropertyManagerPrivate::slotEnumChanged ( QtProperty property,
int  val 
)

◆ slotEnumIconsChanged()

void QtVariantPropertyManagerPrivate::slotEnumIconsChanged ( QtProperty property,
const QMap< int, QIcon > &  enumIcons 
)

◆ slotEnumNamesChanged()

void QtVariantPropertyManagerPrivate::slotEnumNamesChanged ( QtProperty property,
const QStringList &  enumNames 
)

◆ slotFlagChanged()

void QtVariantPropertyManagerPrivate::slotFlagChanged ( QtProperty property,
int  val 
)

◆ slotFlagNamesChanged()

void QtVariantPropertyManagerPrivate::slotFlagNamesChanged ( QtProperty property,
const QStringList &  flagNames 
)

◆ slotPropertyInserted()

void QtVariantPropertyManagerPrivate::slotPropertyInserted ( QtProperty property,
QtProperty parent,
QtProperty after 
)

References createSubProperty(), m_creatingProperty, and m_internalToProperty.

+ Here is the call graph for this function:

◆ slotPropertyRemoved()

void QtVariantPropertyManagerPrivate::slotPropertyRemoved ( QtProperty property,
QtProperty parent 
)

References m_internalToProperty, and removeSubProperty().

+ Here is the call graph for this function:

◆ slotRangeChanged() [1/5]

void QtVariantPropertyManagerPrivate::slotRangeChanged ( QtProperty property,
const QDate &  min,
const QDate &  max 
)

◆ slotRangeChanged() [2/5]

void QtVariantPropertyManagerPrivate::slotRangeChanged ( QtProperty property,
const QSize &  min,
const QSize &  max 
)

◆ slotRangeChanged() [3/5]

void QtVariantPropertyManagerPrivate::slotRangeChanged ( QtProperty property,
const QSizeF &  min,
const QSizeF &  max 
)

◆ slotRangeChanged() [4/5]

void QtVariantPropertyManagerPrivate::slotRangeChanged ( QtProperty property,
double  min,
double  max 
)

◆ slotRangeChanged() [5/5]

void QtVariantPropertyManagerPrivate::slotRangeChanged ( QtProperty property,
int  min,
int  max 
)

◆ slotRegExpChanged()

void QtVariantPropertyManagerPrivate::slotRegExpChanged ( QtProperty property,
const QRegularExpression &  regExp 
)

◆ slotSingleStepChanged() [1/2]

void QtVariantPropertyManagerPrivate::slotSingleStepChanged ( QtProperty property,
double  step 
)

◆ slotSingleStepChanged() [2/2]

void QtVariantPropertyManagerPrivate::slotSingleStepChanged ( QtProperty property,
int  step 
)

◆ slotValueChanged() [1/21]

void QtVariantPropertyManagerPrivate::slotValueChanged ( QtProperty property,
bool  val 
)

References valueChanged().

+ Here is the call graph for this function:

◆ slotValueChanged() [2/21]

void QtVariantPropertyManagerPrivate::slotValueChanged ( QtProperty property,
const QChar &  val 
)

References valueChanged().

+ Here is the call graph for this function:

◆ slotValueChanged() [3/21]

void QtVariantPropertyManagerPrivate::slotValueChanged ( QtProperty property,
const QColor &  val 
)

References valueChanged().

+ Here is the call graph for this function:

◆ slotValueChanged() [4/21]

void QtVariantPropertyManagerPrivate::slotValueChanged ( QtProperty property,
const QCursor &  val 
)

References valueChanged().

+ Here is the call graph for this function:

◆ slotValueChanged() [5/21]

void QtVariantPropertyManagerPrivate::slotValueChanged ( QtProperty property,
const QDate &  val 
)

References valueChanged().

+ Here is the call graph for this function:

◆ slotValueChanged() [6/21]

void QtVariantPropertyManagerPrivate::slotValueChanged ( QtProperty property,
const QDateTime &  val 
)

References valueChanged().

+ Here is the call graph for this function:

◆ slotValueChanged() [7/21]

void QtVariantPropertyManagerPrivate::slotValueChanged ( QtProperty property,
const QFont &  val 
)

References valueChanged().

+ Here is the call graph for this function:

◆ slotValueChanged() [8/21]

void QtVariantPropertyManagerPrivate::slotValueChanged ( QtProperty property,
const QKeySequence &  val 
)

References valueChanged().

+ Here is the call graph for this function:

◆ slotValueChanged() [9/21]

void QtVariantPropertyManagerPrivate::slotValueChanged ( QtProperty property,
const QLocale &  val 
)

References valueChanged().

+ Here is the call graph for this function:

◆ slotValueChanged() [10/21]

void QtVariantPropertyManagerPrivate::slotValueChanged ( QtProperty property,
const QPoint &  val 
)

References valueChanged().

+ Here is the call graph for this function:

◆ slotValueChanged() [11/21]

void QtVariantPropertyManagerPrivate::slotValueChanged ( QtProperty property,
const QPointF &  val 
)

References valueChanged().

+ Here is the call graph for this function:

◆ slotValueChanged() [12/21]

void QtVariantPropertyManagerPrivate::slotValueChanged ( QtProperty property,
const QRect &  val 
)

References valueChanged().

+ Here is the call graph for this function:

◆ slotValueChanged() [13/21]

void QtVariantPropertyManagerPrivate::slotValueChanged ( QtProperty property,
const QRectF &  val 
)

References valueChanged().

+ Here is the call graph for this function:

◆ slotValueChanged() [14/21]

void QtVariantPropertyManagerPrivate::slotValueChanged ( QtProperty property,
const QSize &  val 
)

References valueChanged().

+ Here is the call graph for this function:

◆ slotValueChanged() [15/21]

void QtVariantPropertyManagerPrivate::slotValueChanged ( QtProperty property,
const QSizeF &  val 
)

References valueChanged().

+ Here is the call graph for this function:

◆ slotValueChanged() [16/21]

void QtVariantPropertyManagerPrivate::slotValueChanged ( QtProperty property,
const QSizePolicy &  val 
)

References valueChanged().

+ Here is the call graph for this function:

◆ slotValueChanged() [17/21]

void QtVariantPropertyManagerPrivate::slotValueChanged ( QtProperty property,
const QString &  val 
)

References valueChanged().

+ Here is the call graph for this function:

◆ slotValueChanged() [18/21]

void QtVariantPropertyManagerPrivate::slotValueChanged ( QtProperty property,
const QTime &  val 
)

References valueChanged().

+ Here is the call graph for this function:

◆ slotValueChanged() [19/21]

void QtVariantPropertyManagerPrivate::slotValueChanged ( QtProperty property,
const QVector3D &  val 
)

References valueChanged().

+ Here is the call graph for this function:

◆ slotValueChanged() [20/21]

void QtVariantPropertyManagerPrivate::slotValueChanged ( QtProperty property,
double  val 
)

References valueChanged().

+ Here is the call graph for this function:

◆ slotValueChanged() [21/21]

void QtVariantPropertyManagerPrivate::slotValueChanged ( QtProperty property,
int  val 
)

References valueChanged().

+ Here is the call graph for this function:

◆ valueChanged()

void QtVariantPropertyManagerPrivate::valueChanged ( QtProperty property,
const QVariant &  val 
)

References m_internalToProperty, QtAbstractPropertyManager::propertyChanged(), and QtVariantPropertyManager::valueChanged().

Referenced by slotValueChanged().

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_constraintAttribute

◆ m_creatingProperty

◆ m_creatingSubProperties

bool QtVariantPropertyManagerPrivate::m_creatingSubProperties

◆ m_decimalsAttribute

◆ m_destroyingSubProperties

bool QtVariantPropertyManagerPrivate::m_destroyingSubProperties

◆ m_echoModeAttribute

◆ m_enumIconsAttribute

◆ m_enumNamesAttribute

◆ m_flagNamesAttribute

◆ m_internalToProperty

◆ m_maximumAttribute

◆ m_minimumAttribute

◆ m_propertyToType

◆ m_propertyType

◆ m_regExpAttribute

◆ m_singleStepAttribute

◆ m_typeToAttributeToAttributeType

QMap<int, QMap<QString, int> > QtVariantPropertyManagerPrivate::m_typeToAttributeToAttributeType

◆ m_typeToPropertyManager

QMap<int, QtAbstractPropertyManager*> QtVariantPropertyManagerPrivate::m_typeToPropertyManager

◆ m_typeToValueType


The documentation for this class was generated from the following file: