#include <c4d_gui.h>
Internal.
Public Member Functions | |
virtual void | Main (void) |
virtual const Char * | GetThreadName (void) |
![]() | |
C4DThread () | |
virtual | ~C4DThread (void) |
BaseThread * | Get (void) const |
Bool | Start (THREADMODE mode=THREADMODE::ASYNC, THREADPRIORITYEX priority=THREADPRIORITYEX::NORMAL) |
void | End (Bool wait=true) |
Bool | IsRunning (void) |
Bool | TestBreak (void) |
void | Wait (Bool checkevents=false) |
virtual Bool | TestDBreak (void) |
Public Attributes | |
ProgressDialog * | dlg |
|
virtual |
Override with the thread main code. Deprecated. Use maxon::ThreadInterface::operator ()().
Implements C4DThread.
|
virtual |
Override to return the name of the thread. Deprecated. Use maxon::ThreadInterface.
Implements C4DThread.
ProgressDialog* dlg |