libyui
3.0.10
|
#include <YMacroPlayer.h>
Public Member Functions | |
virtual | ~YMacroPlayer () |
virtual void | play (const std::string ¯oFile)=0 |
virtual void | playNextBlock ()=0 |
virtual bool | playing () const =0 |
Protected Member Functions | |
YMacroPlayer () | |
Friends | |
class | YMacro |
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 | ( | ) | [inline, protected] |
Constructor
Definition at line 43 of file YMacroPlayer.h.
virtual YMacroPlayer::~YMacroPlayer | ( | ) | [inline, virtual] |
Destructor
Definition at line 49 of file YMacroPlayer.h.
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.