UtiLite
0.3.1
A lite utilities library
|
isCreating() const | UThread | |
isIdle() const | UThread | |
isKilled() const | UThread | |
isRunning() const | UThread | |
join(bool killFirst=false) | UThread | |
kill() | UThread | |
Priority enum name | UThread | |
setAffinity(int cpu=0) | UThread | |
setPriority(Priority priority) | UThread | |
start() | UThread | |
UAbstractImageCapture(float imageRate=0, bool autoRestart=false, unsigned int imageWidth=0, unsigned int imageHeight=0, unsigned int framesDropped=0, int id=0) | UAbstractImageCapture | [protected] |
UThread(Priority priority=kPNormal) | UThread | |
UVideoCapture(int usbDevice=0, float imageRate=0, bool autoRestart=false, unsigned int imageWidth=0, unsigned int imageHeight=0, unsigned int framesDropped=0, int id=0) | UVideoCapture | |
UVideoCapture(const std::string &filePath, float imageRate=0, bool autoRestart=false, unsigned int imageWidth=0, unsigned int imageHeight=0, unsigned int framesDropped=0, int id=0) | UVideoCapture | |
~UThread() | UThread | [virtual] |