|
|
Public Member Functions | |
| void | clearIndex (QtBrowserItem *index) |
| QtBrowserItem * | createBrowserIndex (QtProperty *property, QtBrowserItem *parentIndex, QtBrowserItem *afterIndex) |
| void | createBrowserIndexes (QtProperty *property, QtProperty *parentProperty, QtProperty *afterProperty) |
| void | insertSubTree (QtProperty *property, QtProperty *parentProperty) |
| QtAbstractPropertyBrowserPrivate () | |
| void | removeBrowserIndex (QtBrowserItem *index) |
| void | removeBrowserIndexes (QtProperty *property, QtProperty *parentProperty) |
| void | removeSubTree (QtProperty *property, QtProperty *parentProperty) |
| void | slotPropertyDataChanged (QtProperty *property) |
| void | slotPropertyDestroyed (QtProperty *property) |
| void | slotPropertyInserted (QtProperty *property, QtProperty *parentProperty, QtProperty *afterProperty) |
| void | slotPropertyRemoved (QtProperty *property, QtProperty *parentProperty) |
Public Attributes | |
| QtBrowserItem * | m_currentItem |
| QMap< QtAbstractPropertyManager *, QList< QtProperty * > > | m_managerToProperties |
| QMap< QtProperty *, QList< QtBrowserItem * > > | m_propertyToIndexes |
| QMap< QtProperty *, QList< QtProperty * > > | m_propertyToParents |
| QList< QtProperty * > | m_subItems |
| QList< QtBrowserItem * > | m_topLevelIndexes |
| QMap< QtProperty *, QtBrowserItem * > | m_topLevelPropertyToIndex |
Definition at line 1336 of file qtpropertybrowser.cpp.
Definition at line 1372 of file qtpropertybrowser.cpp.
| void clearIndex | ( | QtBrowserItem * | index | ) |
| QtBrowserItem * createBrowserIndex | ( | QtProperty * | property, |
| QtBrowserItem * | parentIndex, | ||
| QtBrowserItem * | afterIndex | ||
| ) |
Definition at line 1546 of file qtpropertybrowser.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void createBrowserIndexes | ( | QtProperty * | property, |
| QtProperty * | parentProperty, | ||
| QtProperty * | afterProperty | ||
| ) |
Definition at line 1480 of file qtpropertybrowser.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void insertSubTree | ( | QtProperty * | property, |
| QtProperty * | parentProperty | ||
| ) |
Definition at line 1377 of file qtpropertybrowser.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void removeBrowserIndex | ( | QtBrowserItem * | index | ) |
Definition at line 1616 of file qtpropertybrowser.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void removeBrowserIndexes | ( | QtProperty * | property, |
| QtProperty * | parentProperty | ||
| ) |
Definition at line 1580 of file qtpropertybrowser.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void removeSubTree | ( | QtProperty * | property, |
| QtProperty * | parentProperty | ||
| ) |
Definition at line 1427 of file qtpropertybrowser.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void slotPropertyDataChanged | ( | QtProperty * | property | ) |
Definition at line 1706 of file qtpropertybrowser.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void slotPropertyDestroyed | ( | QtProperty * | property | ) |
Definition at line 1695 of file qtpropertybrowser.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void slotPropertyInserted | ( | QtProperty * | property, |
| QtProperty * | parentProperty, | ||
| QtProperty * | afterProperty | ||
| ) |
Definition at line 1664 of file qtpropertybrowser.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void slotPropertyRemoved | ( | QtProperty * | property, |
| QtProperty * | parentProperty | ||
| ) |
Definition at line 1679 of file qtpropertybrowser.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| QtBrowserItem* m_currentItem |
Definition at line 1369 of file qtpropertybrowser.cpp.
| QMap<QtAbstractPropertyManager*, QList<QtProperty*> > m_managerToProperties |
Definition at line 1362 of file qtpropertybrowser.cpp.
| QMap<QtProperty*, QList<QtBrowserItem*> > m_propertyToIndexes |
Definition at line 1367 of file qtpropertybrowser.cpp.
| QMap<QtProperty*, QList<QtProperty*> > m_propertyToParents |
Definition at line 1363 of file qtpropertybrowser.cpp.
| QList<QtProperty*> m_subItems |
Definition at line 1361 of file qtpropertybrowser.cpp.
| QList<QtBrowserItem*> m_topLevelIndexes |
Definition at line 1366 of file qtpropertybrowser.cpp.
| QMap<QtProperty*, QtBrowserItem*> m_topLevelPropertyToIndex |
Definition at line 1365 of file qtpropertybrowser.cpp.