KSeExpr 6.0.0.0
|
Public Member Functions | |
ExprTreeItem (ExprTreeItem *parent, const QString &label, const QString &path) | |
~ExprTreeItem () | |
ExprTreeItem * | find (QString path) |
void | clear () |
void | populate () |
void | addChild (ExprTreeItem *child) |
ExprTreeItem * | getChild (const int row) |
int | getChildCount () |
void | regen () |
Public Attributes | |
int | row |
ExprTreeItem * | parent |
QString | label |
QString | path |
Private Attributes | |
std::vector< ExprTreeItem * > | children |
bool | populated |
Definition at line 37 of file ExprBrowser.cpp.
|
inline |
Definition at line 40 of file ExprBrowser.cpp.
|
inline |
Definition at line 49 of file ExprBrowser.cpp.
References children.
|
inline |
Definition at line 97 of file ExprBrowser.cpp.
Referenced by ExprTreeModel::addPath(), populate(), and regen().
|
inline |
Definition at line 70 of file ExprBrowser.cpp.
References children.
Referenced by ExprTreeModel::clear().
|
inline |
Definition at line 55 of file ExprBrowser.cpp.
References children, find(), path, and populate().
Referenced by find(), and ExprTreeModel::find().
|
inline |
Definition at line 103 of file ExprBrowser.cpp.
References children, populate(), and row.
Referenced by ExprTreeModel::index().
|
inline |
Definition at line 112 of file ExprBrowser.cpp.
References children, and populate().
Referenced by ExprTreeModel::rowCount().
|
inline |
Definition at line 78 of file ExprBrowser.cpp.
References addChild(), path, and populated.
Referenced by find(), getChild(), and getChildCount().
|
inline |
Definition at line 118 of file ExprBrowser.cpp.
References addChild(), and children.
Referenced by ExprTreeModel::find().
|
private |
Definition at line 139 of file ExprBrowser.cpp.
Referenced by addChild(), clear(), find(), getChild(), getChildCount(), regen(), and ~ExprTreeItem().
QString ExprTreeItem::label |
Definition at line 135 of file ExprBrowser.cpp.
ExprTreeItem* ExprTreeItem::parent |
Definition at line 134 of file ExprBrowser.cpp.
Referenced by ExprTreeModel::parent().
QString ExprTreeItem::path |
Definition at line 136 of file ExprBrowser.cpp.
Referenced by find(), and populate().
|
private |
Definition at line 140 of file ExprBrowser.cpp.
Referenced by populate().
int ExprTreeItem::row |
Definition at line 133 of file ExprBrowser.cpp.
Referenced by addChild(), ExprTreeModel::find(), getChild(), and ExprTreeModel::parent().