Module dui.TreeIter
| Constructor Summary | |
|---|---|
|
(GtkTreeIter *iter) |
|
| public |
() creates a new tree iteractor. |
|
(TreeModel treeModel, TreePath treePath) |
|
| Methods Summary | |
|---|---|
| public void |
setModel(GtkTreeModel *gtkTreeModel) |
| void |
setModel(TreeModel treeModel) |
| GtkTreeIter* |
getIter() Gets the GtkTreeIter |
| GtkTreeIter* |
gtkI() |
| void |
dump() debuging only |
| void |
getValue(gint column, Value value) Get Value |
| String |
getValueString(gint column) Get the value of a column as a string |
| int |
getValueInt(gint column) Get the value of a column as an int |
| TreeIter |
getParent() Gets the parent of this iter |
| TreeIter |
getGrandParent() |
| TreePath |
getTreePath() |
| String |
getVisiblePath(char separator) This return the path visible to the user. |
| String |
getVisiblePath(String separator) |