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.Objectstructure are private to theMirage.Objectimplementation 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.ObjectorNone) – 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.Contextis set to aMirage.Object.