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

Classes

struct  Data
 

Public Types

typedef QMap< const QtProperty *, DataPropertyValueMap
 

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
 
QtIntPropertyManagerm_intPropertyManager
 
QMap< const QtProperty *, QtProperty * > m_propertyToH
 
QMap< const QtProperty *, QtProperty * > m_propertyToW
 
PropertyValueMap m_values
 
QMap< const QtProperty *, QtProperty * > m_wToProperty
 

Member Typedef Documentation

◆ PropertyValueMap

Member Function Documentation

◆ setRange()

void QtSizePropertyManagerPrivate::setRange ( QtProperty property,
const QSize &  minVal,
const QSize &  maxVal,
const QSize &  val 
)

References m_intPropertyManager, m_propertyToH, m_propertyToW, QtIntPropertyManager::setRange(), and QtIntPropertyManager::setValue().

Referenced by QtSizePropertyManager::setMaximum(), QtSizePropertyManager::setMinimum(), and QtSizePropertyManager::setRange().

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

◆ setValue()

void QtSizePropertyManagerPrivate::setValue ( QtProperty property,
const QSize &  val 
)

References m_intPropertyManager, m_propertyToH, m_propertyToW, and QtIntPropertyManager::setValue().

Referenced by QtSizePropertyManager::setValue().

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

◆ slotIntChanged()

void QtSizePropertyManagerPrivate::slotIntChanged ( QtProperty property,
int  value 
)

References m_hToProperty, m_values, m_wToProperty, and QtSizePropertyManager::setValue().

+ Here is the call graph for this function:

◆ slotPropertyDestroyed()

void QtSizePropertyManagerPrivate::slotPropertyDestroyed ( QtProperty property)

Member Data Documentation

◆ m_hToProperty

◆ m_intPropertyManager

◆ m_propertyToH

◆ m_propertyToW

◆ m_values

◆ m_wToProperty


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