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 / Containers_and_folders.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-07-20  |  7.4 KB  |  243 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.4)
  3.  
  4. '''Suite Containers and folders: Classes that can contain other file system items
  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 Containers_and_folders_Events:
  15.     pass
  16.  
  17.  
  18. class disk(aetools.ComponentItem):
  19.     '''disk - A disk '''
  20.     want = 'cdis'
  21.  
  22.  
  23. class _Prop__3c_Inheritance_3e_(aetools.NProperty):
  24.     '''<Inheritance> - inherits some of its properties from the container class '''
  25.     which = 'c@#^'
  26.     want = 'ctnr'
  27.  
  28.  
  29. class _Prop_capacity(aetools.NProperty):
  30.     '''capacity - the total number of bytes (free or used) on the disk '''
  31.     which = 'capa'
  32.     want = 'comp'
  33.  
  34.  
  35. class _Prop_ejectable(aetools.NProperty):
  36.     """ejectable - Can the media be ejected (floppies, CD's, and so on)? """
  37.     which = 'isej'
  38.     want = 'bool'
  39.  
  40.  
  41. class _Prop_format(aetools.NProperty):
  42.     '''format - the filesystem format of this disk '''
  43.     which = 'dfmt'
  44.     want = 'edfm'
  45.  
  46.  
  47. class _Prop_free_space(aetools.NProperty):
  48.     '''free space - the number of free bytes left on the disk '''
  49.     which = 'frsp'
  50.     want = 'comp'
  51.  
  52.  
  53. class _Prop_ignore_privileges(aetools.NProperty):
  54.     '''ignore privileges - Ignore permissions on this disk? '''
  55.     which = 'igpr'
  56.     want = 'bool'
  57.  
  58.  
  59. class _Prop_local_volume(aetools.NProperty):
  60.     '''local volume - Is the media a local volume (as opposed to a file server)? '''
  61.     which = 'isrv'
  62.     want = 'bool'
  63.  
  64.  
  65. class _Prop_startup(aetools.NProperty):
  66.     '''startup - Is this disk the boot disk? '''
  67.     which = 'istd'
  68.     want = 'bool'
  69.  
  70. disks = disk
  71.  
  72. class desktop_2d_object(aetools.ComponentItem):
  73.     '''desktop-object - Desktop-object is the class of the \xd2desktop\xd3 object '''
  74.     want = 'cdsk'
  75.  
  76.  
  77. class folder(aetools.ComponentItem):
  78.     '''folder - A folder '''
  79.     want = 'cfol'
  80.  
  81. folders = folder
  82.  
  83. class container(aetools.ComponentItem):
  84.     '''container - An item that contains other items '''
  85.     want = 'ctnr'
  86.  
  87.  
  88. class _Prop_completely_expanded(aetools.NProperty):
  89.     '''completely expanded - (NOT AVAILABLE YET) Are the container and all of its children opened as outlines? (can only be set for containers viewed as lists) '''
  90.     which = 'pexc'
  91.     want = 'bool'
  92.  
  93.  
  94. class _Prop_container_window(aetools.NProperty):
  95.     '''container window - the container window for this folder '''
  96.     which = 'cwnd'
  97.     want = 'obj '
  98.  
  99.  
  100. class _Prop_entire_contents(aetools.NProperty):
  101.     '''entire contents - the entire contents of the container, including the contents of its children '''
  102.     which = 'ects'
  103.     want = 'obj '
  104.  
  105.  
  106. class _Prop_expandable(aetools.NProperty):
  107.     '''expandable - (NOT AVAILABLE YET) Is the container capable of being expanded as an outline? '''
  108.     which = 'pexa'
  109.     want = 'bool'
  110.  
  111.  
  112. class _Prop_expanded(aetools.NProperty):
  113.     '''expanded - (NOT AVAILABLE YET) Is the container opened as an outline? (can only be set for containers viewed as lists) '''
  114.     which = 'pexp'
  115.     want = 'bool'
  116.  
  117. containers = container
  118.  
  119. class trash_2d_object(aetools.ComponentItem):
  120.     '''trash-object - Trash-object is the class of the \xd2trash\xd3 object '''
  121.     want = 'ctrs'
  122.  
  123.  
  124. class _Prop_warns_before_emptying(aetools.NProperty):
  125.     '''warns before emptying - Display a dialog when emptying the trash? '''
  126.     which = 'warn'
  127.     want = 'bool'
  128.  
  129. disk._superclassnames = [
  130.     'container']
  131. import Files
  132. import Finder_items
  133. disk._privpropdict = {
  134.     '_3c_Inheritance_3e_': _Prop__3c_Inheritance_3e_,
  135.     'capacity': _Prop_capacity,
  136.     'ejectable': _Prop_ejectable,
  137.     'format': _Prop_format,
  138.     'free_space': _Prop_free_space,
  139.     'ignore_privileges': _Prop_ignore_privileges,
  140.     'local_volume': _Prop_local_volume,
  141.     'startup': _Prop_startup }
  142. disk._privelemdict = {
  143.     'alias_file': Files.alias_file,
  144.     'application_file': Files.application_file,
  145.     'clipping': Files.clipping,
  146.     'container': container,
  147.     'document_file': Files.document_file,
  148.     'file': Files.file,
  149.     'folder': folder,
  150.     'internet_location_file': Files.internet_location_file,
  151.     'item': Finder_items.item,
  152.     'package': Files.package }
  153. desktop_2d_object._superclassnames = [
  154.     'container']
  155. desktop_2d_object._privpropdict = {
  156.     '_3c_Inheritance_3e_': _Prop__3c_Inheritance_3e_ }
  157. desktop_2d_object._privelemdict = {
  158.     'alias_file': Files.alias_file,
  159.     'application_file': Files.application_file,
  160.     'clipping': Files.clipping,
  161.     'container': container,
  162.     'disk': disk,
  163.     'document_file': Files.document_file,
  164.     'file': Files.file,
  165.     'folder': folder,
  166.     'internet_location_file': Files.internet_location_file,
  167.     'item': Finder_items.item,
  168.     'package': Files.package }
  169. folder._superclassnames = [
  170.     'container']
  171. folder._privpropdict = {
  172.     '_3c_Inheritance_3e_': _Prop__3c_Inheritance_3e_ }
  173. folder._privelemdict = {
  174.     'alias_file': Files.alias_file,
  175.     'application_file': Files.application_file,
  176.     'clipping': Files.clipping,
  177.     'container': container,
  178.     'document_file': Files.document_file,
  179.     'file': Files.file,
  180.     'folder': folder,
  181.     'internet_location_file': Files.internet_location_file,
  182.     'item': Finder_items.item,
  183.     'package': Files.package }
  184. container._superclassnames = [
  185.     'item']
  186. container._privpropdict = {
  187.     '_3c_Inheritance_3e_': _Prop__3c_Inheritance_3e_,
  188.     'completely_expanded': _Prop_completely_expanded,
  189.     'container_window': _Prop_container_window,
  190.     'entire_contents': _Prop_entire_contents,
  191.     'expandable': _Prop_expandable,
  192.     'expanded': _Prop_expanded }
  193. container._privelemdict = {
  194.     'alias_file': Files.alias_file,
  195.     'application_file': Files.application_file,
  196.     'clipping': Files.clipping,
  197.     'container': container,
  198.     'document_file': Files.document_file,
  199.     'file': Files.file,
  200.     'folder': folder,
  201.     'internet_location_file': Files.internet_location_file,
  202.     'item': Finder_items.item,
  203.     'package': Files.package }
  204. trash_2d_object._superclassnames = [
  205.     'container']
  206. trash_2d_object._privpropdict = {
  207.     '_3c_Inheritance_3e_': _Prop__3c_Inheritance_3e_,
  208.     'warns_before_emptying': _Prop_warns_before_emptying }
  209. trash_2d_object._privelemdict = {
  210.     'alias_file': Files.alias_file,
  211.     'application_file': Files.application_file,
  212.     'clipping': Files.clipping,
  213.     'container': container,
  214.     'document_file': Files.document_file,
  215.     'file': Files.file,
  216.     'folder': folder,
  217.     'internet_location_file': Files.internet_location_file,
  218.     'item': Finder_items.item,
  219.     'package': Files.package }
  220. _classdeclarations = {
  221.     'cdis': disk,
  222.     'cdsk': desktop_2d_object,
  223.     'cfol': folder,
  224.     'ctnr': container,
  225.     'ctrs': trash_2d_object }
  226. _propdeclarations = {
  227.     'c@#^': _Prop__3c_Inheritance_3e_,
  228.     'capa': _Prop_capacity,
  229.     'cwnd': _Prop_container_window,
  230.     'dfmt': _Prop_format,
  231.     'ects': _Prop_entire_contents,
  232.     'frsp': _Prop_free_space,
  233.     'igpr': _Prop_ignore_privileges,
  234.     'isej': _Prop_ejectable,
  235.     'isrv': _Prop_local_volume,
  236.     'istd': _Prop_startup,
  237.     'pexa': _Prop_expandable,
  238.     'pexc': _Prop_completely_expanded,
  239.     'pexp': _Prop_expanded,
  240.     'warn': _Prop_warns_before_emptying }
  241. _compdeclarations = { }
  242. _enumdeclarations = { }
  243.