ThreadedUIUpdateBase Class Reference

abstract

#include <threaded_update_helper.h>

Inheritance diagram for ThreadedUIUpdateBase:
Inheritance graph
[ legend ]

公共成员函数

virtual  ~ThreadedUIUpdateBase ()
virtual Bool   IsRunning ()=0
virtual Bool   取消 ()=0
virtual void  Wait ()=0

构造函数 & 析构函数文档编制

◆  ~ThreadedUIUpdateBase()

virtual ~ ThreadedUIUpdateBase ( )
virtual

成员函数文档编制

◆  IsRunning()

virtual Bool IsRunning ( )
pure virtual

Implemented in ThreadedUIUpdate< CLASSDATA > .

◆  Cancel()

virtual Bool 取消 ( )
pure virtual

Implemented in ThreadedUIUpdate< CLASSDATA > .

◆  Wait()

virtual void Wait ( )
pure virtual

Implemented in ThreadedUIUpdate< CLASSDATA > .