direcs  2012-09-30
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
QKinect.h File Reference

a Qt wrapper for the OpenKinect project a lot of the code has been modified from this project source here https://github.com/OpenKinect/libfreenect More...

#include <QObject>
#include <QThread>
#include <stdexcept>
#include <QMutex>
#include <QMutexLocker>
#include <vector>
#include <libfreenect/libfreenect.h>
Include dependency graph for QKinect.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QKinect
 this class wraps the libfreenect library as a QObject this allows us to use singals and slots to communicate with the class from other Qt GUI elements. This class uses the Singleton pattern so must be accessed via the instance method More...
class  QKinectProcessEvents
 this is the process event thread class it needs to be a class so we can use the Qt thread system More...

Detailed Description

a Qt wrapper for the OpenKinect project a lot of the code has been modified from this project source here https://github.com/OpenKinect/libfreenect

Definition in file QKinect.h.