#include <SoMultiTapGestureEvent.h>

Public Member Functions | |
| SoMultiTapGestureEvent () | |
| virtual | ~SoMultiTapGestureEvent () |
| void | setNumberOfTaps (unsigned int taps) |
| unsigned int | getNumberOfTaps () const |
| void | setNumberOfTouches (unsigned int touches) |
| unsigned int | getNumberOfTouches () const |
| void | setPosition (SbVec2f p) |
| SbVec2f | getPosition () const |
Static Public Member Functions | |
| static void | initClass () |
Definition at line 25 of file SoMultiTapGestureEvent.h.
| SoMultiTapGestureEvent::SoMultiTapGestureEvent | ( | ) |
| virtual SoMultiTapGestureEvent::~SoMultiTapGestureEvent | ( | ) | [virtual] |
| unsigned int SoMultiTapGestureEvent::getNumberOfTaps | ( | ) | const [inline] |
Definition at line 37 of file SoMultiTapGestureEvent.h.
| unsigned int SoMultiTapGestureEvent::getNumberOfTouches | ( | ) | const [inline] |
Definition at line 44 of file SoMultiTapGestureEvent.h.
| SbVec2f SoMultiTapGestureEvent::getPosition | ( | ) | const [inline] |
Definition at line 51 of file SoMultiTapGestureEvent.h.
| static void SoMultiTapGestureEvent::initClass | ( | ) | [static] |
Reimplemented from SoGestureEvent.
| void SoMultiTapGestureEvent::setNumberOfTaps | ( | unsigned int | taps | ) | [inline] |
Definition at line 34 of file SoMultiTapGestureEvent.h.
| void SoMultiTapGestureEvent::setNumberOfTouches | ( | unsigned int | touches | ) | [inline] |
Definition at line 41 of file SoMultiTapGestureEvent.h.
| void SoMultiTapGestureEvent::setPosition | ( | SbVec2f | p | ) | [inline] |
Definition at line 48 of file SoMultiTapGestureEvent.h.
1.5.8