#include <vuKFThread.h>
Inheritance diagram for vuKFThread:
Public Member Functions | |
vuKFThread (vuKeyFramerDialog *KF) | |
virtual | ~vuKFThread () |
virtual void | run (int whatsup, void *data) |
This function is called when a new thread is started by startThread. | |
Private Attributes | |
vuKeyFramerDialog * | m_KeyFramer |
bool | m_IsRunning |
|
Definition at line 3 of file vuKFThread.cpp. |
|
Definition at line 9 of file vuKFThread.cpp. |
|
This function is called when a new thread is started by startThread. The function is virtual. Override it to run your own code. The whatsup argument is for free use to customize behaviour of different threads. Implements vuThread. Definition at line 14 of file vuKFThread.cpp. References vuHWTimer::getElapsedTimeFloat(), and m_KeyFramer. |
Here is the call graph for this function:
|
Definition at line 35 of file vuKFThread.h. |
|
Definition at line 33 of file vuKFThread.h. Referenced by run(). |