VTK  9.3.20240425
Public Types | Public Member Functions | Public Attributes | List of all members
vtkChart::MouseActions Class Reference

Hold mouse action mappings. More...

#include <vtkChart.h>

Public Types

enum  { MaxAction = 6 }
 

Public Member Functions

 MouseActions ()
 
short & Pan ()
 
short & Zoom ()
 
short & ZoomAxis ()
 
short & Select ()
 
short & SelectPolygon ()
 
short & ClickAndDrag ()
 
short & operator[] (int index)
 

Public Attributes

short Data [MaxAction]
 

Detailed Description

Hold mouse action mappings.

Definition at line 569 of file vtkChart.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
MaxAction 

Definition at line 573 of file vtkChart.h.

Constructor & Destructor Documentation

◆ MouseActions()

vtkChart::MouseActions::MouseActions ( )

Member Function Documentation

◆ Pan()

short & vtkChart::MouseActions::Pan ( )
inline

Definition at line 577 of file vtkChart.h.

◆ Zoom()

short & vtkChart::MouseActions::Zoom ( )
inline

Definition at line 578 of file vtkChart.h.

◆ ZoomAxis()

short & vtkChart::MouseActions::ZoomAxis ( )
inline

Definition at line 579 of file vtkChart.h.

◆ Select()

short & vtkChart::MouseActions::Select ( )
inline

Definition at line 580 of file vtkChart.h.

◆ SelectPolygon()

short & vtkChart::MouseActions::SelectPolygon ( )
inline

Definition at line 581 of file vtkChart.h.

◆ ClickAndDrag()

short & vtkChart::MouseActions::ClickAndDrag ( )
inline

Definition at line 582 of file vtkChart.h.

◆ operator[]()

short & vtkChart::MouseActions::operator[] ( int  index)
inline

Definition at line 583 of file vtkChart.h.

Member Data Documentation

◆ Data

short vtkChart::MouseActions::Data[MaxAction]

Definition at line 584 of file vtkChart.h.


The documentation for this class was generated from the following file: