#include <YMacroPlayer.h>
Abstract base class for macro player.
Applications should not use this directly, but the static methods in YMacro.
◆ YMacroPlayer()
YMacroPlayer::YMacroPlayer |
( |
| ) |
|
|
inlineprotected |
◆ ~YMacroPlayer()
virtual YMacroPlayer::~YMacroPlayer |
( |
| ) |
|
|
inlinevirtual |
◆ play()
virtual void YMacroPlayer::play |
( |
const std::string & | macroFile | ) |
|
|
pure virtual |
Play a macro from the specified macro file.
◆ playing()
virtual bool YMacroPlayer::playing |
( |
| ) |
const |
|
pure virtual |
Return 'true' if a macro is currently being played.
◆ playNextBlock()
virtual void YMacroPlayer::playNextBlock |
( |
| ) |
|
|
pure virtual |
Play the next block from the current macro, if there is one playing.
The documentation for this class was generated from the following file: