|
ParaView
|
#include <pqTreeWidgetItem.h>
Public Member Functions | |
| virtual | ~pqCallbackHandler () |
| virtual void | dataAboutToChange (pqTreeWidgetItem *, int, int) |
| Called to indicate that the data is about to be changed. | |
| virtual void | checkStateAboutToChange (pqTreeWidgetItem *, int) |
| Called to indicate that the data is about to be changed. | |
| virtual void | checkStateChanged (pqTreeWidgetItem *, int) |
| Called to indicate that the check state for the item has been changed. | |
| virtual void | dataChanged (pqTreeWidgetItem *, int, int) |
| Called to indicate that the data has been changed. | |
| virtual bool | acceptChange (pqTreeWidgetItem *, const QVariant &, const QVariant &, int, int) |
| Called to check if the change has to be accepted or rejected. | |
Definition at line 67 of file pqTreeWidgetItem.h.
| virtual pqTreeWidgetItem::pqCallbackHandler::~pqCallbackHandler | ( | ) | [inline, virtual] |
Definition at line 70 of file pqTreeWidgetItem.h.
| virtual void pqTreeWidgetItem::pqCallbackHandler::dataAboutToChange | ( | pqTreeWidgetItem * | , |
| int | , | ||
| int | |||
| ) | [inline, virtual] |
Called to indicate that the data is about to be changed.
Definition at line 73 of file pqTreeWidgetItem.h.
| virtual void pqTreeWidgetItem::pqCallbackHandler::checkStateAboutToChange | ( | pqTreeWidgetItem * | , |
| int | |||
| ) | [inline, virtual] |
Called to indicate that the data is about to be changed.
Definition at line 77 of file pqTreeWidgetItem.h.
| virtual void pqTreeWidgetItem::pqCallbackHandler::checkStateChanged | ( | pqTreeWidgetItem * | , |
| int | |||
| ) | [inline, virtual] |
Called to indicate that the check state for the item has been changed.
Definition at line 81 of file pqTreeWidgetItem.h.
| virtual void pqTreeWidgetItem::pqCallbackHandler::dataChanged | ( | pqTreeWidgetItem * | , |
| int | , | ||
| int | |||
| ) | [inline, virtual] |
Called to indicate that the data has been changed.
Definition at line 84 of file pqTreeWidgetItem.h.
| virtual bool pqTreeWidgetItem::pqCallbackHandler::acceptChange | ( | pqTreeWidgetItem * | , |
| const QVariant & | , | ||
| const QVariant & | , | ||
| int | , | ||
| int | |||
| ) | [inline, virtual] |
Called to check if the change has to be accepted or rejected.
Definition at line 88 of file pqTreeWidgetItem.h.
1.7.5.1