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

Public Types

enum  Variant { kVariant74 = 74, kVariant75 = 75, kVariant81 = 81 }
 
- Public Types inherited from Nancy::Action::ActionRecord
enum  ExecutionState { kBegin, kRun, kActionTrigger }
 
enum  ExecutionType { kOneShot = 1, kRepeating = 2 }
 

Public Member Functions

 FrameTextBox (Variant variant)
 
void readData (Common::SeekableReadStream &stream) override
 
void execute () override
 
- Public Member Functions inherited from Nancy::Action::ActionRecord
virtual void onPause (bool pause)
 
virtual CursorManager::CursorType getHoverCursor () const
 
virtual void handleInput (NancyInput &input)
 

Public Attributes

Variant _variant
 
Common::String _text
 
int16 _flags
 
int16 _slot
 
- 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

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

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