CustomList

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

appendRecord
void appendRecord(string name, uint yearBorn)
Undocumented in source. Be warned that the author may not have intended to support it.
getColumnType
GType getColumnType(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
getFlags
GtkTreeModelFlags getFlags()
Undocumented in source. Be warned that the author may not have intended to support it.
getIter
int getIter(TreeIter iter, TreePath path)
Undocumented in source. Be warned that the author may not have intended to support it.
getNColumns
int getNColumns()
Undocumented in source. Be warned that the author may not have intended to support it.
getPath
TreePath getPath(TreeIter iter)
Undocumented in source. Be warned that the author may not have intended to support it.
getValue
Value getValue(TreeIter iter, int column, Value value)
Undocumented in source. Be warned that the author may not have intended to support it.
iterChildren
bool iterChildren(TreeIter iter, TreeIter parent)
Undocumented in source. Be warned that the author may not have intended to support it.
iterHasChild
bool iterHasChild(TreeIter iter)
Undocumented in source. Be warned that the author may not have intended to support it.
iterNChildren
int iterNChildren(TreeIter iter)
Undocumented in source. Be warned that the author may not have intended to support it.
iterNext
bool iterNext(TreeIter iter)
Undocumented in source. Be warned that the author may not have intended to support it.
iterNthChild
bool iterNthChild(TreeIter iter, TreeIter parent, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
iterParent
bool iterParent(TreeIter iter, TreeIter child)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

columnTypes
GType[3] columnTypes;
Undocumented in source.
nColumns
int nColumns;
Undocumented in source.
numRows
uint numRows;
Undocumented in source.
rows
CustomRecord*[] rows;
Undocumented in source.
stamp
int stamp;
Undocumented in source.

Inherited Members

From TreeModel

parentClass
GObjectClass* parentClass;
Undocumented in source.
gtkTreeModel
GtkTreeModel* gtkTreeModel;

the main Gtk struct

__anonymous
mixin TreeModelT!(GtkTreeModel)
Undocumented in source.
getStruct
void* getStruct()

the main Gtk struct as a void*

customTreeModelgetType
GType customTreeModelgetType()
Undocumented in source. Be warned that the author may not have intended to support it.
customTreeModelClassInit
void customTreeModelClassInit(void* klass)
Undocumented in source. Be warned that the author may not have intended to support it.
customTreeModelInit
void customTreeModelInit(GtkTreeModelIface* iface)
Undocumented in source. Be warned that the author may not have intended to support it.
customTreeModelFinalize
void customTreeModelFinalize(GObject* object)
Undocumented in source. Be warned that the author may not have intended to support it.
customTreeModelGetFlags
GtkTreeModelFlags customTreeModelGetFlags(GtkTreeModel* tree_model)
Undocumented in source. Be warned that the author may not have intended to support it.
customTreeModelGetNColumns
int customTreeModelGetNColumns(GtkTreeModel* tree_model)
Undocumented in source. Be warned that the author may not have intended to support it.
customTreeModelGetColumnType
GType customTreeModelGetColumnType(GtkTreeModel* tree_model, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
customTreeModelGetIter
int customTreeModelGetIter(GtkTreeModel* tree_model, GtkTreeIter* iter, GtkTreePath* path)
Undocumented in source. Be warned that the author may not have intended to support it.
customTreeModelGetPath
GtkTreePath* customTreeModelGetPath(GtkTreeModel* tree_model, GtkTreeIter* iter)
Undocumented in source. Be warned that the author may not have intended to support it.
customTreeModelGetValue
void customTreeModelGetValue(GtkTreeModel* tree_model, GtkTreeIter* iter, int column, GValue* value)
Undocumented in source. Be warned that the author may not have intended to support it.
customTreeModelIterNext
int customTreeModelIterNext(GtkTreeModel* tree_model, GtkTreeIter* iter)
Undocumented in source. Be warned that the author may not have intended to support it.
customTreeModelIterChildren
int customTreeModelIterChildren(GtkTreeModel* tree_model, GtkTreeIter* iter, GtkTreeIter* parent)
Undocumented in source. Be warned that the author may not have intended to support it.
customTreeModelIterHasChild
int customTreeModelIterHasChild(GtkTreeModel* tree_model, GtkTreeIter* iter)
Undocumented in source. Be warned that the author may not have intended to support it.
customTreeModelIterNChildren
int customTreeModelIterNChildren(GtkTreeModel* tree_model, GtkTreeIter* iter)
Undocumented in source. Be warned that the author may not have intended to support it.
customTreeModelIterNthChild
int customTreeModelIterNthChild(GtkTreeModel* tree_model, GtkTreeIter* iter, GtkTreeIter* parent, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
customTreeModelIterParent
int customTreeModelIterParent(GtkTreeModel* tree_model, GtkTreeIter* iter, GtkTreeIter* child)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta