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

Public Member Functions

 QtPropertyPrivate (QtAbstractPropertyManager *manager)
 QtPropertyPrivate (QtAbstractPropertyManager *manager)

Public Attributes

QtPropertyq_ptr
QtPropertym_parentItem = nullptr
QList< QtProperty * > m_subItems
QString m_valueToolTip
QString m_descriptionToolTip
QString m_statusTip
QString m_whatsThis
QString m_name
bool m_enabled = true
bool m_modified = false
QtAbstractPropertyManager *const m_manager

Detailed Description

Definition at line 14 of file qtpropertybrowser.cpp.

Constructor & Destructor Documentation

◆ QtPropertyPrivate() [1/2]

QtPropertyPrivate::QtPropertyPrivate ( QtAbstractPropertyManager * manager)
inlineexplicit

Definition at line 17 of file qtpropertybrowser.cpp.

References m_manager.

◆ QtPropertyPrivate() [2/2]

QtPropertyPrivate::QtPropertyPrivate ( QtAbstractPropertyManager * manager)
inlineexplicit

Definition at line 17 of file qtpropertybrowser.cpp.

Member Data Documentation

◆ m_descriptionToolTip

QString QtPropertyPrivate::m_descriptionToolTip

Definition at line 25 of file qtpropertybrowser.cpp.

◆ m_enabled

bool QtPropertyPrivate::m_enabled = true

Definition at line 29 of file qtpropertybrowser.cpp.

◆ m_manager

QtAbstractPropertyManager *const QtPropertyPrivate::m_manager

Definition at line 32 of file qtpropertybrowser.cpp.

Referenced by QtPropertyPrivate().

◆ m_modified

bool QtPropertyPrivate::m_modified = false

Definition at line 30 of file qtpropertybrowser.cpp.

◆ m_name

QString QtPropertyPrivate::m_name

Definition at line 28 of file qtpropertybrowser.cpp.

◆ m_parentItem

QtProperty * QtPropertyPrivate::m_parentItem = nullptr

Definition at line 21 of file qtpropertybrowser.cpp.

◆ m_statusTip

QString QtPropertyPrivate::m_statusTip

Definition at line 26 of file qtpropertybrowser.cpp.

◆ m_subItems

QList< QtProperty * > QtPropertyPrivate::m_subItems

Definition at line 22 of file qtpropertybrowser.cpp.

◆ m_valueToolTip

QString QtPropertyPrivate::m_valueToolTip

Definition at line 24 of file qtpropertybrowser.cpp.

◆ m_whatsThis

QString QtPropertyPrivate::m_whatsThis

Definition at line 27 of file qtpropertybrowser.cpp.

◆ q_ptr

QtProperty * QtPropertyPrivate::q_ptr

Definition at line 19 of file qtpropertybrowser.cpp.


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