GraphView

Constructors

this
this(DzlGraphView* dzlGraphView, bool ownedRef = false)

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

this
this()

Members

Functions

addRenderer
void addRenderer(GraphRendererIF renderer)
getGraphViewStruct
DzlGraphView* getGraphViewStruct(bool transferOwnership = false)

Get the main Gtk struct

getModel
GraphModel getModel()

Gets the #DzlGraphView:model property.

getStruct
void* getStruct()

the main Gtk struct as a void*

setModel
void setModel(GraphModel model)

Static functions

getType
GType getType()

Variables

dzlGraphView
DzlGraphView* dzlGraphView;

the main Gtk struct

Meta