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
 
QList< QtBrowserItem * > m_children
 

Detailed Description

Definition at line 1051 of file qtpropertybrowser.cpp.

Constructor & Destructor Documentation

◆ QtBrowserItemPrivate() [1/2]

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

Definition at line 1054 of file qtpropertybrowser.cpp.

References m_browser, m_parent, m_property, and q_ptr.

◆ QtBrowserItemPrivate() [2/2]

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

Definition at line 1054 of file qtpropertybrowser.cpp.

Member Function Documentation

◆ addChild() [1/2]

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

Definition at line 1070 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 1078 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 1060 of file qtpropertybrowser.cpp.

Referenced by QtBrowserItemPrivate().

◆ m_children

QList< QtBrowserItem * > QtBrowserItemPrivate::m_children

Definition at line 1066 of file qtpropertybrowser.cpp.

◆ m_parent

QtBrowserItem * QtBrowserItemPrivate::m_parent

Definition at line 1062 of file qtpropertybrowser.cpp.

Referenced by QtBrowserItemPrivate().

◆ m_property

QtProperty * QtBrowserItemPrivate::m_property

Definition at line 1061 of file qtpropertybrowser.cpp.

Referenced by QtBrowserItemPrivate().

◆ q_ptr

QtBrowserItem * QtBrowserItemPrivate::q_ptr

Definition at line 1064 of file qtpropertybrowser.cpp.

Referenced by QtBrowserItemPrivate().


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