|
libyui
3.1.4
|
Abstract base class for macro player. More...
#include <YMacroPlayer.h>
Public Member Functions | |
| virtual | ~YMacroPlayer () |
| Destructor. | |
| virtual void | play (const std::string ¯oFile)=0 |
| Play a macro from the specified macro file. | |
| virtual void | playNextBlock ()=0 |
| Play the next block from the current macro, if there is one playing. | |
| virtual bool | playing () const =0 |
| Return 'true' if a macro is currently being played. | |
Protected Member Functions | |
| YMacroPlayer () | |
| Constructor. | |
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.