QtCheckBoxFactoryPrivate Class Reference
+ Inheritance diagram for QtCheckBoxFactoryPrivate:

Public Member Functions

void slotPropertyChanged (QtProperty *property, bool value)
 
void slotSetValue (bool value)
 
void slotTextVisibleChanged (QtProperty *property, bool textVisible)
 
- Public Member Functions inherited from EditorFactoryPrivate< QtBoolEdit >
QtBoolEditcreateEditor (QtProperty *property, QWidget *parent)
 
void initializeEditor (QtProperty *property, QtBoolEdit *e)
 
void slotEditorDestroyed (QObject *object)
 

Additional Inherited Members

- Public Types inherited from EditorFactoryPrivate< QtBoolEdit >
using EditorList = QList< QtBoolEdit * >
 
using EditorToPropertyMap = QMap< QtBoolEdit *, QtProperty * >
 
using PropertyToEditorListMap = QMap< QtProperty *, EditorList >
 
- Public Attributes inherited from EditorFactoryPrivate< QtBoolEdit >
PropertyToEditorListMap m_createdEditors
 
EditorToPropertyMap m_editorToProperty
 

Detailed Description

Definition at line 723 of file qteditorfactory.cpp.

Member Function Documentation

◆ slotPropertyChanged()

void slotPropertyChanged ( QtProperty property,
bool  value 
)

Definition at line 733 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ slotSetValue()

void slotSetValue ( bool  value)

Definition at line 774 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ slotTextVisibleChanged()

void slotTextVisibleChanged ( QtProperty property,
bool  textVisible 
)

Definition at line 751 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

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