#include <View.h>

Inheritance diagram for ViewPropertyContainer:
Inheritance graph
Collaboration diagram for ViewPropertyContainer:
Collaboration graph

Public Slots

void setProperty (const PropertyName &n, int value) override
 

Public Member Functions

 ViewPropertyContainer (View *v)
 
virtual ~ViewPropertyContainer ()
 
PropertyList getProperties () const override
 
QString getPropertyLabel (const PropertyName &n) const override
 
PropertyType getPropertyType (const PropertyName &n) const override
 
int getPropertyRangeAndValue (const PropertyName &n, int *min, int *max, int *deflt) const override
 
QString getPropertyValueLabel (const PropertyName &n, int value) const override
 
QString getPropertyContainerName () const override
 
QString getPropertyContainerIconName () const override
 

Protected Attributes

Viewm_v
 

Detailed Description

Definition at line 595 of file View.h.

Constructor & Destructor Documentation

ViewPropertyContainer::ViewPropertyContainer ( View v)

Definition at line 3274 of file View.cpp.

References m_v.

ViewPropertyContainer::~ViewPropertyContainer ( )
virtual

Definition at line 3282 of file View.cpp.

Member Function Documentation

PropertyList ViewPropertyContainer::getProperties ( ) const
inlineoverride

Definition at line 603 of file View.h.

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

Definition at line 604 of file View.h.

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

Definition at line 607 of file View.h.

int ViewPropertyContainer::getPropertyRangeAndValue ( const PropertyName &  n,
int *  min,
int *  max,
int *  deflt 
) const
inlineoverride

Definition at line 610 of file View.h.

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

Definition at line 614 of file View.h.

QString ViewPropertyContainer::getPropertyContainerName ( ) const
inlineoverride

Definition at line 617 of file View.h.

QString ViewPropertyContainer::getPropertyContainerIconName ( ) const
inlineoverride

Definition at line 620 of file View.h.

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

Definition at line 625 of file View.h.

Member Data Documentation

View* ViewPropertyContainer::m_v
protected

Definition at line 630 of file View.h.

Referenced by ViewPropertyContainer().


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