Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtFlagPropertyManagerPrivate Class Reference
Collaboration diagram for QtFlagPropertyManagerPrivate:

Classes

struct  Data

Public Member Functions

void slotBoolChanged (QtProperty *property, bool value)
void slotPropertyDestroyed (QtProperty *property)
void slotBoolChanged (QtProperty *property, bool value)
void slotPropertyDestroyed (QtProperty *property)

Public Attributes

QHash< const QtProperty *, Datam_values
QtBoolPropertyManagerm_boolPropertyManager
QHash< const QtProperty *, QList< QtProperty * > > m_propertyToFlags
QHash< const QtProperty *, QtProperty * > m_flagToProperty

Detailed Description

Definition at line 4829 of file qtpropertymanager.cpp.

Member Function Documentation

◆ slotBoolChanged() [1/2]

void QtFlagPropertyManagerPrivate::slotBoolChanged ( QtProperty * property,
bool value )

Definition at line 4853 of file qtpropertymanager.cpp.

◆ slotBoolChanged() [2/2]

void QtFlagPropertyManagerPrivate::slotBoolChanged ( QtProperty * property,
bool value )

◆ slotPropertyDestroyed() [1/2]

void QtFlagPropertyManagerPrivate::slotPropertyDestroyed ( QtProperty * property)

Definition at line 4878 of file qtpropertymanager.cpp.

◆ slotPropertyDestroyed() [2/2]

void QtFlagPropertyManagerPrivate::slotPropertyDestroyed ( QtProperty * property)

Member Data Documentation

◆ m_boolPropertyManager

QtBoolPropertyManager * QtFlagPropertyManagerPrivate::m_boolPropertyManager

Definition at line 4846 of file qtpropertymanager.cpp.

◆ m_flagToProperty

QHash< const QtProperty *, QtProperty * > QtFlagPropertyManagerPrivate::m_flagToProperty

Definition at line 4850 of file qtpropertymanager.cpp.

◆ m_propertyToFlags

QHash< const QtProperty *, QList< QtProperty * > > QtFlagPropertyManagerPrivate::m_propertyToFlags

Definition at line 4848 of file qtpropertymanager.cpp.

◆ m_values

QHash< const QtProperty *, Data > QtFlagPropertyManagerPrivate::m_values

Definition at line 4844 of file qtpropertymanager.cpp.


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