VTKFIG
0.20.20181114
Easy VTK based in situ visualization
|
vtkfig specific keybord and mouse interaction More...
Public Member Functions | |
MyInteractorStyle () | |
void | SetFrame (Frame *f) |
virtual void | OnConfigure () |
virtual void | OnLeftButtonDown () |
Overwrite left button down. More... | |
virtual void | OnLeftButtonUp () |
Overwrite left button up. More... | |
virtual void | OnMouseMove () |
Overwrite mouse move. More... | |
virtual void | OnChar () |
Overwrite keyboard callback. More... | |
MyInteractorStyle () | |
void | SetFrame (Frame *f) |
virtual void | OnConfigure () |
virtual void | OnLeftButtonDown () |
Overwrite left button down. More... | |
virtual void | OnLeftButtonUp () |
Overwrite left button up. More... | |
virtual void | OnMouseMove () |
Overwrite mouse move. More... | |
virtual void | OnChar () |
Overwrite keyboard callback. More... | |
Static Public Member Functions | |
static MyInteractorStyle * | New () |
static MyInteractorStyle * | New () |
Private Attributes | |
std::vector< Figure * > | edited_figures |
List of currently edited figures. More... | |
bool | edit_mode =false |
Figure edit mode. More... | |
bool | left_button_down =false |
Mouse button down. More... | |
int | lastx =0 |
Last mouse x position. More... | |
int | lasty =0 |
Last mouse y position. More... | |
Frame * | frame =0 |
Current frame. More... | |
vtkfig specific keybord and mouse interaction
Definition at line 250 of file vtkfigMainThread-2018-01-26-2205.cxx.