Control the value of increment in arithmetic progression mode. More...
#include <SVTK_InteractorStyle.h>
Public Member Functions | |
vtkTypeMacro (SVTK_ControllerIncrement, vtkObject) | |
void | SetStartValue (const int) |
Set start value of increment. More... | |
int | Current () const |
Get current value of increment. More... | |
virtual int | Increase () |
Increace the increment value by add 1. More... | |
virtual int | Decrease () |
Decreace the increment value by subtract 1. More... | |
Static Public Member Functions | |
static SVTK_ControllerIncrement * | New () |
Protected Member Functions | |
SVTK_ControllerIncrement () | |
virtual | ~SVTK_ControllerIncrement () |
Protected Attributes | |
int | myIncrement |
Private Member Functions | |
SVTK_ControllerIncrement (const SVTK_ControllerIncrement &) | |
void | operator= (const SVTK_ControllerIncrement &) |
This class controls of value of increment, for pan/rotate/zoom operations in arithmetic progression mode
|
protected |
References myIncrement.
|
protectedvirtual |
|
private |
int SVTK_ControllerIncrement::Current | ( | ) | const |
References myIncrement.
|
virtual |
Reimplemented in SVTK_GeomControllerIncrement.
References myIncrement.
|
virtual |
Reimplemented in SVTK_GeomControllerIncrement.
References myIncrement.
|
static |
|
private |
void SVTK_ControllerIncrement::SetStartValue | ( | const int | theValue | ) |
References myIncrement.
SVTK_ControllerIncrement::vtkTypeMacro | ( | SVTK_ControllerIncrement | , |
vtkObject | |||
) |
|
protected |