_accumulateEventState | osgGA::EventQueue | protected |
_eventQueue | osgGA::EventQueue | protected |
_eventQueueMutex | osgGA::EventQueue | mutableprotected |
_firstTouchEmulatesMouse | osgGA::EventQueue | protected |
_observerSet | osg::Referenced | mutableprotected |
_refCount | osg::Referenced | mutableprotected |
_startTick | osgGA::EventQueue | protected |
_useFixedMouseInputRange | osgGA::EventQueue | protected |
addEvent(Event *event) | osgGA::EventQueue | |
addObserver(Observer *observer) const | osg::Referenced | |
appendEvents(Events &events) | osgGA::EventQueue | |
clear() | osgGA::EventQueue | |
closeWindow() | osgGA::EventQueue | inline |
closeWindow(double time) | osgGA::EventQueue | |
copyEvents(Events &events) const | osgGA::EventQueue | |
createEvent() | osgGA::EventQueue | |
deleteUsingDeleteHandler() const | osg::Referenced | protected |
empty() const | osgGA::EventQueue | inline |
EventQueue(GUIEventAdapter::MouseYOrientation mouseYOrientation=GUIEventAdapter::Y_INCREASING_DOWNWARDS) | osgGA::EventQueue | |
Events typedef | osgGA::EventQueue | |
frame(double time) | osgGA::EventQueue | |
getCurrentEventState() | osgGA::EventQueue | inline |
getCurrentEventState() const | osgGA::EventQueue | inline |
getDeleteHandler() | osg::Referenced | static |
getFirstTouchEmulatesMouse() const | osgGA::EventQueue | inline |
getGlobalReferencedMutex() | osg::Referenced | static |
getGraphicsContext() | osgGA::EventQueue | inline |
getGraphicsContext() const | osgGA::EventQueue | inline |
getObserverSet() const | osg::Referenced | inline |
getOrCreateObserverSet() const | osg::Referenced | |
getRefMutex() const | osg::Referenced | inline |
getStartTick() const | osgGA::EventQueue | inline |
getThreadSafeReferenceCounting() | osg::Referenced | static |
getThreadSafeRefUnref() const | osg::Referenced | inline |
getTime() const | osgGA::EventQueue | inline |
getUseFixedMouseInputRange() | osgGA::EventQueue | inline |
keyPress(int key, int unmodifiedKey=0) | osgGA::EventQueue | inline |
keyPress(int key, double time, int unmodifiedKey=0) | osgGA::EventQueue | |
keyRelease(int key, int unmodifiedKey=0) | osgGA::EventQueue | inline |
keyRelease(int key, double time, int unmodifiedKey=0) | osgGA::EventQueue | |
mouseButtonPress(float x, float y, unsigned int button) | osgGA::EventQueue | inline |
mouseButtonPress(float x, float y, unsigned int button, double time) | osgGA::EventQueue | |
mouseButtonRelease(float x, float y, unsigned int button) | osgGA::EventQueue | inline |
mouseButtonRelease(float x, float y, unsigned int button, double time) | osgGA::EventQueue | |
mouseDoubleButtonPress(float x, float y, unsigned int button) | osgGA::EventQueue | inline |
mouseDoubleButtonPress(float x, float y, unsigned int button, double time) | osgGA::EventQueue | |
mouseMotion(float x, float y) | osgGA::EventQueue | inline |
mouseMotion(float x, float y, double time) | osgGA::EventQueue | |
mouseScroll(GUIEventAdapter::ScrollingMotion sm) | osgGA::EventQueue | inline |
mouseScroll(GUIEventAdapter::ScrollingMotion sm, double time) | osgGA::EventQueue | |
mouseScroll2D(float x, float y) | osgGA::EventQueue | inline |
mouseScroll2D(float x, float y, double time) | osgGA::EventQueue | |
mouseWarped(float x, float y) | osgGA::EventQueue | |
operator=(const EventQueue &) | osgGA::EventQueue | inlineprotected |
osg::Referenced::operator=(const Referenced &) | osg::Referenced | inline |
penOrientation(float tiltX, float tiltY, float rotation) | osgGA::EventQueue | inline |
penOrientation(float tiltX, float tiltY, float rotation, double time) | osgGA::EventQueue | |
penPressure(float pressure) | osgGA::EventQueue | inline |
penPressure(float pressure, double time) | osgGA::EventQueue | |
penProximity(GUIEventAdapter::TabletPointerType pt, bool isEntering) | osgGA::EventQueue | inline |
penProximity(GUIEventAdapter::TabletPointerType pt, bool isEntering, double time) | osgGA::EventQueue | |
quitApplication() | osgGA::EventQueue | inline |
quitApplication(double time) | osgGA::EventQueue | |
ref() const | osg::Referenced | inline |
referenceCount() const | osg::Referenced | inline |
Referenced() | osg::Referenced | |
Referenced(bool threadSafeRefUnref) | osg::Referenced | explicit |
Referenced(const Referenced &) | osg::Referenced | |
removeObserver(Observer *observer) const | osg::Referenced | |
setCurrentEventState(GUIEventAdapter *ea) | osgGA::EventQueue | inline |
setDeleteHandler(DeleteHandler *handler) | osg::Referenced | static |
setEvents(Events &events) | osgGA::EventQueue | |
setFirstTouchEmulatesMouse(bool b) | osgGA::EventQueue | inline |
setGraphicsContext(osg::GraphicsContext *context) | osgGA::EventQueue | inline |
setMouseInputRange(float xMin, float yMin, float xMax, float yMax) | osgGA::EventQueue | inline |
setStartTick(osg::Timer_t tick) | osgGA::EventQueue | inline |
setThreadSafeReferenceCounting(bool enableThreadSafeReferenceCounting) | osg::Referenced | static |
setThreadSafeRefUnref(bool threadSafe) | osg::Referenced | virtual |
setUseFixedMouseInputRange(bool useFixedMouseInputRange) | osgGA::EventQueue | inline |
signalObserversAndDelete(bool signalDelete, bool doDelete) const | osg::Referenced | protected |
syncWindowRectangleWithGraphicsContext() | osgGA::EventQueue | |
takeEvents(Events &events) | osgGA::EventQueue | |
takeEvents(Events &events, double cutOffTime) | osgGA::EventQueue | |
touchBegan(unsigned int id, GUIEventAdapter::TouchPhase phase, float x, float y, double time) | osgGA::EventQueue | |
touchBegan(unsigned int id, GUIEventAdapter::TouchPhase phase, float x, float y) | osgGA::EventQueue | inline |
touchEnded(unsigned int id, GUIEventAdapter::TouchPhase phase, float x, float y, unsigned int tap_count, double time) | osgGA::EventQueue | |
touchEnded(unsigned int id, GUIEventAdapter::TouchPhase phase, float x, float y, unsigned int tap_count) | osgGA::EventQueue | inline |
touchMoved(unsigned int id, GUIEventAdapter::TouchPhase phase, float x, float y, double time) | osgGA::EventQueue | |
touchMoved(unsigned int id, GUIEventAdapter::TouchPhase phase, float x, float y) | osgGA::EventQueue | inline |
unref() const | osg::Referenced | inline |
unref_nodelete() const | osg::Referenced | |
userEvent(osg::Referenced *userEventData) | osgGA::EventQueue | inline |
userEvent(osg::Referenced *userEventData, double time) | osgGA::EventQueue | |
windowResize(int x, int y, int width, int height) | osgGA::EventQueue | inline |
windowResize(int x, int y, int width, int height, double time) | osgGA::EventQueue | |
~EventQueue() | osgGA::EventQueue | protectedvirtual |
~Referenced() | osg::Referenced | protectedvirtual |