71 static void record(
const std::string & macroFile );
86 static void play(
const std::string & macroFile );
static void setPlayer(YMacroPlayer *player)
Set a macro player.
Abstract base class for macro recorders.
Abstract base class for macro player.
static void deletePlayer()
Delete the current macro player if there is one.
static YMacroRecorder * recorder()
Return the current macro recorder or 0 if there is none.
static YMacroPlayer * player()
Return the current macro player or 0 if there is none.
static void endRecording()
End macro recording.
static bool recording()
Return 'true' if a macro is currently being recorded.
Simple access to macro recording and playing.
static void setRecorder(YMacroRecorder *recorder)
Set a macro recorder.
static void play(const std::string ¯oFile)
Play a macro from the specified macro file.
static void playNextBlock()
Play the next block from the current macro, if there is one playing.
static void record(const std::string ¯oFile)
Record a macro to the specified macro file.
static bool playing()
Return 'true' if a macro is currently being played.
static void deleteRecorder()
Delete the current macro recorder if there is one.