![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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 |
| QtProperty * | m_property |
| QtBrowserItem * | m_parent |
| QtBrowserItem * | q_ptr = nullptr |
| QList< QtBrowserItem * > | m_children |
Definition at line 1060 of file qtpropertybrowser.cpp.
|
inline |
Definition at line 1063 of file qtpropertybrowser.cpp.
References m_browser, m_parent, and m_property.
|
inline |
Definition at line 1063 of file qtpropertybrowser.cpp.
| void QtBrowserItemPrivate::addChild | ( | QtBrowserItem * | index, |
| QtBrowserItem * | after ) |
Definition at line 1079 of file qtpropertybrowser.cpp.
| void QtBrowserItemPrivate::addChild | ( | QtBrowserItem * | index, |
| QtBrowserItem * | after ) |
| void QtBrowserItemPrivate::removeChild | ( | QtBrowserItem * | index | ) |
Definition at line 1087 of file qtpropertybrowser.cpp.
| void QtBrowserItemPrivate::removeChild | ( | QtBrowserItem * | index | ) |
| QtAbstractPropertyBrowser *const QtBrowserItemPrivate::m_browser |
Definition at line 1069 of file qtpropertybrowser.cpp.
Referenced by QtBrowserItemPrivate().
| QList< QtBrowserItem * > QtBrowserItemPrivate::m_children |
Definition at line 1075 of file qtpropertybrowser.cpp.
| QtBrowserItem * QtBrowserItemPrivate::m_parent |
Definition at line 1071 of file qtpropertybrowser.cpp.
Referenced by QtBrowserItemPrivate().
| QtProperty * QtBrowserItemPrivate::m_property |
Definition at line 1070 of file qtpropertybrowser.cpp.
Referenced by QtBrowserItemPrivate().
| QtBrowserItem * QtBrowserItemPrivate::q_ptr = nullptr |
Definition at line 1073 of file qtpropertybrowser.cpp.