Dazzle.GraphView

g Atk.ImplementorIface Atk.ImplementorIface Gtk.Widget Gtk.Widget Atk.ImplementorIface->Gtk.Widget Dazzle.GraphView Dazzle.GraphView GObject.GInterface GObject.GInterface GObject.GInterface->Atk.ImplementorIface Gtk.Buildable Gtk.Buildable GObject.GInterface->Gtk.Buildable GObject.InitiallyUnowned GObject.InitiallyUnowned GObject.InitiallyUnowned->Gtk.Widget GObject.Object GObject.Object GObject.Object->GObject.InitiallyUnowned Gtk.Buildable->Gtk.Widget Gtk.DrawingArea Gtk.DrawingArea Gtk.DrawingArea->Dazzle.GraphView Gtk.Widget->Gtk.DrawingArea

Subclasses:

Dazzle.CpuGraph

Methods

Inherited:

Gtk.DrawingArea (1), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10)

Structs:

Gtk.WidgetClass (12), GObject.ObjectClass (5)

class

new ()

add_renderer (renderer)

get_model ()

set_model (model)

Virtual Methods

Inherited:

Gtk.Widget (82), GObject.Object (7), Gtk.Buildable (10)

Properties

Inherited:

Gtk.Widget (39)

Name

Type

Flags

Short Description

model

Dazzle.GraphModel

r/w/en

The data model for the graph.

Style Properties

Inherited:

Gtk.Widget (17)

Signals

Inherited:

Gtk.Widget (69), GObject.Object (1)

Fields

Inherited:

Gtk.Widget (69), GObject.Object (1)

Name

Type

Access

Description

parent_instance

Gtk.DrawingArea

r

Class Details

class Dazzle.GraphView(**kwargs)
Bases:

Gtk.DrawingArea

Abstract:

No

Structure:

Dazzle.GraphViewClass

classmethod new()
Return type:

Gtk.Widget

add_renderer(renderer)
Parameters:

renderer (Dazzle.GraphRenderer) –

get_model()
Returns:

An Dazzle.GraphModel or None.

Return type:

Dazzle.GraphModel or None

Gets the Dazzle.GraphView :model property.

set_model(model)
Parameters:

model (Dazzle.GraphModel) –

Property Details

Dazzle.GraphView.props.model
Name:

model

Type:

Dazzle.GraphModel

Default Value:

None

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

The data model for the graph.