HDK
|
#include <UT_IOObject.h>
Public Member Functions | |
UT_TrackedIOObject () | |
virtual | ~UT_TrackedIOObject () |
virtual void | cancel ()=0 |
Static Public Member Functions | |
static void | cancelAll () |
Additional Inherited Members | |
Protected Member Functions inherited from UT_IOObject | |
UT_IOObject () | |
~UT_IOObject () | |
Static Protected Member Functions inherited from UT_IOObject | |
static int | count () |
The number of objects still living within the event loop. More... | |
This provides a way to cancel an IO object. Typically this will be used for timers that need to be cancelled now that the event loop has been stopped.
Definition at line 36 of file UT_IOObject.h.
UT_TrackedIOObject::UT_TrackedIOObject | ( | ) |
|
virtual |
|
pure virtual |
|
static |