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 / Finder / Files.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-07-20  |  7.6 KB  |  225 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.4)
  3.  
  4. '''Suite Files: Classes representing files
  5. Level 1, version 1
  6.  
  7. Generated from /System/Library/CoreServices/Finder.app
  8. AETE/AEUT resource version 0/144, language 0, script 0
  9. '''
  10. import aetools
  11. import MacOS
  12. _code = 'fndr'
  13.  
  14. class Files_Events:
  15.     pass
  16.  
  17.  
  18. class alias_file(aetools.ComponentItem):
  19.     '''alias file - An alias file (created with \xd2Make Alias\xd3) '''
  20.     want = 'alia'
  21.  
  22.  
  23. class _Prop__3c_Inheritance_3e_(aetools.NProperty):
  24.     '''<Inheritance> - inherits some of its properties from the file class '''
  25.     which = 'c@#^'
  26.     want = 'file'
  27.  
  28.  
  29. class _Prop_original_item(aetools.NProperty):
  30.     '''original item - the original item pointed to by the alias '''
  31.     which = 'orig'
  32.     want = 'obj '
  33.  
  34. alias_files = alias_file
  35.  
  36. class application_file(aetools.ComponentItem):
  37.     """application file - An application's file on disk """
  38.     want = 'appf'
  39.  
  40.  
  41. class _Prop_accepts_high_level_events(aetools.NProperty):
  42.     '''accepts high level events - Is the application high-level event aware? (OBSOLETE: always returns true) '''
  43.     which = 'isab'
  44.     want = 'bool'
  45.  
  46.  
  47. class _Prop_has_scripting_terminology(aetools.NProperty):
  48.     '''has scripting terminology - Does the process have a scripting terminology, i.e., can it be scripted? '''
  49.     which = 'hscr'
  50.     want = 'bool'
  51.  
  52.  
  53. class _Prop_minimum_size(aetools.NProperty):
  54.     '''minimum size - the smallest memory size with which the application can be launched '''
  55.     which = 'mprt'
  56.     want = 'long'
  57.  
  58.  
  59. class _Prop_opens_in_Classic(aetools.NProperty):
  60.     '''opens in Classic - Should the application launch in the Classic environment? '''
  61.     which = 'Clsc'
  62.     want = 'bool'
  63.  
  64.  
  65. class _Prop_preferred_size(aetools.NProperty):
  66.     '''preferred size - the memory size with which the application will be launched '''
  67.     which = 'appt'
  68.     want = 'long'
  69.  
  70.  
  71. class _Prop_suggested_size(aetools.NProperty):
  72.     '''suggested size - the memory size with which the developer recommends the application be launched '''
  73.     which = 'sprt'
  74.     want = 'long'
  75.  
  76. application_files = application_file
  77.  
  78. class clipping(aetools.ComponentItem):
  79.     '''clipping - A clipping '''
  80.     want = 'clpf'
  81.  
  82.  
  83. class _Prop_clipping_window(aetools.NProperty):
  84.     '''clipping window - (NOT AVAILABLE YET) the clipping window for this clipping '''
  85.     which = 'lwnd'
  86.     want = 'obj '
  87.  
  88. clippings = clipping
  89.  
  90. class document_file(aetools.ComponentItem):
  91.     '''document file - A document file '''
  92.     want = 'docf'
  93.  
  94. document_files = document_file
  95.  
  96. class file(aetools.ComponentItem):
  97.     '''file - A file '''
  98.     want = 'file'
  99.  
  100.  
  101. class _Prop_creator_type(aetools.NProperty):
  102.     '''creator type - the OSType identifying the application that created the item '''
  103.     which = 'fcrt'
  104.     want = 'type'
  105.  
  106.  
  107. class _Prop_file_type(aetools.NProperty):
  108.     '''file type - the OSType identifying the type of data contained in the item '''
  109.     which = 'asty'
  110.     want = 'type'
  111.  
  112.  
  113. class _Prop_product_version(aetools.NProperty):
  114.     '''product version - the version of the product (visible at the top of the \xd2Get Info\xd3 window) '''
  115.     which = 'ver2'
  116.     want = 'utxt'
  117.  
  118.  
  119. class _Prop_stationery(aetools.NProperty):
  120.     '''stationery - Is the file a stationery pad? '''
  121.     which = 'pspd'
  122.     want = 'bool'
  123.  
  124.  
  125. class _Prop_version(aetools.NProperty):
  126.     '''version - the version of the file (visible at the bottom of the \xd2Get Info\xd3 window) '''
  127.     which = 'vers'
  128.     want = 'utxt'
  129.  
  130. files = file
  131.  
  132. class internet_location_file(aetools.ComponentItem):
  133.     '''internet location file - An file containing an internet location '''
  134.     want = 'inlf'
  135.  
  136.  
  137. class _Prop_location(aetools.NProperty):
  138.     '''location - the internet location '''
  139.     which = 'iloc'
  140.     want = 'utxt'
  141.  
  142. internet_location_files = internet_location_file
  143.  
  144. class package(aetools.ComponentItem):
  145.     '''package - A package '''
  146.     want = 'pack'
  147.  
  148. packages = package
  149. alias_file._superclassnames = [
  150.     'file']
  151. alias_file._privpropdict = {
  152.     '_3c_Inheritance_3e_': _Prop__3c_Inheritance_3e_,
  153.     'original_item': _Prop_original_item }
  154. alias_file._privelemdict = { }
  155. application_file._superclassnames = [
  156.     'file']
  157. application_file._privpropdict = {
  158.     '_3c_Inheritance_3e_': _Prop__3c_Inheritance_3e_,
  159.     'accepts_high_level_events': _Prop_accepts_high_level_events,
  160.     'has_scripting_terminology': _Prop_has_scripting_terminology,
  161.     'minimum_size': _Prop_minimum_size,
  162.     'opens_in_Classic': _Prop_opens_in_Classic,
  163.     'preferred_size': _Prop_preferred_size,
  164.     'suggested_size': _Prop_suggested_size }
  165. application_file._privelemdict = { }
  166. clipping._superclassnames = [
  167.     'file']
  168. clipping._privpropdict = {
  169.     '_3c_Inheritance_3e_': _Prop__3c_Inheritance_3e_,
  170.     'clipping_window': _Prop_clipping_window }
  171. clipping._privelemdict = { }
  172. document_file._superclassnames = [
  173.     'file']
  174. document_file._privpropdict = {
  175.     '_3c_Inheritance_3e_': _Prop__3c_Inheritance_3e_ }
  176. document_file._privelemdict = { }
  177. import Finder_items
  178. file._superclassnames = [
  179.     'item']
  180. file._privpropdict = {
  181.     '_3c_Inheritance_3e_': _Prop__3c_Inheritance_3e_,
  182.     'creator_type': _Prop_creator_type,
  183.     'file_type': _Prop_file_type,
  184.     'product_version': _Prop_product_version,
  185.     'stationery': _Prop_stationery,
  186.     'version': _Prop_version }
  187. file._privelemdict = { }
  188. internet_location_file._superclassnames = [
  189.     'file']
  190. internet_location_file._privpropdict = {
  191.     '_3c_Inheritance_3e_': _Prop__3c_Inheritance_3e_,
  192.     'location': _Prop_location }
  193. internet_location_file._privelemdict = { }
  194. package._superclassnames = [
  195.     'item']
  196. package._privpropdict = {
  197.     '_3c_Inheritance_3e_': _Prop__3c_Inheritance_3e_ }
  198. package._privelemdict = { }
  199. _classdeclarations = {
  200.     'alia': alias_file,
  201.     'appf': application_file,
  202.     'clpf': clipping,
  203.     'docf': document_file,
  204.     'file': file,
  205.     'inlf': internet_location_file,
  206.     'pack': package }
  207. _propdeclarations = {
  208.     'Clsc': _Prop_opens_in_Classic,
  209.     'appt': _Prop_preferred_size,
  210.     'asty': _Prop_file_type,
  211.     'c@#^': _Prop__3c_Inheritance_3e_,
  212.     'fcrt': _Prop_creator_type,
  213.     'hscr': _Prop_has_scripting_terminology,
  214.     'iloc': _Prop_location,
  215.     'isab': _Prop_accepts_high_level_events,
  216.     'lwnd': _Prop_clipping_window,
  217.     'mprt': _Prop_minimum_size,
  218.     'orig': _Prop_original_item,
  219.     'pspd': _Prop_stationery,
  220.     'sprt': _Prop_suggested_size,
  221.     'ver2': _Prop_product_version,
  222.     'vers': _Prop_version }
  223. _compdeclarations = { }
  224. _enumdeclarations = { }
  225.