ListStoreAdapter

Constructors

this
this(DzlListStoreAdapter* dzlListStoreAdapter, bool ownedRef = false)

Sets our main struct and passes it to the parent class.

this
this(ListModelIF model)

Members

Functions

getListStoreAdapterStruct
DzlListStoreAdapter* getListStoreAdapterStruct(bool transferOwnership = false)

Get the main Gtk struct

getModel
ListModelIF getModel()

Gets the model being adapted.

getStruct
void* getStruct()

the main Gtk struct as a void*

setModel
void setModel(ListModelIF model)

Static functions

getType
GType getType()

Variables

dzlListStoreAdapter
DzlListStoreAdapter* dzlListStoreAdapter;

the main Gtk struct

Meta