CpuModel

Constructors

this
this(DzlCpuModel* dzlCpuModel, bool ownedRef = false)

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

this
this()

Members

Functions

getCpuModelStruct
DzlCpuModel* getCpuModelStruct(bool transferOwnership = false)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

Static functions

getType
GType getType()

Variables

dzlCpuModel
DzlCpuModel* dzlCpuModel;

the main Gtk struct

Inherited Members

From GraphModel

dzlGraphModel
DzlGraphModel* dzlGraphModel;

the main Gtk struct

getGraphModelStruct
DzlGraphModel* getGraphModelStruct(bool transferOwnership = false)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

getType
GType getType()
iterGetTimestamp
long iterGetTimestamp(DzlGraphModelIter* iter)
iterGetValue
void iterGetValue(DzlGraphModelIter* iter, uint column, Value value)
iterNext
bool iterNext(DzlGraphModelIter* iter)
iterSetValue
void iterSetValue(DzlGraphModelIter* iter, uint column, Value value)

Sets an individual value within a specific column.

addColumn
uint addColumn(GraphColumn column)
getEndTime
long getEndTime()
getIterFirst
bool getIterFirst(DzlGraphModelIter* iter)
getIterLast
bool getIterLast(DzlGraphModelIter* iter)
getMaxSamples
uint getMaxSamples()
getNColumns
uint getNColumns()
getTimespan
GTimeSpan getTimespan()
push
void push(out DzlGraphModelIter iter, long timestamp)
setMaxSamples
void setMaxSamples(uint nRows)
setTimespan
void setTimespan(GTimeSpan timespan)
addOnChanged
gulong addOnChanged(void delegate(GraphModel) dlg, ConnectFlags connectFlags = cast(ConnectFlags)0)

Meta