Public Member Functions | |
| void | signal309 () |
| void | synchronize (Serializer &s) override |
| void | postInit (SceneObjectList *OwnerList=NULL) override |
| void | remove () override |
| void | signal () override |
Public Member Functions inherited from TsAGE::Ringworld2::SceneExt | |
| Common::String | getClassName () override |
| void | process (Event &event) override |
| void | dispatch () override |
| void | refreshBackground (int xAmount, int yAmount) override |
| virtual void | saveCharacter (int characterIndex) |
| virtual void | restore () |
| bool | display (CursorType action, Event &event) |
| void | fadeOut () |
| void | clearScreen () |
| void | scalePalette (int RFactor, int GFactor, int BFactor) |
| void | loadBlankScene () |
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) |
| 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 | |
| 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 | _sequenceManager1 |
| SequenceManager | _sequenceManager2 |
| SequenceManager | _sequenceManager3 |
| SequenceManager | _sequenceManager4 |
| ASoundExt | _sound1 |
| SpeakerMiranda300 | _mirandaSpeaker |
| SpeakerSeeker300 | _seekerSpeaker |
| SpeakerSeekerL | _seekerLSpeaker |
| SpeakerQuinn300 | _quinnSpeaker |
| SpeakerQuinnL | _quinnLSpeaker |
| SpeakerTeal300 | _tealSpeaker |
| SpeakerSoldier300 | _soldierSpeaker |
| NamedHotspot | _background |
| NamedHotspot | _hull |
| NamedHotspot | _statusDisplays |
| NamedHotspot | _damageControl |
| NamedHotspot | _manualOverrides |
| NamedHotspot | _scanners1 |
| NamedHotspot | _scanners2 |
| NamedHotspot | _indirectLighting1 |
| NamedHotspot | _indirectLighting2 |
| NamedHotspot | _lighting |
| QuinnWorkstation | _quinnWorkstation1 |
| QuinnWorkstation | _quinnWorkstation2 |
| SeekerWorkstation | _seekerWorkstation |
| MirandaWorkstation | _mirandaWorkstation1 |
| MirandaWorkstation | _mirandaWorkstation2 |
| SceneActor | _atmosphereLeftWindow |
| SceneActor | _atmosphereRightWindow |
| SceneActor | _leftVerticalBarsAnim |
| SceneActor | _rightVerticalBarsAnim |
| SceneActor | _protocolDisplay |
| SceneActor | _rightTextDisplay |
| SceneActor | _mirandaScreen |
| SceneActor | _leftTextDisplay |
| SceneActor | _quinnScreen |
| SceneActor | _teal |
| SceneActor | _soldier |
| SceneActor | _object12 |
| Doorway | _doorway |
| Miranda | _miranda |
| Seeker | _seeker |
| Quinn | _quinn |
| Action1 | _action1 |
| Action2 | _action2 |
| Action3 | _action3 |
| Action4 | _action4 |
| PaletteRotation * | _rotation |
| int | _stripId |
Public Attributes inherited from TsAGE::Ringworld2::SceneExt | |
| byte | _shadowPaletteMap [256] |
| bool | _savedPlayerEnabled |
| bool | _savedUiEnabled |
| bool | _savedCanWalk |
| bool | _preventSaving |
| Visage | _cursorVisage |
| SynchronizedList< EventHandler * > | _sceneAreas |
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) |