Mirage.Object¶
- Subclasses:
Mirage.CdTextCoder
,Mirage.Disc
,Mirage.FileStream
,Mirage.FilterStream
,Mirage.Fragment
,Mirage.Index
,Mirage.Language
,Mirage.Parser
,Mirage.Sector
,Mirage.Session
,Mirage.Track
,Mirage.Writer
Methods¶
- Inherited:
- Structs:
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Name |
Short Description |
---|---|
Emitted when a new |
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Mirage.Object(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
All the fields in the
Mirage.Object
structure are private to theMirage.Object
implementation and should never be accessed directly.- get_parent()¶
- Returns:
parent object, or
None
.- Return type:
Returns pointer to object’s parent object.
- set_parent(parent)¶
- Parameters:
parent (
Mirage.Object
orNone
) – parent
Sets object’s parent. If parent is
None
, the object’s parent is reset.
Signal Details¶
- Mirage.Object.signals.context_changed(object)¶
- Signal Name:
context-changed
- Flags:
- Parameters:
object (
Mirage.Object
) – The object which received the signal
Emitted when a new
Mirage.Context
is set to aMirage.Object
.