27 #include "YMacroRecorder.h"
28 #include "YMacroPlayer.h"
55 _recorder->
record( macroFile );
78 _player->
play( macroFile );
84 if ( _player && _player->
playing() )
static void setPlayer(YMacroPlayer *player)
virtual void playNextBlock()=0
virtual void record(const std::string ¯oFileName)=0
virtual void play(const std::string ¯oFile)=0
static void deletePlayer()
static YMacroRecorder * recorder()
virtual void endRecording()=0
static YMacroPlayer * player()
static void endRecording()
static void setRecorder(YMacroRecorder *recorder)
virtual bool recording() const =0
static void play(const std::string ¯oFile)
static void playNextBlock()
static void record(const std::string ¯oFile)
virtual bool playing() const =0
static void deleteRecorder()