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

Protected Member Functions

bool perGroupFlags () const override
 
Common::String getRecordTypeName () const override
 
- Protected Member Functions inherited from Nancy::Action::ConcatMultiSound
void showGroupSubtitle ()
 
void startCurrentSound ()
 
- 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 }
 
- Public Member Functions inherited from Nancy::Action::ConcatMultiSound
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 bool cursorSetFromScript () const
 
virtual void handleInput (NancyInput &input)
 
virtual Common::String getRecordExtraInfo () const
 
virtual bool canHaveHotspot () const
 
virtual bool survivesSceneChange (bool nextSceneIsNoArt) const
 
- 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
 
- Protected Attributes inherited from Nancy::Action::ConcatMultiSound
Common::Array< SoundGroup_groups
 
Common::Array< FlagDescription_sharedFlags
 
SoundDescription _sound
 
int16 _exitSceneID = kNoScene
 
byte _subtitleMode = 0
 
uint _currentGroup = 0
 
uint _currentSound = 0
 
bool _soundStarted = false
 
uint32 _delayEnd = 0
 
- Static Protected Attributes inherited from Nancy::Action::ConcatMultiSound
static const byte kSubtitleModeNone = 3
 

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