ProgressThread Class Reference

#include <c4d_gui.h>

Inheritance diagram for ProgressThread:

Detailed Description

Internal.

Public Member Functions

virtual void Main (void)
 
virtual const CharGetThreadName (void)
 
- Public Member Functions inherited from C4DThread
 C4DThread ()
 
virtual ~C4DThread (void)
 
BaseThreadGet (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

ProgressDialogdlg
 

Member Function Documentation

◆ Main()

virtual void Main ( void  )
virtual

Override with the thread main code. Deprecated. Use maxon::ThreadInterface::operator ()().

Implements C4DThread.

◆ GetThreadName()

virtual const Char* GetThreadName ( void  )
virtual

Override to return the name of the thread. Deprecated. Use maxon::ThreadInterface.

Returns
The thread name. The thread owns the pointed character buffer.

Implements C4DThread.

Member Data Documentation

◆ dlg