VTK
|
#include <vtkChart.h>
Public Member Functions | |
MouseActions () | |
short & | Pan () |
short & | Zoom () |
short & | Select () |
short & | operator[] (int index) |
Public Attributes | |
short | Data [3] |
Hold mouse action mappings.
Definition at line 325 of file vtkChart.h.
vtkChart::MouseActions::MouseActions | ( | ) |
short& vtkChart::MouseActions::Pan | ( | ) | [inline] |
Definition at line 329 of file vtkChart.h.
short& vtkChart::MouseActions::Zoom | ( | ) | [inline] |
Definition at line 330 of file vtkChart.h.
short& vtkChart::MouseActions::Select | ( | ) | [inline] |
Definition at line 331 of file vtkChart.h.
short& vtkChart::MouseActions::operator[] | ( | int | index | ) | [inline] |
Definition at line 332 of file vtkChart.h.
short vtkChart::MouseActions::Data[3] |
Definition at line 333 of file vtkChart.h.