StageManager
Object Hierarchy:
Description:
public class StageManager :
Object
The StageManager structure contains only private data and should be accessed using the provided API
Content:
Properties:
Static methods:
Creation methods:
Methods:
Signals:
- public virtual signal void stage_added (Stage stage)
The stage_added signal is emitted each time a new
Stage has been added to the stage manager.
- public virtual signal void stage_removed (Stage stage)
The stage_removed signal is emitted each time a
Stage has been removed from the stage manager.
Inherited Members:
All known members inherited from class GLib.Object