aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r--Source/SPConstants.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h
index 969d709f..34da4f65 100644
--- a/Source/SPConstants.h
+++ b/Source/SPConstants.h
@@ -108,16 +108,18 @@ typedef enum
SPTableTypeEvent = 4
} SPTableType;
-// History views
-typedef enum
+// Content views
+typedef NS_ENUM(NSInteger, SPTableViewType)
{
SPTableViewStructure = 0,
SPTableViewContent = 1,
SPTableViewCustomQuery = 2,
SPTableViewStatus = 3,
SPTableViewRelations = 4,
- SPTableViewTriggers = 5
-} SPTableViewType;
+ SPTableViewTriggers = 5,
+
+ SPTableViewInvalid = NSNotFound
+};
// SSH tunnel password modes
typedef enum