|
Public Member Functions | |
void | addChild (QtBrowserItem *index, QtBrowserItem *after) |
QtBrowserItemPrivate (QtAbstractPropertyBrowser *browser, QtProperty *property, QtBrowserItem *parent) | |
void | removeChild (QtBrowserItem *index) |
Public Attributes | |
QtAbstractPropertyBrowser *const | m_browser |
QList< QtBrowserItem * > | m_children |
QtBrowserItem * | m_parent |
QtProperty * | m_property |
QtBrowserItem * | q_ptr |
Definition at line 1157 of file qtpropertybrowser.cpp.
|
inline |
Definition at line 1160 of file qtpropertybrowser.cpp.
void addChild | ( | QtBrowserItem * | index, |
QtBrowserItem * | after | ||
) |
void removeChild | ( | QtBrowserItem * | index | ) |
Definition at line 1187 of file qtpropertybrowser.cpp.
QtAbstractPropertyBrowser* const m_browser |
Definition at line 1166 of file qtpropertybrowser.cpp.
QList<QtBrowserItem*> m_children |
Definition at line 1172 of file qtpropertybrowser.cpp.
QtBrowserItem* m_parent |
Definition at line 1168 of file qtpropertybrowser.cpp.
QtProperty* m_property |
Definition at line 1167 of file qtpropertybrowser.cpp.
QtBrowserItem* q_ptr |
Definition at line 1170 of file qtpropertybrowser.cpp.