QtCheckBoxFactory Class Reference

The QtCheckBoxFactory class provides QCheckBox widgets for properties created by QtBoolPropertyManager objects. More...

#include <ArmarXGui/libraries/qtpropertybrowser/src/qteditorfactory.h>

+ Inheritance diagram for QtCheckBoxFactory:

Public Member Functions

 QtCheckBoxFactory (QObject *parent=0)
 
 ~QtCheckBoxFactory () override
 
- Public Member Functions inherited from QtAbstractEditorFactory< QtBoolPropertyManager >
void addPropertyManager (QtBoolPropertyManager *manager)
 
QWidget * createEditor (QtProperty *property, QWidget *parent) override
 
QtBoolPropertyManagerpropertyManager (QtProperty *property) const
 
QSet< QtBoolPropertyManager * > propertyManagers () const
 
 QtAbstractEditorFactory (QObject *parent)
 
void removePropertyManager (QtBoolPropertyManager *manager)
 

Protected Member Functions

void connectPropertyManager (QtBoolPropertyManager *manager) override
 
QWidget * createEditor (QtBoolPropertyManager *manager, QtProperty *property, QWidget *parent) override
 
void disconnectPropertyManager (QtBoolPropertyManager *manager) override
 
- Protected Member Functions inherited from QtAbstractEditorFactory< QtBoolPropertyManager >
virtual void connectPropertyManager (QtBoolPropertyManager *manager)=0
 
virtual QWidget * createEditor (QtBoolPropertyManager *manager, QtProperty *property, QWidget *parent)=0
 
virtual void disconnectPropertyManager (QtBoolPropertyManager *manager)=0
 
void managerDestroyed (QObject *manager) override
 
- Protected Member Functions inherited from QtAbstractEditorFactoryBase
 QtAbstractEditorFactoryBase (QObject *parent=0)
 

Detailed Description

The QtCheckBoxFactory class provides QCheckBox widgets for properties created by QtBoolPropertyManager objects.

See also
QtAbstractEditorFactory, QtBoolPropertyManager

Definition at line 132 of file qteditorfactory.h.

Constructor & Destructor Documentation

◆ QtCheckBoxFactory()

QtCheckBoxFactory ( QObject * parent = 0)

Creates a factory with the given parent.

Definition at line 883 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ ~QtCheckBoxFactory()

~QtCheckBoxFactory ( )
override

Destroys this factory, and all the widgets it has created.

Definition at line 893 of file qteditorfactory.cpp.

Member Function Documentation

◆ connectPropertyManager()

void connectPropertyManager ( QtBoolPropertyManager * manager)
overrideprotected

Definition at line 905 of file qteditorfactory.cpp.

◆ createEditor()

QWidget * createEditor ( QtBoolPropertyManager * manager,
QtProperty * property,
QWidget * parent )
overrideprotected

Definition at line 923 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ disconnectPropertyManager()

void disconnectPropertyManager ( QtBoolPropertyManager * manager)
overrideprotected

Definition at line 942 of file qteditorfactory.cpp.


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