Counter

Constructors

this
this(DzlCounter* dzlCounter, bool ownedRef)

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

Destructor

~this
~this()
Undocumented in source.

Members

Functions

get
long get()
getCounterStruct
DzlCounter* getCounterStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

reset
void reset()

Properties

category
string category [@property getter]
string category [@property setter]
description
string description [@property getter]
string description [@property setter]
name
string name [@property getter]
string name [@property setter]
values
DzlCounterValue* values [@property getter]
DzlCounterValue* values [@property setter]

Variables

dzlCounter
DzlCounter* dzlCounter;

the main Gtk struct

ownedRef
bool ownedRef;
Undocumented in source.

Meta