#include <Action.h>
Inheritance diagram for Console::Action:
Public Member Functions | |
std::string | handle (const std::vector< std::string > ¶meters) |
Private Member Functions | |
virtual std::string | run (const std::vector< std::string > ¶meters)=0 |
|
Performs the action based on the given parameters.
|
|
Implementation of handle, must be supplied by concrete subclasses.
Implemented in GpuThesis::EventHandler, GpuThesis::Runner, Console::FunctorAction< Func, T >, Console::CycleAction< T >, OpenGL::ChannelSelector, OpenGL::TextureSelector, OpenGL::GridToggler, OpenGL::TextureDumper, and OpenGL::TextureId. |