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
QtBoolPropertyManagerPrivate Class Reference
Collaboration diagram for QtBoolPropertyManagerPrivate:

Public Member Functions

 QtBoolPropertyManagerPrivate ()
 QtBoolPropertyManagerPrivate ()

Public Attributes

QHash< const QtProperty *, bool > m_values
const QIcon m_checkedIcon
const QIcon m_uncheckedIcon

Detailed Description

Definition at line 1392 of file qtpropertymanager.cpp.

Constructor & Destructor Documentation

◆ QtBoolPropertyManagerPrivate() [1/2]

QtBoolPropertyManagerPrivate::QtBoolPropertyManagerPrivate ( )

Definition at line 1404 of file qtpropertymanager.cpp.

◆ QtBoolPropertyManagerPrivate() [2/2]

QtBoolPropertyManagerPrivate::QtBoolPropertyManagerPrivate ( )

Member Data Documentation

◆ m_checkedIcon

const QIcon QtBoolPropertyManagerPrivate::m_checkedIcon

Definition at line 1400 of file qtpropertymanager.cpp.

◆ m_uncheckedIcon

const QIcon QtBoolPropertyManagerPrivate::m_uncheckedIcon

Definition at line 1401 of file qtpropertymanager.cpp.

◆ m_values

QHash< const QtProperty *, bool > QtBoolPropertyManagerPrivate::m_values

Definition at line 1399 of file qtpropertymanager.cpp.


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