QtAbstractPropertyBrowserPrivate Class Reference

Public Member Functions

void clearIndex (QtBrowserItem *index)
 
QtBrowserItemcreateBrowserIndex (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

QtBrowserItemm_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
 

Detailed Description

Definition at line 1288 of file qtpropertybrowser.cpp.

Constructor & Destructor Documentation

◆ QtAbstractPropertyBrowserPrivate()

Member Function Documentation

◆ clearIndex()

void clearIndex ( QtBrowserItem index)

Definition at line 1579 of file qtpropertybrowser.cpp.

+ Here is the caller graph for this function:

◆ createBrowserIndex()

QtBrowserItem * createBrowserIndex ( QtProperty property,
QtBrowserItem parentIndex,
QtBrowserItem afterIndex 
)

Definition at line 1480 of file qtpropertybrowser.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ createBrowserIndexes()

void createBrowserIndexes ( QtProperty property,
QtProperty parentProperty,
QtProperty afterProperty 
)

Definition at line 1420 of file qtpropertybrowser.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ insertSubTree()

void insertSubTree ( QtProperty property,
QtProperty parentProperty 
)

Definition at line 1327 of file qtpropertybrowser.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ removeBrowserIndex()

void removeBrowserIndex ( QtBrowserItem index)

Definition at line 1546 of file qtpropertybrowser.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ removeBrowserIndexes()

void removeBrowserIndexes ( QtProperty property,
QtProperty parentProperty 
)

Definition at line 1512 of file qtpropertybrowser.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ removeSubTree()

void removeSubTree ( QtProperty property,
QtProperty parentProperty 
)

Definition at line 1372 of file qtpropertybrowser.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ slotPropertyDataChanged()

void slotPropertyDataChanged ( QtProperty property)

Definition at line 1628 of file qtpropertybrowser.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ slotPropertyDestroyed()

void slotPropertyDestroyed ( QtProperty property)

Definition at line 1618 of file qtpropertybrowser.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ slotPropertyInserted()

void slotPropertyInserted ( QtProperty property,
QtProperty parentProperty,
QtProperty afterProperty 
)

Definition at line 1592 of file qtpropertybrowser.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ slotPropertyRemoved()

void slotPropertyRemoved ( QtProperty property,
QtProperty parentProperty 
)

Definition at line 1605 of file qtpropertybrowser.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ m_currentItem

QtBrowserItem* m_currentItem

Definition at line 1319 of file qtpropertybrowser.cpp.

◆ m_managerToProperties

QMap<QtAbstractPropertyManager*, QList<QtProperty*> > m_managerToProperties

Definition at line 1312 of file qtpropertybrowser.cpp.

◆ m_propertyToIndexes

QMap<QtProperty*, QList<QtBrowserItem*> > m_propertyToIndexes

Definition at line 1317 of file qtpropertybrowser.cpp.

◆ m_propertyToParents

QMap<QtProperty*, QList<QtProperty*> > m_propertyToParents

Definition at line 1313 of file qtpropertybrowser.cpp.

◆ m_subItems

QList<QtProperty*> m_subItems

Definition at line 1311 of file qtpropertybrowser.cpp.

◆ m_topLevelIndexes

QList<QtBrowserItem*> m_topLevelIndexes

Definition at line 1316 of file qtpropertybrowser.cpp.

◆ m_topLevelPropertyToIndex

QMap<QtProperty*, QtBrowserItem*> m_topLevelPropertyToIndex

Definition at line 1315 of file qtpropertybrowser.cpp.


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