getEventQueue     161 include/view/NetworkViewer.hpp     getEventQueue() const;
getEventQueue     312 src/view/NetworkViewer.cpp     this->getEventQueue() ->  windowResize( this->x(), this->y(), width, height );
getEventQueue     628 src/view/NetworkViewer.cpp   this->getEventQueue()->keyRelease( osgGA::GUIEventAdapter::KeySymbol( *keyData ) );
getEventQueue     634 src/view/NetworkViewer.cpp     this->getEventQueue()->mouseMotion( static_cast<float>( event->x() )
getEventQueue     662 src/view/NetworkViewer.cpp     this->getEventQueue()->mouseButtonPress( static_cast<float>( event->x() )
getEventQueue     692 src/view/NetworkViewer.cpp     this->getEventQueue()->mouseButtonRelease( static_cast<float>( event->x() )
getEventQueue     709 src/view/NetworkViewer.cpp     this->getEventQueue()->mouseScroll( motion );
getEventQueue     782 src/view/NetworkViewer.cpp     osgGA::EventQueue* event_queue = _graphics_window -> getEventQueue();