libyui
 
Loading...
Searching...
No Matches
YMacroPlayer Class Referenceabstract

#include <YMacroPlayer.h>

Public Member Functions

virtual ~YMacroPlayer ()
 
virtual void play (const std::string &macroFile)=0
 
virtual void playNextBlock ()=0
 
virtual bool playing () const =0
 

Protected Member Functions

 YMacroPlayer ()
 

Friends

class YMacro
 

Detailed Description

Abstract base class for macro player.

Applications should not use this directly, but the static methods in YMacro.

Constructor & Destructor Documentation

◆ YMacroPlayer()

YMacroPlayer::YMacroPlayer ( )
inlineprotected

Constructor

◆ ~YMacroPlayer()

virtual YMacroPlayer::~YMacroPlayer ( )
inlinevirtual

Destructor

Member Function Documentation

◆ play()

virtual void YMacroPlayer::play ( const std::string & macroFile)
pure virtual

Play a macro from the specified macro file.

◆ playing()

virtual bool YMacroPlayer::playing ( ) const
pure virtual

Return 'true' if a macro is currently being played.

◆ playNextBlock()

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: