#include <pqTreeWidgetItem.h>
|
virtual | ~pqCallbackHandler ()=default |
|
virtual void | dataAboutToChange (pqTreeWidgetItem *, int, int) |
| Called to indicate that the data is about to be changed. More...
|
|
virtual void | checkStateAboutToChange (pqTreeWidgetItem *, int) |
| Called to indicate that the data is about to be changed. More...
|
|
virtual void | checkStateChanged (pqTreeWidgetItem *, int) |
| Called to indicate that the check state for the item has been changed. More...
|
|
virtual void | dataChanged (pqTreeWidgetItem *, int, int) |
| Called to indicate that the data has been changed. More...
|
|
virtual bool | acceptChange (pqTreeWidgetItem *, const QVariant &, const QVariant &, int, int) |
| Called to check if the change has to be accepted or rejected. More...
|
|
Definition at line 67 of file pqTreeWidgetItem.h.
◆ ~pqCallbackHandler()
virtual pqTreeWidgetItem::pqCallbackHandler::~pqCallbackHandler |
( |
| ) |
|
|
virtualdefault |
◆ dataAboutToChange()
Called to indicate that the data is about to be changed.
Definition at line 75 of file pqTreeWidgetItem.h.
◆ checkStateAboutToChange()
virtual void pqTreeWidgetItem::pqCallbackHandler::checkStateAboutToChange |
( |
pqTreeWidgetItem * |
, |
|
|
int |
|
|
) |
| |
|
inlinevirtual |
Called to indicate that the data is about to be changed.
Definition at line 80 of file pqTreeWidgetItem.h.
◆ checkStateChanged()
virtual void pqTreeWidgetItem::pqCallbackHandler::checkStateChanged |
( |
pqTreeWidgetItem * |
, |
|
|
int |
|
|
) |
| |
|
inlinevirtual |
Called to indicate that the check state for the item has been changed.
Definition at line 85 of file pqTreeWidgetItem.h.
◆ dataChanged()
Called to indicate that the data has been changed.
Definition at line 90 of file pqTreeWidgetItem.h.
◆ acceptChange()
Called to check if the change has to be accepted or rejected.
Definition at line 95 of file pqTreeWidgetItem.h.
The documentation for this class was generated from the following file: