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