ManaPlus
Enumerations
DownloadStatus Namespace Reference

Enumerations

enum  T {
  Cancelled = -3 , ThreadError = -2 , Error = -1 , Starting = 0 ,
  Idle = 1 , Complete = 2
}
 

Enumeration Type Documentation

◆ T

Enumerator
Cancelled 
ThreadError 
Error 
Starting 
Idle 
Complete 

Definition at line 28 of file downloadstatus.h.

29 {
30  Cancelled = -3,
31  ThreadError = -2,
32  Error = -1,
33  Starting = 0,
34  Idle = 1,
35  Complete = 2
36 }