MappingList

Constructors

this
this(EvMappingList* evMappingList, bool ownedRef)

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

this
this(uint page, ListG list, GDestroyNotify dataDestroyFunc)

Destructor

~this
~this()
Undocumented in source.

Members

Aliases

doref
alias doref = ref_
Undocumented in source.

Functions

find
EvMapping* find(void* data)
findCustom
EvMapping* findCustom(void* data, GCompareFunc func)
get
EvMapping* get(double x, double y)
getData
void* getData(double x, double y)
getList
ListG getList()
getMappingListStruct
EvMappingList* getMappingListStruct(bool transferOwnership)

Get the main Gtk struct

getPage
uint getPage()
getStruct
void* getStruct()

the main Gtk struct as a void*

length
uint length()
nth
EvMapping* nth(uint n)
ref_
MappingList ref_()
remove
void remove(EvMapping* mapping)
unref
void unref()

Static functions

getType
GType getType()

Variables

evMappingList
EvMappingList* evMappingList;

the main Gtk struct

ownedRef
bool ownedRef;
Undocumented in source.

Meta