|
openscenegraph
|
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 |
Public Member Functions inherited from osg::Referenced | |
| Referenced () | |
| Referenced (bool threadSafeRefUnref) | |
| Referenced (const Referenced &) | |
| Referenced & | operator= (const Referenced &) |
| virtual void | setThreadSafeRefUnref (bool threadSafe) |
| bool | getThreadSafeRefUnref () const |
| OpenThreads::Mutex * | getRefMutex () const |
| int | ref () const |
| int | unref () const |
| int | unref_nodelete () const |
| int | referenceCount () const |
| ObserverSet * | getObserverSet () const |
| ObserverSet * | getOrCreateObserverSet () const |
| void | addObserver (Observer *observer) const |
| void | removeObserver (Observer *observer) const |
Protected Member Functions | |
| void | addTouchPoint (unsigned int id, TouchPhase phase, float x, float y, unsigned int tap_count) |
Protected Member Functions inherited from osg::Referenced | |
| virtual | ~Referenced () |
| void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
| void | deleteUsingDeleteHandler () const |
Protected Attributes | |
| TouchSet | _touches |
Protected Attributes inherited from osg::Referenced | |
| OpenThreads::AtomicPtr | _observerSet |
| OpenThreads::Atomic | _refCount |
Friends | |
| class | GUIEventAdapter |
Additional Inherited Members | |
Static Public Member Functions inherited from osg::Referenced | |
| static OpenThreads::Mutex * | getGlobalReferencedMutex () |
| static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
| static bool | getThreadSafeReferenceCounting () |
| static void | setDeleteHandler (DeleteHandler *handler) |
| static DeleteHandler * | getDeleteHandler () |
| typedef TouchSet::const_iterator osgGA::GUIEventAdapter::TouchData::const_iterator |
| typedef TouchSet::iterator osgGA::GUIEventAdapter::TouchData::iterator |
| typedef std::vector<TouchPoint> osgGA::GUIEventAdapter::TouchData::TouchSet |
|
inline |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by osgGA::GUIEventAdapter::getTouchData().
|
inline |
|
friend |
|
protected |
1.8.1.2