ManaPlus
|
#include "enums/simpletypes/enumdefines.h"
Go to the source code of this file.
Namespaces | |
DownloadStatus | |
Typedefs | |
typedef DownloadStatus ::T | DownloadStatusT |
Enumerations | |
enum | DownloadStatus::T { DownloadStatus::Cancelled = -3 , DownloadStatus::ThreadError = -2 , DownloadStatus::Error = -1 , DownloadStatus::Starting = 0 , DownloadStatus::Idle = 1 , DownloadStatus::Complete = 2 } |
typedef DownloadStatus ::T DownloadStatusT |
Definition at line 37 of file downloadstatus.h.