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

Public Member Functions

 QtBrowserItemPrivate (QtAbstractPropertyBrowser *browser, QtProperty *property, QtBrowserItem *parent)
void addChild (QtBrowserItem *index, QtBrowserItem *after)
void removeChild (QtBrowserItem *index)
 QtBrowserItemPrivate (QtAbstractPropertyBrowser *browser, QtProperty *property, QtBrowserItem *parent)
void addChild (QtBrowserItem *index, QtBrowserItem *after)
void removeChild (QtBrowserItem *index)

Public Attributes

QtAbstractPropertyBrowser *const m_browser
QtPropertym_property
QtBrowserItemm_parent
QtBrowserItemq_ptr = nullptr
QList< QtBrowserItem * > m_children

Detailed Description

Definition at line 1060 of file qtpropertybrowser.cpp.

Constructor & Destructor Documentation

◆ QtBrowserItemPrivate() [1/2]

QtBrowserItemPrivate::QtBrowserItemPrivate ( QtAbstractPropertyBrowser * browser,
QtProperty * property,
QtBrowserItem * parent )
inline

Definition at line 1063 of file qtpropertybrowser.cpp.

References m_browser, m_parent, and m_property.

◆ QtBrowserItemPrivate() [2/2]

QtBrowserItemPrivate::QtBrowserItemPrivate ( QtAbstractPropertyBrowser * browser,
QtProperty * property,
QtBrowserItem * parent )
inline

Definition at line 1063 of file qtpropertybrowser.cpp.

Member Function Documentation

◆ addChild() [1/2]

void QtBrowserItemPrivate::addChild ( QtBrowserItem * index,
QtBrowserItem * after )

Definition at line 1079 of file qtpropertybrowser.cpp.

◆ addChild() [2/2]

void QtBrowserItemPrivate::addChild ( QtBrowserItem * index,
QtBrowserItem * after )

◆ removeChild() [1/2]

void QtBrowserItemPrivate::removeChild ( QtBrowserItem * index)

Definition at line 1087 of file qtpropertybrowser.cpp.

◆ removeChild() [2/2]

void QtBrowserItemPrivate::removeChild ( QtBrowserItem * index)

Member Data Documentation

◆ m_browser

QtAbstractPropertyBrowser *const QtBrowserItemPrivate::m_browser

Definition at line 1069 of file qtpropertybrowser.cpp.

Referenced by QtBrowserItemPrivate().

◆ m_children

QList< QtBrowserItem * > QtBrowserItemPrivate::m_children

Definition at line 1075 of file qtpropertybrowser.cpp.

◆ m_parent

QtBrowserItem * QtBrowserItemPrivate::m_parent

Definition at line 1071 of file qtpropertybrowser.cpp.

Referenced by QtBrowserItemPrivate().

◆ m_property

QtProperty * QtBrowserItemPrivate::m_property

Definition at line 1070 of file qtpropertybrowser.cpp.

Referenced by QtBrowserItemPrivate().

◆ q_ptr

QtBrowserItem * QtBrowserItemPrivate::q_ptr = nullptr

Definition at line 1073 of file qtpropertybrowser.cpp.


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