GOffice.DataVector

g GObject.Object GObject.Object GOffice.Data GOffice.Data GObject.Object->GOffice.Data GOffice.DataVector GOffice.DataVector GOffice.Data->GOffice.DataVector

Subclasses:

GOffice.DataVectorStr, GOffice.DataVectorVal

Methods

Inherited:

GOffice.Data (27), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

decreasing ()

get_len ()

get_markup (i)

get_minmax (min, max)

get_str (i)

get_value (i)

get_values ()

increasing ()

vary_uniformly ()

Virtual Methods

Inherited:

GOffice.Data (16), GObject.Object (7)

do_get_markup (i)

do_get_str (i)

do_get_value (i)

do_load_len ()

do_load_values ()

Properties

None

Signals

Inherited:

GOffice.Data (1), GObject.Object (1)

Fields

Inherited:

GOffice.Data (1), GObject.Object (1)

Name

Type

Access

Description

base

GOffice.Data

r

len

int

r

maximum

float

r

minimum

float

r

values

float

r

Class Details

class GOffice.DataVector(**kwargs)
Bases:

GOffice.Data

Abstract:

Yes

Structure:

GOffice.DataVectorClass

decreasing()
Return type:

bool

get_len()
Return type:

int

get_markup(i)
Parameters:

i (int) –

Return type:

Pango.AttrList

get_minmax(min, max)
Parameters:
get_str(i)
Parameters:

i (int) –

Return type:

str

get_value(i)
Parameters:

i (int) –

Return type:

float

get_values()
Return type:

float

increasing()
Return type:

bool

vary_uniformly()
Return type:

bool

do_get_markup(i) virtual
Parameters:

i (int) –

Return type:

Pango.AttrList

do_get_str(i) virtual
Parameters:

i (int) –

Return type:

str

do_get_value(i) virtual
Parameters:

i (int) –

Return type:

float

do_load_len() virtual
do_load_values() virtual