home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 May / maximum-cd-2010-05.iso / DiscContents / boxee-0.9.20.10711.exe / system / python / Lib / plat-mac / lib-scriptpackages / StdSuites / QuickDraw_Graphics_Suppleme.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-07-20  |  2.3 KB  |  65 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.4)
  3.  
  4. '''Suite QuickDraw Graphics Supplemental Suite: Defines transformations of graphic objects
  5. Level 1, version 1
  6.  
  7. Generated from /Volumes/Sap/System Folder/Extensions/AppleScript
  8. AETE/AEUT resource version 1/0, language 0, script 0
  9. '''
  10. import aetools
  11. import MacOS
  12. _code = 'qdsp'
  13.  
  14. class QuickDraw_Graphics_Suppleme_Events:
  15.     pass
  16.  
  17.  
  18. class drawing_area(aetools.ComponentItem):
  19.     '''drawing area - Container for graphics and supporting information '''
  20.     want = 'cdrw'
  21.  
  22.  
  23. class _Prop_rotation(aetools.NProperty):
  24.     '''rotation - the default rotation for objects in the drawing area '''
  25.     which = 'prot'
  26.     want = 'trot'
  27.  
  28.  
  29. class _Prop_scale(aetools.NProperty):
  30.     '''scale - the default scaling for objects in the drawing area '''
  31.     which = 'pscl'
  32.     want = 'fixd'
  33.  
  34.  
  35. class _Prop_translation(aetools.NProperty):
  36.     '''translation - the default repositioning for objects in the drawing area '''
  37.     which = 'ptrs'
  38.     want = 'QDpt'
  39.  
  40. drawing_areas = drawing_area
  41.  
  42. class graphic_groups(aetools.ComponentItem):
  43.     '''graphic groups -  '''
  44.     want = 'cpic'
  45.  
  46. graphic_group = graphic_groups
  47. drawing_area._superclassnames = []
  48. drawing_area._privpropdict = {
  49.     'rotation': _Prop_rotation,
  50.     'scale': _Prop_scale,
  51.     'translation': _Prop_translation }
  52. drawing_area._privelemdict = { }
  53. graphic_groups._superclassnames = []
  54. graphic_groups._privpropdict = { }
  55. graphic_groups._privelemdict = { }
  56. _classdeclarations = {
  57.     'cdrw': drawing_area,
  58.     'cpic': graphic_groups }
  59. _propdeclarations = {
  60.     'prot': _Prop_rotation,
  61.     'pscl': _Prop_scale,
  62.     'ptrs': _Prop_translation }
  63. _compdeclarations = { }
  64. _enumdeclarations = { }
  65.