ScummVM API documentation
Nancy::Action::TableIndexOverlay Class Reference
Inheritance diagram for Nancy::Action::TableIndexOverlay:
Nancy::Action::Overlay Nancy::Action::RenderActionRecord Nancy::Action::ActionRecord Nancy::RenderObject

Public Member Functions

void readData (Common::SeekableReadStream &stream) override
 
void execute () override
 
- Public Member Functions inherited from Nancy::Action::Overlay
 Overlay (bool interruptible)
 
void init () override
 
void handleInput (NancyInput &input) override
 
- Public Member Functions inherited from Nancy::Action::RenderActionRecord
 RenderActionRecord (uint zOrder)
 
void onPause (bool pause) override
 
- Public Member Functions inherited from Nancy::Action::ActionRecord
virtual CursorManager::CursorType getHoverCursor () 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)
 
virtual void registerGraphics ()
 
virtual void updateGraphics ()
 
void moveTo (const Common::Point &position)
 
void moveTo (const Common::Rect &bounds)
 
void setVisible (bool visible)
 
void setTransparent (bool isTransparent)
 
bool isVisible () const
 
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
 
Common::Rect getScreenPosition () 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
 

Protected Member Functions

Common::String getRecordTypeName () const override
 
- Protected Member Functions inherited from Nancy::Action::Overlay
bool canHaveHotspot () const override
 
bool isViewportRelative () const override
 
- Protected Member Functions inherited from Nancy::Action::ActionRecord
void finishExecution ()
 

Protected Attributes

uint16 _tableIndex = 0
 
int16 _lastIndexVal = -1
 
- 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
 

Additional Inherited Members

- 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 _enableHotspot = 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
 
Nancy::SoundDescription _sound
 
Common::Array< Common::Rect_srcRects
 
Common::Array< FrameBlitDescription_blitDescriptions
 
int16 _currentFrame = -1
 
int16 _currentViewportFrame = -1
 
uint32 _nextFrameTime = 0
 
bool _isInterruptible
 
bool _usesAutotext
 
- Public Attributes inherited from Nancy::Action::ActionRecord
Common::String _description
 
byte _type
 
ExecutionType _execType
 
DependencyRecord _dependencies
 
bool _isActive
 
bool _isDone
 
bool _hasHotspot
 
Common::Rect _hotspot
 
ExecutionState _state
 
int16 _days
 
DependencyRecord_cursorDependency
 
- Public Attributes inherited from Nancy::RenderObject
Graphics::ManagedSurface _drawSurface
 

The documentation for this class was generated from the following file: