VTK
|
#include <vtkChart.h>
Public Types | |
enum | { MaxAction = 4 } |
Public Member Functions | |
MouseActions () | |
short & | Pan () |
short & | Zoom () |
short & | Select () |
short & | SelectPolygon () |
short & | operator[] (int index) |
Public Attributes | |
short | Data [MaxAction] |
Hold mouse action mappings.
Definition at line 354 of file vtkChart.h.
anonymous enum |
Definition at line 358 of file vtkChart.h.
short& vtkChart::MouseActions::Pan | ( | ) | [inline] |
Definition at line 359 of file vtkChart.h.
short& vtkChart::MouseActions::Zoom | ( | ) | [inline] |
Definition at line 360 of file vtkChart.h.
short& vtkChart::MouseActions::Select | ( | ) | [inline] |
Definition at line 361 of file vtkChart.h.
short& vtkChart::MouseActions::SelectPolygon | ( | ) | [inline] |
Definition at line 362 of file vtkChart.h.
short& vtkChart::MouseActions::operator[] | ( | int | index | ) | [inline] |
Definition at line 363 of file vtkChart.h.
Definition at line 364 of file vtkChart.h.