Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

vuKFThread Class Reference

#include <vuKFThread.h>

Inheritance diagram for vuKFThread:

Inheritance graph
[legend]
Collaboration diagram for vuKFThread:

Collaboration graph
[legend]
List of all members.

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

vuKeyFramerDialogm_KeyFramer
bool m_IsRunning

Constructor & Destructor Documentation

vuKFThread::vuKFThread vuKeyFramerDialog KF  ) 
 

Definition at line 3 of file vuKFThread.cpp.

vuKFThread::~vuKFThread  )  [virtual]
 

Definition at line 9 of file vuKFThread.cpp.


Member Function Documentation

void vuKFThread::run int  whatsup,
void *  data
[virtual]
 

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:


Member Data Documentation

bool vuKFThread::m_IsRunning [private]
 

Definition at line 35 of file vuKFThread.h.

vuKeyFramerDialog* vuKFThread::m_KeyFramer [private]
 

Definition at line 33 of file vuKFThread.h.

Referenced by run().


The documentation for this class was generated from the following files:
Generated on Wed Dec 15 21:21:17 2004 for vuVolume by  doxygen 1.3.9.1