TreeIter

constructor()(source)

Allocate a new TreeIter.

This instance will be allocated on the native heap and automatically freed when this class instance is garbage collected.


constructor(scope: <Error class: unknown class>)(source)

Allocate a new TreeIter using the provided AutofreeScope.

The AutofreeScope manages the allocation lifetime. The most common usage is with memScoped.

Parameters

scope

The AutofreeScope to allocate this structure in.


constructor(    stamp: <Error class: unknown class>,     userData: <Error class: unknown class>,     userData2: <Error class: unknown class>,     userData3: <Error class: unknown class>)(source)

Allocate a new TreeIter.

This instance will be allocated on the native heap and automatically freed when this class instance is garbage collected.

Parameters

stamp

a unique stamp to catch invalid iterators

userData

model-specific data

userData2

model-specific data

userData3

model-specific data


constructor(    stamp: <Error class: unknown class>,     userData: <Error class: unknown class>,     userData2: <Error class: unknown class>,     userData3: <Error class: unknown class>,     scope: <Error class: unknown class>)(source)

Allocate a new TreeIter using the provided AutofreeScope.

The AutofreeScope manages the allocation lifetime. The most common usage is with memScoped.

Parameters

stamp

a unique stamp to catch invalid iterators

userData

model-specific data

userData2

model-specific data

userData3

model-specific data

scope

The AutofreeScope to allocate this structure in.


constructor(gtkTreeIterPointer: <Error class: unknown class><<Error class: unknown class>>)(source)