svgui  1.9
ViewPropertyContainer Class Reference

#include <View.h>

Inheritance diagram for ViewPropertyContainer:
Collaboration diagram for ViewPropertyContainer:

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

◆ ViewPropertyContainer()

ViewPropertyContainer::ViewPropertyContainer ( View v)

Definition at line 2519 of file View.cpp.

References m_v.

◆ ~ViewPropertyContainer()

ViewPropertyContainer::~ViewPropertyContainer ( )
virtual

Definition at line 2527 of file View.cpp.

Member Function Documentation

◆ getProperties()

PropertyList ViewPropertyContainer::getProperties ( ) const
inline

Definition at line 461 of file View.h.

References View::getProperties(), and m_v.

◆ getPropertyLabel()

QString ViewPropertyContainer::getPropertyLabel ( const PropertyName &  n) const
inline

Definition at line 462 of file View.h.

References View::getPropertyLabel(), and m_v.

◆ getPropertyType()

PropertyType ViewPropertyContainer::getPropertyType ( const PropertyName &  n) const
inline

Definition at line 465 of file View.h.

References View::getPropertyType(), and m_v.

◆ getPropertyRangeAndValue()

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.

◆ getPropertyValueLabel()

QString ViewPropertyContainer::getPropertyValueLabel ( const PropertyName &  n,
int  value 
) const
inline

Definition at line 472 of file View.h.

References View::getPropertyValueLabel(), and m_v.

◆ getPropertyContainerName()

QString ViewPropertyContainer::getPropertyContainerName ( ) const
inline

Definition at line 475 of file View.h.

References View::getPropertyContainerName(), and m_v.

◆ getPropertyContainerIconName()

QString ViewPropertyContainer::getPropertyContainerIconName ( ) const
inline

Definition at line 478 of file View.h.

References View::getPropertyContainerIconName(), and m_v.

◆ setProperty

virtual void ViewPropertyContainer::setProperty ( const PropertyName &  n,
int  value 
)
inlinevirtualslot

Definition at line 483 of file View.h.

References m_v, and View::setProperty().

Member Data Documentation

◆ m_v


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