OpenSceneGraph
3.4.0
|
Device base class from abstracting away from devices/windows that can generate events. More...
Public Types | |
enum | { UNKNOWN = 0, RECEIVE_EVENTS = 1, SEND_EVENTS = 2 } |
Public Member Functions | |
Device () | |
Device (const Device &es, const osg::CopyOp ©op) | |
META_Object (osgGA, Device) | |
int | getCapabilities () const |
virtual bool | checkEvents () |
virtual void | sendEvent (const Event &ea) |
virtual void | sendEvents (const EventQueue::Events &events) |
void | setEventQueue (osgGA::EventQueue *eventQueue) |
osgGA::EventQueue * | getEventQueue () |
const osgGA::EventQueue * | getEventQueue () const |
Public Attributes | |
enum osgGA::Device:: { ... } | Capabilities |
Protected Member Functions | |
void | setCapabilities (int capabilities) |
virtual | ~Device () |
Device & | operator= (const Device &) |
Prevent unwanted copy operator. | |
Protected Attributes | |
osg::ref_ptr< osgGA::EventQueue > | _eventQueue |
Device base class from abstracting away from devices/windows that can generate events.
osgGA::Device::Device | ( | const Device & | es, |
const osg::CopyOp & | copyop | ||
) |
virtual osgGA::Device::~Device | ( | ) | [protected, virtual] |
virtual bool osgGA::Device::checkEvents | ( | ) | [inline, virtual] |
int osgGA::Device::getCapabilities | ( | ) | const [inline] |
osgGA::EventQueue* osgGA::Device::getEventQueue | ( | ) | [inline] |
const osgGA::EventQueue* osgGA::Device::getEventQueue | ( | ) | const [inline] |
osgGA::Device::META_Object | ( | osgGA | , |
Device | |||
) |
Prevent unwanted copy operator.
virtual void osgGA::Device::sendEvent | ( | const Event & | ea | ) | [virtual] |
virtual void osgGA::Device::sendEvents | ( | const EventQueue::Events & | events | ) | [virtual] |
void osgGA::Device::setCapabilities | ( | int | capabilities | ) | [inline, protected] |
void osgGA::Device::setEventQueue | ( | osgGA::EventQueue * | eventQueue | ) | [inline] |
osg::ref_ptr<osgGA::EventQueue> osgGA::Device::_eventQueue [protected] |
enum { ... } osgGA::Device::Capabilities |
![]() | Generated at Tue Dec 8 2015 00:14:28 for the OpenSceneGraph by doxygen 1.7.6.1. |