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 / Terminal / Text_Suite.pyo (.txt) < prev   
Encoding:
Python Compiled Bytecode  |  2009-07-20  |  4.4 KB  |  167 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.4)
  3.  
  4. '''Suite Text Suite: A set of basic classes for text processing.
  5. Level 1, version 1
  6.  
  7. Generated from /Applications/Utilities/Terminal.app
  8. AETE/AEUT resource version 1/0, language 0, script 0
  9. '''
  10. import aetools
  11. import MacOS
  12. _code = '????'
  13.  
  14. class Text_Suite_Events:
  15.     pass
  16.  
  17.  
  18. class attachment(aetools.ComponentItem):
  19.     '''attachment - Represents an inline text attachment.  This class is used mainly for make commands. '''
  20.     want = 'atts'
  21.  
  22.  
  23. class _Prop__3c_Inheritance_3e_(aetools.NProperty):
  24.     '''<Inheritance> - All of the properties of the superclass. '''
  25.     which = 'c@#^'
  26.     want = 'ctxt'
  27.  
  28.  
  29. class _Prop_file_name(aetools.NProperty):
  30.     '''file name - The path to the file for the attachment '''
  31.     which = 'atfn'
  32.     want = 'utxt'
  33.  
  34.  
  35. class attribute_run(aetools.ComponentItem):
  36.     '''attribute run - This subdivides the text into chunks that all have the same attributes. '''
  37.     want = 'catr'
  38.  
  39.  
  40. class _Prop_color(aetools.NProperty):
  41.     '''color - The color of the first character. '''
  42.     which = 'colr'
  43.     want = 'colr'
  44.  
  45.  
  46. class _Prop_font(aetools.NProperty):
  47.     '''font - The name of the font of the first character. '''
  48.     which = 'font'
  49.     want = 'utxt'
  50.  
  51.  
  52. class _Prop_size(aetools.NProperty):
  53.     '''size - The size in points of the first character. '''
  54.     which = 'ptsz'
  55.     want = 'long'
  56.  
  57. attribute_runs = attribute_run
  58.  
  59. class character(aetools.ComponentItem):
  60.     '''character - This subdivides the text into characters. '''
  61.     want = 'cha '
  62.  
  63. characters = character
  64.  
  65. class paragraph(aetools.ComponentItem):
  66.     '''paragraph - This subdivides the text into paragraphs. '''
  67.     want = 'cpar'
  68.  
  69. paragraphs = paragraph
  70.  
  71. class text(aetools.ComponentItem):
  72.     '''text - Rich (styled) text '''
  73.     want = 'ctxt'
  74.  
  75.  
  76. class word(aetools.ComponentItem):
  77.     '''word - This subdivides the text into words. '''
  78.     want = 'cwor'
  79.  
  80. words = word
  81. attachment._superclassnames = [
  82.     'text']
  83. attachment._privpropdict = {
  84.     '_3c_Inheritance_3e_': _Prop__3c_Inheritance_3e_,
  85.     'file_name': _Prop_file_name }
  86. attachment._privelemdict = {
  87.     'attribute_run': attribute_run,
  88.     'character': character,
  89.     'paragraph': paragraph,
  90.     'word': word }
  91. import Standard_Suite
  92. attribute_run._superclassnames = [
  93.     'item']
  94. attribute_run._privpropdict = {
  95.     '_3c_Inheritance_3e_': _Prop__3c_Inheritance_3e_,
  96.     'color': _Prop_color,
  97.     'font': _Prop_font,
  98.     'size': _Prop_size }
  99. attribute_run._privelemdict = {
  100.     'attribute_run': attribute_run,
  101.     'character': character,
  102.     'paragraph': paragraph,
  103.     'word': word }
  104. character._superclassnames = [
  105.     'item']
  106. character._privpropdict = {
  107.     '_3c_Inheritance_3e_': _Prop__3c_Inheritance_3e_,
  108.     'color': _Prop_color,
  109.     'font': _Prop_font,
  110.     'size': _Prop_size }
  111. character._privelemdict = {
  112.     'attribute_run': attribute_run,
  113.     'character': character,
  114.     'paragraph': paragraph,
  115.     'word': word }
  116. paragraph._superclassnames = [
  117.     'item']
  118. paragraph._privpropdict = {
  119.     '_3c_Inheritance_3e_': _Prop__3c_Inheritance_3e_,
  120.     'color': _Prop_color,
  121.     'font': _Prop_font,
  122.     'size': _Prop_size }
  123. paragraph._privelemdict = {
  124.     'attribute_run': attribute_run,
  125.     'character': character,
  126.     'paragraph': paragraph,
  127.     'word': word }
  128. text._superclassnames = [
  129.     'item']
  130. text._privpropdict = {
  131.     '_3c_Inheritance_3e_': _Prop__3c_Inheritance_3e_,
  132.     'color': _Prop_color,
  133.     'font': _Prop_font,
  134.     'size': _Prop_size }
  135. text._privelemdict = {
  136.     'attribute_run': attribute_run,
  137.     'character': character,
  138.     'paragraph': paragraph,
  139.     'word': word }
  140. word._superclassnames = [
  141.     'item']
  142. word._privpropdict = {
  143.     '_3c_Inheritance_3e_': _Prop__3c_Inheritance_3e_,
  144.     'color': _Prop_color,
  145.     'font': _Prop_font,
  146.     'size': _Prop_size }
  147. word._privelemdict = {
  148.     'attribute_run': attribute_run,
  149.     'character': character,
  150.     'paragraph': paragraph,
  151.     'word': word }
  152. _classdeclarations = {
  153.     'atts': attachment,
  154.     'catr': attribute_run,
  155.     'cha ': character,
  156.     'cpar': paragraph,
  157.     'ctxt': text,
  158.     'cwor': word }
  159. _propdeclarations = {
  160.     'atfn': _Prop_file_name,
  161.     'c@#^': _Prop__3c_Inheritance_3e_,
  162.     'colr': _Prop_color,
  163.     'font': _Prop_font,
  164.     'ptsz': _Prop_size }
  165. _compdeclarations = { }
  166. _enumdeclarations = { }
  167.