svgui
1.9
|
#include <View.h>
Public Slots | |
virtual void | setProperty (const PropertyName &n, int value) |
Public Member Functions | |
ViewPropertyContainer (View *v) | |
virtual | ~ViewPropertyContainer () |
PropertyList | getProperties () const |
QString | getPropertyLabel (const PropertyName &n) const |
PropertyType | getPropertyType (const PropertyName &n) const |
int | getPropertyRangeAndValue (const PropertyName &n, int *min, int *max, int *deflt) const |
QString | getPropertyValueLabel (const PropertyName &n, int value) const |
QString | getPropertyContainerName () const |
QString | getPropertyContainerIconName () const |
Protected Attributes | |
View * | m_v |
ViewPropertyContainer::ViewPropertyContainer | ( | View * | v | ) |
|
inline |
Definition at line 461 of file View.h.
References View::getProperties(), and m_v.
|
inline |
Definition at line 462 of file View.h.
References View::getPropertyLabel(), and m_v.
|
inline |
Definition at line 465 of file View.h.
References View::getPropertyType(), and m_v.
|
inline |
Definition at line 468 of file View.h.
References View::getPropertyRangeAndValue(), and m_v.
|
inline |
Definition at line 472 of file View.h.
References View::getPropertyValueLabel(), and m_v.
|
inline |
Definition at line 475 of file View.h.
References View::getPropertyContainerName(), and m_v.
|
inline |
Definition at line 478 of file View.h.
References View::getPropertyContainerIconName(), and m_v.
|
inlinevirtualslot |
Definition at line 483 of file View.h.
References m_v, and View::setProperty().
|
protected |
Definition at line 488 of file View.h.
Referenced by getProperties(), getPropertyContainerIconName(), getPropertyContainerName(), getPropertyLabel(), getPropertyRangeAndValue(), getPropertyType(), getPropertyValueLabel(), setProperty(), and ViewPropertyContainer().