#include <TextureContainerActions.h>
Inheritance diagram for OpenGL::GridToggler:
Public Member Functions | |
GridToggler (TextureContainer *container) | |
std::string | run (const std::vector< std::string > ¶meters) |
The run() function can be called with the following argument:
"" - calls setGridActive(!isGridActive()).
|
Creates a GridToggler for the given TextureContainer.
|
|
Implementation of handle, must be supplied by concrete subclasses.
Implements Console::Action. |