GraphLineRenderer

Constructors

this
this(DzlGraphLineRenderer* dzlGraphLineRenderer, bool ownedRef)

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

this
this()

Members

Functions

getGraphLineRendererStruct
DzlGraphLineRenderer* getGraphLineRendererStruct(bool transferOwnership)

Get the main Gtk struct

getStrokeColorRgba
RGBA getStrokeColorRgba()
getStruct
void* getStruct()

the main Gtk struct as a void*

setStrokeColor
void setStrokeColor(string strokeColor)
setStrokeColorRgba
void setStrokeColorRgba(RGBA strokeColorRgba)

Mixins

__anonymous
mixin GraphRendererT!(DzlGraphLineRenderer)
Undocumented in source.

Static functions

getType
GType getType()

Variables

dzlGraphLineRenderer
DzlGraphLineRenderer* dzlGraphLineRenderer;

the main Gtk struct

Inherited Members

From GraphRendererIF

getGraphRendererStruct
DzlGraphRenderer* getGraphRendererStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

getType
GType getType()

Meta