HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_TrackedIOObject Class Referenceabstract

#include <UT_IOObject.h>

+ Inheritance diagram for UT_TrackedIOObject:

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

UT_TrackedIOObject::UT_TrackedIOObject ( )
virtual UT_TrackedIOObject::~UT_TrackedIOObject ( )
virtual

Member Function Documentation

virtual void UT_TrackedIOObject::cancel ( )
pure virtual
static void UT_TrackedIOObject::cancelAll ( )
static

The documentation for this class was generated from the following file: