#include <YMacroPlayer.h>
Abstract base class for macro player.
Applications should not use this directly, but the static methods in YMacro.
Definition at line 35 of file YMacroPlayer.h.
YMacroPlayer::YMacroPlayer |
( |
| ) |
|
|
inlineprotected |
virtual YMacroPlayer::~YMacroPlayer |
( |
| ) |
|
|
inlinevirtual |
virtual void YMacroPlayer::play |
( |
const std::string & |
macroFile | ) |
|
|
pure virtual |
Play a macro from the specified macro file.
virtual bool YMacroPlayer::playing |
( |
| ) |
const |
|
pure virtual |
Return 'true' if a macro is currently being played.
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:
- /builddir/build/BUILD/libyui-4d4bf96e92e551a437257646f8987b0fe54c3d9f/src/YMacroPlayer.h