Public Member Functions | |
void | postInit (SceneObjectList *OwnerList=NULL) override |
void | signal () override |
void | dispatch () override |
void | process (Event &event) override |
Public Member Functions inherited from TsAGE::Ringworld::Scene2 | |
void | synchronize (Serializer &s) override |
Public Member Functions inherited from TsAGE::Scene | |
Common::String | getClassName () override |
void | synchronize (Serializer &s) override |
void | stripCallback (int v) override |
void | postInit (SceneObjectList *OwnerList=NULL) override |
void | process (Event &event) override |
void | dispatch () override |
virtual void | loadScene (int sceneNum) |
virtual void | refreshBackground (int xAmount, int yAmount) |
void | setZoomPercents (int yStart, int minPercent, int yEnd, int maxPercent) |
void | loadBackground (int xAmount, int yAmount) |
void | loadSceneData (int sceneNum) |
Public Member Functions inherited from TsAGE::Action | |
void | remove () override |
virtual void | attached (EventHandler *newOwner, EventHandler *endHandler, va_list va) |
void | attach (EventHandler *newOwner, EventHandler *endHandler,...) |
int | getActionIndex () const |
void | setActionIndex (int index) |
void | setDelay (int numFrames) |
Public Member Functions inherited from TsAGE::EventHandler | |
virtual void | setAction (Action *action) |
virtual void | setAction (Action *action, EventHandler *endHandler,...) |
virtual void | destroy () |
Public Attributes | |
SequenceManager | _sequenceManager |
SceneObject | _candle |
SceneObject | _object2 |
SceneObject | _object3 |
Hotspot1 | _hotspot1 |
Hotspot2 | _hotspot2 |
Hotspot3 | _hotspot3 |
Hotspot4 | _hotspot4 |
Hotspot4 | _hotspot5 |
NamedHotspot | _hotspot6 |
NamedHotspot | _hotspot7 |
NamedHotspot | _hotspot8 |
NamedHotspot | _hotspot9 |
NamedHotspot | _hotspot10 |
NamedHotspot | _hotspot11 |
NamedHotspot | _hotspot12 |
NamedHotspot | _hotspot13 |
NamedHotspot | _hotspot14 |
NamedHotspot | _hotspot15 |
NamedHotspot | _hotspot16 |
NamedHotspot | _hotspot17 |
NamedHotspot | _hotspot18 |
NamedHotspot | _hotspot19 |
NamedHotspot | _hotspot20 |
Public Attributes inherited from TsAGE::Ringworld::Scene2 | |
int | _sceneState |
Public Attributes inherited from TsAGE::Scene | |
int | _screenNumber |
int | _activeScreenNumber |
int | _sceneMode |
StripManager | _stripManager |
Rect | _backgroundBounds |
GfxSurface | _backSurface |
Rect | _sceneBounds |
Rect | _oldSceneBounds |
int | _enabledSections [256] |
int | _zoomPercents [256] |
ScenePriorities | _priorities |
SceneObjectList | _bgSceneObjects |
Public Attributes inherited from TsAGE::Action | |
EventHandler * | _owner |
int | _actionIndex |
int | _delayFrames |
uint32 | _startFrame |
bool | _attached |
EventHandler * | _endHandler |
Public Attributes inherited from TsAGE::EventHandler | |
Action * | _action |
Additional Inherited Members | |
Static Public Member Functions inherited from TsAGE::SavedObject | |
static SavedObject * | createInstance (const Common::String &className) |