OpenSceneGraph
3.4.0
|
Classes | |
struct | TouchPoint |
Public Types | |
typedef std::vector< TouchPoint > | TouchSet |
typedef TouchSet::iterator | iterator |
typedef TouchSet::const_iterator | const_iterator |
Public Member Functions | |
TouchData () | |
TouchData (const TouchData &td, const osg::CopyOp ©op) | |
META_Object (osgGA, 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 | |
virtual | ~TouchData () |
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] |
osgGA::GUIEventAdapter::TouchData::TouchData | ( | const TouchData & | td, |
const osg::CopyOp & | copyop | ||
) | [inline] |
virtual osgGA::GUIEventAdapter::TouchData::~TouchData | ( | ) | [inline, protected, virtual] |
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 Tue Dec 8 2015 00:16:47 for the OpenSceneGraph by doxygen 1.7.6.1. |