A BasicViewHandler::Position together with a name and a shortcut key. More...
#include <TweakViewHandler.h>
Public Member Functions | |
void | go () |
Goes to this position instantly or smoothly, depending on TweakViewHandler::animate. | |
Public Attributes | |
TweakViewHandler * | owner |
The TweakViewHandler to which this predefined position belongs. | |
const char * | name |
The name of this predefined position. | |
char | key |
The shortcut key for this predefined position, or 0. |
A BasicViewHandler::Position together with a name and a shortcut key.
void proland::TweakViewHandler::Position::go | ( | ) |
Goes to this position instantly or smoothly, depending on TweakViewHandler::animate.
The shortcut key for this predefined position, or 0.
const char* proland::TweakViewHandler::Position::name |
The name of this predefined position.
The TweakViewHandler to which this predefined position belongs.