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

Public Types

enum  SolveState { kNotSolved, kPlaySound, kWaitForSound }
 
enum  PuzzleType {
  kOrdering, kPiano, kOrderItems, kKeypad,
  kKeypadTerse
}
 
- Public Types inherited from Nancy::Action::ActionRecord
enum  ExecutionState { kBegin, kRun, kActionTrigger }
 
enum  ExecutionType { kOneShot = 1, kRepeating = 2 }
 

Public Member Functions

 OrderingPuzzle (PuzzleType type)
 
void init () override
 
void readData (Common::SeekableReadStream &stream) override
 
void execute () 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
 
bool isViewportRelative () const override
 
void pushDown (uint id)
 
void setToSecondState (uint id)
 
void popUp (uint id)
 
void clearAllElements ()
 
- Protected Member Functions inherited from Nancy::Action::ActionRecord
void finishExecution ()
 
virtual bool canHaveHotspot () const
 

Protected Attributes

Common::Path _imageName
 
bool _hasSecondState = false
 
bool _itemsStayDown = true
 
bool _needButtonToCheckSuccess = false
 
bool _checkOrder = true
 
Common::Rect _checkButtonSrc
 
Common::Rect _checkButtonDest
 
Common::Array< Common::Rect_down1Rects
 
Common::Array< Common::Rect_up2Rects
 
Common::Array< Common::Rect_down2Rects
 
Common::Array< Common::Rect_destRects
 
Common::Array< Common::Rect_hotspots
 
Common::Array< uint16 > _correctSequence
 
uint16 _specialCursor1Id = CursorManager::kHotspot
 
Common::Rect _specialCursor1Dest
 
uint16 _specialCursor2Id = CursorManager::kHotspot
 
Common::Rect _specialCursor2Dest
 
Common::Array< Common::String_pianoSoundNames
 
uint16 _state2InvItem = 0
 
Common::Array< Common::Rect_overlaySrcs
 
Common::Array< Common::Rect_overlayDests
 
Nancy::SoundDescription _pushDownSound
 
Nancy::SoundDescription _itemSound
 
Nancy::SoundDescription _popUpSound
 
SceneChangeWithFlag _solveExitScene
 
uint16 _solveSoundDelay = 0
 
Nancy::SoundDescription _solveSound
 
SceneChangeWithFlag _exitScene
 
Common::Rect _exitHotspot
 
SolveState _solveState = kNotSolved
 
Graphics::ManagedSurface _image
 
Common::Array< uint16 > _clickedSequence
 
Common::Array< bool > _downItems
 
Common::Array< bool > _secondStateItems
 
Time _solveSoundPlayTime
 
bool _checkButtonPressed = false
 
PuzzleType _puzzleType
 
- Protected Attributes inherited from Nancy::RenderObject
bool _needsRedraw
 
bool _isVisible
 
bool _hasMoved
 
uint16 _z
 
Common::Rect _previousScreenPosition
 
Common::Rect _screenPosition
 

Additional Inherited Members

- 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: