GOffice.GraphStyledObject¶
Methods¶
| Inherited: | GOffice.GraphObject (40), GObject.Object (37), GOffice.StyledObject (8) | 
|---|---|
| Structs: | GObject.ObjectClass (5) | 
Virtual Methods¶
| Inherited: | GOffice.GraphObject (18), GObject.Object (7) | 
|---|
| do_init_style(style) | |
| do_style_changed(new_style) | 
Properties¶
| Inherited: | GOffice.GraphObject (8) | 
|---|
Signals¶
| Inherited: | GOffice.GraphObject (7), GObject.Object (1) | 
|---|
| Name | Short Description | 
|---|---|
| style-changed | The ::style-changedsignal is emitted after the style has been changed by a call toGOffice.StyledObject.set_style(). | 
Fields¶
| Inherited: | GOffice.GraphObject (7), GObject.Object (1) | 
|---|
| Name | Type | Access | Description | 
|---|---|---|---|
| base | GOffice.GraphObject | r | |
| style | GOffice.Style | r | 
Class Details¶
- 
class GOffice.GraphStyledObject(**kwargs)¶
- Bases: - GOffice.GraphObject,- GOffice.StyledObject- Abstract: - Yes - Structure: - GOffice.GraphStyledObjectClass- 
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 signal
- style (GObject.Object) – The newGOffice.Style
 - The - ::style-changedsignal is emitted after the style has been changed by a call to- GOffice.StyledObject.set_style().
- graph_styled_object (