kwave
18.07.70
|
#include <CommandHandler.h>
Public Member Functions | |
CommandHandler () | |
virtual | ~CommandHandler () |
virtual int | executeCommand (const QString &command)=0 |
Definition at line 27 of file CommandHandler.h.
|
inline |
|
inlinevirtual |
destructor
Definition at line 35 of file CommandHandler.h.
References executeCommand().
|
pure virtual |
Execute a Kwave text command
command | a text command |
-ENOSYS | is returned if the command is unknown in this component |
Referenced by Kwave::FileContext::executeCommand(), and ~CommandHandler().