Computer Assited Medical Intervention Tool Kit  version 5.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
QtGroupPropertyManager Class Reference

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

#include <qtpropertymanager.h>

+ Inheritance diagram for QtGroupPropertyManager:
+ Collaboration diagram for QtGroupPropertyManager:

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.

◆ ~QtGroupPropertyManager()

QtGroupPropertyManager::~QtGroupPropertyManager ( )
overridedefault

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

Member Function Documentation

◆ hasValue()

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

\reimp

Reimplemented from QtAbstractPropertyManager.

◆ initializeProperty()

void QtGroupPropertyManager::initializeProperty ( QtProperty property)
overrideprotectedvirtual

\reimp

Implements QtAbstractPropertyManager.

◆ uninitializeProperty()

void QtGroupPropertyManager::uninitializeProperty ( QtProperty property)
overrideprotectedvirtual

\reimp

Reimplemented from QtAbstractPropertyManager.


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