Public Member Functions | |
| void | readData (Common::SeekableReadStream &stream) override |
Public Member Functions inherited from Nancy::Action::Overlay | |
| Overlay (AnimationType animationType) | |
| void | init () override |
| void | handleInput (NancyInput &input) override |
| void | updateGraphics () override |
| void | execute () override |
| bool | canHaveHotspot () const override |
| bool | isViewportRelative () const override |
| bool | survivesSceneChange (bool nextSceneIsNoArt) const override |
| Common::String | getRecordExtraInfo () const override |
Public Member Functions inherited from Nancy::Action::RenderActionRecord | |
| RenderActionRecord (uint zOrder) | |
| RenderActionRecord (RenderActionRecord &&)=default | |
| void | onPause (bool pause) override |
Public Member Functions inherited from Nancy::Action::ActionRecord | |
| virtual CursorManager::CursorType | getHoverCursor () const |
| virtual bool | cursorSetFromScript () const |
Public Member Functions inherited from Nancy::RenderObject | |
| RenderObject (uint16 zOrder) | |
| RenderObject (uint16 zOrder, Graphics::ManagedSurface &surface, const Common::Rect &srcBounds, const Common::Rect &destBounds) | |
| RenderObject (RenderObject &&)=default | |
| virtual void | registerGraphics () |
| void | moveTo (const Common::Point &position) |
| void | moveTo (const Common::Rect &bounds) |
| void | setVisible (bool visible) |
| void | setTransparent (bool isTransparent) |
| bool | isVisible () const |
| bool | needsRedraw () const |
| void | setNeedsRedraw (bool needsRedraw) |
| void | setHasMoved (bool hasMoved) |
| void | grabPalette (byte *colors, uint paletteStart=0, uint paletteSize=256) |
| void | setPalette (const Common::Path &paletteName, uint paletteStart=0, uint paletteSize=256) |
| void | setPalette (const byte *colors, uint paletteStart=0, uint paletteSize=256) |
| bool | hasMoved () const |
| void | updatePreviousScreenPosition () |
| Common::Rect | getScreenPosition () const |
| Common::Rect | getScreenPositionRaw () const |
| Common::Rect | getPreviousScreenPosition () const |
| Common::Rect | convertToLocal (const Common::Rect &screen) const |
| Common::Rect | convertToScreen (const Common::Rect &rect) const |
| Common::Rect | getBounds () const |
| uint16 | getZOrder () const |
| void | setZOrder (uint16 z) |
Protected Member Functions | |
| Common::String | getRecordTypeName () const override |
Protected Member Functions inherited from Nancy::Action::ActionRecord | |
| void | finishExecution () |
Additional Inherited Members | |
Public Types inherited from Nancy::Action::Overlay | |
| enum | AnimationType { kStaticAnimation, kInterruptibleAnimation } |
Public Types inherited from Nancy::Action::ActionRecord | |
| enum | ExecutionState { kBegin, kRun, kActionTrigger } |
| enum | ExecutionType { kOneShot = 1, kRepeating = 2 } |
Public Attributes inherited from Nancy::Action::Overlay | |
| Common::Path | _imageName |
| uint16 | _transparency = kPlayOverlayPlain |
| uint16 | _hasSceneChange = kPlayOverlaySceneChange |
| uint16 | _enableHotspotNancy2 = kPlayOverlayNoHotspot |
| uint16 | _overlayType = kPlayOverlayAnimated |
| uint16 | _playDirection = kPlayOverlayForward |
| uint16 | _loop = kPlayOverlayOnce |
| uint16 | _firstFrame = 0 |
| uint16 | _loopFirstFrame = 0 |
| uint16 | _loopLastFrame = 0 |
| uint32 | _frameTime = 0 |
| FlagDescription | _interruptCondition |
| SceneChangeDescription | _sceneChange |
| MultiEventFlagDescription | _flagsOnTrigger |
| SoundDescription | _sound |
| Common::Array< Common::Rect > | _srcRects |
| Common::Array< FrameBlitDescription > | _blitDescriptions |
| int16 | _currentFrame = -1 |
| int16 | _currentViewportFrame = -1 |
| uint32 | _nextFrameTime = 0 |
| AnimationType | _animationType |
| bool | _usesAutotext |
Public Attributes inherited from Nancy::Action::ActionRecord | |
| Common::String | _description |
| Common::String | _includeSource |
| byte | _type |
| ExecutionType | _execType |
| DependencyRecord | _dependencies |
| bool | _isActive |
| bool | _isDone |
| bool | _hasHotspot |
| Common::Rect | _hotspot |
| ExecutionState | _state |
| DependencyRecord * | _cursorDependency |
Public Attributes inherited from Nancy::RenderObject | |
| Graphics::ManagedSurface | _drawSurface |
Protected Attributes inherited from Nancy::Action::Overlay | |
| Graphics::ManagedSurface | _fullSurface |
Protected Attributes inherited from Nancy::RenderObject | |
| bool | _needsRedraw |
| bool | _isVisible |
| bool | _hasMoved |
| uint16 | _z |
| Common::Rect | _previousScreenPosition |
| Common::Rect | _screenPosition |