-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPBGDefines.h
More file actions
29 lines (23 loc) · 786 Bytes
/
PBGDefines.h
File metadata and controls
29 lines (23 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
* PBGDefines.h
* Neurosis
*
* Created by Patrick B. Gibson on 07/04/08.
* Copyright 2008 __MyCompanyName__. All rights reserved.
*
*/
// Notifications
#define kPictureTakenNotification @"PBGPictureTakenNotification"
#define kResolutionChangedNotification @"PBGResolutionChangedNotification"
#define kMeaningIdentifier @"PBGMeaningIdentifier"
#define kFilePathIdentifier @"PBGFilePathIdentifier"
#define kResolutionIdentifier @"PBGResolutionIdentifier"
#define kImageAsArrayIdentifier @"PBGImageAsArrayIdentifier"
#define kRecognizeImageNotification @"PBGRecognizeImageNotification"
// PBGTreeNode Types
typedef enum _PBGTreeNodeType {
SpecialFolderTreeNode = 0,
CameraItemTreeNode = 1,
LessonFolderTreeNode = 2,
LessonTreeNode = 3
} PBGTreeNodeType;