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