| 1 | n/a | """Suite Type Definitions: Definitions of records used in scripting the Finder |
|---|
| 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 = 'tpdf' |
|---|
| 12 | n/a | |
|---|
| 13 | n/a | class Type_Definitions_Events: |
|---|
| 14 | n/a | |
|---|
| 15 | n/a | pass |
|---|
| 16 | n/a | |
|---|
| 17 | n/a | |
|---|
| 18 | n/a | class alias_list(aetools.ComponentItem): |
|---|
| 19 | n/a | """alias list - A list of aliases. Use \xd4as alias list\xd5 when a list of aliases is needed (instead of a list of file system item references). """ |
|---|
| 20 | n/a | want = 'alst' |
|---|
| 21 | n/a | |
|---|
| 22 | n/a | class label(aetools.ComponentItem): |
|---|
| 23 | n/a | """label - (NOT AVAILABLE YET) A Finder label (name and color) """ |
|---|
| 24 | n/a | want = 'clbl' |
|---|
| 25 | n/a | class _Prop_color(aetools.NProperty): |
|---|
| 26 | n/a | """color - the color associated with the label """ |
|---|
| 27 | n/a | which = 'colr' |
|---|
| 28 | n/a | want = 'cRGB' |
|---|
| 29 | n/a | class _Prop_index(aetools.NProperty): |
|---|
| 30 | n/a | """index - the index in the front-to-back ordering within its container """ |
|---|
| 31 | n/a | which = 'pidx' |
|---|
| 32 | n/a | want = 'long' |
|---|
| 33 | n/a | class _Prop_name(aetools.NProperty): |
|---|
| 34 | n/a | """name - the name associated with the label """ |
|---|
| 35 | n/a | which = 'pnam' |
|---|
| 36 | n/a | want = 'utxt' |
|---|
| 37 | n/a | |
|---|
| 38 | n/a | class preferences(aetools.ComponentItem): |
|---|
| 39 | n/a | """preferences - (NOT AVAILABLE, SUBJECT TO CHANGE) The Finder Preferences """ |
|---|
| 40 | n/a | want = 'cprf' |
|---|
| 41 | n/a | class _Prop_button_view_arrangement(aetools.NProperty): |
|---|
| 42 | n/a | """button view arrangement - the method of arrangement of icons in default Finder button view windows """ |
|---|
| 43 | n/a | which = 'barr' |
|---|
| 44 | n/a | want = 'earr' |
|---|
| 45 | n/a | class _Prop_button_view_icon_size(aetools.NProperty): |
|---|
| 46 | n/a | """button view icon size - the size of icons displayed in Finder button view windows. """ |
|---|
| 47 | n/a | which = 'bisz' |
|---|
| 48 | n/a | want = 'long' |
|---|
| 49 | n/a | class _Prop_calculates_folder_sizes(aetools.NProperty): |
|---|
| 50 | n/a | """calculates folder sizes - Are folder sizes calculated and displayed in Finder list view windows? """ |
|---|
| 51 | n/a | which = 'sfsz' |
|---|
| 52 | n/a | want = 'bool' |
|---|
| 53 | n/a | class _Prop_delay_before_springing(aetools.NProperty): |
|---|
| 54 | n/a | """delay before springing - the delay before springing open a container in ticks (1/60th of a second) (12 is shortest delay, 60 is longest delay) """ |
|---|
| 55 | n/a | which = 'dela' |
|---|
| 56 | n/a | want = 'shor' |
|---|
| 57 | n/a | class _Prop_list_view_icon_size(aetools.NProperty): |
|---|
| 58 | n/a | """list view icon size - the size of icons displayed in Finder list view windows. """ |
|---|
| 59 | n/a | which = 'lisz' |
|---|
| 60 | n/a | want = 'long' |
|---|
| 61 | n/a | class _Prop_shows_comments(aetools.NProperty): |
|---|
| 62 | n/a | """shows comments - Are comments displayed in default Finder list view windows? """ |
|---|
| 63 | n/a | which = 'scom' |
|---|
| 64 | n/a | want = 'bool' |
|---|
| 65 | n/a | class _Prop_shows_creation_date(aetools.NProperty): |
|---|
| 66 | n/a | """shows creation date - Are creation dates displayed in default Finder list view windows? """ |
|---|
| 67 | n/a | which = 'scda' |
|---|
| 68 | n/a | want = 'bool' |
|---|
| 69 | n/a | class _Prop_shows_kind(aetools.NProperty): |
|---|
| 70 | n/a | """shows kind - Are document kinds displayed in default Finder list view windows? """ |
|---|
| 71 | n/a | which = 'sknd' |
|---|
| 72 | n/a | want = 'bool' |
|---|
| 73 | n/a | class _Prop_shows_label(aetools.NProperty): |
|---|
| 74 | n/a | """shows label - Are labels displayed in default Finder list view windows? """ |
|---|
| 75 | n/a | which = 'slbl' |
|---|
| 76 | n/a | want = 'bool' |
|---|
| 77 | n/a | class _Prop_shows_modification_date(aetools.NProperty): |
|---|
| 78 | n/a | """shows modification date - Are modification dates displayed in default Finder list view windows? """ |
|---|
| 79 | n/a | which = 'sdat' |
|---|
| 80 | n/a | want = 'bool' |
|---|
| 81 | n/a | class _Prop_shows_size(aetools.NProperty): |
|---|
| 82 | n/a | """shows size - Are file sizes displayed in default Finder list view windows? """ |
|---|
| 83 | n/a | which = 'ssiz' |
|---|
| 84 | n/a | want = 'bool' |
|---|
| 85 | n/a | class _Prop_shows_version(aetools.NProperty): |
|---|
| 86 | n/a | """shows version - Are file versions displayed in default Finder list view windows? """ |
|---|
| 87 | n/a | which = 'svrs' |
|---|
| 88 | n/a | want = 'bool' |
|---|
| 89 | n/a | class _Prop_spatial_view_arrangement(aetools.NProperty): |
|---|
| 90 | n/a | """spatial view arrangement - the method of arrangement of icons in default Finder spatial view windows """ |
|---|
| 91 | n/a | which = 'iarr' |
|---|
| 92 | n/a | want = 'earr' |
|---|
| 93 | n/a | class _Prop_spatial_view_icon_size(aetools.NProperty): |
|---|
| 94 | n/a | """spatial view icon size - the size of icons displayed in Finder spatial view windows. """ |
|---|
| 95 | n/a | which = 'iisz' |
|---|
| 96 | n/a | want = 'long' |
|---|
| 97 | n/a | class _Prop_spring_open_folders(aetools.NProperty): |
|---|
| 98 | n/a | """spring open folders - Spring open folders after the specified delay? """ |
|---|
| 99 | n/a | which = 'sprg' |
|---|
| 100 | n/a | want = 'bool' |
|---|
| 101 | n/a | class _Prop_uses_relative_dates(aetools.NProperty): |
|---|
| 102 | n/a | """uses relative dates - Are relative dates (e.g., today, yesterday) shown in Finder list view windows? """ |
|---|
| 103 | n/a | which = 'urdt' |
|---|
| 104 | n/a | want = 'bool' |
|---|
| 105 | n/a | class _Prop_uses_simple_menus(aetools.NProperty): |
|---|
| 106 | n/a | """uses simple menus - Use simplified Finder menus? """ |
|---|
| 107 | n/a | which = 'usme' |
|---|
| 108 | n/a | want = 'bool' |
|---|
| 109 | n/a | class _Prop_uses_wide_grid(aetools.NProperty): |
|---|
| 110 | n/a | """uses wide grid - Space icons on a wide grid? """ |
|---|
| 111 | n/a | which = 'uswg' |
|---|
| 112 | n/a | want = 'bool' |
|---|
| 113 | n/a | class _Prop_view_font(aetools.NProperty): |
|---|
| 114 | n/a | """view font - the id of the font used in Finder views. """ |
|---|
| 115 | n/a | which = 'vfnt' |
|---|
| 116 | n/a | want = 'long' |
|---|
| 117 | n/a | class _Prop_view_font_size(aetools.NProperty): |
|---|
| 118 | n/a | """view font size - the size of the font used in Finder views """ |
|---|
| 119 | n/a | which = 'vfsz' |
|---|
| 120 | n/a | want = 'long' |
|---|
| 121 | n/a | class _Prop_window(aetools.NProperty): |
|---|
| 122 | n/a | """window - the window that would open if Finder preferences was opened """ |
|---|
| 123 | n/a | which = 'cwin' |
|---|
| 124 | n/a | want = 'pwnd' |
|---|
| 125 | n/a | # element 'clbl' as ['indx', 'name'] |
|---|
| 126 | n/a | |
|---|
| 127 | n/a | class icon_view_options(aetools.ComponentItem): |
|---|
| 128 | n/a | """icon view options - the icon view options """ |
|---|
| 129 | n/a | want = 'icop' |
|---|
| 130 | n/a | |
|---|
| 131 | n/a | _Prop_arrangement = _Prop_spatial_view_arrangement |
|---|
| 132 | n/a | class _Prop_icon_size(aetools.NProperty): |
|---|
| 133 | n/a | """icon size - the size of icons displayed in the icon view """ |
|---|
| 134 | n/a | which = 'lvis' |
|---|
| 135 | n/a | want = 'shor' |
|---|
| 136 | n/a | |
|---|
| 137 | n/a | class icon_family(aetools.ComponentItem): |
|---|
| 138 | n/a | """icon family - (NOT AVAILABLE YET) A family of icons """ |
|---|
| 139 | n/a | want = 'ifam' |
|---|
| 140 | n/a | class _Prop_large_32_bit_icon(aetools.NProperty): |
|---|
| 141 | n/a | """large 32 bit icon - the large 32-bit color icon """ |
|---|
| 142 | n/a | which = 'il32' |
|---|
| 143 | n/a | want = 'il32' |
|---|
| 144 | n/a | class _Prop_large_4_bit_icon(aetools.NProperty): |
|---|
| 145 | n/a | """large 4 bit icon - the large 4-bit color icon """ |
|---|
| 146 | n/a | which = 'icl4' |
|---|
| 147 | n/a | want = 'icl4' |
|---|
| 148 | n/a | class _Prop_large_8_bit_icon(aetools.NProperty): |
|---|
| 149 | n/a | """large 8 bit icon - the large 8-bit color icon """ |
|---|
| 150 | n/a | which = 'icl8' |
|---|
| 151 | n/a | want = 'icl8' |
|---|
| 152 | n/a | class _Prop_large_8_bit_mask(aetools.NProperty): |
|---|
| 153 | n/a | """large 8 bit mask - the large 8-bit mask for large 32-bit icons """ |
|---|
| 154 | n/a | which = 'l8mk' |
|---|
| 155 | n/a | want = 'l8mk' |
|---|
| 156 | n/a | class _Prop_large_monochrome_icon_and_mask(aetools.NProperty): |
|---|
| 157 | n/a | """large monochrome icon and mask - the large black-and-white icon and the mask for large icons """ |
|---|
| 158 | n/a | which = 'ICN#' |
|---|
| 159 | n/a | want = 'ICN#' |
|---|
| 160 | n/a | class _Prop_small_32_bit_icon(aetools.NProperty): |
|---|
| 161 | n/a | """small 32 bit icon - the small 32-bit color icon """ |
|---|
| 162 | n/a | which = 'is32' |
|---|
| 163 | n/a | want = 'is32' |
|---|
| 164 | n/a | class _Prop_small_4_bit_icon(aetools.NProperty): |
|---|
| 165 | n/a | """small 4 bit icon - the small 4-bit color icon """ |
|---|
| 166 | n/a | which = 'ics4' |
|---|
| 167 | n/a | want = 'ics4' |
|---|
| 168 | n/a | class _Prop_small_8_bit_icon(aetools.NProperty): |
|---|
| 169 | n/a | """small 8 bit icon - the small 8-bit color icon """ |
|---|
| 170 | n/a | which = 'ics8' |
|---|
| 171 | n/a | want = 'ics8' |
|---|
| 172 | n/a | |
|---|
| 173 | n/a | _Prop_small_8_bit_mask = _Prop_small_8_bit_icon |
|---|
| 174 | n/a | class _Prop_small_monochrome_icon_and_mask(aetools.NProperty): |
|---|
| 175 | n/a | """small monochrome icon and mask - the small black-and-white icon and the mask for small icons """ |
|---|
| 176 | n/a | which = 'ics#' |
|---|
| 177 | n/a | want = 'ics#' |
|---|
| 178 | n/a | |
|---|
| 179 | n/a | class column(aetools.ComponentItem): |
|---|
| 180 | n/a | """column - a column of a list view """ |
|---|
| 181 | n/a | want = 'lvcl' |
|---|
| 182 | n/a | class _Prop_sort_direction(aetools.NProperty): |
|---|
| 183 | n/a | """sort direction - The direction in which the window is sorted """ |
|---|
| 184 | n/a | which = 'sord' |
|---|
| 185 | n/a | want = 'sodr' |
|---|
| 186 | n/a | class _Prop_visible(aetools.NProperty): |
|---|
| 187 | n/a | """visible - is this column visible """ |
|---|
| 188 | n/a | which = 'pvis' |
|---|
| 189 | n/a | want = 'bool' |
|---|
| 190 | n/a | class _Prop_width(aetools.NProperty): |
|---|
| 191 | n/a | """width - the width of this column """ |
|---|
| 192 | n/a | which = 'clwd' |
|---|
| 193 | n/a | want = 'shor' |
|---|
| 194 | n/a | |
|---|
| 195 | n/a | columns = column |
|---|
| 196 | n/a | |
|---|
| 197 | n/a | class list_view_options(aetools.ComponentItem): |
|---|
| 198 | n/a | """list view options - the list view options """ |
|---|
| 199 | n/a | want = 'lvop' |
|---|
| 200 | n/a | class _Prop_sort_column(aetools.NProperty): |
|---|
| 201 | n/a | """sort column - the column that the list view is sorted on """ |
|---|
| 202 | n/a | which = 'srtc' |
|---|
| 203 | n/a | want = 'lvcl' |
|---|
| 204 | n/a | # element 'lvcl' as ['indx', 'rele', 'rang', 'test'] |
|---|
| 205 | n/a | alias_list._superclassnames = [] |
|---|
| 206 | n/a | alias_list._privpropdict = { |
|---|
| 207 | n/a | } |
|---|
| 208 | n/a | alias_list._privelemdict = { |
|---|
| 209 | n/a | } |
|---|
| 210 | n/a | label._superclassnames = [] |
|---|
| 211 | n/a | label._privpropdict = { |
|---|
| 212 | n/a | 'color' : _Prop_color, |
|---|
| 213 | n/a | 'index' : _Prop_index, |
|---|
| 214 | n/a | 'name' : _Prop_name, |
|---|
| 215 | n/a | } |
|---|
| 216 | n/a | label._privelemdict = { |
|---|
| 217 | n/a | } |
|---|
| 218 | n/a | preferences._superclassnames = [] |
|---|
| 219 | n/a | preferences._privpropdict = { |
|---|
| 220 | n/a | 'button_view_arrangement' : _Prop_button_view_arrangement, |
|---|
| 221 | n/a | 'button_view_icon_size' : _Prop_button_view_icon_size, |
|---|
| 222 | n/a | 'calculates_folder_sizes' : _Prop_calculates_folder_sizes, |
|---|
| 223 | n/a | 'delay_before_springing' : _Prop_delay_before_springing, |
|---|
| 224 | n/a | 'list_view_icon_size' : _Prop_list_view_icon_size, |
|---|
| 225 | n/a | 'shows_comments' : _Prop_shows_comments, |
|---|
| 226 | n/a | 'shows_creation_date' : _Prop_shows_creation_date, |
|---|
| 227 | n/a | 'shows_kind' : _Prop_shows_kind, |
|---|
| 228 | n/a | 'shows_label' : _Prop_shows_label, |
|---|
| 229 | n/a | 'shows_modification_date' : _Prop_shows_modification_date, |
|---|
| 230 | n/a | 'shows_size' : _Prop_shows_size, |
|---|
| 231 | n/a | 'shows_version' : _Prop_shows_version, |
|---|
| 232 | n/a | 'spatial_view_arrangement' : _Prop_spatial_view_arrangement, |
|---|
| 233 | n/a | 'spatial_view_icon_size' : _Prop_spatial_view_icon_size, |
|---|
| 234 | n/a | 'spring_open_folders' : _Prop_spring_open_folders, |
|---|
| 235 | n/a | 'uses_relative_dates' : _Prop_uses_relative_dates, |
|---|
| 236 | n/a | 'uses_simple_menus' : _Prop_uses_simple_menus, |
|---|
| 237 | n/a | 'uses_wide_grid' : _Prop_uses_wide_grid, |
|---|
| 238 | n/a | 'view_font' : _Prop_view_font, |
|---|
| 239 | n/a | 'view_font_size' : _Prop_view_font_size, |
|---|
| 240 | n/a | 'window' : _Prop_window, |
|---|
| 241 | n/a | } |
|---|
| 242 | n/a | preferences._privelemdict = { |
|---|
| 243 | n/a | 'label' : label, |
|---|
| 244 | n/a | } |
|---|
| 245 | n/a | icon_view_options._superclassnames = [] |
|---|
| 246 | n/a | icon_view_options._privpropdict = { |
|---|
| 247 | n/a | 'arrangement' : _Prop_arrangement, |
|---|
| 248 | n/a | 'icon_size' : _Prop_icon_size, |
|---|
| 249 | n/a | } |
|---|
| 250 | n/a | icon_view_options._privelemdict = { |
|---|
| 251 | n/a | } |
|---|
| 252 | n/a | icon_family._superclassnames = [] |
|---|
| 253 | n/a | icon_family._privpropdict = { |
|---|
| 254 | n/a | 'large_32_bit_icon' : _Prop_large_32_bit_icon, |
|---|
| 255 | n/a | 'large_4_bit_icon' : _Prop_large_4_bit_icon, |
|---|
| 256 | n/a | 'large_8_bit_icon' : _Prop_large_8_bit_icon, |
|---|
| 257 | n/a | 'large_8_bit_mask' : _Prop_large_8_bit_mask, |
|---|
| 258 | n/a | 'large_monochrome_icon_and_mask' : _Prop_large_monochrome_icon_and_mask, |
|---|
| 259 | n/a | 'small_32_bit_icon' : _Prop_small_32_bit_icon, |
|---|
| 260 | n/a | 'small_4_bit_icon' : _Prop_small_4_bit_icon, |
|---|
| 261 | n/a | 'small_8_bit_icon' : _Prop_small_8_bit_icon, |
|---|
| 262 | n/a | 'small_8_bit_mask' : _Prop_small_8_bit_mask, |
|---|
| 263 | n/a | 'small_monochrome_icon_and_mask' : _Prop_small_monochrome_icon_and_mask, |
|---|
| 264 | n/a | } |
|---|
| 265 | n/a | icon_family._privelemdict = { |
|---|
| 266 | n/a | } |
|---|
| 267 | n/a | column._superclassnames = [] |
|---|
| 268 | n/a | column._privpropdict = { |
|---|
| 269 | n/a | 'index' : _Prop_index, |
|---|
| 270 | n/a | 'name' : _Prop_name, |
|---|
| 271 | n/a | 'sort_direction' : _Prop_sort_direction, |
|---|
| 272 | n/a | 'visible' : _Prop_visible, |
|---|
| 273 | n/a | 'width' : _Prop_width, |
|---|
| 274 | n/a | } |
|---|
| 275 | n/a | column._privelemdict = { |
|---|
| 276 | n/a | } |
|---|
| 277 | n/a | list_view_options._superclassnames = [] |
|---|
| 278 | n/a | list_view_options._privpropdict = { |
|---|
| 279 | n/a | 'calculates_folder_sizes' : _Prop_calculates_folder_sizes, |
|---|
| 280 | n/a | 'icon_size' : _Prop_icon_size, |
|---|
| 281 | n/a | 'sort_column' : _Prop_sort_column, |
|---|
| 282 | n/a | 'uses_relative_dates' : _Prop_uses_relative_dates, |
|---|
| 283 | n/a | } |
|---|
| 284 | n/a | list_view_options._privelemdict = { |
|---|
| 285 | n/a | 'column' : column, |
|---|
| 286 | n/a | } |
|---|
| 287 | n/a | |
|---|
| 288 | n/a | # |
|---|
| 289 | n/a | # Indices of types declared in this module |
|---|
| 290 | n/a | # |
|---|
| 291 | n/a | _classdeclarations = { |
|---|
| 292 | n/a | 'alst' : alias_list, |
|---|
| 293 | n/a | 'clbl' : label, |
|---|
| 294 | n/a | 'cprf' : preferences, |
|---|
| 295 | n/a | 'icop' : icon_view_options, |
|---|
| 296 | n/a | 'ifam' : icon_family, |
|---|
| 297 | n/a | 'lvcl' : column, |
|---|
| 298 | n/a | 'lvop' : list_view_options, |
|---|
| 299 | n/a | } |
|---|
| 300 | n/a | |
|---|
| 301 | n/a | _propdeclarations = { |
|---|
| 302 | n/a | 'ICN#' : _Prop_large_monochrome_icon_and_mask, |
|---|
| 303 | n/a | 'barr' : _Prop_button_view_arrangement, |
|---|
| 304 | n/a | 'bisz' : _Prop_button_view_icon_size, |
|---|
| 305 | n/a | 'clwd' : _Prop_width, |
|---|
| 306 | n/a | 'colr' : _Prop_color, |
|---|
| 307 | n/a | 'cwin' : _Prop_window, |
|---|
| 308 | n/a | 'dela' : _Prop_delay_before_springing, |
|---|
| 309 | n/a | 'iarr' : _Prop_spatial_view_arrangement, |
|---|
| 310 | n/a | 'icl4' : _Prop_large_4_bit_icon, |
|---|
| 311 | n/a | 'icl8' : _Prop_large_8_bit_icon, |
|---|
| 312 | n/a | 'ics#' : _Prop_small_monochrome_icon_and_mask, |
|---|
| 313 | n/a | 'ics4' : _Prop_small_4_bit_icon, |
|---|
| 314 | n/a | 'ics8' : _Prop_small_8_bit_icon, |
|---|
| 315 | n/a | 'iisz' : _Prop_spatial_view_icon_size, |
|---|
| 316 | n/a | 'il32' : _Prop_large_32_bit_icon, |
|---|
| 317 | n/a | 'is32' : _Prop_small_32_bit_icon, |
|---|
| 318 | n/a | 'l8mk' : _Prop_large_8_bit_mask, |
|---|
| 319 | n/a | 'lisz' : _Prop_list_view_icon_size, |
|---|
| 320 | n/a | 'lvis' : _Prop_icon_size, |
|---|
| 321 | n/a | 'pidx' : _Prop_index, |
|---|
| 322 | n/a | 'pnam' : _Prop_name, |
|---|
| 323 | n/a | 'pvis' : _Prop_visible, |
|---|
| 324 | n/a | 'scda' : _Prop_shows_creation_date, |
|---|
| 325 | n/a | 'scom' : _Prop_shows_comments, |
|---|
| 326 | n/a | 'sdat' : _Prop_shows_modification_date, |
|---|
| 327 | n/a | 'sfsz' : _Prop_calculates_folder_sizes, |
|---|
| 328 | n/a | 'sknd' : _Prop_shows_kind, |
|---|
| 329 | n/a | 'slbl' : _Prop_shows_label, |
|---|
| 330 | n/a | 'sord' : _Prop_sort_direction, |
|---|
| 331 | n/a | 'sprg' : _Prop_spring_open_folders, |
|---|
| 332 | n/a | 'srtc' : _Prop_sort_column, |
|---|
| 333 | n/a | 'ssiz' : _Prop_shows_size, |
|---|
| 334 | n/a | 'svrs' : _Prop_shows_version, |
|---|
| 335 | n/a | 'urdt' : _Prop_uses_relative_dates, |
|---|
| 336 | n/a | 'usme' : _Prop_uses_simple_menus, |
|---|
| 337 | n/a | 'uswg' : _Prop_uses_wide_grid, |
|---|
| 338 | n/a | 'vfnt' : _Prop_view_font, |
|---|
| 339 | n/a | 'vfsz' : _Prop_view_font_size, |
|---|
| 340 | n/a | } |
|---|
| 341 | n/a | |
|---|
| 342 | n/a | _compdeclarations = { |
|---|
| 343 | n/a | } |
|---|
| 344 | n/a | |
|---|
| 345 | n/a | _enumdeclarations = { |
|---|
| 346 | n/a | } |
|---|