Enumerations | |
enum | GeneralCodes { Ok, Error } |
enum | InfoFileSearch { FileSearchNotSet, FileSearchOK, IgnoreFile } |
enum | InfoHash { HashNotSet } |
enum | InfoDatabase { DatabaseNotSet } |
enum | InfoGui { GuiNotSet } |
Namespace State is used for returning codes and constants in FileSearcher and FileInfo
InfoDatabase defines all constants that are setted by the Databasemodule in the FileInfo
Definition at line 58 of file state.h.
{ DatabaseNotSet };
InfoFileSearch defines all constants that are setted by SearchFiles and in FileInfo
FileSearchNotSet |
state if no value is set by the FileSearcher |
FileSearchOK |
state if everything is all right |
IgnoreFile |
File is not usable. Errorcode will be stored. |
Definition at line 35 of file state.h.
{ FileSearchNotSet, FileSearchOK, IgnoreFile };
InfoHash defines all constants that are setted by the hashmodule in the FileInfo
Definition at line 48 of file state.h.
{ HashNotSet };