Computer Assited Medical Intervention Tool Kit
version 4.1
|
Classes | |
struct | Data |
Public Types | |
typedef QMap< const QtProperty *, Data > | PropertyValueMap |
Public Member Functions | |
void | slotDoubleChanged (QtProperty *property, double value) |
void | slotPropertyDestroyed (QtProperty *property) |
Public Attributes | |
QtDoublePropertyManager * | m_doublePropertyManager |
QMap< const QtProperty *, QtProperty * > | m_propertyToX |
QMap< const QtProperty *, QtProperty * > | m_propertyToY |
QMap< const QtProperty *, QtProperty * > | m_propertyToZ |
PropertyValueMap | m_values |
QMap< const QtProperty *, QtProperty * > | m_xToProperty |
QMap< const QtProperty *, QtProperty * > | m_yToProperty |
QMap< const QtProperty *, QtProperty * > | m_zToProperty |
Private Attributes | |
QtVector3DPropertyManager * | q_ptr |
typedef QMap<const QtProperty*, Data> QtVector3DPropertyManagerPrivate::PropertyValueMap |
void QtVector3DPropertyManagerPrivate::slotDoubleChanged | ( | QtProperty * | property, |
double | value | ||
) |
void QtVector3DPropertyManagerPrivate::slotPropertyDestroyed | ( | QtProperty * | property | ) |
QtDoublePropertyManager* QtVector3DPropertyManagerPrivate::m_doublePropertyManager |
QMap<const QtProperty*, QtProperty*> QtVector3DPropertyManagerPrivate::m_propertyToX |
QMap<const QtProperty*, QtProperty*> QtVector3DPropertyManagerPrivate::m_propertyToY |
QMap<const QtProperty*, QtProperty*> QtVector3DPropertyManagerPrivate::m_propertyToZ |
PropertyValueMap QtVector3DPropertyManagerPrivate::m_values |
Referenced by QtVector3DPropertyManager::decimals(), QtVector3DPropertyManager::initializeProperty(), QtVector3DPropertyManager::setDecimals(), QtVector3DPropertyManager::setValue(), QtVector3DPropertyManager::uninitializeProperty(), QtVector3DPropertyManager::value(), and QtVector3DPropertyManager::valueText().
QMap<const QtProperty*, QtProperty*> QtVector3DPropertyManagerPrivate::m_xToProperty |
QMap<const QtProperty*, QtProperty*> QtVector3DPropertyManagerPrivate::m_yToProperty |
QMap<const QtProperty*, QtProperty*> QtVector3DPropertyManagerPrivate::m_zToProperty |
|
private |
Referenced by QtVector3DPropertyManager::QtVector3DPropertyManager().