Public Member Functions

SGTUIODriver Class Reference

#include <SGDriver_Console.h>

Inheritance diagram for SGTUIODriver:
TUIO::TuioListener

List of all members.

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)

Member Function Documentation

void SGTUIODriver::addTuioCursor ( TuioCursor tcur ) [virtual]

This callback method is invoked by the TuioClient when a new TuioCursor is added to the session.

Parameters:
tcurthe 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.

Parameters:
tobjthe 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.

Parameters:
ftimethe 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.

Parameters:
tcurthe 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.

Parameters:
tobjthe 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.

Parameters:
tcurthe 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.

Parameters:
tobjthe TuioObject reference associated to the updateTuioObject event

Implements TUIO::TuioListener.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines