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

Public Member Functions

QColor calculatedBackgroundColor (QtBrowserItem *item) const
 
QWidget * createEditor (QtProperty *property, QWidget *parent) const
 
QtBrowserItemcurrentItem () const
 
void disableItem (QTreeWidgetItem *item) const
 
QTreeWidgetItem * editedItem () const
 
void editItem (QtBrowserItem *browserItem)
 
void enableItem (QTreeWidgetItem *item) const
 
bool hasValue (QTreeWidgetItem *item) const
 
QtBrowserItemindexToBrowserItem (const QModelIndex &index) const
 
QTreeWidgetItem * indexToItem (const QModelIndex &index) const
 
QtPropertyindexToProperty (const QModelIndex &index) const
 
void init (QWidget *parent)
 
bool lastColumn (int column) const
 
bool markPropertiesWithoutValue () const
 
void propertyChanged (QtBrowserItem *index)
 
void propertyInserted (QtBrowserItem *index, QtBrowserItem *afterIndex)
 
void propertyRemoved (QtBrowserItem *index)
 
 QtTreePropertyBrowserPrivate ()
 
void setCurrentItem (QtBrowserItem *browserItem, bool block)
 
void slotCollapsed (const QModelIndex &index)
 
void slotCurrentBrowserItemChanged (QtBrowserItem *item)
 
void slotCurrentTreeItemChanged (QTreeWidgetItem *newItem, QTreeWidgetItem *)
 
void slotExpanded (const QModelIndex &index)
 
QtPropertyEditorViewtreeWidget () const
 

Constructor & Destructor Documentation

◆ QtTreePropertyBrowserPrivate()

QtTreePropertyBrowserPrivate::QtTreePropertyBrowserPrivate ( )

Member Function Documentation

◆ calculatedBackgroundColor()

QColor QtTreePropertyBrowserPrivate::calculatedBackgroundColor ( QtBrowserItem item) const

References QtBrowserItem::parent().

Referenced by QtTreePropertyBrowser::calculatedBackgroundColor(), QtPropertyEditorView::drawRow(), and QtPropertyEditorDelegate::paint().

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

◆ createEditor()

QWidget* QtTreePropertyBrowserPrivate::createEditor ( QtProperty property,
QWidget *  parent 
) const
inline

References QtAbstractPropertyBrowser::createEditor().

Referenced by QtPropertyEditorDelegate::createEditor().

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

◆ currentItem()

QtBrowserItem * QtTreePropertyBrowserPrivate::currentItem ( ) const

Referenced by slotCurrentBrowserItemChanged().

+ Here is the caller graph for this function:

◆ disableItem()

void QtTreePropertyBrowserPrivate::disableItem ( QTreeWidgetItem *  item) const

References QtPropertyEditorDelegate::closeEditor().

+ Here is the call graph for this function:

◆ editedItem()

QTreeWidgetItem * QtTreePropertyBrowserPrivate::editedItem ( ) const

References QtPropertyEditorDelegate::editedItem().

Referenced by QtPropertyEditorView::keyPressEvent(), and QtPropertyEditorView::mousePressEvent().

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

◆ editItem()

void QtTreePropertyBrowserPrivate::editItem ( QtBrowserItem browserItem)

Referenced by QtTreePropertyBrowser::editItem().

+ Here is the caller graph for this function:

◆ enableItem()

void QtTreePropertyBrowserPrivate::enableItem ( QTreeWidgetItem *  item) const

◆ hasValue()

bool QtTreePropertyBrowserPrivate::hasValue ( QTreeWidgetItem *  item) const

References QtProperty::hasValue(), and QtBrowserItem::property().

Referenced by QtPropertyEditorView::mousePressEvent().

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

◆ indexToBrowserItem()

QtBrowserItem * QtTreePropertyBrowserPrivate::indexToBrowserItem ( const QModelIndex &  index) const

References QtPropertyEditorView::indexToItem().

Referenced by QtPropertyEditorView::drawRow(), and QtPropertyEditorDelegate::paint().

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

◆ indexToItem()

QTreeWidgetItem * QtTreePropertyBrowserPrivate::indexToItem ( const QModelIndex &  index) const

References QtPropertyEditorView::indexToItem().

Referenced by QtPropertyEditorDelegate::createEditor(), slotCollapsed(), and slotExpanded().

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

◆ indexToProperty()

QtProperty * QtTreePropertyBrowserPrivate::indexToProperty ( const QModelIndex &  index) const

References QtPropertyEditorView::indexToItem(), and QtBrowserItem::property().

Referenced by QtPropertyEditorDelegate::createEditor(), QtPropertyEditorView::drawRow(), and QtPropertyEditorDelegate::paint().

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

◆ init()

void QtTreePropertyBrowserPrivate::init ( QWidget *  parent)

References drawIndicatorIcon(), QtPropertyEditorView::setEditorPrivate(), QtPropertyEditorDelegate::setEditorPrivate(), slotCollapsed(), slotCurrentTreeItemChanged(), and slotExpanded().

Referenced by QtTreePropertyBrowser::QtTreePropertyBrowser().

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

◆ lastColumn()

bool QtTreePropertyBrowserPrivate::lastColumn ( int  column) const

Referenced by QtPropertyEditorDelegate::paint().

+ Here is the caller graph for this function:

◆ markPropertiesWithoutValue()

bool QtTreePropertyBrowserPrivate::markPropertiesWithoutValue ( ) const
inline

Referenced by QtPropertyEditorView::drawRow(), QtPropertyEditorView::mousePressEvent(), and QtPropertyEditorDelegate::paint().

+ Here is the caller graph for this function:

◆ propertyChanged()

void QtTreePropertyBrowserPrivate::propertyChanged ( QtBrowserItem index)

Referenced by QtTreePropertyBrowser::itemChanged().

+ Here is the caller graph for this function:

◆ propertyInserted()

void QtTreePropertyBrowserPrivate::propertyInserted ( QtBrowserItem index,
QtBrowserItem afterIndex 
)

References QtBrowserItem::parent().

Referenced by QtTreePropertyBrowser::itemInserted().

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

◆ propertyRemoved()

void QtTreePropertyBrowserPrivate::propertyRemoved ( QtBrowserItem index)

Referenced by QtTreePropertyBrowser::itemRemoved().

+ Here is the caller graph for this function:

◆ setCurrentItem()

void QtTreePropertyBrowserPrivate::setCurrentItem ( QtBrowserItem browserItem,
bool  block 
)

Referenced by slotCurrentBrowserItemChanged().

+ Here is the caller graph for this function:

◆ slotCollapsed()

void QtTreePropertyBrowserPrivate::slotCollapsed ( const QModelIndex &  index)

References QtTreePropertyBrowser::collapsed(), and indexToItem().

Referenced by init().

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

◆ slotCurrentBrowserItemChanged()

void QtTreePropertyBrowserPrivate::slotCurrentBrowserItemChanged ( QtBrowserItem item)

References currentItem(), and setCurrentItem().

+ Here is the call graph for this function:

◆ slotCurrentTreeItemChanged()

void QtTreePropertyBrowserPrivate::slotCurrentTreeItemChanged ( QTreeWidgetItem *  newItem,
QTreeWidgetItem *   
)

References QtAbstractPropertyBrowser::setCurrentItem().

Referenced by init().

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

◆ slotExpanded()

void QtTreePropertyBrowserPrivate::slotExpanded ( const QModelIndex &  index)

References QtTreePropertyBrowser::expanded(), and indexToItem().

Referenced by init().

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

◆ treeWidget()

QtPropertyEditorView* QtTreePropertyBrowserPrivate::treeWidget ( ) const
inline

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