"""Suite Containers and folders: Classes that can contain other file system items
Level1,version1
GeneratedfromMacintoshHD:Systeemmap:Finder
AETE/AEUTresourceversion0/144,language0,script0
"""
importaetools
importMacOS
_code='fndr'
classContainers_and_folders_Events:
pass
classcontainer(aetools.ComponentItem):
"""container - An item that contains other items """
want='ctnr'
class_3c_Inheritance_3e_(aetools.NProperty):
"""<Inheritance> - inherits some of its properties from the item class """
which='c@#^'
want='cobj'
classselection(aetools.NProperty):
"""selection - the selection visible to the user """
which='sele'
want='obj '
classentire_contents(aetools.NProperty):
"""entire contents - the entire contents of the container, including the contents of its children """
which='ects'
want='obj '
classexpandable(aetools.NProperty):
"""expandable - Is the container capable of being expanded as an outline? """
which='pexa'
want='bool'
classexpanded(aetools.NProperty):
"""expanded - Is the container opened as an outline? (can only be set for containers viewed as lists) """
which='pexp'
want='bool'
classcompletely_expanded(aetools.NProperty):
"""completely expanded - Are the container and all of its children opened as outlines? (can only be set for containers viewed as lists) """
which='pexc'
want='bool'
classicon_size(aetools.NProperty):
"""icon size - the size of icons displayed in the window. Can be specified as a number, or ... """
which='lvis'
want='long'
# element 'cobj' as ['indx', 'name']
# element 'ctnr' as ['indx', 'name']
# element 'sctr' as ['indx', 'name']
# element 'cfol' as ['indx', 'name', 'ID ']
# element 'file' as ['indx', 'name']
# element 'alia' as ['indx', 'name']
# element 'appf' as ['indx', 'name', 'ID ']
# element 'docf' as ['indx', 'name']
# element 'fntf' as ['indx', 'name']
# element 'dafi' as ['indx', 'name']
# element 'inlf' as ['indx', 'name']
# element 'sndf' as ['indx', 'name']
# element 'clpf' as ['indx', 'name']
# element 'pack' as ['indx', 'name']
# element 'stcs' as ['indx', 'name']
# element 'fsut' as ['indx', 'name']
# element 'dsut' as ['indx', 'name']
containers=container
classsharable_container(aetools.ComponentItem):
"""sharable container - A container that may be shared (disks and folders) """
want='sctr'
classowner(aetools.NProperty):
"""owner - the user that owns the container (file sharing must be on to use this property) """
which='sown'
want='itxt'
classgroup(aetools.NProperty):
"""group - the user or group that has special access to the container (file sharing must be on to use this property) """
which='sgrp'
want='itxt'
classowner_privileges(aetools.NProperty):
"""owner privileges - the see folders/see files/make changes privileges for the owner (file sharing must be on to use this property) """
which='ownr'
want='priv'
classgroup_privileges(aetools.NProperty):
"""group privileges - the see folders/see files/make changes privileges for the group (file sharing must be on to use this property) """
which='gppr'
want='priv'
classguest_privileges(aetools.NProperty):
"""guest privileges - the see folders/see files/make changes privileges for everyone (file sharing must be on to use this property) """
which='gstp'
want='priv'
classprivileges_inherited(aetools.NProperty):
"""privileges inherited - Are the privileges of the container always the same as the container in which it is stored? (file sharing must be on to use this property) """
which='iprv'
want='bool'
classmounted(aetools.NProperty):
"""mounted - Is the container mounted on another machine's desktop? (file sharing must be on to use this property) """
which='smou'
want='bool'
classexported(aetools.NProperty):
"""exported - Is the container a share point or inside a share point, i.e., can the container be shared? (file sharing must be on to use this property) """
which='sexp'
want='bool'
classshared(aetools.NProperty):
"""shared - Is the container a share point, i.e., is the container currently being shared? (file sharing must be on to use this property) """
which='shar'
want='bool'
classprotected(aetools.NProperty):
"""protected - Is the container protected from being moved, renamed and deleted? (file sharing must be on to use this property) """
which='spro'
want='bool'
# element 'cobj' as ['indx', 'name']
# element 'ctnr' as ['indx', 'name']
# element 'sctr' as ['indx', 'name']
# element 'cfol' as ['indx', 'name', 'ID ']
# element 'file' as ['indx', 'name']
# element 'alia' as ['indx', 'name']
# element 'appf' as ['indx', 'name', 'ID ']
# element 'docf' as ['indx', 'name']
# element 'fntf' as ['indx', 'name']
# element 'dafi' as ['indx', 'name']
# element 'inlf' as ['indx', 'name']
# element 'sndf' as ['indx', 'name']
# element 'clpf' as ['indx', 'name']
# element 'pack' as ['indx', 'name']
# element 'stcs' as ['indx', 'name']
# element 'fsut' as ['indx', 'name']
# element 'dsut' as ['indx', 'name']
sharable_containers=sharable_container
classsharing_privileges(aetools.ComponentItem):
"""sharing privileges - A set of sharing properties (used in sharable containers) """
want='priv'
classsee_folders(aetools.NProperty):
"""see folders - Can folders be seen? """
which='prvs'
want='bool'
classsee_files(aetools.NProperty):
"""see files - Can files be seen? """
which='prvr'
want='bool'
classmake_changes(aetools.NProperty):
"""make changes - Can changes be made? """
which='prvw'
want='bool'
classdisk(aetools.ComponentItem):
"""disk - A disk """
want='cdis'
classcapacity(aetools.NProperty):
"""capacity - the total number of bytes (free or used) on the disk """
which='capa'
want='long'
classfree_space(aetools.NProperty):
"""free space - the number of free bytes left on the disk """
which='frsp'
want='long'
classejectable(aetools.NProperty):
"""ejectable - Can the media be ejected (floppies, CD's, and so on)? """
which='isej'
want='bool'
classlocal_volume(aetools.NProperty):
"""local volume - Is the media a local volume (as opposed to a file server)? """