|
OpenSceneGraph
3.0.1
|

Classes | |
| struct | TouchPoint |
Public Types | |
| typedef std::vector< TouchPoint > | TouchSet |
| typedef TouchSet::iterator | iterator |
| typedef TouchSet::const_iterator | const_iterator |
Public Member Functions | |
| TouchData () | |
| unsigned int | getNumTouchPoints () const |
| iterator | begin () |
| const_iterator | begin () const |
| iterator | end () |
| const_iterator | end () const |
| const TouchPoint | get (unsigned int i) const |
Protected Member Functions | |
| void | addTouchPoint (unsigned int id, TouchPhase phase, float x, float y, unsigned int tap_count) |
Protected Attributes | |
| TouchSet | _touches |
Friends | |
| class | GUIEventAdapter |
| typedef TouchSet::const_iterator osgGA::GUIEventAdapter::TouchData::const_iterator |
| typedef TouchSet::iterator osgGA::GUIEventAdapter::TouchData::iterator |
| typedef std::vector<TouchPoint> osgGA::GUIEventAdapter::TouchData::TouchSet |
| osgGA::GUIEventAdapter::TouchData::TouchData | ( | ) | [inline] |
| void osgGA::GUIEventAdapter::TouchData::addTouchPoint | ( | unsigned int | id, |
| TouchPhase | phase, | ||
| float | x, | ||
| float | y, | ||
| unsigned int | tap_count | ||
| ) | [inline, protected] |
| iterator osgGA::GUIEventAdapter::TouchData::begin | ( | ) | [inline] |
| const_iterator osgGA::GUIEventAdapter::TouchData::begin | ( | ) | const [inline] |
| iterator osgGA::GUIEventAdapter::TouchData::end | ( | ) | [inline] |
| const_iterator osgGA::GUIEventAdapter::TouchData::end | ( | ) | const [inline] |
| const TouchPoint osgGA::GUIEventAdapter::TouchData::get | ( | unsigned int | i | ) | const [inline] |
Referenced by osgGA::GUIEventAdapter::getTouchData().
| unsigned int osgGA::GUIEventAdapter::TouchData::getNumTouchPoints | ( | ) | const [inline] |
friend class GUIEventAdapter [friend] |
TouchSet osgGA::GUIEventAdapter::TouchData::_touches [protected] |
| Generated at Thu Sep 27 2012 17:03:15 for the OpenSceneGraph by doxygen 1.7.6.1. |