| 1 | n/a | """Suite Files: Classes representing files |
|---|
| 2 | n/a | Level 1, version 1 |
|---|
| 3 | n/a | |
|---|
| 4 | n/a | Generated from /System/Library/CoreServices/Finder.app |
|---|
| 5 | n/a | AETE/AEUT resource version 0/144, language 0, script 0 |
|---|
| 6 | n/a | """ |
|---|
| 7 | n/a | |
|---|
| 8 | n/a | import aetools |
|---|
| 9 | n/a | import MacOS |
|---|
| 10 | n/a | |
|---|
| 11 | n/a | _code = 'fndr' |
|---|
| 12 | n/a | |
|---|
| 13 | n/a | class Files_Events: |
|---|
| 14 | n/a | |
|---|
| 15 | n/a | pass |
|---|
| 16 | n/a | |
|---|
| 17 | n/a | |
|---|
| 18 | n/a | class alias_file(aetools.ComponentItem): |
|---|
| 19 | n/a | """alias file - An alias file (created with \xd2Make Alias\xd3) """ |
|---|
| 20 | n/a | want = 'alia' |
|---|
| 21 | n/a | class _Prop__3c_Inheritance_3e_(aetools.NProperty): |
|---|
| 22 | n/a | """<Inheritance> - inherits some of its properties from the file class """ |
|---|
| 23 | n/a | which = 'c@#^' |
|---|
| 24 | n/a | want = 'file' |
|---|
| 25 | n/a | class _Prop_original_item(aetools.NProperty): |
|---|
| 26 | n/a | """original item - the original item pointed to by the alias """ |
|---|
| 27 | n/a | which = 'orig' |
|---|
| 28 | n/a | want = 'obj ' |
|---|
| 29 | n/a | |
|---|
| 30 | n/a | alias_files = alias_file |
|---|
| 31 | n/a | |
|---|
| 32 | n/a | class application_file(aetools.ComponentItem): |
|---|
| 33 | n/a | """application file - An application's file on disk """ |
|---|
| 34 | n/a | want = 'appf' |
|---|
| 35 | n/a | class _Prop_accepts_high_level_events(aetools.NProperty): |
|---|
| 36 | n/a | """accepts high level events - Is the application high-level event aware? (OBSOLETE: always returns true) """ |
|---|
| 37 | n/a | which = 'isab' |
|---|
| 38 | n/a | want = 'bool' |
|---|
| 39 | n/a | class _Prop_has_scripting_terminology(aetools.NProperty): |
|---|
| 40 | n/a | """has scripting terminology - Does the process have a scripting terminology, i.e., can it be scripted? """ |
|---|
| 41 | n/a | which = 'hscr' |
|---|
| 42 | n/a | want = 'bool' |
|---|
| 43 | n/a | class _Prop_minimum_size(aetools.NProperty): |
|---|
| 44 | n/a | """minimum size - the smallest memory size with which the application can be launched """ |
|---|
| 45 | n/a | which = 'mprt' |
|---|
| 46 | n/a | want = 'long' |
|---|
| 47 | n/a | class _Prop_opens_in_Classic(aetools.NProperty): |
|---|
| 48 | n/a | """opens in Classic - Should the application launch in the Classic environment? """ |
|---|
| 49 | n/a | which = 'Clsc' |
|---|
| 50 | n/a | want = 'bool' |
|---|
| 51 | n/a | class _Prop_preferred_size(aetools.NProperty): |
|---|
| 52 | n/a | """preferred size - the memory size with which the application will be launched """ |
|---|
| 53 | n/a | which = 'appt' |
|---|
| 54 | n/a | want = 'long' |
|---|
| 55 | n/a | class _Prop_suggested_size(aetools.NProperty): |
|---|
| 56 | n/a | """suggested size - the memory size with which the developer recommends the application be launched """ |
|---|
| 57 | n/a | which = 'sprt' |
|---|
| 58 | n/a | want = 'long' |
|---|
| 59 | n/a | |
|---|
| 60 | n/a | application_files = application_file |
|---|
| 61 | n/a | |
|---|
| 62 | n/a | class clipping(aetools.ComponentItem): |
|---|
| 63 | n/a | """clipping - A clipping """ |
|---|
| 64 | n/a | want = 'clpf' |
|---|
| 65 | n/a | class _Prop_clipping_window(aetools.NProperty): |
|---|
| 66 | n/a | """clipping window - (NOT AVAILABLE YET) the clipping window for this clipping """ |
|---|
| 67 | n/a | which = 'lwnd' |
|---|
| 68 | n/a | want = 'obj ' |
|---|
| 69 | n/a | |
|---|
| 70 | n/a | clippings = clipping |
|---|
| 71 | n/a | |
|---|
| 72 | n/a | class document_file(aetools.ComponentItem): |
|---|
| 73 | n/a | """document file - A document file """ |
|---|
| 74 | n/a | want = 'docf' |
|---|
| 75 | n/a | |
|---|
| 76 | n/a | document_files = document_file |
|---|
| 77 | n/a | |
|---|
| 78 | n/a | class file(aetools.ComponentItem): |
|---|
| 79 | n/a | """file - A file """ |
|---|
| 80 | n/a | want = 'file' |
|---|
| 81 | n/a | class _Prop_creator_type(aetools.NProperty): |
|---|
| 82 | n/a | """creator type - the OSType identifying the application that created the item """ |
|---|
| 83 | n/a | which = 'fcrt' |
|---|
| 84 | n/a | want = 'type' |
|---|
| 85 | n/a | class _Prop_file_type(aetools.NProperty): |
|---|
| 86 | n/a | """file type - the OSType identifying the type of data contained in the item """ |
|---|
| 87 | n/a | which = 'asty' |
|---|
| 88 | n/a | want = 'type' |
|---|
| 89 | n/a | class _Prop_product_version(aetools.NProperty): |
|---|
| 90 | n/a | """product version - the version of the product (visible at the top of the \xd2Get Info\xd3 window) """ |
|---|
| 91 | n/a | which = 'ver2' |
|---|
| 92 | n/a | want = 'utxt' |
|---|
| 93 | n/a | class _Prop_stationery(aetools.NProperty): |
|---|
| 94 | n/a | """stationery - Is the file a stationery pad? """ |
|---|
| 95 | n/a | which = 'pspd' |
|---|
| 96 | n/a | want = 'bool' |
|---|
| 97 | n/a | class _Prop_version(aetools.NProperty): |
|---|
| 98 | n/a | """version - the version of the file (visible at the bottom of the \xd2Get Info\xd3 window) """ |
|---|
| 99 | n/a | which = 'vers' |
|---|
| 100 | n/a | want = 'utxt' |
|---|
| 101 | n/a | |
|---|
| 102 | n/a | files = file |
|---|
| 103 | n/a | |
|---|
| 104 | n/a | class internet_location_file(aetools.ComponentItem): |
|---|
| 105 | n/a | """internet location file - An file containing an internet location """ |
|---|
| 106 | n/a | want = 'inlf' |
|---|
| 107 | n/a | class _Prop_location(aetools.NProperty): |
|---|
| 108 | n/a | """location - the internet location """ |
|---|
| 109 | n/a | which = 'iloc' |
|---|
| 110 | n/a | want = 'utxt' |
|---|
| 111 | n/a | |
|---|
| 112 | n/a | internet_location_files = internet_location_file |
|---|
| 113 | n/a | |
|---|
| 114 | n/a | class package(aetools.ComponentItem): |
|---|
| 115 | n/a | """package - A package """ |
|---|
| 116 | n/a | want = 'pack' |
|---|
| 117 | n/a | |
|---|
| 118 | n/a | packages = package |
|---|
| 119 | n/a | alias_file._superclassnames = ['file'] |
|---|
| 120 | n/a | alias_file._privpropdict = { |
|---|
| 121 | n/a | '_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_, |
|---|
| 122 | n/a | 'original_item' : _Prop_original_item, |
|---|
| 123 | n/a | } |
|---|
| 124 | n/a | alias_file._privelemdict = { |
|---|
| 125 | n/a | } |
|---|
| 126 | n/a | application_file._superclassnames = ['file'] |
|---|
| 127 | n/a | application_file._privpropdict = { |
|---|
| 128 | n/a | '_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_, |
|---|
| 129 | n/a | 'accepts_high_level_events' : _Prop_accepts_high_level_events, |
|---|
| 130 | n/a | 'has_scripting_terminology' : _Prop_has_scripting_terminology, |
|---|
| 131 | n/a | 'minimum_size' : _Prop_minimum_size, |
|---|
| 132 | n/a | 'opens_in_Classic' : _Prop_opens_in_Classic, |
|---|
| 133 | n/a | 'preferred_size' : _Prop_preferred_size, |
|---|
| 134 | n/a | 'suggested_size' : _Prop_suggested_size, |
|---|
| 135 | n/a | } |
|---|
| 136 | n/a | application_file._privelemdict = { |
|---|
| 137 | n/a | } |
|---|
| 138 | n/a | clipping._superclassnames = ['file'] |
|---|
| 139 | n/a | clipping._privpropdict = { |
|---|
| 140 | n/a | '_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_, |
|---|
| 141 | n/a | 'clipping_window' : _Prop_clipping_window, |
|---|
| 142 | n/a | } |
|---|
| 143 | n/a | clipping._privelemdict = { |
|---|
| 144 | n/a | } |
|---|
| 145 | n/a | document_file._superclassnames = ['file'] |
|---|
| 146 | n/a | document_file._privpropdict = { |
|---|
| 147 | n/a | '_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_, |
|---|
| 148 | n/a | } |
|---|
| 149 | n/a | document_file._privelemdict = { |
|---|
| 150 | n/a | } |
|---|
| 151 | n/a | import Finder_items |
|---|
| 152 | n/a | file._superclassnames = ['item'] |
|---|
| 153 | n/a | file._privpropdict = { |
|---|
| 154 | n/a | '_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_, |
|---|
| 155 | n/a | 'creator_type' : _Prop_creator_type, |
|---|
| 156 | n/a | 'file_type' : _Prop_file_type, |
|---|
| 157 | n/a | 'product_version' : _Prop_product_version, |
|---|
| 158 | n/a | 'stationery' : _Prop_stationery, |
|---|
| 159 | n/a | 'version' : _Prop_version, |
|---|
| 160 | n/a | } |
|---|
| 161 | n/a | file._privelemdict = { |
|---|
| 162 | n/a | } |
|---|
| 163 | n/a | internet_location_file._superclassnames = ['file'] |
|---|
| 164 | n/a | internet_location_file._privpropdict = { |
|---|
| 165 | n/a | '_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_, |
|---|
| 166 | n/a | 'location' : _Prop_location, |
|---|
| 167 | n/a | } |
|---|
| 168 | n/a | internet_location_file._privelemdict = { |
|---|
| 169 | n/a | } |
|---|
| 170 | n/a | package._superclassnames = ['item'] |
|---|
| 171 | n/a | package._privpropdict = { |
|---|
| 172 | n/a | '_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_, |
|---|
| 173 | n/a | } |
|---|
| 174 | n/a | package._privelemdict = { |
|---|
| 175 | n/a | } |
|---|
| 176 | n/a | |
|---|
| 177 | n/a | # |
|---|
| 178 | n/a | # Indices of types declared in this module |
|---|
| 179 | n/a | # |
|---|
| 180 | n/a | _classdeclarations = { |
|---|
| 181 | n/a | 'alia' : alias_file, |
|---|
| 182 | n/a | 'appf' : application_file, |
|---|
| 183 | n/a | 'clpf' : clipping, |
|---|
| 184 | n/a | 'docf' : document_file, |
|---|
| 185 | n/a | 'file' : file, |
|---|
| 186 | n/a | 'inlf' : internet_location_file, |
|---|
| 187 | n/a | 'pack' : package, |
|---|
| 188 | n/a | } |
|---|
| 189 | n/a | |
|---|
| 190 | n/a | _propdeclarations = { |
|---|
| 191 | n/a | 'Clsc' : _Prop_opens_in_Classic, |
|---|
| 192 | n/a | 'appt' : _Prop_preferred_size, |
|---|
| 193 | n/a | 'asty' : _Prop_file_type, |
|---|
| 194 | n/a | 'c@#^' : _Prop__3c_Inheritance_3e_, |
|---|
| 195 | n/a | 'fcrt' : _Prop_creator_type, |
|---|
| 196 | n/a | 'hscr' : _Prop_has_scripting_terminology, |
|---|
| 197 | n/a | 'iloc' : _Prop_location, |
|---|
| 198 | n/a | 'isab' : _Prop_accepts_high_level_events, |
|---|
| 199 | n/a | 'lwnd' : _Prop_clipping_window, |
|---|
| 200 | n/a | 'mprt' : _Prop_minimum_size, |
|---|
| 201 | n/a | 'orig' : _Prop_original_item, |
|---|
| 202 | n/a | 'pspd' : _Prop_stationery, |
|---|
| 203 | n/a | 'sprt' : _Prop_suggested_size, |
|---|
| 204 | n/a | 'ver2' : _Prop_product_version, |
|---|
| 205 | n/a | 'vers' : _Prop_version, |
|---|
| 206 | n/a | } |
|---|
| 207 | n/a | |
|---|
| 208 | n/a | _compdeclarations = { |
|---|
| 209 | n/a | } |
|---|
| 210 | n/a | |
|---|
| 211 | n/a | _enumdeclarations = { |
|---|
| 212 | n/a | } |
|---|