25 #ifndef YMacroPlayer_h 26 #define YMacroPlayer_h 54 virtual void play(
const std::string & macroFile ) = 0;
64 virtual bool playing()
const = 0;
67 #endif // YMacroPlayer_h virtual void playNextBlock()=0
Play the next block from the current macro, if there is one playing.
Abstract base class for macro player.
virtual void play(const std::string ¯oFile)=0
Play a macro from the specified macro file.
YMacroPlayer()
Constructor.
Simple access to macro recording and playing.
virtual ~YMacroPlayer()
Destructor.
virtual bool playing() const =0
Return 'true' if a macro is currently being played.