VTK
|
#include <vtkChart.h>
Public Types | |
enum | { MaxAction = 5 } |
Public Member Functions | |
MouseActions () | |
short & | Pan () |
short & | Zoom () |
short & | ZoomAxis () |
short & | Select () |
short & | SelectPolygon () |
short & | operator[] (int index) |
Public Attributes | |
short | Data [MaxAction] |
Hold mouse action mappings.
Definition at line 369 of file vtkChart.h.
anonymous enum |
Definition at line 373 of file vtkChart.h.
short& vtkChart::MouseActions::Pan | ( | ) | [inline] |
Definition at line 374 of file vtkChart.h.
short& vtkChart::MouseActions::Zoom | ( | ) | [inline] |
Definition at line 375 of file vtkChart.h.
short& vtkChart::MouseActions::ZoomAxis | ( | ) | [inline] |
Definition at line 376 of file vtkChart.h.
short& vtkChart::MouseActions::Select | ( | ) | [inline] |
Definition at line 377 of file vtkChart.h.
short& vtkChart::MouseActions::SelectPolygon | ( | ) | [inline] |
Definition at line 378 of file vtkChart.h.
short& vtkChart::MouseActions::operator[] | ( | int | index | ) | [inline] |
Definition at line 379 of file vtkChart.h.
Definition at line 380 of file vtkChart.h.