OGS
|
A TreeItem representing process variable information.
Definition at line 19 of file ProcessVarItem.h.
#include <ProcessVarItem.h>
Public Member Functions | |
ProcessVarItem (const QList< QVariant > &data, TreeItem *parent) | |
Constructor. | |
QString | getName () const |
Public Member Functions inherited from TreeItem | |
TreeItem (QList< QVariant > data, TreeItem *parent) | |
virtual | ~TreeItem () |
void | appendChild (TreeItem *item) |
TreeItem * | child (int row) const |
virtual int | childCount () const |
virtual int | columnCount () const |
virtual QVariant | data (int column) const |
virtual bool | setData (int column, const QVariant &value) |
int | row () const |
TreeItem * | parentItem () const |
bool | removeChildren (int position, int count) |
|
inline |
|
inline |
Definition at line 28 of file ProcessVarItem.h.
References TreeItem::data().
Referenced by ProcessView::removeProcessVar().