/Lib/plat-mac/lib-scriptpackages/StdSuites/Type_Names_Suite.py

http://unladen-swallow.googlecode.com/ · Python · 435 lines · 335 code · 51 blank · 49 comment · 0 complexity · 61549abc00e7a09bd92097ce888057f7 MD5 · raw file

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