libyui
Public Member Functions | Protected Member Functions | Friends

YMacroPlayer Class Reference

#include <YMacroPlayer.h>

List of all members.

Public Member Functions

virtual ~YMacroPlayer ()
virtual void play (const 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 ( ) [inline, protected]

Constructor

virtual YMacroPlayer::~YMacroPlayer ( ) [inline, virtual]

Destructor


Member Function Documentation

virtual void YMacroPlayer::play ( const 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.


The documentation for this class was generated from the following file:
 All Classes Functions Variables Enumerations Friends