svgui  1.9
ViewPropertyContainer Class Reference

#include <View.h>

Collaboration diagram for ViewPropertyContainer:

List of all members.

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

Viewm_v

Detailed Description

Definition at line 453 of file View.h.


Constructor & Destructor Documentation

Definition at line 2519 of file View.cpp.

References m_v.

Definition at line 2527 of file View.cpp.


Member Function Documentation

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.

Definition at line 475 of file View.h.

References View::getPropertyContainerName(), and m_v.

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().


Member Data Documentation


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