libyui
|
#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.
|
inlineprotected |
Constructor
|
inlinevirtual |
Destructor
Play a macro from the specified macro file.
Return 'true' if a macro is currently being played.
Play the next block from the current macro, if there is one playing.