|
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 1288 of file qtpropertybrowser.cpp.
Definition at line 1322 of file qtpropertybrowser.cpp.
void clearIndex | ( | QtBrowserItem * | index | ) |
QtBrowserItem * createBrowserIndex | ( | QtProperty * | property, |
QtBrowserItem * | parentIndex, | ||
QtBrowserItem * | afterIndex | ||
) |
Definition at line 1480 of file qtpropertybrowser.cpp.
void createBrowserIndexes | ( | QtProperty * | property, |
QtProperty * | parentProperty, | ||
QtProperty * | afterProperty | ||
) |
Definition at line 1420 of file qtpropertybrowser.cpp.
void insertSubTree | ( | QtProperty * | property, |
QtProperty * | parentProperty | ||
) |
Definition at line 1327 of file qtpropertybrowser.cpp.
void removeBrowserIndex | ( | QtBrowserItem * | index | ) |
Definition at line 1546 of file qtpropertybrowser.cpp.
void removeBrowserIndexes | ( | QtProperty * | property, |
QtProperty * | parentProperty | ||
) |
Definition at line 1512 of file qtpropertybrowser.cpp.
void removeSubTree | ( | QtProperty * | property, |
QtProperty * | parentProperty | ||
) |
Definition at line 1372 of file qtpropertybrowser.cpp.
void slotPropertyDataChanged | ( | QtProperty * | property | ) |
Definition at line 1628 of file qtpropertybrowser.cpp.
void slotPropertyDestroyed | ( | QtProperty * | property | ) |
Definition at line 1618 of file qtpropertybrowser.cpp.
void slotPropertyInserted | ( | QtProperty * | property, |
QtProperty * | parentProperty, | ||
QtProperty * | afterProperty | ||
) |
Definition at line 1592 of file qtpropertybrowser.cpp.
void slotPropertyRemoved | ( | QtProperty * | property, |
QtProperty * | parentProperty | ||
) |
Definition at line 1605 of file qtpropertybrowser.cpp.
QtBrowserItem* m_currentItem |
Definition at line 1319 of file qtpropertybrowser.cpp.
QMap<QtAbstractPropertyManager*, QList<QtProperty*> > m_managerToProperties |
Definition at line 1312 of file qtpropertybrowser.cpp.
QMap<QtProperty*, QList<QtBrowserItem*> > m_propertyToIndexes |
Definition at line 1317 of file qtpropertybrowser.cpp.
QMap<QtProperty*, QList<QtProperty*> > m_propertyToParents |
Definition at line 1313 of file qtpropertybrowser.cpp.
QList<QtProperty*> m_subItems |
Definition at line 1311 of file qtpropertybrowser.cpp.
QList<QtBrowserItem*> m_topLevelIndexes |
Definition at line 1316 of file qtpropertybrowser.cpp.
QMap<QtProperty*, QtBrowserItem*> m_topLevelPropertyToIndex |
Definition at line 1315 of file qtpropertybrowser.cpp.