libyui  3.3.1
YMacroPlayer Class Referenceabstract

Abstract base class for macro player. More...

#include <YMacroPlayer.h>

Public Member Functions

virtual ~YMacroPlayer ()
 Destructor.
 
virtual void play (const std::string &macroFile)=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
 

Detailed Description

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.


The documentation for this class was generated from the following file: