aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r--Source/SPConstants.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h
index e42b11b7..fa5e0e85 100644
--- a/Source/SPConstants.h
+++ b/Source/SPConstants.h
@@ -67,6 +67,13 @@ typedef enum {
SPQueryEditorViewMode = 5
} SPViewMode;
+// Query modes
+typedef enum {
+ SPInterfaceQueryMode = 0,
+ SPCustomQueryQueryMode = 1,
+ SPImportExportQueryMode = 2
+} SPQueryMode;
+
// Kill mode constants
extern NSString *SPKillProcessQueryMode;
extern NSString *SPKillProcessConnectionMode;