Home | History | Annotate | Download | only in StdSuites
      1 """Suite Type Names Suite: Terminology for Registry data types
      2 Level 1, version 1
      3 
      4 Generated from /Volumes/Sap/System Folder/Extensions/AppleScript
      5 AETE/AEUT resource version 1/0, language 0, script 0
      6 """
      7 
      8 import aetools
      9 import MacOS
     10 
     11 _code = 'tpnm'
     12 
     13 class Type_Names_Suite_Events:
     14 
     15     pass
     16 
     17 
     18 class PostScript_picture(aetools.ComponentItem):
     19     """PostScript picture -  """
     20     want = 'EPS '
     21 
     22 class point(aetools.ComponentItem):
     23     """point - point coordinates """
     24     want = 'QDpt'
     25 
     26 class string(aetools.ComponentItem):
     27     """string - a string of characters """
     28     want = 'TEXT'
     29 
     30 plain_text = string
     31 
     32 plain_text = string
     33 
     34 class TIFF_picture(aetools.ComponentItem):
     35     """TIFF picture -  """
     36     want = 'TIFF'
     37 
     38 class application_dictionary(aetools.ComponentItem):
     39     """application dictionary -  """
     40     want = 'aete'
     41 
     42 class system_dictionary(aetools.ComponentItem):
     43     """system dictionary -  """
     44     want = 'aeut'
     45 
     46 class color_table(aetools.ComponentItem):
     47     """color table -  """
     48     want = 'clrt'
     49 
     50 class menu_item(aetools.ComponentItem):
     51     """menu item -  """
     52     want = 'cmen'
     53 
     54 class menu(aetools.ComponentItem):
     55     """menu -  """
     56     want = 'cmnu'
     57 
     58 class double_integer(aetools.ComponentItem):
     59     """double integer -  """
     60     want = 'comp'
     61 
     62 class type_element_info(aetools.ComponentItem):
     63     """type element info -  """
     64     want = 'elin'
     65 
     66 class type_event_info(aetools.ComponentItem):
     67     """type event info - information about an event """
     68     want = 'evin'
     69 
     70 class extended_real(aetools.ComponentItem):
     71     """extended real -  """
     72     want = 'exte'
     73 
     74 class fixed(aetools.ComponentItem):
     75     """fixed - a real number """
     76     want = 'fixd'
     77 
     78 class fixed_point(aetools.ComponentItem):
     79     """fixed point -  """
     80     want = 'fpnt'
     81 
     82 class fixed_rectangle(aetools.ComponentItem):
     83     """fixed rectangle -  """
     84     want = 'frct'
     85 
     86 class type_class_info(aetools.ComponentItem):
     87     """type class info - information about properties and elements of a class """
     88     want = 'gcli'
     89 
     90 class location_reference(aetools.ComponentItem):
     91     """location reference -  """
     92     want = 'insl'
     93 
     94 class long_fixed_point(aetools.ComponentItem):
     95     """long fixed point -  """
     96     want = 'lfpt'
     97 
     98 class long_fixed_rectangle(aetools.ComponentItem):
     99     """long fixed rectangle -  """
    100     want = 'lfrc'
    101 
    102 class long_fixed(aetools.ComponentItem):
    103     """long fixed -  """
    104     want = 'lfxd'
    105 
    106 class long_point(aetools.ComponentItem):
    107     """long point -  """
    108     want = 'lpnt'
    109 
    110 class long_rectangle(aetools.ComponentItem):
    111     """long rectangle -  """
    112     want = 'lrct'
    113 
    114 class machine_location(aetools.ComponentItem):
    115     """machine location -  """
    116     want = 'mLoc'
    117 
    118 class unsigned_integer(aetools.ComponentItem):
    119     """unsigned integer -  """
    120     want = 'magn'
    121 
    122 class null(aetools.ComponentItem):
    123     """null -  """
    124     want = 'null'
    125 
    126 class type_property_info(aetools.ComponentItem):
    127     """type property info -  """
    128     want = 'pinf'
    129 
    130 class type_parameter_info(aetools.ComponentItem):
    131     """type parameter info -  """
    132     want = 'pmin'
    133 
    134 class bounding_rectangle(aetools.ComponentItem):
    135     """bounding rectangle - bounding rectangle """
    136     want = 'qdrt'
    137 
    138 class small_integer(aetools.ComponentItem):
    139     """small integer -  """
    140     want = 'shor'
    141 
    142 class small_real(aetools.ComponentItem):
    143     """small real -  """
    144     want = 'sing'
    145 
    146 class scrap_styles(aetools.ComponentItem):
    147     """scrap styles -  """
    148     want = 'styl'
    149 
    150 class type_suite_info(aetools.ComponentItem):
    151     """type suite info -  """
    152     want = 'suin'
    153 
    154 class target_id(aetools.ComponentItem):
    155     """target id -  """
    156     want = 'targ'
    157 
    158 class dash_style(aetools.ComponentItem):
    159     """dash style -  """
    160     want = 'tdas'
    161 
    162 class pixel_map_record(aetools.ComponentItem):
    163     """pixel map record -  """
    164     want = 'tpmm'
    165 
    166 class RGB16_color(aetools.ComponentItem):
    167     """RGB16 color -  """
    168     want = 'tr16'
    169 
    170 class RGB96_color(aetools.ComponentItem):
    171     """RGB96 color -  """
    172     want = 'tr96'
    173 
    174 class rotation(aetools.ComponentItem):
    175     """rotation -  """
    176     want = 'trot'
    177 
    178 class version(aetools.ComponentItem):
    179     """version -  """
    180     want = 'vers'
    181 PostScript_picture._superclassnames = []
    182 PostScript_picture._privpropdict = {
    183 }
    184 PostScript_picture._privelemdict = {
    185 }
    186 point._superclassnames = []
    187 point._privpropdict = {
    188 }
    189 point._privelemdict = {
    190 }
    191 string._superclassnames = []
    192 string._privpropdict = {
    193 }
    194 string._privelemdict = {
    195 }
    196 TIFF_picture._superclassnames = []
    197 TIFF_picture._privpropdict = {
    198 }
    199 TIFF_picture._privelemdict = {
    200 }
    201 application_dictionary._superclassnames = []
    202 application_dictionary._privpropdict = {
    203 }
    204 application_dictionary._privelemdict = {
    205 }
    206 system_dictionary._superclassnames = []
    207 system_dictionary._privpropdict = {
    208 }
    209 system_dictionary._privelemdict = {
    210 }
    211 color_table._superclassnames = []
    212 color_table._privpropdict = {
    213 }
    214 color_table._privelemdict = {
    215 }
    216 menu_item._superclassnames = []
    217 menu_item._privpropdict = {
    218 }
    219 menu_item._privelemdict = {
    220 }
    221 menu._superclassnames = []
    222 menu._privpropdict = {
    223 }
    224 menu._privelemdict = {
    225 }
    226 double_integer._superclassnames = []
    227 double_integer._privpropdict = {
    228 }
    229 double_integer._privelemdict = {
    230 }
    231 type_element_info._superclassnames = []
    232 type_element_info._privpropdict = {
    233 }
    234 type_element_info._privelemdict = {
    235 }
    236 type_event_info._superclassnames = []
    237 type_event_info._privpropdict = {
    238 }
    239 type_event_info._privelemdict = {
    240 }
    241 extended_real._superclassnames = []
    242 extended_real._privpropdict = {
    243 }
    244 extended_real._privelemdict = {
    245 }
    246 fixed._superclassnames = []
    247 fixed._privpropdict = {
    248 }
    249 fixed._privelemdict = {
    250 }
    251 fixed_point._superclassnames = []
    252 fixed_point._privpropdict = {
    253 }
    254 fixed_point._privelemdict = {
    255 }
    256 fixed_rectangle._superclassnames = []
    257 fixed_rectangle._privpropdict = {
    258 }
    259 fixed_rectangle._privelemdict = {
    260 }
    261 type_class_info._superclassnames = []
    262 type_class_info._privpropdict = {
    263 }
    264 type_class_info._privelemdict = {
    265 }
    266 location_reference._superclassnames = []
    267 location_reference._privpropdict = {
    268 }
    269 location_reference._privelemdict = {
    270 }
    271 long_fixed_point._superclassnames = []
    272 long_fixed_point._privpropdict = {
    273 }
    274 long_fixed_point._privelemdict = {
    275 }
    276 long_fixed_rectangle._superclassnames = []
    277 long_fixed_rectangle._privpropdict = {
    278 }
    279 long_fixed_rectangle._privelemdict = {
    280 }
    281 long_fixed._superclassnames = []
    282 long_fixed._privpropdict = {
    283 }
    284 long_fixed._privelemdict = {
    285 }
    286 long_point._superclassnames = []
    287 long_point._privpropdict = {
    288 }
    289 long_point._privelemdict = {
    290 }
    291 long_rectangle._superclassnames = []
    292 long_rectangle._privpropdict = {
    293 }
    294 long_rectangle._privelemdict = {
    295 }
    296 machine_location._superclassnames = []
    297 machine_location._privpropdict = {
    298 }
    299 machine_location._privelemdict = {
    300 }
    301 unsigned_integer._superclassnames = []
    302 unsigned_integer._privpropdict = {
    303 }
    304 unsigned_integer._privelemdict = {
    305 }
    306 null._superclassnames = []
    307 null._privpropdict = {
    308 }
    309 null._privelemdict = {
    310 }
    311 type_property_info._superclassnames = []
    312 type_property_info._privpropdict = {
    313 }
    314 type_property_info._privelemdict = {
    315 }
    316 type_parameter_info._superclassnames = []
    317 type_parameter_info._privpropdict = {
    318 }
    319 type_parameter_info._privelemdict = {
    320 }
    321 bounding_rectangle._superclassnames = []
    322 bounding_rectangle._privpropdict = {
    323 }
    324 bounding_rectangle._privelemdict = {
    325 }
    326 small_integer._superclassnames = []
    327 small_integer._privpropdict = {
    328 }
    329 small_integer._privelemdict = {
    330 }
    331 small_real._superclassnames = []
    332 small_real._privpropdict = {
    333 }
    334 small_real._privelemdict = {
    335 }
    336 scrap_styles._superclassnames = []
    337 scrap_styles._privpropdict = {
    338 }
    339 scrap_styles._privelemdict = {
    340 }
    341 type_suite_info._superclassnames = []
    342 type_suite_info._privpropdict = {
    343 }
    344 type_suite_info._privelemdict = {
    345 }
    346 target_id._superclassnames = []
    347 target_id._privpropdict = {
    348 }
    349 target_id._privelemdict = {
    350 }
    351 dash_style._superclassnames = []
    352 dash_style._privpropdict = {
    353 }
    354 dash_style._privelemdict = {
    355 }
    356 pixel_map_record._superclassnames = []
    357 pixel_map_record._privpropdict = {
    358 }
    359 pixel_map_record._privelemdict = {
    360 }
    361 RGB16_color._superclassnames = []
    362 RGB16_color._privpropdict = {
    363 }
    364 RGB16_color._privelemdict = {
    365 }
    366 RGB96_color._superclassnames = []
    367 RGB96_color._privpropdict = {
    368 }
    369 RGB96_color._privelemdict = {
    370 }
    371 rotation._superclassnames = []
    372 rotation._privpropdict = {
    373 }
    374 rotation._privelemdict = {
    375 }
    376 version._superclassnames = []
    377 version._privpropdict = {
    378 }
    379 version._privelemdict = {
    380 }
    381 
    382 #
    383 # Indices of types declared in this module
    384 #
    385 _classdeclarations = {
    386     'EPS ' : PostScript_picture,
    387     'QDpt' : point,
    388     'TEXT' : string,
    389     'TIFF' : TIFF_picture,
    390     'aete' : application_dictionary,
    391     'aeut' : system_dictionary,
    392     'clrt' : color_table,
    393     'cmen' : menu_item,
    394     'cmnu' : menu,
    395     'comp' : double_integer,
    396     'elin' : type_element_info,
    397     'evin' : type_event_info,
    398     'exte' : extended_real,
    399     'fixd' : fixed,
    400     'fpnt' : fixed_point,
    401     'frct' : fixed_rectangle,
    402     'gcli' : type_class_info,
    403     'insl' : location_reference,
    404     'lfpt' : long_fixed_point,
    405     'lfrc' : long_fixed_rectangle,
    406     'lfxd' : long_fixed,
    407     'lpnt' : long_point,
    408     'lrct' : long_rectangle,
    409     'mLoc' : machine_location,
    410     'magn' : unsigned_integer,
    411     'null' : null,
    412     'pinf' : type_property_info,
    413     'pmin' : type_parameter_info,
    414     'qdrt' : bounding_rectangle,
    415     'shor' : small_integer,
    416     'sing' : small_real,
    417     'styl' : scrap_styles,
    418     'suin' : type_suite_info,
    419     'targ' : target_id,
    420     'tdas' : dash_style,
    421     'tpmm' : pixel_map_record,
    422     'tr16' : RGB16_color,
    423     'tr96' : RGB96_color,
    424     'trot' : rotation,
    425     'vers' : version,
    426 }
    427 
    428 _propdeclarations = {
    429 }
    430 
    431 _compdeclarations = {
    432 }
    433 
    434 _enumdeclarations = {
    435 }
    436