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

Classes

class  QVRObserver
 Observer of the virtual world. More...
 

Functions

QDataStream & operator<< (QDataStream &ds, const QVRObserver &o)
 Writes the observer o to the stream ds. More...
 
QDataStream & operator>> (QDataStream &ds, QVRObserver &o)
 Reads the observer o from the stream ds. More...
 

Function Documentation

◆ operator<<()

QDataStream & operator<< ( QDataStream &  ds,
const QVRObserver o 
)

Writes the observer o to the stream ds.

◆ operator>>()

QDataStream & operator>> ( QDataStream &  ds,
QVRObserver o 
)

Reads the observer o from the stream ds.