summaryrefslogtreecommitdiff
path: root/StructEnumDefinition.h
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2013-03-21 11:01:59 +0100
committerThomas Preud'homme <robotux@celest.fr>2013-03-21 11:01:59 +0100
commite297dbd8052ef4e66f069e2dd1865ae7fa8af28e (patch)
tree342fea0a2f6f33b8b62dad2d1729f8209da1a1ba /StructEnumDefinition.h
parent8f9f382e1c97cab2e72e97495650c73ac4b97314 (diff)
Imported Upstream version 0.3.1.0
Diffstat (limited to 'StructEnumDefinition.h')
-rw-r--r--StructEnumDefinition.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/StructEnumDefinition.h b/StructEnumDefinition.h
index 79bdb7e..cb86306 100644
--- a/StructEnumDefinition.h
+++ b/StructEnumDefinition.h
@@ -3,8 +3,7 @@
\author alpha_one_x86
\version 0.3
\date 2010
-\licence GPL3, see the file COPYING
-\todo Add transfer state normal and custom */
+\licence GPL3, see the file COPYING */
#include <QVariant>
#include <QString>
@@ -60,12 +59,13 @@ enum EngineActionInProgress
CopyingAndListing = Listing | Copying
};
+/// \brief the level of information
enum DebugLevel
{
- DebugLevel_Information=0x00000001,
- DebugLevel_Critical=0x00000002,
- DebugLevel_Warning=0x00000003,
- DebugLevel_Notice=0x00000004
+ DebugLevel_Information=0x00000001, ///< Information like the compiler, OS, Qt version, all to know in witch condition ultracopier is launched
+ DebugLevel_Critical=0x00000002, ///< Critical error, where it don't know how skip it
+ DebugLevel_Warning=0x00000003, ///< Error, but have way to skip it
+ DebugLevel_Notice=0x00000004 ///< General information to debug, what file is open, what event is received, ...
};
enum SizeUnit
@@ -96,7 +96,7 @@ enum ActionTypeCopyList
MoveItem=0x00000000,
RemoveItem=0x00000001,
AddingItem=0x00000002,
- //Item action
+ //Item action, to inform the stat of one entry
PreOperation=0x00000003,
Transfer=0x00000004,
PostOperation=0x00000005,