#include <notepad_commandqueue.h>
Public Member Functions | |
Command () | |
virtual | ~Command () |
virtual bool | execute ()=0 |
Definition at line 120 of file notepad_commandqueue.h.
notepad::Command::Command | ( | ) | [inline] |
Definition at line 123 of file notepad_commandqueue.h.
virtual notepad::Command::~Command | ( | ) | [inline, virtual] |
Definition at line 124 of file notepad_commandqueue.h.
virtual bool notepad::Command::execute | ( | ) | [pure virtual] |
Implemented in notepad::renderCommand.