Workspace 6.21.5
Public Member Functions | Protected Member Functions | List of all members
QtCursorEditorFactory Class Reference

The QtCursorEditorFactory class provides QComboBox widgets for properties created by QtCursorPropertyManager objects. More...

#include <Workspace/Widgets/PropertyBrowser/qteditorfactory.h>

Inheritance diagram for QtCursorEditorFactory:
[legend]

Public Member Functions

 QtCursorEditorFactory (QObject *parent=nullptr)
 
 ~QtCursorEditorFactory ()
 
- Public Member Functions inherited from QtAbstractEditorFactory< QtCursorPropertyManager >
 QtAbstractEditorFactory (QObject *parent)
 
void addPropertyManager (QtCursorPropertyManager *manager)
 
QWidget * createEditor (QtProperty *property, QWidget *parent)
 
QtCursorPropertyManagerpropertyManager (QtProperty *property) const
 
QSet< QtCursorPropertyManager * > propertyManagers () const
 
void removePropertyManager (QtCursorPropertyManager *manager)
 
virtual QWidget * createEditor (QtProperty *property, QWidget *parent)=0
 

Protected Member Functions

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

Additional Inherited Members

- Protected Slots inherited from QtAbstractEditorFactoryBase
virtual void managerDestroyed (QObject *manager)=0
 

Detailed Description

See also
QtAbstractEditorFactory, QtCursorPropertyManager

Constructor & Destructor Documentation

◆ QtCursorEditorFactory()

QtCursorEditorFactory ( QObject *  parent = nullptr)

Creates a factory with the given parent.

◆ ~QtCursorEditorFactory()

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

Member Function Documentation

◆ connectPropertyManager()

void connectPropertyManager ( QtCursorPropertyManager manager)
overrideprotected

◆ createEditor()

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

◆ disconnectPropertyManager()

void disconnectPropertyManager ( QtCursorPropertyManager manager)
overrideprotected