Computer Assited Medical Intervention Tool Kit
version 4.1
|
Classes | |
struct | Data |
Public Types | |
typedef QMap< const QtProperty *, Data > | PropertyValueMap |
Public Member Functions | |
void | setRange (QtProperty *property, const QSize &minVal, const QSize &maxVal, const QSize &val) |
void | setValue (QtProperty *property, const QSize &val) |
void | slotIntChanged (QtProperty *property, int value) |
void | slotPropertyDestroyed (QtProperty *property) |
Public Attributes | |
QMap< const QtProperty *, QtProperty * > | m_hToProperty |
QtIntPropertyManager * | m_intPropertyManager |
QMap< const QtProperty *, QtProperty * > | m_propertyToH |
QMap< const QtProperty *, QtProperty * > | m_propertyToW |
PropertyValueMap | m_values |
QMap< const QtProperty *, QtProperty * > | m_wToProperty |
Private Attributes | |
QtSizePropertyManager * | q_ptr |
typedef QMap<const QtProperty*, Data> QtSizePropertyManagerPrivate::PropertyValueMap |
void QtSizePropertyManagerPrivate::setRange | ( | QtProperty * | property, |
const QSize & | minVal, | ||
const QSize & | maxVal, | ||
const QSize & | val | ||
) |
void QtSizePropertyManagerPrivate::setValue | ( | QtProperty * | property, |
const QSize & | val | ||
) |
Referenced by QtSizePropertyManager::setValue().
void QtSizePropertyManagerPrivate::slotIntChanged | ( | QtProperty * | property, |
int | value | ||
) |
void QtSizePropertyManagerPrivate::slotPropertyDestroyed | ( | QtProperty * | property | ) |
QMap<const QtProperty*, QtProperty*> QtSizePropertyManagerPrivate::m_hToProperty |
QtIntPropertyManager* QtSizePropertyManagerPrivate::m_intPropertyManager |
QMap<const QtProperty*, QtProperty*> QtSizePropertyManagerPrivate::m_propertyToH |
QMap<const QtProperty*, QtProperty*> QtSizePropertyManagerPrivate::m_propertyToW |
PropertyValueMap QtSizePropertyManagerPrivate::m_values |
QMap<const QtProperty*, QtProperty*> QtSizePropertyManagerPrivate::m_wToProperty |
|
private |
Referenced by QtSizePropertyManager::QtSizePropertyManager().