ScummVM API documentation
Nancy::Action::EventFlagsMultiHS Class Reference
Inheritance diagram for Nancy::Action::EventFlagsMultiHS:
Nancy::Action::EventFlags Nancy::Action::ActionRecord

Public Member Functions

 EventFlagsMultiHS (bool isCursor, bool terse=false)
 
void readData (Common::SeekableReadStream &stream) override
 
void execute () override
 
CursorManager::CursorType getHoverCursor () const override
 
- Public Member Functions inherited from Nancy::Action::EventFlags
 EventFlags (bool terse=false)
 
- Public Member Functions inherited from Nancy::Action::ActionRecord
virtual void onPause (bool pause)
 
virtual void handleInput (NancyInput &input)
 

Public Attributes

CursorManager::CursorType _hoverCursor = CursorManager::kHotspot
 
Common::Array< HotspotDescription_hotspots
 
bool _isCursor
 
- Public Attributes inherited from Nancy::Action::EventFlags
MultiEventFlagDescription _flags
 
bool _isTerse
 
- 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
 

Protected Member Functions

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

Additional Inherited Members

- Public Types inherited from Nancy::Action::ActionRecord
enum  ExecutionState { kBegin, kRun, kActionTrigger }
 
enum  ExecutionType { kOneShot = 1, kRepeating = 2 }
 

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