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 | ( | ) | [virtual] |
PropertyList ViewPropertyContainer::getProperties | ( | ) | const [inline] |
Definition at line 461 of file View.h.
References View::getProperties(), and m_v.
QString ViewPropertyContainer::getPropertyLabel | ( | const PropertyName & | n | ) | const [inline] |
Definition at line 462 of file View.h.
References View::getPropertyLabel(), and m_v.
PropertyType ViewPropertyContainer::getPropertyType | ( | const PropertyName & | n | ) | const [inline] |
Definition at line 465 of file View.h.
References View::getPropertyType(), and m_v.
int ViewPropertyContainer::getPropertyRangeAndValue | ( | const PropertyName & | n, |
int * | min, | ||
int * | max, | ||
int * | deflt | ||
) | const [inline] |
Definition at line 468 of file View.h.
References View::getPropertyRangeAndValue(), and m_v.
QString ViewPropertyContainer::getPropertyValueLabel | ( | const PropertyName & | n, |
int | value | ||
) | const [inline] |
Definition at line 472 of file View.h.
References View::getPropertyValueLabel(), and m_v.
QString ViewPropertyContainer::getPropertyContainerName | ( | ) | const [inline] |
Definition at line 475 of file View.h.
References View::getPropertyContainerName(), and m_v.
QString ViewPropertyContainer::getPropertyContainerIconName | ( | ) | const [inline] |
Definition at line 478 of file View.h.
References View::getPropertyContainerIconName(), and m_v.
virtual void ViewPropertyContainer::setProperty | ( | const PropertyName & | n, |
int | value | ||
) | [inline, virtual, slot] |
Definition at line 483 of file View.h.
References m_v, and View::setProperty().
View* ViewPropertyContainer::m_v [protected] |
Definition at line 488 of file View.h.
Referenced by getProperties(), getPropertyContainerIconName(), getPropertyContainerName(), getPropertyLabel(), getPropertyRangeAndValue(), getPropertyType(), getPropertyValueLabel(), setProperty(), and ViewPropertyContainer().