QtTimeEditFactory Class Reference

The QtTimeEditFactory class provides QTimeEdit widgets for properties created by QtTimePropertyManager objects. More...

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

+ Inheritance diagram for QtTimeEditFactory:

Public Member Functions

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

Protected Member Functions

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

Detailed Description

The QtTimeEditFactory class provides QTimeEdit widgets for properties created by QtTimePropertyManager objects.

See also
QtAbstractEditorFactory, QtTimePropertyManager

Definition at line 241 of file qteditorfactory.h.

Constructor & Destructor Documentation

◆ QtTimeEditFactory()

QtTimeEditFactory ( QObject * parent = 0)

Creates a factory with the given parent.

Definition at line 1728 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ ~QtTimeEditFactory()

~QtTimeEditFactory ( )
override

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

Definition at line 1738 of file qteditorfactory.cpp.

Member Function Documentation

◆ connectPropertyManager()

void connectPropertyManager ( QtTimePropertyManager * manager)
overrideprotected

Definition at line 1750 of file qteditorfactory.cpp.

◆ createEditor()

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

Definition at line 1764 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ disconnectPropertyManager()

void disconnectPropertyManager ( QtTimePropertyManager * manager)
overrideprotected

Definition at line 1782 of file qteditorfactory.cpp.


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