DtkCore
DTK Core module
|
Public 类型 | |
enum | AsyncTaskState { NotReady = 0x00 , Ready = 0x02 , Running = 0x04 , Pending = Ready | Running , Cancel = 0x08 , WaitFinished = 0x10 , Finished = 0x20 , Forever = 0x30 } |
Public 成员函数 | |
DAsyncState (QObject *parent=nullptr) noexcept | |