#include <UserInterface.h>
Collaboration diagram for UserEventHandler:
Public Member Functions | |
UserEventHandler (osgProducer::Viewer *viewer, UserInterface *ui) | |
bool | handle (const osgGA::GUIEventAdapter &ea, osgGA::GUIActionAdapter &us) |
virtual void | pick (const osgGA::GUIEventAdapter &ea) |
Protected Member Functions | |
~UserEventHandler () | |
Protected Attributes | |
UserInterface * | _user |
osgProducer::Viewer * | _viewer |
Definition at line 90 of file UserInterface.h.
|
Definition at line 39 of file UserInterface.cpp. |
|
Definition at line 108 of file UserInterface.h. |
|
Handles various osg events.
Definition at line 44 of file UserInterface.cpp. References _user, StateControl::pause(), pick(), UserInterface::s, and UserInterface::updateClock(). Here is the call graph for this function: ![]() |
|
Picking function
Definition at line 69 of file UserInterface.cpp. References _user, _viewer, UserInterface::buttonAction(), and UserInterface::selectionAction(). Referenced by handle(). Here is the call graph for this function: ![]() |
|
Definition at line 106 of file UserInterface.h. Referenced by handle(), pick(), and UserEventHandler(). |
|
Definition at line 107 of file UserInterface.h. Referenced by pick(), and UserEventHandler(). |