MeVisLab Toolbox Reference
SoPinch2GestureEvent Class Reference

A SoPinch2GestureEvent derived from SoGestureEvent. More...

#include <SoPinch2GestureEvent.h>

Inheritance diagram for SoPinch2GestureEvent:
SoGestureEvent

Public Member Functions

 SoPinch2GestureEvent ()
 
virtual ~SoPinch2GestureEvent ()
 
void setScaleFactor (double v)
 
double getScaleFactor () const
 
void setLastScaleFactor (double v)
 
double getLastScaleFactor () const
 
void setDeltaVector (SbVec2s v)
 
SbVec2s getDeltaVector () const
 
void setNewPosition (SbVec2s v)
 
SbVec2s getNewPosition () const
 
void setTotalRotationAngle (double v)
 
double getTotalRotationAngle () const
 
void setLastRotationAngle (double v)
 
double getLastRotationAngle () const
 
void setCurrentRotationAngle (double v)
 
double getCurrentRotationAngle () const
 
void setDeltaRotationAngle (double v)
 
double getDeltaRotationAngle () const
 
- Public Member Functions inherited from SoGestureEvent
 SoGestureEvent ()
 
virtual ~SoGestureEvent ()
 
void setState (State s)
 
State getState () const
 
void setIdentifier (int identifier)
 
int getIdentifier () const
 

Static Public Member Functions

static void initClass ()
 
- Static Public Member Functions inherited from SoGestureEvent
static void initClass ()
 

Additional Inherited Members

- Public Types inherited from SoGestureEvent
enum  State {
  NOGESTURE , GESTURE_STARTED , GESTURE_UPDATED , GESTURE_FINISHED ,
  GESTURE_CANCELED
}
 

Detailed Description

A SoPinch2GestureEvent derived from SoGestureEvent.

Definition at line 26 of file SoPinch2GestureEvent.h.

Constructor & Destructor Documentation

◆ SoPinch2GestureEvent()

SoPinch2GestureEvent::SoPinch2GestureEvent ( )

◆ ~SoPinch2GestureEvent()

virtual SoPinch2GestureEvent::~SoPinch2GestureEvent ( )
virtual

Member Function Documentation

◆ getCurrentRotationAngle()

double SoPinch2GestureEvent::getCurrentRotationAngle ( ) const
inline

Definition at line 77 of file SoPinch2GestureEvent.h.

◆ getDeltaRotationAngle()

double SoPinch2GestureEvent::getDeltaRotationAngle ( ) const
inline

Definition at line 84 of file SoPinch2GestureEvent.h.

◆ getDeltaVector()

SbVec2s SoPinch2GestureEvent::getDeltaVector ( ) const
inline

Definition at line 50 of file SoPinch2GestureEvent.h.

◆ getLastRotationAngle()

double SoPinch2GestureEvent::getLastRotationAngle ( ) const
inline

Definition at line 70 of file SoPinch2GestureEvent.h.

◆ getLastScaleFactor()

double SoPinch2GestureEvent::getLastScaleFactor ( ) const
inline

Definition at line 44 of file SoPinch2GestureEvent.h.

◆ getNewPosition()

SbVec2s SoPinch2GestureEvent::getNewPosition ( ) const
inline

Definition at line 56 of file SoPinch2GestureEvent.h.

◆ getScaleFactor()

double SoPinch2GestureEvent::getScaleFactor ( ) const
inline

Definition at line 38 of file SoPinch2GestureEvent.h.

◆ getTotalRotationAngle()

double SoPinch2GestureEvent::getTotalRotationAngle ( ) const
inline

Definition at line 63 of file SoPinch2GestureEvent.h.

◆ initClass()

static void SoPinch2GestureEvent::initClass ( )
static

◆ setCurrentRotationAngle()

void SoPinch2GestureEvent::setCurrentRotationAngle ( double  v)
inline

Definition at line 74 of file SoPinch2GestureEvent.h.

◆ setDeltaRotationAngle()

void SoPinch2GestureEvent::setDeltaRotationAngle ( double  v)
inline

Definition at line 81 of file SoPinch2GestureEvent.h.

◆ setDeltaVector()

void SoPinch2GestureEvent::setDeltaVector ( SbVec2s  v)
inline

Definition at line 47 of file SoPinch2GestureEvent.h.

◆ setLastRotationAngle()

void SoPinch2GestureEvent::setLastRotationAngle ( double  v)
inline

Definition at line 67 of file SoPinch2GestureEvent.h.

◆ setLastScaleFactor()

void SoPinch2GestureEvent::setLastScaleFactor ( double  v)
inline

Definition at line 41 of file SoPinch2GestureEvent.h.

◆ setNewPosition()

void SoPinch2GestureEvent::setNewPosition ( SbVec2s  v)
inline

Definition at line 53 of file SoPinch2GestureEvent.h.

◆ setScaleFactor()

void SoPinch2GestureEvent::setScaleFactor ( double  v)
inline

Definition at line 35 of file SoPinch2GestureEvent.h.

◆ setTotalRotationAngle()

void SoPinch2GestureEvent::setTotalRotationAngle ( double  v)
inline

Definition at line 60 of file SoPinch2GestureEvent.h.


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