QVR 4.0.1
A library to build Virtual Reality applications
Classes | Functions
device.hpp File Reference

Classes

class  QVRDevice
 Device for interaction purposes. More...
 
class  QVRDeviceEvent
 Device event. More...
 

Functions

QDataStream & operator<< (QDataStream &ds, const QVRDevice &d)
 Writes the device d to the stream ds. More...
 
QDataStream & operator>> (QDataStream &ds, QVRDevice &d)
 Reads the device d from the stream ds. More...
 

Function Documentation

◆ operator<<()

QDataStream & operator<< ( QDataStream &  ds,
const QVRDevice d 
)

Writes the device d to the stream ds.

◆ operator>>()

QDataStream & operator>> ( QDataStream &  ds,
QVRDevice d 
)

Reads the device d from the stream ds.