vizkit3d
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
QtSizePropertyManagerPrivate Class Reference

#include <qtpropertymanager.h>

Classes

struct  Data
 

Public Types

typedef QMap< const QtProperty
*, Data
PropertyValueMap
 

Public Member Functions

void slotIntChanged (QtProperty *property, int value)
 
void slotPropertyDestroyed (QtProperty *property)
 
void setValue (QtProperty *property, const QSize &val)
 
void setRange (QtProperty *property, const QSize &minVal, const QSize &maxVal, const QSize &val)
 

Public Attributes

PropertyValueMap m_values
 
QtIntPropertyManagerm_intPropertyManager
 
QMap< const QtProperty
*, QtProperty * > 
m_propertyToW
 
QMap< const QtProperty
*, QtProperty * > 
m_propertyToH
 
QMap< const QtProperty
*, QtProperty * > 
m_wToProperty
 
QMap< const QtProperty
*, QtProperty * > 
m_hToProperty
 

Member Typedef Documentation

Member Function Documentation

void QtSizePropertyManagerPrivate::setRange ( QtProperty property,
const QSize &  minVal,
const QSize &  maxVal,
const QSize &  val 
)
void QtSizePropertyManagerPrivate::setValue ( QtProperty property,
const QSize &  val 
)
void QtSizePropertyManagerPrivate::slotIntChanged ( QtProperty property,
int  value 
)
void QtSizePropertyManagerPrivate::slotPropertyDestroyed ( QtProperty property)

Member Data Documentation

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

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