InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
LibraryProviderDefs.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Hardeep
6 //
7 // $Author$
8 //
9 // $DateTime$
10 //
11 // $Revision$
12 //
13 // $Change$
14 //
15 // Copyright 1997-2010 Adobe Systems Incorporated. All rights reserved.
16 //
17 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance
18 // with the terms of the Adobe license agreement accompanying it. If you have received
19 // this file from a source other than Adobe, then your use, modification, or
20 // distribution of it requires the prior written permission of Adobe.
21 //
22 //========================================================================================
23 
24 #ifndef __LibraryProviderDefs__
25 #define __LibraryProviderDefs__
26 
27 #define kLibraryProviderStringsRsrcID 1008
28 #define kLibraryProviderRsrcID 1009
29 
30 #ifndef kErrorStringTableID
31 #define kErrorStringTableID 1000
32 #endif
33 
34 //Library property names
35 #define kNamePropertyString "[Lib]Asset Name Property"
36 #define kFilePathPropertyString "[Lib]Asset FilePath Property"
37 #define kTypePropertyString "[Lib]Asset Type Property"
38 #define kDescriptionPropertyString "[Lib]Asset Keywords Property"
39 #define kModificationDatePropertyString "[Lib]Asset Modification Date Property"
40 #define kAssetPositionPropertyString "[Lib]Asset Position"
41 #define kThumbnailDataPropertyString "[Lib]Asset Thumbnail"
42 
43 #define kViewPrefKey PMString("View Preference")
44 #define kViewPrefThumnailValue PMString("Thumbnail View")
45 #define kViewPrefLargeThumnailValue PMString("Large Thumbnail View")
46 #define kViewPrefListValue PMString("List View")
47 
48 #define kSortOrderPrefKey PMString("Sort Order Preference")
49 #define kSortOrderPrefByNameValue PMString("Sort By Name")
50 #define kSortOrderPrefByNewestValue PMString("Sort By Assending Date")
51 #define kSortOrderPrefByOldestValue PMString("Sort By Descending Date")
52 #define kSortOrderPrefByKindValue PMString("Sort By Kind")
53 
54 #define kLibraryWidth 64 // NOTE: Changing these values might change the catalog format
55 #define kLibraryHeight 64 // NOTE: Changing these values might change the catalog format
56 
57 #define kMinAssetLibWidth 271 // NOTE: these values are not in use anymore, these are simply kept here to avoid breaking of binary compatibility
58 #define kMaxAssetLibWidth 10000 // NOTE: these values are not in use anymore, these are simply kept here to avoid breaking of binary compatibility
59 #define kMinAssetLibHeight 75 // NOTE: these values are not in use anymore, these are simply kept here to avoid breaking of binary compatibility
60 #define kMaxAssetLibHeight 10000 // NOTE: these values are not in use anymore, these are simply kept here to avoid breaking of binary compatibility
61 
62 #define kListViewCellHeight 21.0 // NOTE: these values are not in use anymore, these are simply kept here to avoid breaking of binary compatibility
63 
64 #endif // __LibraryProviderDefs__