#include <SGDriver_Console.h>
Public Member Functions | |
| void | addTuioObject (TuioObject *tobj) |
| void | updateTuioObject (TuioObject *tobj) |
| void | removeTuioObject (TuioObject *tobj) |
| void | addTuioCursor (TuioCursor *tcur) |
| void | updateTuioCursor (TuioCursor *tcur) |
| void | removeTuioCursor (TuioCursor *tcur) |
| void | refresh (TuioTime frameTime) |
| void SGTUIODriver::addTuioCursor | ( | TuioCursor * | tcur ) | [virtual] |
This callback method is invoked by the TuioClient when a new TuioCursor is added to the session.
| tcur | the TuioCursor reference associated to the addTuioCursor event |
Implements TUIO::TuioListener.
| void SGTUIODriver::addTuioObject | ( | TuioObject * | tobj ) | [virtual] |
This callback method is invoked by the TuioClient when a new TuioObject is added to the session.
| tobj | the TuioObject reference associated to the addTuioObject event |
Implements TUIO::TuioListener.
| void SGTUIODriver::refresh | ( | TuioTime | ftime ) | [virtual] |
This callback method is invoked by the TuioClient to mark the end of a received TUIO message bundle.
| ftime | the TuioTime associated to the current TUIO message bundle |
Implements TUIO::TuioListener.
| void SGTUIODriver::removeTuioCursor | ( | TuioCursor * | tcur ) | [virtual] |
This callback method is invoked by the TuioClient when an existing TuioCursor is removed from the session.
| tcur | the TuioCursor reference associated to the removeTuioCursor event |
Implements TUIO::TuioListener.
| void SGTUIODriver::removeTuioObject | ( | TuioObject * | tobj ) | [virtual] |
This callback method is invoked by the TuioClient when an existing TuioObject is removed from the session.
| tobj | the TuioObject reference associated to the removeTuioObject event |
Implements TUIO::TuioListener.
| void SGTUIODriver::updateTuioCursor | ( | TuioCursor * | tcur ) | [virtual] |
This callback method is invoked by the TuioClient when an existing TuioCursor is updated during the session.
| tcur | the TuioCursor reference associated to the updateTuioCursor event |
Implements TUIO::TuioListener.
| void SGTUIODriver::updateTuioObject | ( | TuioObject * | tobj ) | [virtual] |
This callback method is invoked by the TuioClient when an existing TuioObject is updated during the session.
| tobj | the TuioObject reference associated to the updateTuioObject event |
Implements TUIO::TuioListener.
1.7.2