Computer Assisted Medical Intervention Tool Kit  version 5.2
QtAbstractPropertyBrowserPrivate Class Reference
+ Collaboration diagram for QtAbstractPropertyBrowserPrivate:

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 {nullptr}
 
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
 

Constructor & Destructor Documentation

◆ QtAbstractPropertyBrowserPrivate()

QtAbstractPropertyBrowserPrivate::QtAbstractPropertyBrowserPrivate ( )

Member Function Documentation

◆ clearIndex()

void QtAbstractPropertyBrowserPrivate::clearIndex ( QtBrowserItem index)

References QtBrowserItem::children().

Referenced by QtAbstractPropertyBrowser::~QtAbstractPropertyBrowser().

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

◆ createBrowserIndex()

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

References QtBrowserItemPrivate::addChild(), QtAbstractPropertyBrowser::itemInserted(), m_propertyToIndexes, m_topLevelIndexes, and m_topLevelPropertyToIndex.

Referenced by createBrowserIndexes().

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

◆ createBrowserIndexes()

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

References createBrowserIndex(), m_propertyToIndexes, QtBrowserItem::parent(), and QtBrowserItem::property().

Referenced by QtAbstractPropertyBrowser::insertProperty(), and slotPropertyInserted().

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

◆ insertSubTree()

void QtAbstractPropertyBrowserPrivate::insertSubTree ( QtProperty property,
QtProperty parentProperty 
)

References m_managerToProperties, m_propertyToParents, slotPropertyDataChanged(), slotPropertyDestroyed(), slotPropertyInserted(), and slotPropertyRemoved().

Referenced by QtAbstractPropertyBrowser::insertProperty(), and slotPropertyInserted().

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

◆ removeBrowserIndex()

void QtAbstractPropertyBrowserPrivate::removeBrowserIndex ( QtBrowserItem index)

References QtBrowserItem::children(), QtAbstractPropertyBrowser::itemRemoved(), m_propertyToIndexes, m_topLevelIndexes, m_topLevelPropertyToIndex, QtBrowserItem::parent(), QtBrowserItem::property(), and QtBrowserItemPrivate::removeChild().

Referenced by removeBrowserIndexes().

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

◆ removeBrowserIndexes()

void QtAbstractPropertyBrowserPrivate::removeBrowserIndexes ( QtProperty property,
QtProperty parentProperty 
)

References m_propertyToIndexes, QtBrowserItem::parent(), QtBrowserItem::property(), and removeBrowserIndex().

Referenced by QtAbstractPropertyBrowser::removeProperty(), and slotPropertyRemoved().

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

◆ removeSubTree()

void QtAbstractPropertyBrowserPrivate::removeSubTree ( QtProperty property,
QtProperty parentProperty 
)

References m_managerToProperties, m_propertyToParents, slotPropertyDataChanged(), slotPropertyDestroyed(), slotPropertyInserted(), and slotPropertyRemoved().

Referenced by QtAbstractPropertyBrowser::removeProperty(), and slotPropertyRemoved().

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

◆ slotPropertyDataChanged()

void QtAbstractPropertyBrowserPrivate::slotPropertyDataChanged ( QtProperty property)

References QtAbstractPropertyBrowser::itemChanged(), m_propertyToIndexes, and m_propertyToParents.

Referenced by insertSubTree(), and removeSubTree().

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

◆ slotPropertyDestroyed()

void QtAbstractPropertyBrowserPrivate::slotPropertyDestroyed ( QtProperty property)

References m_subItems, and QtAbstractPropertyBrowser::removeProperty().

Referenced by insertSubTree(), and removeSubTree().

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

◆ slotPropertyInserted()

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

References createBrowserIndexes(), insertSubTree(), and m_propertyToParents.

Referenced by insertSubTree(), and removeSubTree().

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

◆ slotPropertyRemoved()

void QtAbstractPropertyBrowserPrivate::slotPropertyRemoved ( QtProperty property,
QtProperty parentProperty 
)

References m_propertyToParents, removeBrowserIndexes(), and removeSubTree().

Referenced by insertSubTree(), and removeSubTree().

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

Member Data Documentation

◆ m_currentItem

QtBrowserItem* QtAbstractPropertyBrowserPrivate::m_currentItem {nullptr}

◆ m_managerToProperties

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

Referenced by insertSubTree(), and removeSubTree().

◆ m_propertyToIndexes

◆ m_propertyToParents

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

◆ m_subItems

◆ m_topLevelIndexes

QList<QtBrowserItem*> QtAbstractPropertyBrowserPrivate::m_topLevelIndexes

◆ m_topLevelPropertyToIndex

QMap<QtProperty*, QtBrowserItem*> QtAbstractPropertyBrowserPrivate::m_topLevelPropertyToIndex

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