|
ParaView
|
pqTreeWidgetItem is a QTreeWidgetItem with callbacks for whenever the data for the pqTreeWidgetItem changes. More...
#include <pqTreeWidgetItem.h>

Classes | |
| class | pqCallbackHandler |
Public Member Functions | |
| pqTreeWidgetItem (int atype=UserType) | |
| pqTreeWidgetItem (const QStringList &strings, int atype=UserType) | |
| pqTreeWidgetItem (QTreeWidget *aparent, int atype=UserType) | |
| pqTreeWidgetItem (QTreeWidget *aparent, const QStringList &strings, int atype=UserType) | |
| pqTreeWidgetItem (QTreeWidget *aparent, QTreeWidgetItem *preceding, int atype=UserType) | |
| pqTreeWidgetItem (QTreeWidgetItem *aparent, int atype=UserType) | |
| pqTreeWidgetItem (QTreeWidgetItem *aparent, const QStringList &strings, int atype=UserType) | |
| pqTreeWidgetItem (QTreeWidgetItem *aparent, QTreeWidgetItem *preceding, int atype=UserType) | |
| virtual void | setData (int column, int role, const QVariant &v) |
| overload setData() to call callbacks if set. | |
| void | setCallbackHandler (pqCallbackHandler *hdlr) |
| Set the name of the callback slot to call. | |
Protected Attributes | |
| pqCallbackHandler * | CallbackHandler |
pqTreeWidgetItem is a QTreeWidgetItem with callbacks for whenever the data for the pqTreeWidgetItem changes.
This is designed as a replacement for pqTreeWidgetItemObject avoid the need for pqTreeWidgetItem to be a QObject subclass, thus keeping them light-weight.
Definition at line 42 of file pqTreeWidgetItem.h.
| pqTreeWidgetItem::pqTreeWidgetItem | ( | int | atype = UserType | ) | [inline] |
Definition at line 46 of file pqTreeWidgetItem.h.
| pqTreeWidgetItem::pqTreeWidgetItem | ( | const QStringList & | strings, |
| int | atype = UserType |
||
| ) | [inline] |
Definition at line 48 of file pqTreeWidgetItem.h.
| pqTreeWidgetItem::pqTreeWidgetItem | ( | QTreeWidget * | aparent, |
| int | atype = UserType |
||
| ) | [inline] |
Definition at line 50 of file pqTreeWidgetItem.h.
| pqTreeWidgetItem::pqTreeWidgetItem | ( | QTreeWidget * | aparent, |
| const QStringList & | strings, | ||
| int | atype = UserType |
||
| ) | [inline] |
Definition at line 52 of file pqTreeWidgetItem.h.
| pqTreeWidgetItem::pqTreeWidgetItem | ( | QTreeWidget * | aparent, |
| QTreeWidgetItem * | preceding, | ||
| int | atype = UserType |
||
| ) | [inline] |
Definition at line 54 of file pqTreeWidgetItem.h.
| pqTreeWidgetItem::pqTreeWidgetItem | ( | QTreeWidgetItem * | aparent, |
| int | atype = UserType |
||
| ) | [inline] |
Definition at line 56 of file pqTreeWidgetItem.h.
| pqTreeWidgetItem::pqTreeWidgetItem | ( | QTreeWidgetItem * | aparent, |
| const QStringList & | strings, | ||
| int | atype = UserType |
||
| ) | [inline] |
Definition at line 58 of file pqTreeWidgetItem.h.
| pqTreeWidgetItem::pqTreeWidgetItem | ( | QTreeWidgetItem * | aparent, |
| QTreeWidgetItem * | preceding, | ||
| int | atype = UserType |
||
| ) | [inline] |
Definition at line 60 of file pqTreeWidgetItem.h.
overload setData() to call callbacks if set.
| void pqTreeWidgetItem::setCallbackHandler | ( | pqCallbackHandler * | hdlr | ) | [inline] |
Set the name of the callback slot to call.
Definition at line 96 of file pqTreeWidgetItem.h.
pqCallbackHandler* pqTreeWidgetItem::CallbackHandler [protected] |
Definition at line 100 of file pqTreeWidgetItem.h.
1.7.5.1