Computer Assisted Medical Intervention Tool Kit  version 6.0
Loading...
Searching...
No Matches
QtGroupPropertyManager Class Reference

The description of this class will come soon ! More...

#include <qtpropertymanager.h>

Public Member Functions

 QtGroupPropertyManager (QObject *parent=nullptr)
 ~QtGroupPropertyManager () override=default
Public Member Functions inherited from QtAbstractPropertyManager
QtPropertyaddProperty (const QString &name=QString())
void clear () const
QSet< QtProperty * > properties () const
 QtAbstractPropertyManager (QObject *parent=nullptr)
 ~QtAbstractPropertyManager () override

Protected Member Functions

bool hasValue (const QtProperty *property) const override
void initializeProperty (QtProperty *property) override
void uninitializeProperty (QtProperty *property) override
Protected Member Functions inherited from QtAbstractPropertyManager
virtual QtPropertycreateProperty ()
virtual QString displayText (const QtProperty *property) const
virtual EchoMode echoMode (const QtProperty *) const
virtual QIcon valueIcon (const QtProperty *property) const
virtual QString valueText (const QtProperty *property) const

Additional Inherited Members

Signals inherited from QtAbstractPropertyManager
void propertyChanged (QtProperty *property)
void propertyDestroyed (QtProperty *property)
void propertyInserted (QtProperty *property, QtProperty *parent, QtProperty *after)
void propertyRemoved (QtProperty *property, QtProperty *parent)

Detailed Description

The description of this class will come soon !

The QtGroupPropertyManager provides and manages group properties.

This class is intended to provide a grouping element without any value.

See also
QtAbstractPropertyManager

Constructor & Destructor Documentation

◆ QtGroupPropertyManager()

QtGroupPropertyManager::QtGroupPropertyManager ( QObject * parent = nullptr)

Creates a manager with the given parent.

References QtAbstractPropertyManager::QtAbstractPropertyManager(), and QtGroupPropertyManager().

Referenced by QtGroupPropertyManager().

◆ ~QtGroupPropertyManager()

QtGroupPropertyManager::~QtGroupPropertyManager ( )
overridedefault

Destroys this manager, and all the properties it has created.

References QtAbstractPropertyManager::QtProperty.

Member Function Documentation

◆ hasValue()

bool QtGroupPropertyManager::hasValue ( const QtProperty * property) const
overrideprotectedvirtual

Implementation of virtual method

Reimplemented from QtAbstractPropertyManager.

References QtAbstractPropertyManager::QtProperty.

◆ initializeProperty()

void QtGroupPropertyManager::initializeProperty ( QtProperty * property)
overrideprotectedvirtual

Implementation of virtual method

Implements QtAbstractPropertyManager.

References QtAbstractPropertyManager::QtProperty.

◆ uninitializeProperty()

void QtGroupPropertyManager::uninitializeProperty ( QtProperty * property)
overrideprotectedvirtual

Implementation of virtual method

Reimplemented from QtAbstractPropertyManager.

References QtAbstractPropertyManager::QtProperty.


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