GOffice.GraphStyledObject¶
- Subclasses:
GOffice.GraphAxisBase
,GOffice.GraphColorScale
,GOffice.GraphGrid
,GOffice.GraphGridLine
,GOffice.GraphOutlinedObject
,GOffice.GraphSeries
,GOffice.GraphSeriesElement
,GOffice.GraphSeriesLines
,GOffice.GraphTrendLine
Methods¶
- Inherited:
GOffice.GraphObject (40), GObject.Object (37), GOffice.StyledObject (8)
- Structs:
Virtual Methods¶
- Inherited:
|
|
|
Properties¶
- Inherited:
Signals¶
- Inherited:
Name |
Short Description |
---|---|
The |
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
base |
r |
||
style |
r |
Class Details¶
- class GOffice.GraphStyledObject(**kwargs)¶
- Bases:
- Abstract:
Yes
- Structure:
- do_init_style(style) virtual¶
- Parameters:
style (
GOffice.Style
) –
- do_style_changed(new_style) virtual¶
- Parameters:
new_style (
GOffice.Style
) –
Signal Details¶
- GOffice.GraphStyledObject.signals.style_changed(graph_styled_object, style)¶
- Signal Name:
style-changed
- Flags:
- Parameters:
graph_styled_object (
GOffice.GraphStyledObject
) – The object which received the signalstyle (
GObject.Object
) – The newGOffice.Style
The
::style-changed
signal is emitted after the style has been changed by a call toGOffice.StyledObject.set_style
().