GOffice.ColorGroup¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
class |
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Name |
Short Description |
---|---|
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
context |
r |
||
history |
[ |
r |
|
name |
r |
||
parent |
r |
Class Details¶
- class GOffice.ColorGroup(**kwargs)¶
- Bases:
- Abstract:
No
- classmethod fetch(name, context)¶
- Parameters:
- Returns:
- Return type:
if name is
None
or a name not currently in use by another group then a new group is created and returned. If name wasNone
then the new group is given a unique name prefixed by “__cg_autogen_name__” (thereby insuring namespace separation). If name was already used by a group then the referenceGOffice.count
is incremented and a pointer to the group is returned.
- classmethod find(name, context)¶
Signal Details¶
- GOffice.ColorGroup.signals.history_changed(color_group)¶
- Signal Name:
history-changed
- Flags:
- Parameters:
color_group (
GOffice.ColorGroup
) – The object which received the signal