#include <EventHandler.h>
Inheritance diagram for GpuThesis::EventHandler:
Public Member Functions | |
EventHandler (Console::Console &console) | |
bool | done () const |
bool | consoleActive () const |
Private Member Functions | |
std::string | run (const std::vector< std::string > ¶meters) |
|
|
Check if the console is active or not.
|
|
Check if the quit event has been sent.
|
|
Implementation of handle, must be supplied by concrete subclasses.
Implements Console::Action. |