summaryrefslogtreecommitdiff
path: root/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Type_Names_Suite.py
blob: cd9fa19870e6624e8e0dde7b69494b2d35d57c7f (plain)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
"""Suite Type Names Suite: Terminology for Registry data types
Level 1, version 1

Generated from /Volumes/Sap/System Folder/Extensions/AppleScript
AETE/AEUT resource version 1/0, language 0, script 0
"""

import aetools
import MacOS

_code = 'tpnm'

class Type_Names_Suite_Events:

    pass


class PostScript_picture(aetools.ComponentItem):
    """PostScript picture -  """
    want = 'EPS '

class point(aetools.ComponentItem):
    """point - point coordinates """
    want = 'QDpt'

class string(aetools.ComponentItem):
    """string - a string of characters """
    want = 'TEXT'

plain_text = string

plain_text = string

class TIFF_picture(aetools.ComponentItem):
    """TIFF picture -  """
    want = 'TIFF'

class application_dictionary(aetools.ComponentItem):
    """application dictionary -  """
    want = 'aete'

class system_dictionary(aetools.ComponentItem):
    """system dictionary -  """
    want = 'aeut'

class color_table(aetools.ComponentItem):
    """color table -  """
    want = 'clrt'

class menu_item(aetools.ComponentItem):
    """menu item -  """
    want = 'cmen'

class menu(aetools.ComponentItem):
    """menu -  """
    want = 'cmnu'

class double_integer(aetools.ComponentItem):
    """double integer -  """
    want = 'comp'

class type_element_info(aetools.ComponentItem):
    """type element info -  """
    want = 'elin'

class type_event_info(aetools.ComponentItem):
    """type event info - information about an event """
    want = 'evin'

class extended_real(aetools.ComponentItem):
    """extended real -  """
    want = 'exte'

class fixed(aetools.ComponentItem):
    """fixed - a real number """
    want = 'fixd'

class fixed_point(aetools.ComponentItem):
    """fixed point -  """
    want = 'fpnt'

class fixed_rectangle(aetools.ComponentItem):
    """fixed rectangle -  """
    want = 'frct'

class type_class_info(aetools.ComponentItem):
    """type class info - information about properties and elements of a class """
    want = 'gcli'

class location_reference(aetools.ComponentItem):
    """location reference -  """
    want = 'insl'

class long_fixed_point(aetools.ComponentItem):
    """long fixed point -  """
    want = 'lfpt'

class long_fixed_rectangle(aetools.ComponentItem):
    """long fixed rectangle -  """
    want = 'lfrc'

class long_fixed(aetools.ComponentItem):
    """long fixed -  """
    want = 'lfxd'

class long_point(aetools.ComponentItem):
    """long point -  """
    want = 'lpnt'

class long_rectangle(aetools.ComponentItem):
    """long rectangle -  """
    want = 'lrct'

class machine_location(aetools.ComponentItem):
    """machine location -  """
    want = 'mLoc'

class unsigned_integer(aetools.ComponentItem):
    """unsigned integer -  """
    want = 'magn'

class null(aetools.ComponentItem):
    """null -  """
    want = 'null'

class type_property_info(aetools.ComponentItem):
    """type property info -  """
    want = 'pinf'

class type_parameter_info(aetools.ComponentItem):
    """type parameter info -  """
    want = 'pmin'

class bounding_rectangle(aetools.ComponentItem):
    """bounding rectangle - bounding rectangle """
    want = 'qdrt'

class small_integer(aetools.ComponentItem):
    """small integer -  """
    want = 'shor'

class small_real(aetools.ComponentItem):
    """small real -  """
    want = 'sing'

class scrap_styles(aetools.ComponentItem):
    """scrap styles -  """
    want = 'styl'

class type_suite_info(aetools.ComponentItem):
    """type suite info -  """
    want = 'suin'

class target_id(aetools.ComponentItem):
    """target id -  """
    want = 'targ'

class dash_style(aetools.ComponentItem):
    """dash style -  """
    want = 'tdas'

class pixel_map_record(aetools.ComponentItem):
    """pixel map record -  """
    want = 'tpmm'

class RGB16_color(aetools.ComponentItem):
    """RGB16 color -  """
    want = 'tr16'

class RGB96_color(aetools.ComponentItem):
    """RGB96 color -  """
    want = 'tr96'

class rotation(aetools.ComponentItem):
    """rotation -  """
    want = 'trot'

class version(aetools.ComponentItem):
    """version -  """
    want = 'vers'
PostScript_picture._superclassnames = []
PostScript_picture._privpropdict = {
}
PostScript_picture._privelemdict = {
}
point._superclassnames = []
point._privpropdict = {
}
point._privelemdict = {
}
string._superclassnames = []
string._privpropdict = {
}
string._privelemdict = {
}
TIFF_picture._superclassnames = []
TIFF_picture._privpropdict = {
}
TIFF_picture._privelemdict = {
}
application_dictionary._superclassnames = []
application_dictionary._privpropdict = {
}
application_dictionary._privelemdict = {
}
system_dictionary._superclassnames = []
system_dictionary._privpropdict = {
}
system_dictionary._privelemdict = {
}
color_table._superclassnames = []
color_table._privpropdict = {
}
color_table._privelemdict = {
}
menu_item._superclassnames = []
menu_item._privpropdict = {
}
menu_item._privelemdict = {
}
menu._superclassnames = []
menu._privpropdict = {
}
menu._privelemdict = {
}
double_integer._superclassnames = []
double_integer._privpropdict = {
}
double_integer._privelemdict = {
}
type_element_info._superclassnames = []
type_element_info._privpropdict = {
}
type_element_info._privelemdict = {
}
type_event_info._superclassnames = []
type_event_info._privpropdict = {
}
type_event_info._privelemdict = {
}
extended_real._superclassnames = []
extended_real._privpropdict = {
}
extended_real._privelemdict = {
}
fixed._superclassnames = []
fixed._privpropdict = {
}
fixed._privelemdict = {
}
fixed_point._superclassnames = []
fixed_point._privpropdict = {
}
fixed_point._privelemdict = {
}
fixed_rectangle._superclassnames = []
fixed_rectangle._privpropdict = {
}
fixed_rectangle._privelemdict = {
}
type_class_info._superclassnames = []
type_class_info._privpropdict = {
}
type_class_info._privelemdict = {
}
location_reference._superclassnames = []
location_reference._privpropdict = {
}
location_reference._privelemdict = {
}
long_fixed_point._superclassnames = []
long_fixed_point._privpropdict = {
}
long_fixed_point._privelemdict = {
}
long_fixed_rectangle._superclassnames = []
long_fixed_rectangle._privpropdict = {
}
long_fixed_rectangle._privelemdict = {
}
long_fixed._superclassnames = []
long_fixed._privpropdict = {
}
long_fixed._privelemdict = {
}
long_point._superclassnames = []
long_point._privpropdict = {
}
long_point._privelemdict = {
}
long_rectangle._superclassnames = []
long_rectangle._privpropdict = {
}
long_rectangle._privelemdict = {
}
machine_location._superclassnames = []
machine_location._privpropdict = {
}
machine_location._privelemdict = {
}
unsigned_integer._superclassnames = []
unsigned_integer._privpropdict = {
}
unsigned_integer._privelemdict = {
}
null._superclassnames = []
null._privpropdict = {
}
null._privelemdict = {
}
type_property_info._superclassnames = []
type_property_info._privpropdict = {
}
type_property_info._privelemdict = {
}
type_parameter_info._superclassnames = []
type_parameter_info._privpropdict = {
}
type_parameter_info._privelemdict = {
}
bounding_rectangle._superclassnames = []
bounding_rectangle._privpropdict = {
}
bounding_rectangle._privelemdict = {
}
small_integer._superclassnames = []
small_integer._privpropdict = {
}
small_integer._privelemdict = {
}
small_real._superclassnames = []
small_real._privpropdict = {
}
small_real._privelemdict = {
}
scrap_styles._superclassnames = []
scrap_styles._privpropdict = {
}
scrap_styles._privelemdict = {
}
type_suite_info._superclassnames = []
type_suite_info._privpropdict = {
}
type_suite_info._privelemdict = {
}
target_id._superclassnames = []
target_id._privpropdict = {
}
target_id._privelemdict = {
}
dash_style._superclassnames = []
dash_style._privpropdict = {
}
dash_style._privelemdict = {
}
pixel_map_record._superclassnames = []
pixel_map_record._privpropdict = {
}
pixel_map_record._privelemdict = {
}
RGB16_color._superclassnames = []
RGB16_color._privpropdict = {
}
RGB16_color._privelemdict = {
}
RGB96_color._superclassnames = []
RGB96_color._privpropdict = {
}
RGB96_color._privelemdict = {
}
rotation._superclassnames = []
rotation._privpropdict = {
}
rotation._privelemdict = {
}
version._superclassnames = []
version._privpropdict = {
}
version._privelemdict = {
}

#
# Indices of types declared in this module
#
_classdeclarations = {
    'EPS ' : PostScript_picture,
    'QDpt' : point,
    'TEXT' : string,
    'TIFF' : TIFF_picture,
    'aete' : application_dictionary,
    'aeut' : system_dictionary,
    'clrt' : color_table,
    'cmen' : menu_item,
    'cmnu' : menu,
    'comp' : double_integer,
    'elin' : type_element_info,
    'evin' : type_event_info,
    'exte' : extended_real,
    'fixd' : fixed,
    'fpnt' : fixed_point,
    'frct' : fixed_rectangle,
    'gcli' : type_class_info,
    'insl' : location_reference,
    'lfpt' : long_fixed_point,
    'lfrc' : long_fixed_rectangle,
    'lfxd' : long_fixed,
    'lpnt' : long_point,
    'lrct' : long_rectangle,
    'mLoc' : machine_location,
    'magn' : unsigned_integer,
    'null' : null,
    'pinf' : type_property_info,
    'pmin' : type_parameter_info,
    'qdrt' : bounding_rectangle,
    'shor' : small_integer,
    'sing' : small_real,
    'styl' : scrap_styles,
    'suin' : type_suite_info,
    'targ' : target_id,
    'tdas' : dash_style,
    'tpmm' : pixel_map_record,
    'tr16' : RGB16_color,
    'tr96' : RGB96_color,
    'trot' : rotation,
    'vers' : version,
}

_propdeclarations = {
}

_compdeclarations = {
}

_enumdeclarations = {
}