Regenerated again, now clases are sorted by code, and with synonyms after

the primary name.
This commit is contained in:
Jack Jansen 2003-03-30 22:41:53 +00:00
parent 2dc16f2a1e
commit 068a1e208f
29 changed files with 8887 additions and 2191 deletions

View file

@ -244,27 +244,21 @@ class CodeWarrior_suite_Events:
return _arguments['----'] return _arguments['----']
class ToolServer_worksheet(aetools.ComponentItem): class single_class_browser(aetools.ComponentItem):
"""ToolServer worksheet - a ToolServer worksheet """ """single class browser - a single class browser """
want = 'TOOL' want = '1BRW'
class inherits(aetools.NProperty): class inherits(aetools.NProperty):
"""inherits - all properties and elements of the given class are inherited by this class. """ """inherits - all properties and elements of the given class are inherited by this class. """
which = 'c@#^' which = 'c@#^'
want = 'TXTD' want = 'TXTD'
ToolServer_worksheets = ToolServer_worksheet single_class_browsers = single_class_browser
class build_progress_document(aetools.ComponentItem): class single_class_hierarchy(aetools.ComponentItem):
"""build progress document - a build progress document """ """single class hierarchy - a single class hierarchy document """
want = 'PRGS' want = '1HIR'
build_progress_documents = build_progress_document single_class_hierarchies = single_class_hierarchy
class catalog_document(aetools.ComponentItem):
"""catalog document - a browser catalog document """
want = 'CTLG'
catalog_documents = catalog_document
class class_browser(aetools.ComponentItem): class class_browser(aetools.ComponentItem):
"""class browser - a class browser """ """class browser - a class browser """
@ -272,11 +266,17 @@ class class_browser(aetools.ComponentItem):
class_browsers = class_browser class_browsers = class_browser
class class_hierarchies(aetools.ComponentItem): class file_compare_document(aetools.ComponentItem):
"""class hierarchies - more than one class hierarchy document """ """file compare document - a file compare document """
want = 'HIER' want = 'COMP'
class_hierarchy = class_hierarchies file_compare_documents = file_compare_document
class catalog_document(aetools.ComponentItem):
"""catalog document - a browser catalog document """
want = 'CTLG'
catalog_documents = catalog_document
class editor_document(aetools.ComponentItem): class editor_document(aetools.ComponentItem):
"""editor document - an editor document """ """editor document - an editor document """
@ -284,11 +284,17 @@ class editor_document(aetools.ComponentItem):
editor_documents = editor_document editor_documents = editor_document
class file_compare_document(aetools.ComponentItem): class class_hierarchy(aetools.ComponentItem):
"""file compare document - a file compare document """ """class hierarchy - a class hierarchy document """
want = 'COMP' want = 'HIER'
file_compare_documents = file_compare_document class_hierarchies = class_hierarchy
class project_inspector(aetools.ComponentItem):
"""project inspector - the project inspector """
want = 'INSP'
project_inspectors = project_inspector
class message_document(aetools.ComponentItem): class message_document(aetools.ComponentItem):
"""message document - a message document """ """message document - a message document """
@ -296,6 +302,12 @@ class message_document(aetools.ComponentItem):
message_documents = message_document message_documents = message_document
class build_progress_document(aetools.ComponentItem):
"""build progress document - a build progress document """
want = 'PRGS'
build_progress_documents = build_progress_document
class project_document(aetools.ComponentItem): class project_document(aetools.ComponentItem):
"""project document - a project document """ """project document - a project document """
want = 'PRJD' want = 'PRJD'
@ -307,24 +319,6 @@ class current_target(aetools.NProperty):
project_documents = project_document project_documents = project_document
class project_inspector(aetools.ComponentItem):
"""project inspector - the project inspector """
want = 'INSP'
project_inspectors = project_inspector
class single_class_browser(aetools.ComponentItem):
"""single class browser - a single class browser """
want = '1BRW'
single_class_browsers = single_class_browser
class single_class_hierarchies(aetools.ComponentItem):
"""single class hierarchies - more than one single class hierarchy document """
want = '1HIR'
single_class_hierarchy = single_class_hierarchies
class subtarget(aetools.ComponentItem): class subtarget(aetools.ComponentItem):
"""subtarget - a target that is prerequisite for another target """ """subtarget - a target that is prerequisite for another target """
want = 'SBTG' want = 'SBTG'
@ -339,26 +333,6 @@ class target(aetools.NProperty):
subtargets = subtarget subtargets = subtarget
class symbol_browser(aetools.ComponentItem):
"""symbol browser - a symbol browser """
want = 'SYMB'
symbol_browsers = symbol_browser
class target(aetools.ComponentItem):
"""target - a target in a project """
want = 'TRGT'
class name(aetools.NProperty):
"""name - """
which = 'pnam'
want = 'itxt'
class project_document(aetools.NProperty):
"""project document - the project document that contains this target """
which = 'PrjD'
want = 'PRJD'
# element 'SBTG' as ['indx', 'test', 'rang']
# element 'SRCF' as ['indx', 'test', 'rang']
class target_file(aetools.ComponentItem): class target_file(aetools.ComponentItem):
"""target file - a source or header file in a target """ """target file - a source or header file in a target """
want = 'SRCF' want = 'SRCF'
@ -429,6 +403,32 @@ class weak_link(aetools.NProperty):
target_files = target_file target_files = target_file
class symbol_browser(aetools.ComponentItem):
"""symbol browser - a symbol browser """
want = 'SYMB'
symbol_browsers = symbol_browser
class ToolServer_worksheet(aetools.ComponentItem):
"""ToolServer worksheet - a ToolServer worksheet """
want = 'TOOL'
ToolServer_worksheets = ToolServer_worksheet
class target(aetools.ComponentItem):
"""target - a target in a project """
want = 'TRGT'
class name(aetools.NProperty):
"""name - """
which = 'pnam'
want = 'itxt'
class project_document(aetools.NProperty):
"""project document - the project document that contains this target """
which = 'PrjD'
want = 'PRJD'
# element 'SBTG' as ['indx', 'test', 'rang']
# element 'SRCF' as ['indx', 'test', 'rang']
targets = target targets = target
class text_document(aetools.ComponentItem): class text_document(aetools.ComponentItem):
@ -448,24 +448,18 @@ class selection(aetools.NProperty):
# element 'ctxt' as ['rang'] # element 'ctxt' as ['rang']
text_documents = text_document text_documents = text_document
ToolServer_worksheet._superclassnames = ['text_document'] single_class_browser._superclassnames = ['text_document']
ToolServer_worksheet._privpropdict = { single_class_browser._privpropdict = {
'inherits' : inherits, 'inherits' : inherits,
} }
ToolServer_worksheet._privelemdict = { single_class_browser._privelemdict = {
} }
import Standard_Suite import Standard_Suite
build_progress_document._superclassnames = ['document'] single_class_hierarchy._superclassnames = ['document']
build_progress_document._privpropdict = { single_class_hierarchy._privpropdict = {
'inherits' : inherits, 'inherits' : inherits,
} }
build_progress_document._privelemdict = { single_class_hierarchy._privelemdict = {
}
catalog_document._superclassnames = ['text_document']
catalog_document._privpropdict = {
'inherits' : inherits,
}
catalog_document._privelemdict = {
} }
class_browser._superclassnames = ['text_document'] class_browser._superclassnames = ['text_document']
class_browser._privpropdict = { class_browser._privpropdict = {
@ -473,10 +467,17 @@ class_browser._privpropdict = {
} }
class_browser._privelemdict = { class_browser._privelemdict = {
} }
class_hierarchies._superclassnames = [] file_compare_document._superclassnames = ['text_document']
class_hierarchies._privpropdict = { file_compare_document._privpropdict = {
'inherits' : inherits,
} }
class_hierarchies._privelemdict = { file_compare_document._privelemdict = {
}
catalog_document._superclassnames = ['text_document']
catalog_document._privpropdict = {
'inherits' : inherits,
}
catalog_document._privelemdict = {
} }
editor_document._superclassnames = ['text_document'] editor_document._superclassnames = ['text_document']
editor_document._privpropdict = { editor_document._privpropdict = {
@ -484,11 +485,17 @@ editor_document._privpropdict = {
} }
editor_document._privelemdict = { editor_document._privelemdict = {
} }
file_compare_document._superclassnames = ['text_document'] class_hierarchy._superclassnames = ['document']
file_compare_document._privpropdict = { class_hierarchy._privpropdict = {
'inherits' : inherits, 'inherits' : inherits,
} }
file_compare_document._privelemdict = { class_hierarchy._privelemdict = {
}
project_inspector._superclassnames = ['document']
project_inspector._privpropdict = {
'inherits' : inherits,
}
project_inspector._privelemdict = {
} }
message_document._superclassnames = ['text_document'] message_document._superclassnames = ['text_document']
message_document._privpropdict = { message_document._privpropdict = {
@ -496,6 +503,12 @@ message_document._privpropdict = {
} }
message_document._privelemdict = { message_document._privelemdict = {
} }
build_progress_document._superclassnames = ['document']
build_progress_document._privpropdict = {
'inherits' : inherits,
}
build_progress_document._privelemdict = {
}
project_document._superclassnames = ['document'] project_document._superclassnames = ['document']
project_document._privpropdict = { project_document._privpropdict = {
'current_target' : current_target, 'current_target' : current_target,
@ -504,23 +517,6 @@ project_document._privpropdict = {
project_document._privelemdict = { project_document._privelemdict = {
'target' : target, 'target' : target,
} }
project_inspector._superclassnames = ['document']
project_inspector._privpropdict = {
'inherits' : inherits,
}
project_inspector._privelemdict = {
}
single_class_browser._superclassnames = ['text_document']
single_class_browser._privpropdict = {
'inherits' : inherits,
}
single_class_browser._privelemdict = {
}
single_class_hierarchies._superclassnames = []
single_class_hierarchies._privpropdict = {
}
single_class_hierarchies._privelemdict = {
}
subtarget._superclassnames = ['target'] subtarget._superclassnames = ['target']
subtarget._privpropdict = { subtarget._privpropdict = {
'inherits' : inherits, 'inherits' : inherits,
@ -529,21 +525,6 @@ subtarget._privpropdict = {
} }
subtarget._privelemdict = { subtarget._privelemdict = {
} }
symbol_browser._superclassnames = ['text_document']
symbol_browser._privpropdict = {
'inherits' : inherits,
}
symbol_browser._privelemdict = {
}
target._superclassnames = []
target._privpropdict = {
'name' : name,
'project_document' : project_document,
}
target._privelemdict = {
'subtarget' : subtarget,
'target_file' : target_file,
}
target_file._superclassnames = [] target_file._superclassnames = []
target_file._privpropdict = { target_file._privpropdict = {
'code_size' : code_size, 'code_size' : code_size,
@ -565,6 +546,27 @@ target_file._privpropdict = {
} }
target_file._privelemdict = { target_file._privelemdict = {
} }
symbol_browser._superclassnames = ['text_document']
symbol_browser._privpropdict = {
'inherits' : inherits,
}
symbol_browser._privelemdict = {
}
ToolServer_worksheet._superclassnames = ['text_document']
ToolServer_worksheet._privpropdict = {
'inherits' : inherits,
}
ToolServer_worksheet._privelemdict = {
}
target._superclassnames = []
target._privpropdict = {
'name' : name,
'project_document' : project_document,
}
target._privelemdict = {
'subtarget' : subtarget,
'target_file' : target_file,
}
text_document._superclassnames = ['document'] text_document._superclassnames = ['document']
text_document._privpropdict = { text_document._privpropdict = {
'inherits' : inherits, 'inherits' : inherits,
@ -624,12 +626,12 @@ _Enum_PERM = {
# #
_classdeclarations = { _classdeclarations = {
'1BRW' : single_class_browser, '1BRW' : single_class_browser,
'1HIR' : single_class_hierarchies, '1HIR' : single_class_hierarchy,
'BROW' : class_browser, 'BROW' : class_browser,
'COMP' : file_compare_document, 'COMP' : file_compare_document,
'CTLG' : catalog_document, 'CTLG' : catalog_document,
'EDIT' : editor_document, 'EDIT' : editor_document,
'HIER' : class_hierarchies, 'HIER' : class_hierarchy,
'INSP' : project_inspector, 'INSP' : project_inspector,
'MSSG' : message_document, 'MSSG' : message_document,
'PRGS' : build_progress_document, 'PRGS' : build_progress_document,

View file

@ -194,42 +194,6 @@ class offset(aetools.NProperty):
which = 'pOff' which = 'pOff'
want = 'long' want = 'long'
class document(aetools.ComponentItem):
"""document - a document """
want = 'docu'
class file_permissions(aetools.NProperty):
"""file permissions - the file permissions for the document """
which = 'PERM'
want = 'PERM'
class index(aetools.NProperty):
"""index - the number of the document """
which = 'pidx'
want = 'long'
class kind(aetools.NProperty):
"""kind - the kind of document """
which = 'DKND'
want = 'DKND'
class location(aetools.NProperty):
"""location - the file of the document """
which = 'FILE'
want = 'fss '
class name(aetools.NProperty):
"""name - the title of the document """
which = 'pnam'
want = 'itxt'
class window(aetools.NProperty):
"""window - the window of the document. """
which = 'cwin'
want = 'cwin'
documents = document
class file(aetools.ComponentItem):
"""file - A file """
want = 'file'
files = file
class insertion_point(aetools.ComponentItem): class insertion_point(aetools.ComponentItem):
"""insertion point - An insertion location between two objects """ """insertion point - An insertion location between two objects """
want = 'cins' want = 'cins'
@ -237,6 +201,10 @@ class insertion_point(aetools.ComponentItem):
class line(aetools.ComponentItem): class line(aetools.ComponentItem):
"""line - lines of text """ """line - lines of text """
want = 'clin' want = 'clin'
class index(aetools.NProperty):
"""index - index of a line object from the beginning of the document (first line has index 1) """
which = 'pidx'
want = 'long'
# element 'cha ' as ['indx', 'rang', 'rele'] # element 'cha ' as ['indx', 'rang', 'rele']
lines = line lines = line
@ -271,6 +239,10 @@ class document(aetools.NProperty):
"""document - the document that owns this window """ """document - the document that owns this window """
which = 'docu' which = 'docu'
want = 'docu' want = 'docu'
class name(aetools.NProperty):
"""name - the title of the window """
which = 'pnam'
want = 'itxt'
class position(aetools.NProperty): class position(aetools.NProperty):
"""position - upper left coordinates of window """ """position - upper left coordinates of window """
which = 'ppos' which = 'ppos'
@ -285,6 +257,34 @@ class zoomed(aetools.NProperty):
want = 'bool' want = 'bool'
windows = window windows = window
class document(aetools.ComponentItem):
"""document - a document """
want = 'docu'
class file_permissions(aetools.NProperty):
"""file permissions - the file permissions for the document """
which = 'PERM'
want = 'PERM'
class kind(aetools.NProperty):
"""kind - the kind of document """
which = 'DKND'
want = 'DKND'
class location(aetools.NProperty):
"""location - the file of the document """
which = 'FILE'
want = 'fss '
class window(aetools.NProperty):
"""window - the window of the document. """
which = 'cwin'
want = 'cwin'
documents = document
class files(aetools.ComponentItem):
"""files - Every file """
want = 'file'
file = files
application._superclassnames = [] application._superclassnames = []
application._privpropdict = { application._privpropdict = {
'user_interaction' : user_interaction, 'user_interaction' : user_interaction,
@ -300,22 +300,6 @@ character._privpropdict = {
} }
character._privelemdict = { character._privelemdict = {
} }
document._superclassnames = []
document._privpropdict = {
'file_permissions' : file_permissions,
'index' : index,
'kind' : kind,
'location' : location,
'name' : name,
'window' : window,
}
document._privelemdict = {
}
file._superclassnames = []
file._privpropdict = {
}
file._privelemdict = {
}
insertion_point._superclassnames = [] insertion_point._superclassnames = []
insertion_point._privpropdict = { insertion_point._privpropdict = {
'length' : length, 'length' : length,
@ -366,6 +350,22 @@ window._privpropdict = {
} }
window._privelemdict = { window._privelemdict = {
} }
document._superclassnames = []
document._privpropdict = {
'file_permissions' : file_permissions,
'index' : index,
'kind' : kind,
'location' : location,
'name' : name,
'window' : window,
}
document._privelemdict = {
}
files._superclassnames = []
files._privpropdict = {
}
files._privelemdict = {
}
# #
# Indices of types declared in this module # Indices of types declared in this module
@ -379,7 +379,7 @@ _classdeclarations = {
'ctxt' : text, 'ctxt' : text,
'cwin' : window, 'cwin' : window,
'docu' : document, 'docu' : document,
'file' : file, 'file' : files,
} }
_propdeclarations = { _propdeclarations = {

View file

@ -47,15 +47,23 @@ import StdSuites
# #
# Set property and element dictionaries now that all classes have been defined # Set property and element dictionaries now that all classes have been defined
# #
getbaseclasses(character) getbaseclasses(single_class_browser)
getbaseclasses(text) getbaseclasses(project_document)
getbaseclasses(window) getbaseclasses(symbol_browser)
getbaseclasses(file) getbaseclasses(editor_document)
getbaseclasses(line) getbaseclasses(file_compare_document)
getbaseclasses(selection_2d_object) getbaseclasses(class_browser)
getbaseclasses(application) getbaseclasses(subtarget)
getbaseclasses(insertion_point) getbaseclasses(message_document)
getbaseclasses(document) getbaseclasses(project_inspector)
getbaseclasses(text_document)
getbaseclasses(catalog_document)
getbaseclasses(class_hierarchy)
getbaseclasses(target)
getbaseclasses(build_progress_document)
getbaseclasses(target_file)
getbaseclasses(ToolServer_worksheet)
getbaseclasses(single_class_hierarchy)
getbaseclasses(File_Mapping) getbaseclasses(File_Mapping)
getbaseclasses(browser_catalog) getbaseclasses(browser_catalog)
getbaseclasses(Build_Settings) getbaseclasses(Build_Settings)
@ -92,37 +100,37 @@ getbaseclasses(Font)
getbaseclasses(Target_Source_Trees) getbaseclasses(Target_Source_Trees)
getbaseclasses(Debugger_Display) getbaseclasses(Debugger_Display)
getbaseclasses(class_) getbaseclasses(class_)
getbaseclasses(single_class_browser) getbaseclasses(character)
getbaseclasses(project_document) getbaseclasses(text)
getbaseclasses(symbol_browser) getbaseclasses(window)
getbaseclasses(editor_document) getbaseclasses(file)
getbaseclasses(file_compare_document) getbaseclasses(line)
getbaseclasses(class_browser) getbaseclasses(selection_2d_object)
getbaseclasses(subtarget) getbaseclasses(application)
getbaseclasses(message_document) getbaseclasses(insertion_point)
getbaseclasses(project_inspector) getbaseclasses(document)
getbaseclasses(text_document)
getbaseclasses(catalog_document)
getbaseclasses(class_hierarchy)
getbaseclasses(target)
getbaseclasses(build_progress_document)
getbaseclasses(target_file)
getbaseclasses(ToolServer_worksheet)
getbaseclasses(single_class_hierarchy)
# #
# Indices of types declared in this module # Indices of types declared in this module
# #
_classdeclarations = { _classdeclarations = {
'cha ' : character, '1BRW' : single_class_browser,
'ctxt' : text, 'PRJD' : project_document,
'cwin' : window, 'SYMB' : symbol_browser,
'file' : file, 'EDIT' : editor_document,
'clin' : line, 'COMP' : file_compare_document,
'csel' : selection_2d_object, 'BROW' : class_browser,
'capp' : application, 'SBTG' : subtarget,
'cins' : insertion_point, 'MSSG' : message_document,
'docu' : document, 'INSP' : project_inspector,
'TXTD' : text_document,
'CTLG' : catalog_document,
'HIER' : class_hierarchy,
'TRGT' : target,
'PRGS' : build_progress_document,
'SRCF' : target_file,
'TOOL' : ToolServer_worksheet,
'1HIR' : single_class_hierarchy,
'FMap' : File_Mapping, 'FMap' : File_Mapping,
'Cata' : browser_catalog, 'Cata' : browser_catalog,
'BSTG' : Build_Settings, 'BSTG' : Build_Settings,
@ -159,23 +167,15 @@ _classdeclarations = {
'TSTs' : Target_Source_Trees, 'TSTs' : Target_Source_Trees,
'DbDS' : Debugger_Display, 'DbDS' : Debugger_Display,
'Clas' : class_, 'Clas' : class_,
'1BRW' : single_class_browser, 'cha ' : character,
'PRJD' : project_document, 'ctxt' : text,
'SYMB' : symbol_browser, 'cwin' : window,
'EDIT' : editor_document, 'file' : file,
'COMP' : file_compare_document, 'clin' : line,
'BROW' : class_browser, 'csel' : selection_2d_object,
'SBTG' : subtarget, 'capp' : application,
'MSSG' : message_document, 'cins' : insertion_point,
'INSP' : project_inspector, 'docu' : document,
'TXTD' : text_document,
'CTLG' : catalog_document,
'HIER' : class_hierarchy,
'TRGT' : target,
'PRGS' : build_progress_document,
'SRCF' : target_file,
'TOOL' : ToolServer_worksheet,
'1HIR' : single_class_hierarchy,
} }

View file

@ -15,64 +15,13 @@ class Containers_and_folders_Events:
pass pass
class container(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'
class completely_expanded(aetools.NProperty):
"""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) """
which = 'pexc'
want = 'bool'
class container_window(aetools.NProperty):
"""container window - the container window for this folder """
which = 'cwnd'
want = 'obj '
class entire_contents(aetools.NProperty):
"""entire contents - the entire contents of the container, including the contents of its children """
which = 'ects'
want = 'obj '
class expandable(aetools.NProperty):
"""expandable - (NOT AVAILABLE YET) Is the container capable of being expanded as an outline? """
which = 'pexa'
want = 'bool'
class expanded(aetools.NProperty):
"""expanded - (NOT AVAILABLE YET) Is the container opened as an outline? (can only be set for containers viewed as lists) """
which = 'pexp'
want = 'bool'
# element 'alia' as ['indx', 'name']
# element 'appf' as ['indx', 'name', 'ID ']
# element 'cfol' as ['indx', 'name', 'ID ']
# element 'clpf' as ['indx', 'name']
# element 'cobj' as ['indx', 'name']
# element 'ctnr' as ['indx', 'name']
# element 'docf' as ['indx', 'name']
# element 'file' as ['indx', 'name']
# element 'inlf' as ['indx', 'name']
# element 'pack' as ['indx', 'name']
containers = container
class desktop_2d_object(aetools.ComponentItem):
"""desktop-object - Desktop-object is the class of the \xd2desktop\xd3 object """
want = 'cdsk'
# element 'alia' as ['indx', 'name']
# element 'appf' as ['indx', 'name', 'ID ']
# element 'cdis' as ['indx', 'name']
# element 'cfol' as ['indx', 'name', 'ID ']
# element 'clpf' as ['indx', 'name']
# element 'cobj' as ['indx', 'name']
# element 'ctnr' as ['indx', 'name']
# element 'docf' as ['indx', 'name']
# element 'file' as ['indx', 'name']
# element 'inlf' as ['indx', 'name']
# element 'pack' as ['indx', 'name']
class disk(aetools.ComponentItem): class disk(aetools.ComponentItem):
"""disk - A disk """ """disk - A disk """
want = 'cdis' want = 'cdis'
class _3c_Inheritance_3e_(aetools.NProperty):
"""<Inheritance> - inherits some of its properties from the container class """
which = 'c@#^'
want = 'ctnr'
class capacity(aetools.NProperty): class capacity(aetools.NProperty):
"""capacity - the total number of bytes (free or used) on the disk """ """capacity - the total number of bytes (free or used) on the disk """
which = 'capa' which = 'capa'
@ -114,6 +63,21 @@ class startup(aetools.NProperty):
disks = disk disks = disk
class desktop_2d_object(aetools.ComponentItem):
"""desktop-object - Desktop-object is the class of the \xd2desktop\xd3 object """
want = 'cdsk'
# element 'alia' as ['indx', 'name']
# element 'appf' as ['indx', 'name', 'ID ']
# element 'cdis' as ['indx', 'name']
# element 'cfol' as ['indx', 'name', 'ID ']
# element 'clpf' as ['indx', 'name']
# element 'cobj' as ['indx', 'name']
# element 'ctnr' as ['indx', 'name']
# element 'docf' as ['indx', 'name']
# element 'file' as ['indx', 'name']
# element 'inlf' as ['indx', 'name']
# element 'pack' as ['indx', 'name']
class folder(aetools.ComponentItem): class folder(aetools.ComponentItem):
"""folder - A folder """ """folder - A folder """
want = 'cfol' want = 'cfol'
@ -130,6 +94,42 @@ class folder(aetools.ComponentItem):
folders = folder folders = folder
class container(aetools.ComponentItem):
"""container - An item that contains other items """
want = 'ctnr'
class completely_expanded(aetools.NProperty):
"""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) """
which = 'pexc'
want = 'bool'
class container_window(aetools.NProperty):
"""container window - the container window for this folder """
which = 'cwnd'
want = 'obj '
class entire_contents(aetools.NProperty):
"""entire contents - the entire contents of the container, including the contents of its children """
which = 'ects'
want = 'obj '
class expandable(aetools.NProperty):
"""expandable - (NOT AVAILABLE YET) Is the container capable of being expanded as an outline? """
which = 'pexa'
want = 'bool'
class expanded(aetools.NProperty):
"""expanded - (NOT AVAILABLE YET) Is the container opened as an outline? (can only be set for containers viewed as lists) """
which = 'pexp'
want = 'bool'
# element 'alia' as ['indx', 'name']
# element 'appf' as ['indx', 'name', 'ID ']
# element 'cfol' as ['indx', 'name', 'ID ']
# element 'clpf' as ['indx', 'name']
# element 'cobj' as ['indx', 'name']
# element 'ctnr' as ['indx', 'name']
# element 'docf' as ['indx', 'name']
# element 'file' as ['indx', 'name']
# element 'inlf' as ['indx', 'name']
# element 'pack' as ['indx', 'name']
containers = container
class trash_2d_object(aetools.ComponentItem): class trash_2d_object(aetools.ComponentItem):
"""trash-object - Trash-object is the class of the \xd2trash\xd3 object """ """trash-object - Trash-object is the class of the \xd2trash\xd3 object """
want = 'ctrs' want = 'ctrs'
@ -147,18 +147,20 @@ class warns_before_emptying(aetools.NProperty):
# element 'file' as ['indx', 'name'] # element 'file' as ['indx', 'name']
# element 'inlf' as ['indx', 'name'] # element 'inlf' as ['indx', 'name']
# element 'pack' as ['indx', 'name'] # element 'pack' as ['indx', 'name']
import Finder_items disk._superclassnames = ['container']
container._superclassnames = ['item']
import Files import Files
container._privpropdict = { import Finder_items
disk._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_, '_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
'completely_expanded' : completely_expanded, 'capacity' : capacity,
'container_window' : container_window, 'ejectable' : ejectable,
'entire_contents' : entire_contents, 'format' : format,
'expandable' : expandable, 'free_space' : free_space,
'expanded' : expanded, 'ignore_privileges' : ignore_privileges,
'local_volume' : local_volume,
'startup' : startup,
} }
container._privelemdict = { disk._privelemdict = {
'alias_file' : Files.alias_file, 'alias_file' : Files.alias_file,
'application_file' : Files.application_file, 'application_file' : Files.application_file,
'clipping' : Files.clipping, 'clipping' : Files.clipping,
@ -187,18 +189,11 @@ desktop_2d_object._privelemdict = {
'item' : Finder_items.item, 'item' : Finder_items.item,
'package' : Files.package, 'package' : Files.package,
} }
disk._superclassnames = ['container'] folder._superclassnames = ['container']
disk._privpropdict = { folder._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_, '_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
'capacity' : capacity,
'ejectable' : ejectable,
'format' : format,
'free_space' : free_space,
'ignore_privileges' : ignore_privileges,
'local_volume' : local_volume,
'startup' : startup,
} }
disk._privelemdict = { folder._privelemdict = {
'alias_file' : Files.alias_file, 'alias_file' : Files.alias_file,
'application_file' : Files.application_file, 'application_file' : Files.application_file,
'clipping' : Files.clipping, 'clipping' : Files.clipping,
@ -210,11 +205,16 @@ disk._privelemdict = {
'item' : Finder_items.item, 'item' : Finder_items.item,
'package' : Files.package, 'package' : Files.package,
} }
folder._superclassnames = ['container'] container._superclassnames = ['item']
folder._privpropdict = { container._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_, '_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
'completely_expanded' : completely_expanded,
'container_window' : container_window,
'entire_contents' : entire_contents,
'expandable' : expandable,
'expanded' : expanded,
} }
folder._privelemdict = { container._privelemdict = {
'alias_file' : Files.alias_file, 'alias_file' : Files.alias_file,
'application_file' : Files.application_file, 'application_file' : Files.application_file,
'clipping' : Files.clipping, 'clipping' : Files.clipping,

View file

@ -19,31 +19,120 @@ class alias_list(aetools.ComponentItem):
"""alias list - A list of aliases. Use \xd4as alias list\xd5 when a list of aliases is needed (instead of a list of file system item references). """ """alias list - A list of aliases. Use \xd4as alias list\xd5 when a list of aliases is needed (instead of a list of file system item references). """
want = 'alst' want = 'alst'
class column(aetools.ComponentItem): class label(aetools.ComponentItem):
"""column - a column of a list view """ """label - (NOT AVAILABLE YET) A Finder label (name and color) """
want = 'lvcl' want = 'clbl'
class color(aetools.NProperty):
"""color - the color associated with the label """
which = 'colr'
want = 'cRGB'
class index(aetools.NProperty): class index(aetools.NProperty):
"""index - the index in the front-to-back ordering within its container """ """index - the index in the front-to-back ordering within its container """
which = 'pidx' which = 'pidx'
want = 'long' want = 'long'
class name(aetools.NProperty): class name(aetools.NProperty):
"""name - the column name """ """name - the name associated with the label """
which = 'pnam' which = 'pnam'
want = 'elsv' want = 'utxt'
class sort_direction(aetools.NProperty):
"""sort direction - The direction in which the window is sorted """
which = 'sord'
want = 'sodr'
class visible(aetools.NProperty):
"""visible - is this column visible """
which = 'pvis'
want = 'bool'
class width(aetools.NProperty):
"""width - the width of this column """
which = 'clwd'
want = 'shor'
columns = column class preferences(aetools.ComponentItem):
"""preferences - (NOT AVAILABLE, SUBJECT TO CHANGE) The Finder Preferences """
want = 'cprf'
class button_view_arrangement(aetools.NProperty):
"""button view arrangement - the method of arrangement of icons in default Finder button view windows """
which = 'barr'
want = 'earr'
class button_view_icon_size(aetools.NProperty):
"""button view icon size - the size of icons displayed in Finder button view windows. """
which = 'bisz'
want = 'long'
class calculates_folder_sizes(aetools.NProperty):
"""calculates folder sizes - Are folder sizes calculated and displayed in Finder list view windows? """
which = 'sfsz'
want = 'bool'
class delay_before_springing(aetools.NProperty):
"""delay before springing - the delay before springing open a container in ticks (1/60th of a second) (12 is shortest delay, 60 is longest delay) """
which = 'dela'
want = 'shor'
class list_view_icon_size(aetools.NProperty):
"""list view icon size - the size of icons displayed in Finder list view windows. """
which = 'lisz'
want = 'long'
class shows_comments(aetools.NProperty):
"""shows comments - Are comments displayed in default Finder list view windows? """
which = 'scom'
want = 'bool'
class shows_creation_date(aetools.NProperty):
"""shows creation date - Are creation dates displayed in default Finder list view windows? """
which = 'scda'
want = 'bool'
class shows_kind(aetools.NProperty):
"""shows kind - Are document kinds displayed in default Finder list view windows? """
which = 'sknd'
want = 'bool'
class shows_label(aetools.NProperty):
"""shows label - Are labels displayed in default Finder list view windows? """
which = 'slbl'
want = 'bool'
class shows_modification_date(aetools.NProperty):
"""shows modification date - Are modification dates displayed in default Finder list view windows? """
which = 'sdat'
want = 'bool'
class shows_size(aetools.NProperty):
"""shows size - Are file sizes displayed in default Finder list view windows? """
which = 'ssiz'
want = 'bool'
class shows_version(aetools.NProperty):
"""shows version - Are file versions displayed in default Finder list view windows? """
which = 'svrs'
want = 'bool'
class spatial_view_arrangement(aetools.NProperty):
"""spatial view arrangement - the method of arrangement of icons in default Finder spatial view windows """
which = 'iarr'
want = 'earr'
class spatial_view_icon_size(aetools.NProperty):
"""spatial view icon size - the size of icons displayed in Finder spatial view windows. """
which = 'iisz'
want = 'long'
class spring_open_folders(aetools.NProperty):
"""spring open folders - Spring open folders after the specified delay? """
which = 'sprg'
want = 'bool'
class uses_relative_dates(aetools.NProperty):
"""uses relative dates - Are relative dates (e.g., today, yesterday) shown in Finder list view windows? """
which = 'urdt'
want = 'bool'
class uses_simple_menus(aetools.NProperty):
"""uses simple menus - Use simplified Finder menus? """
which = 'usme'
want = 'bool'
class uses_wide_grid(aetools.NProperty):
"""uses wide grid - Space icons on a wide grid? """
which = 'uswg'
want = 'bool'
class view_font(aetools.NProperty):
"""view font - the id of the font used in Finder views. """
which = 'vfnt'
want = 'long'
class view_font_size(aetools.NProperty):
"""view font size - the size of the font used in Finder views """
which = 'vfsz'
want = 'long'
class window(aetools.NProperty):
"""window - the window that would open if Finder preferences was opened """
which = 'cwin'
want = 'pwnd'
# element 'clbl' as ['indx', 'name']
class icon_view_options(aetools.ComponentItem):
"""icon view options - the icon view options """
want = 'icop'
arrangement = spatial_view_arrangement
class icon_size(aetools.NProperty):
"""icon size - the size of icons displayed in the icon view """
which = 'lvis'
want = 'shor'
class icon_family(aetools.ComponentItem): class icon_family(aetools.ComponentItem):
"""icon family - (NOT AVAILABLE YET) A family of icons """ """icon family - (NOT AVAILABLE YET) A family of icons """
@ -87,158 +176,37 @@ class small_monochrome_icon_and_mask(aetools.NProperty):
which = 'ics#' which = 'ics#'
want = 'ics#' want = 'ics#'
class icon_view_options(aetools.ComponentItem): class column(aetools.ComponentItem):
"""icon view options - the icon view options """ """column - a column of a list view """
want = 'icop' want = 'lvcl'
class arrangement(aetools.NProperty): class sort_direction(aetools.NProperty):
"""arrangement - the property by which to keep icons arranged """ """sort direction - The direction in which the window is sorted """
which = 'iarr' which = 'sord'
want = 'earr' want = 'sodr'
class icon_size(aetools.NProperty): class visible(aetools.NProperty):
"""icon size - the size of icons displayed in the icon view """ """visible - is this column visible """
which = 'lvis' which = 'pvis'
want = 'bool'
class width(aetools.NProperty):
"""width - the width of this column """
which = 'clwd'
want = 'shor' want = 'shor'
class label(aetools.ComponentItem): columns = column
"""label - (NOT AVAILABLE YET) A Finder label (name and color) """
want = 'clbl'
class color(aetools.NProperty):
"""color - the color associated with the label """
which = 'colr'
want = 'cRGB'
class list_view_options(aetools.ComponentItem): class list_view_options(aetools.ComponentItem):
"""list view options - the list view options """ """list view options - the list view options """
want = 'lvop' want = 'lvop'
class calculates_folder_sizes(aetools.NProperty):
"""calculates folder sizes - Are folder sizes calculated and displayed in the window? """
which = 'sfsz'
want = 'bool'
class sort_column(aetools.NProperty): class sort_column(aetools.NProperty):
"""sort column - the column that the list view is sorted on """ """sort column - the column that the list view is sorted on """
which = 'srtc' which = 'srtc'
want = 'lvcl' want = 'lvcl'
class uses_relative_dates(aetools.NProperty):
"""uses relative dates - Are relative dates (e.g., today, yesterday) shown in the list view? """
which = 'urdt'
want = 'bool'
# element 'lvcl' as ['indx', 'rele', 'rang', 'test'] # element 'lvcl' as ['indx', 'rele', 'rang', 'test']
class preferences(aetools.ComponentItem):
"""preferences - (NOT AVAILABLE, SUBJECT TO CHANGE) The Finder Preferences """
want = 'cprf'
class button_view_arrangement(aetools.NProperty):
"""button view arrangement - the method of arrangement of icons in default Finder button view windows """
which = 'barr'
want = 'earr'
class button_view_icon_size(aetools.NProperty):
"""button view icon size - the size of icons displayed in Finder button view windows. """
which = 'bisz'
want = 'long'
class delay_before_springing(aetools.NProperty):
"""delay before springing - the delay before springing open a container in ticks (1/60th of a second) (12 is shortest delay, 60 is longest delay) """
which = 'dela'
want = 'shor'
class list_view_icon_size(aetools.NProperty):
"""list view icon size - the size of icons displayed in Finder list view windows. """
which = 'lisz'
want = 'long'
class shows_comments(aetools.NProperty):
"""shows comments - Are comments displayed in default Finder list view windows? """
which = 'scom'
want = 'bool'
class shows_creation_date(aetools.NProperty):
"""shows creation date - Are creation dates displayed in default Finder list view windows? """
which = 'scda'
want = 'bool'
class shows_kind(aetools.NProperty):
"""shows kind - Are document kinds displayed in default Finder list view windows? """
which = 'sknd'
want = 'bool'
class shows_label(aetools.NProperty):
"""shows label - Are labels displayed in default Finder list view windows? """
which = 'slbl'
want = 'bool'
class shows_modification_date(aetools.NProperty):
"""shows modification date - Are modification dates displayed in default Finder list view windows? """
which = 'sdat'
want = 'bool'
class shows_size(aetools.NProperty):
"""shows size - Are file sizes displayed in default Finder list view windows? """
which = 'ssiz'
want = 'bool'
class shows_version(aetools.NProperty):
"""shows version - Are file versions displayed in default Finder list view windows? """
which = 'svrs'
want = 'bool'
spatial_view_arrangement = arrangement
class spatial_view_icon_size(aetools.NProperty):
"""spatial view icon size - the size of icons displayed in Finder spatial view windows. """
which = 'iisz'
want = 'long'
class spring_open_folders(aetools.NProperty):
"""spring open folders - Spring open folders after the specified delay? """
which = 'sprg'
want = 'bool'
class uses_simple_menus(aetools.NProperty):
"""uses simple menus - Use simplified Finder menus? """
which = 'usme'
want = 'bool'
class uses_wide_grid(aetools.NProperty):
"""uses wide grid - Space icons on a wide grid? """
which = 'uswg'
want = 'bool'
class view_font(aetools.NProperty):
"""view font - the id of the font used in Finder views. """
which = 'vfnt'
want = 'long'
class view_font_size(aetools.NProperty):
"""view font size - the size of the font used in Finder views """
which = 'vfsz'
want = 'long'
class window(aetools.NProperty):
"""window - the window that would open if Finder preferences was opened """
which = 'cwin'
want = 'pwnd'
# element 'clbl' as ['indx', 'name']
alias_list._superclassnames = [] alias_list._superclassnames = []
alias_list._privpropdict = { alias_list._privpropdict = {
} }
alias_list._privelemdict = { alias_list._privelemdict = {
} }
column._superclassnames = []
column._privpropdict = {
'index' : index,
'name' : name,
'sort_direction' : sort_direction,
'visible' : visible,
'width' : width,
}
column._privelemdict = {
}
icon_family._superclassnames = []
icon_family._privpropdict = {
'large_32_bit_icon' : large_32_bit_icon,
'large_4_bit_icon' : large_4_bit_icon,
'large_8_bit_icon' : large_8_bit_icon,
'large_8_bit_mask' : large_8_bit_mask,
'large_monochrome_icon_and_mask' : large_monochrome_icon_and_mask,
'small_32_bit_icon' : small_32_bit_icon,
'small_4_bit_icon' : small_4_bit_icon,
'small_8_bit_icon' : small_8_bit_icon,
'small_8_bit_mask' : small_8_bit_mask,
'small_monochrome_icon_and_mask' : small_monochrome_icon_and_mask,
}
icon_family._privelemdict = {
}
icon_view_options._superclassnames = []
icon_view_options._privpropdict = {
'arrangement' : arrangement,
'icon_size' : icon_size,
}
icon_view_options._privelemdict = {
}
label._superclassnames = [] label._superclassnames = []
label._privpropdict = { label._privpropdict = {
'color' : color, 'color' : color,
@ -247,16 +215,6 @@ label._privpropdict = {
} }
label._privelemdict = { label._privelemdict = {
} }
list_view_options._superclassnames = []
list_view_options._privpropdict = {
'calculates_folder_sizes' : calculates_folder_sizes,
'icon_size' : icon_size,
'sort_column' : sort_column,
'uses_relative_dates' : uses_relative_dates,
}
list_view_options._privelemdict = {
'column' : column,
}
preferences._superclassnames = [] preferences._superclassnames = []
preferences._privpropdict = { preferences._privpropdict = {
'button_view_arrangement' : button_view_arrangement, 'button_view_arrangement' : button_view_arrangement,
@ -284,6 +242,48 @@ preferences._privpropdict = {
preferences._privelemdict = { preferences._privelemdict = {
'label' : label, 'label' : label,
} }
icon_view_options._superclassnames = []
icon_view_options._privpropdict = {
'arrangement' : arrangement,
'icon_size' : icon_size,
}
icon_view_options._privelemdict = {
}
icon_family._superclassnames = []
icon_family._privpropdict = {
'large_32_bit_icon' : large_32_bit_icon,
'large_4_bit_icon' : large_4_bit_icon,
'large_8_bit_icon' : large_8_bit_icon,
'large_8_bit_mask' : large_8_bit_mask,
'large_monochrome_icon_and_mask' : large_monochrome_icon_and_mask,
'small_32_bit_icon' : small_32_bit_icon,
'small_4_bit_icon' : small_4_bit_icon,
'small_8_bit_icon' : small_8_bit_icon,
'small_8_bit_mask' : small_8_bit_mask,
'small_monochrome_icon_and_mask' : small_monochrome_icon_and_mask,
}
icon_family._privelemdict = {
}
column._superclassnames = []
column._privpropdict = {
'index' : index,
'name' : name,
'sort_direction' : sort_direction,
'visible' : visible,
'width' : width,
}
column._privelemdict = {
}
list_view_options._superclassnames = []
list_view_options._privpropdict = {
'calculates_folder_sizes' : calculates_folder_sizes,
'icon_size' : icon_size,
'sort_column' : sort_column,
'uses_relative_dates' : uses_relative_dates,
}
list_view_options._privelemdict = {
'column' : column,
}
# #
# Indices of types declared in this module # Indices of types declared in this module
@ -306,7 +306,7 @@ _propdeclarations = {
'colr' : color, 'colr' : color,
'cwin' : window, 'cwin' : window,
'dela' : delay_before_springing, 'dela' : delay_before_springing,
'iarr' : arrangement, 'iarr' : spatial_view_arrangement,
'icl4' : large_4_bit_icon, 'icl4' : large_4_bit_icon,
'icl8' : large_8_bit_icon, 'icl8' : large_8_bit_icon,
'ics#' : small_monochrome_icon_and_mask, 'ics#' : small_monochrome_icon_and_mask,

View file

@ -41,28 +41,6 @@ class target(aetools.NProperty):
Finder_windows = Finder_window Finder_windows = Finder_window
class clipping_window(aetools.ComponentItem):
"""clipping window - The window containing a clipping """
want = 'lwnd'
clipping_windows = clipping_window
class information_window(aetools.ComponentItem):
"""information window - An inspector window (opened by \xd2Show Info\xd3) """
want = 'iwnd'
class current_panel(aetools.NProperty):
"""current panel - the current panel in the information window """
which = 'panl'
want = 'ipnl'
class item(aetools.NProperty):
"""item - the item from which this window was opened """
which = 'cobj'
want = 'obj '
class preferences_window(aetools.ComponentItem):
"""preferences window - (NOT AVAILABLE YET) The Finder Preferences window """
want = 'pwnd'
class window(aetools.ComponentItem): class window(aetools.ComponentItem):
"""window - A window """ """window - A window """
want = 'cwin' want = 'cwin'
@ -132,6 +110,28 @@ class zoomed_full_size(aetools.NProperty):
want = 'bool' want = 'bool'
windows = window windows = window
class information_window(aetools.ComponentItem):
"""information window - An inspector window (opened by \xd2Show Info\xd3) """
want = 'iwnd'
class current_panel(aetools.NProperty):
"""current panel - the current panel in the information window """
which = 'panl'
want = 'ipnl'
class item(aetools.NProperty):
"""item - the item from which this window was opened """
which = 'cobj'
want = 'obj '
class clipping_window(aetools.ComponentItem):
"""clipping window - The window containing a clipping """
want = 'lwnd'
clipping_windows = clipping_window
class preferences_window(aetools.ComponentItem):
"""preferences window - (NOT AVAILABLE YET) The Finder Preferences window """
want = 'pwnd'
Finder_window._superclassnames = ['window'] Finder_window._superclassnames = ['window']
Finder_window._privpropdict = { Finder_window._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_, '_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
@ -142,27 +142,6 @@ Finder_window._privpropdict = {
} }
Finder_window._privelemdict = { Finder_window._privelemdict = {
} }
clipping_window._superclassnames = ['window']
clipping_window._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
}
clipping_window._privelemdict = {
}
information_window._superclassnames = ['window']
information_window._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
'current_panel' : current_panel,
'item' : item,
}
information_window._privelemdict = {
}
preferences_window._superclassnames = ['window']
preferences_window._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
'current_panel' : current_panel,
}
preferences_window._privelemdict = {
}
window._superclassnames = [] window._superclassnames = []
window._privpropdict = { window._privpropdict = {
'bounds' : bounds, 'bounds' : bounds,
@ -184,6 +163,27 @@ window._privpropdict = {
} }
window._privelemdict = { window._privelemdict = {
} }
information_window._superclassnames = ['window']
information_window._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
'current_panel' : current_panel,
'item' : item,
}
information_window._privelemdict = {
}
clipping_window._superclassnames = ['window']
clipping_window._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
}
clipping_window._privelemdict = {
}
preferences_window._superclassnames = ['window']
preferences_window._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
'current_panel' : current_panel,
}
preferences_window._privelemdict = {
}
# #
# Indices of types declared in this module # Indices of types declared in this module

View file

@ -69,6 +69,11 @@ import StdSuites
# #
getbaseclasses(item) getbaseclasses(item)
getbaseclasses(application) getbaseclasses(application)
getbaseclasses(trash_2d_object)
getbaseclasses(desktop_2d_object)
getbaseclasses(container)
getbaseclasses(folder)
getbaseclasses(disk)
getbaseclasses(package) getbaseclasses(package)
getbaseclasses(file) getbaseclasses(file)
getbaseclasses(application_file) getbaseclasses(application_file)
@ -76,20 +81,11 @@ getbaseclasses(alias_file)
getbaseclasses(internet_location_file) getbaseclasses(internet_location_file)
getbaseclasses(document_file) getbaseclasses(document_file)
getbaseclasses(clipping) getbaseclasses(clipping)
getbaseclasses(process)
getbaseclasses(application_process)
getbaseclasses(desk_accessory_process)
getbaseclasses(application)
getbaseclasses(preferences_window) getbaseclasses(preferences_window)
getbaseclasses(Finder_window) getbaseclasses(Finder_window)
getbaseclasses(window) getbaseclasses(window)
getbaseclasses(clipping_window) getbaseclasses(clipping_window)
getbaseclasses(information_window) getbaseclasses(information_window)
getbaseclasses(trash_2d_object)
getbaseclasses(desktop_2d_object)
getbaseclasses(container)
getbaseclasses(folder)
getbaseclasses(disk)
getbaseclasses(icon_view_options) getbaseclasses(icon_view_options)
getbaseclasses(label) getbaseclasses(label)
getbaseclasses(column) getbaseclasses(column)
@ -97,6 +93,10 @@ getbaseclasses(preferences)
getbaseclasses(alias_list) getbaseclasses(alias_list)
getbaseclasses(icon_family) getbaseclasses(icon_family)
getbaseclasses(list_view_options) getbaseclasses(list_view_options)
getbaseclasses(process)
getbaseclasses(application_process)
getbaseclasses(desk_accessory_process)
getbaseclasses(application)
getbaseclasses(StdSuites.Type_Names_Suite.double_integer) getbaseclasses(StdSuites.Type_Names_Suite.double_integer)
getbaseclasses(StdSuites.Type_Names_Suite.version) getbaseclasses(StdSuites.Type_Names_Suite.version)
getbaseclasses(StdSuites.Type_Names_Suite.RGB16_color) getbaseclasses(StdSuites.Type_Names_Suite.RGB16_color)
@ -144,6 +144,11 @@ getbaseclasses(StdSuites.Type_Names_Suite.bounding_rectangle)
_classdeclarations = { _classdeclarations = {
'cobj' : item, 'cobj' : item,
'capp' : application, 'capp' : application,
'ctrs' : trash_2d_object,
'cdsk' : desktop_2d_object,
'ctnr' : container,
'cfol' : folder,
'cdis' : disk,
'pack' : package, 'pack' : package,
'file' : file, 'file' : file,
'appf' : application_file, 'appf' : application_file,
@ -151,20 +156,11 @@ _classdeclarations = {
'inlf' : internet_location_file, 'inlf' : internet_location_file,
'docf' : document_file, 'docf' : document_file,
'clpf' : clipping, 'clpf' : clipping,
'prcs' : process,
'pcap' : application_process,
'pcda' : desk_accessory_process,
'capp' : application,
'pwnd' : preferences_window, 'pwnd' : preferences_window,
'brow' : Finder_window, 'brow' : Finder_window,
'cwin' : window, 'cwin' : window,
'lwnd' : clipping_window, 'lwnd' : clipping_window,
'iwnd' : information_window, 'iwnd' : information_window,
'ctrs' : trash_2d_object,
'cdsk' : desktop_2d_object,
'ctnr' : container,
'cfol' : folder,
'cdis' : disk,
'icop' : icon_view_options, 'icop' : icon_view_options,
'clbl' : label, 'clbl' : label,
'lvcl' : column, 'lvcl' : column,
@ -172,6 +168,10 @@ _classdeclarations = {
'alst' : alias_list, 'alst' : alias_list,
'ifam' : icon_family, 'ifam' : icon_family,
'lvop' : list_view_options, 'lvop' : list_view_options,
'prcs' : process,
'pcap' : application_process,
'pcda' : desk_accessory_process,
'capp' : application,
'comp' : StdSuites.Type_Names_Suite.double_integer, 'comp' : StdSuites.Type_Names_Suite.double_integer,
'vers' : StdSuites.Type_Names_Suite.version, 'vers' : StdSuites.Type_Names_Suite.version,
'tr16' : StdSuites.Type_Names_Suite.RGB16_color, 'tr16' : StdSuites.Type_Names_Suite.RGB16_color,

View file

@ -16,6 +16,31 @@ class Text_Events(Text_Suite_Events):
pass pass
class text(aetools.ComponentItem):
"""text - independent text view objects """
want = 'ctxt'
class beginning(aetools.NProperty):
"""beginning - Beginning of element """
which = 'bgng'
want = 'obj '
class end(aetools.NProperty):
"""end - Ending of element """
which = 'end '
want = 'obj '
class infront(aetools.NProperty):
"""infront - Immediately before element """
which = 'pBef'
want = 'obj '
class justbehind(aetools.NProperty):
"""justbehind - Immediately after element """
which = 'pAft'
want = 'obj '
class updateLevel(aetools.NProperty):
"""updateLevel - updating level. Can only be incremented or decremented. Do so only in a try block -- if the level is greater than zero, visual text updating will cease. """
which = 'pUpL'
want = 'long'
# element 'stys' as ['indx', 'name']
class styleset(aetools.ComponentItem): class styleset(aetools.ComponentItem):
"""styleset - A style \xd2set\xd3 that may be used repeatedly in text objects. """ """styleset - A style \xd2set\xd3 that may be used repeatedly in text objects. """
want = 'stys' want = 'stys'
@ -45,42 +70,6 @@ class writing_code(aetools.NProperty):
want = 'tsty' want = 'tsty'
stylesets = styleset stylesets = styleset
class text(aetools.ComponentItem):
"""text - independent text view objects """
want = 'ctxt'
class beginning(aetools.NProperty):
"""beginning - Beginning of element """
which = 'bgng'
want = 'obj '
class end(aetools.NProperty):
"""end - Ending of element """
which = 'end '
want = 'obj '
class infront(aetools.NProperty):
"""infront - Immediately before element """
which = 'pBef'
want = 'obj '
class justbehind(aetools.NProperty):
"""justbehind - Immediately after element """
which = 'pAft'
want = 'obj '
class updateLevel(aetools.NProperty):
"""updateLevel - updating level. Can only be incremented or decremented. Do so only in a try block -- if the level is greater than zero, visual text updating will cease. """
which = 'pUpL'
want = 'long'
# element 'stys' as ['indx', 'name']
styleset._superclassnames = []
styleset._privpropdict = {
'color' : color,
'font' : font,
'name' : name,
'size' : size,
'style' : style,
'writing_code' : writing_code,
}
styleset._privelemdict = {
}
text._superclassnames = [] text._superclassnames = []
text._privpropdict = { text._privpropdict = {
'beginning' : beginning, 'beginning' : beginning,
@ -92,6 +81,17 @@ text._privpropdict = {
text._privelemdict = { text._privelemdict = {
'styleset' : styleset, 'styleset' : styleset,
} }
styleset._superclassnames = []
styleset._privpropdict = {
'color' : color,
'font' : font,
'name' : name,
'size' : size,
'style' : style,
'writing_code' : writing_code,
}
styleset._privelemdict = {
}
# #
# Indices of types declared in this module # Indices of types declared in this module

View file

@ -61,6 +61,8 @@ import StdSuites
# #
getbaseclasses(window) getbaseclasses(window)
getbaseclasses(application) getbaseclasses(application)
getbaseclasses(text)
getbaseclasses(styleset)
getbaseclasses(StdSuites.Text_Suite.text_flow) getbaseclasses(StdSuites.Text_Suite.text_flow)
getbaseclasses(StdSuites.Text_Suite.character) getbaseclasses(StdSuites.Text_Suite.character)
getbaseclasses(StdSuites.Text_Suite.text_style_info) getbaseclasses(StdSuites.Text_Suite.text_style_info)
@ -68,8 +70,6 @@ getbaseclasses(StdSuites.Text_Suite.line)
getbaseclasses(StdSuites.Text_Suite.word) getbaseclasses(StdSuites.Text_Suite.word)
getbaseclasses(StdSuites.Text_Suite.paragraph) getbaseclasses(StdSuites.Text_Suite.paragraph)
getbaseclasses(StdSuites.Text_Suite.text) getbaseclasses(StdSuites.Text_Suite.text)
getbaseclasses(text)
getbaseclasses(styleset)
# #
# Indices of types declared in this module # Indices of types declared in this module
@ -77,6 +77,8 @@ getbaseclasses(styleset)
_classdeclarations = { _classdeclarations = {
'cwin' : window, 'cwin' : window,
'capp' : application, 'capp' : application,
'ctxt' : text,
'stys' : styleset,
'cflo' : StdSuites.Text_Suite.text_flow, 'cflo' : StdSuites.Text_Suite.text_flow,
'cha ' : StdSuites.Text_Suite.character, 'cha ' : StdSuites.Text_Suite.character,
'tsty' : StdSuites.Text_Suite.text_style_info, 'tsty' : StdSuites.Text_Suite.text_style_info,
@ -84,8 +86,6 @@ _classdeclarations = {
'cwor' : StdSuites.Text_Suite.word, 'cwor' : StdSuites.Text_Suite.word,
'cpar' : StdSuites.Text_Suite.paragraph, 'cpar' : StdSuites.Text_Suite.paragraph,
'ctxt' : StdSuites.Text_Suite.text, 'ctxt' : StdSuites.Text_Suite.text,
'ctxt' : text,
'stys' : styleset,
} }

File diff suppressed because it is too large Load diff

View file

@ -29,6 +29,24 @@ class ID(aetools.NProperty):
ADB_addresses = ADB_address ADB_addresses = ADB_address
class address_specification(aetools.ComponentItem):
"""address specification - Unique designation of a device or service connected to this computer """
want = 'cadr'
class conduit(aetools.NProperty):
"""conduit - How the addressee is physically connected """
which = 'pcon'
want = 'econ'
class properties(aetools.NProperty):
"""properties - property that allows getting and setting of multiple properties """
which = 'pALL'
want = 'reco'
class protocol(aetools.NProperty):
"""protocol - How to talk to this addressee """
which = 'pprt'
want = 'epro'
address_specifications = address_specification
class AppleTalk_address(aetools.ComponentItem): class AppleTalk_address(aetools.ComponentItem):
"""AppleTalk address - Addresses a device or service connected via the AppleTalk protocol """ """AppleTalk address - Addresses a device or service connected via the AppleTalk protocol """
want = 'cat ' want = 'cat '
@ -47,6 +65,26 @@ class AppleTalk_zone(aetools.NProperty):
AppleTalk_addresses = AppleTalk_address AppleTalk_addresses = AppleTalk_address
class bus_slot(aetools.ComponentItem):
"""bus slot - Addresses a PC, PCI, or NuBus card """
want = 'cbus'
bus_slots = bus_slot
class device_specification(aetools.ComponentItem):
"""device specification - A device connected to a computer """
want = 'cdev'
class device_address(aetools.NProperty):
"""device address - the address of the device """
which = 'pdva'
want = 'cadr'
class device_type(aetools.NProperty):
"""device type - the kind of device """
which = 'pdvt'
want = 'edvt'
device_specifications = device_specification
class Ethernet_address(aetools.ComponentItem): class Ethernet_address(aetools.ComponentItem):
"""Ethernet address - Addresses a device by its Ethernet address """ """Ethernet address - Addresses a device by its Ethernet address """
want = 'cen ' want = 'cen '
@ -111,53 +149,15 @@ class Token_Ring_address(aetools.ComponentItem):
Token_Ring_addresses = Token_Ring_address Token_Ring_addresses = Token_Ring_address
class USB_Addresses(aetools.ComponentItem): class USB_address(aetools.ComponentItem):
"""USB Addresses - """ """USB address - Addresses a device on the Universal Serial Bus """
want = 'cusb' want = 'cusb'
USB_address = USB_Addresses
class name(aetools.NProperty): class name(aetools.NProperty):
"""name - the USB device name """ """name - the USB device name """
which = 'pnam' which = 'pnam'
want = 'TEXT' want = 'TEXT'
class address_specification(aetools.ComponentItem): USB_Addresses = USB_address
"""address specification - Unique designation of a device or service connected to this computer """
want = 'cadr'
class conduit(aetools.NProperty):
"""conduit - How the addressee is physically connected """
which = 'pcon'
want = 'econ'
class properties(aetools.NProperty):
"""properties - property that allows getting and setting of multiple properties """
which = 'pALL'
want = 'reco'
class protocol(aetools.NProperty):
"""protocol - How to talk to this addressee """
which = 'pprt'
want = 'epro'
address_specifications = address_specification
class bus_slot(aetools.ComponentItem):
"""bus slot - Addresses a PC, PCI, or NuBus card """
want = 'cbus'
bus_slots = bus_slot
class device_specification(aetools.ComponentItem):
"""device specification - A device connected to a computer """
want = 'cdev'
class device_address(aetools.NProperty):
"""device address - the address of the device """
which = 'pdva'
want = 'cadr'
class device_type(aetools.NProperty):
"""device type - the kind of device """
which = 'pdvt'
want = 'edvt'
device_specifications = device_specification
ADB_address._superclassnames = ['address_specification'] ADB_address._superclassnames = ['address_specification']
ADB_address._privpropdict = { ADB_address._privpropdict = {
'ID' : ID, 'ID' : ID,
@ -165,6 +165,14 @@ ADB_address._privpropdict = {
} }
ADB_address._privelemdict = { ADB_address._privelemdict = {
} }
address_specification._superclassnames = []
address_specification._privpropdict = {
'conduit' : conduit,
'properties' : properties,
'protocol' : protocol,
}
address_specification._privelemdict = {
}
AppleTalk_address._superclassnames = ['address_specification'] AppleTalk_address._superclassnames = ['address_specification']
AppleTalk_address._privpropdict = { AppleTalk_address._privpropdict = {
'AppleTalk_machine' : AppleTalk_machine, 'AppleTalk_machine' : AppleTalk_machine,
@ -174,6 +182,21 @@ AppleTalk_address._privpropdict = {
} }
AppleTalk_address._privelemdict = { AppleTalk_address._privelemdict = {
} }
bus_slot._superclassnames = ['address_specification']
bus_slot._privpropdict = {
'ID' : ID,
'_3c_inheritance_3e_' : _3c_inheritance_3e_,
}
bus_slot._privelemdict = {
}
device_specification._superclassnames = []
device_specification._privpropdict = {
'device_address' : device_address,
'device_type' : device_type,
'properties' : properties,
}
device_specification._privelemdict = {
}
Ethernet_address._superclassnames = ['address_specification'] Ethernet_address._superclassnames = ['address_specification']
Ethernet_address._privpropdict = { Ethernet_address._privpropdict = {
'ID' : ID, 'ID' : ID,
@ -222,33 +245,12 @@ Token_Ring_address._privpropdict = {
} }
Token_Ring_address._privelemdict = { Token_Ring_address._privelemdict = {
} }
USB_Addresses._superclassnames = [] USB_address._superclassnames = ['address_specification']
USB_Addresses._privpropdict = { USB_address._privpropdict = {
}
USB_Addresses._privelemdict = {
}
address_specification._superclassnames = []
address_specification._privpropdict = {
'conduit' : conduit,
'properties' : properties,
'protocol' : protocol,
}
address_specification._privelemdict = {
}
bus_slot._superclassnames = ['address_specification']
bus_slot._privpropdict = {
'ID' : ID,
'_3c_inheritance_3e_' : _3c_inheritance_3e_, '_3c_inheritance_3e_' : _3c_inheritance_3e_,
'name' : name,
} }
bus_slot._privelemdict = { USB_address._privelemdict = {
}
device_specification._superclassnames = []
device_specification._privpropdict = {
'device_address' : device_address,
'device_type' : device_type,
'properties' : properties,
}
device_specification._privelemdict = {
} }
_Enum_econ = { _Enum_econ = {
'ADB' : 'eadb', # 'ADB' : 'eadb', #
@ -337,7 +339,7 @@ _classdeclarations = {
'clt ' : LocalTalk_address, 'clt ' : LocalTalk_address,
'cscs' : SCSI_address, 'cscs' : SCSI_address,
'ctok' : Token_Ring_address, 'ctok' : Token_Ring_address,
'cusb' : USB_Addresses, 'cusb' : USB_address,
} }
_propdeclarations = { _propdeclarations = {

View file

@ -119,11 +119,91 @@ class writing_code(aetools.NProperty):
drawing_areas = drawing_area drawing_areas = drawing_area
class graphic_group(aetools.ComponentItem): class graphic_objects(aetools.ComponentItem):
"""graphic group - Group of graphics """ """graphic objects - """
want = 'cgob'
graphic_object = graphic_objects
class graphic_shapes(aetools.ComponentItem):
"""graphic shapes - """
want = 'cgsh'
graphic_shape = graphic_shapes
class graphic_text(aetools.ComponentItem):
"""graphic text - A series of characters within a drawing area """
want = 'cgtx'
class color(aetools.NProperty):
"""color - the color of the first character """
which = 'colr'
want = 'cRGB'
class font(aetools.NProperty):
"""font - the name of the font of the first character """
which = 'font'
want = 'ctxt'
class size(aetools.NProperty):
"""size - the size in points of the first character """
which = 'ptsz'
want = 'fixd'
class uniform_styles(aetools.NProperty):
"""uniform styles - the text styles that are uniform throughout the text """
which = 'ustl'
want = 'tsty'
class ovals(aetools.ComponentItem):
"""ovals - """
want = 'covl'
oval = ovals
class polygon(aetools.ComponentItem):
"""polygon - A polygon """
want = 'cpgn'
class point_list(aetools.NProperty):
"""point list - the list of points that define the polygon """
which = 'ptlt'
want = 'QDpt'
polygons = polygon
class graphic_groups(aetools.ComponentItem):
"""graphic groups - """
want = 'cpic' want = 'cpic'
graphic_groups = graphic_group graphic_group = graphic_groups
class pixel_maps(aetools.ComponentItem):
"""pixel maps - """
want = 'cpix'
pixel_map = pixel_maps
class pixel(aetools.ComponentItem):
"""pixel - A pixel """
want = 'cpxl'
pixels = pixel
class rectangles(aetools.ComponentItem):
"""rectangles - """
want = 'crec'
rectangle = rectangles
class rounded_rectangle(aetools.ComponentItem):
"""rounded rectangle - A rounded rectangle """
want = 'crrc'
class corner_curve_height(aetools.NProperty):
"""corner curve height - the height of the oval used to define the shape of the rounded corners """
which = 'pchd'
want = 'shor'
class corner_curve_width(aetools.NProperty):
"""corner curve width - the width of the oval used to define the shape of the rounded corners """
which = 'pcwd'
want = 'shor'
rounded_rectangles = rounded_rectangle
class graphic_line(aetools.ComponentItem): class graphic_line(aetools.ComponentItem):
"""graphic line - A graphic line """ """graphic line - A graphic line """
@ -146,86 +226,6 @@ class start_point(aetools.NProperty):
want = 'QDpt' want = 'QDpt'
graphic_lines = graphic_line graphic_lines = graphic_line
class graphic_object(aetools.ComponentItem):
"""graphic object - A graphic object """
want = 'cgob'
graphic_objects = graphic_object
class graphic_shape(aetools.ComponentItem):
"""graphic shape - A graphic shape """
want = 'cgsh'
graphic_shapes = graphic_shape
class graphic_text(aetools.ComponentItem):
"""graphic text - A series of characters within a drawing area """
want = 'cgtx'
class color(aetools.NProperty):
"""color - the color of the first character """
which = 'colr'
want = 'cRGB'
class font(aetools.NProperty):
"""font - the name of the font of the first character """
which = 'font'
want = 'ctxt'
class size(aetools.NProperty):
"""size - the size in points of the first character """
which = 'ptsz'
want = 'fixd'
class uniform_styles(aetools.NProperty):
"""uniform styles - the text styles that are uniform throughout the text """
which = 'ustl'
want = 'tsty'
class oval(aetools.ComponentItem):
"""oval - An oval """
want = 'covl'
ovals = oval
class pixel(aetools.ComponentItem):
"""pixel - A pixel """
want = 'cpxl'
class pixel_map(aetools.ComponentItem):
"""pixel map - A pixel map """
want = 'cpix'
pixel_maps = pixel_map
pixels = pixel
class polygon(aetools.ComponentItem):
"""polygon - A polygon """
want = 'cpgn'
class point_list(aetools.NProperty):
"""point list - the list of points that define the polygon """
which = 'ptlt'
want = 'QDpt'
polygons = polygon
class rectangle(aetools.ComponentItem):
"""rectangle - A rectangle """
want = 'crec'
rectangles = rectangle
class rounded_rectangle(aetools.ComponentItem):
"""rounded rectangle - A rounded rectangle """
want = 'crrc'
class corner_curve_height(aetools.NProperty):
"""corner curve height - the height of the oval used to define the shape of the rounded corners """
which = 'pchd'
want = 'shor'
class corner_curve_width(aetools.NProperty):
"""corner curve width - the width of the oval used to define the shape of the rounded corners """
which = 'pcwd'
want = 'shor'
rounded_rectangles = rounded_rectangle
arc._superclassnames = [] arc._superclassnames = []
arc._privpropdict = { arc._privpropdict = {
'arc_angle' : arc_angle, 'arc_angle' : arc_angle,
@ -259,29 +259,15 @@ drawing_area._privpropdict = {
} }
drawing_area._privelemdict = { drawing_area._privelemdict = {
} }
graphic_group._superclassnames = [] graphic_objects._superclassnames = []
graphic_group._privpropdict = { graphic_objects._privpropdict = {
} }
graphic_group._privelemdict = { graphic_objects._privelemdict = {
} }
graphic_line._superclassnames = [] graphic_shapes._superclassnames = []
graphic_line._privpropdict = { graphic_shapes._privpropdict = {
'arrow_style' : arrow_style,
'dash_style' : dash_style,
'end_point' : end_point,
'start_point' : start_point,
} }
graphic_line._privelemdict = { graphic_shapes._privelemdict = {
}
graphic_object._superclassnames = []
graphic_object._privpropdict = {
}
graphic_object._privelemdict = {
}
graphic_shape._superclassnames = []
graphic_shape._privpropdict = {
}
graphic_shape._privelemdict = {
} }
graphic_text._superclassnames = [] graphic_text._superclassnames = []
graphic_text._privpropdict = { graphic_text._privpropdict = {
@ -292,21 +278,10 @@ graphic_text._privpropdict = {
} }
graphic_text._privelemdict = { graphic_text._privelemdict = {
} }
oval._superclassnames = [] ovals._superclassnames = []
oval._privpropdict = { ovals._privpropdict = {
} }
oval._privelemdict = { ovals._privelemdict = {
}
pixel._superclassnames = []
pixel._privpropdict = {
'color' : color,
}
pixel._privelemdict = {
}
pixel_map._superclassnames = []
pixel_map._privpropdict = {
}
pixel_map._privelemdict = {
} }
polygon._superclassnames = [] polygon._superclassnames = []
polygon._privpropdict = { polygon._privpropdict = {
@ -314,10 +289,26 @@ polygon._privpropdict = {
} }
polygon._privelemdict = { polygon._privelemdict = {
} }
rectangle._superclassnames = [] graphic_groups._superclassnames = []
rectangle._privpropdict = { graphic_groups._privpropdict = {
} }
rectangle._privelemdict = { graphic_groups._privelemdict = {
}
pixel_maps._superclassnames = []
pixel_maps._privpropdict = {
}
pixel_maps._privelemdict = {
}
pixel._superclassnames = []
pixel._privpropdict = {
'color' : color,
}
pixel._privelemdict = {
}
rectangles._superclassnames = []
rectangles._privpropdict = {
}
rectangles._privelemdict = {
} }
rounded_rectangle._superclassnames = [] rounded_rectangle._superclassnames = []
rounded_rectangle._privpropdict = { rounded_rectangle._privpropdict = {
@ -326,6 +317,15 @@ rounded_rectangle._privpropdict = {
} }
rounded_rectangle._privelemdict = { rounded_rectangle._privelemdict = {
} }
graphic_line._superclassnames = []
graphic_line._privpropdict = {
'arrow_style' : arrow_style,
'dash_style' : dash_style,
'end_point' : end_point,
'start_point' : start_point,
}
graphic_line._privelemdict = {
}
_Enum_arro = { _Enum_arro = {
'no_arrow' : 'arno', # No arrow on line 'no_arrow' : 'arno', # No arrow on line
'arrow_at_start' : 'arst', # Arrow at start of line 'arrow_at_start' : 'arst', # Arrow at start of line
@ -358,15 +358,15 @@ _Enum_tran = {
_classdeclarations = { _classdeclarations = {
'carc' : arc, 'carc' : arc,
'cdrw' : drawing_area, 'cdrw' : drawing_area,
'cgob' : graphic_object, 'cgob' : graphic_objects,
'cgsh' : graphic_shape, 'cgsh' : graphic_shapes,
'cgtx' : graphic_text, 'cgtx' : graphic_text,
'covl' : oval, 'covl' : ovals,
'cpgn' : polygon, 'cpgn' : polygon,
'cpic' : graphic_group, 'cpic' : graphic_groups,
'cpix' : pixel_map, 'cpix' : pixel_maps,
'cpxl' : pixel, 'cpxl' : pixel,
'crec' : rectangle, 'crec' : rectangles,
'crrc' : rounded_rectangle, 'crrc' : rounded_rectangle,
'glin' : graphic_line, 'glin' : graphic_line,
} }

View file

@ -33,11 +33,11 @@ class translation(aetools.NProperty):
drawing_areas = drawing_area drawing_areas = drawing_area
class graphic_group(aetools.ComponentItem): class graphic_groups(aetools.ComponentItem):
"""graphic group - Group of graphics """ """graphic groups - """
want = 'cpic' want = 'cpic'
graphic_groups = graphic_group graphic_group = graphic_groups
drawing_area._superclassnames = [] drawing_area._superclassnames = []
drawing_area._privpropdict = { drawing_area._privpropdict = {
'rotation' : rotation, 'rotation' : rotation,
@ -46,10 +46,10 @@ drawing_area._privpropdict = {
} }
drawing_area._privelemdict = { drawing_area._privelemdict = {
} }
graphic_group._superclassnames = [] graphic_groups._superclassnames = []
graphic_group._privpropdict = { graphic_groups._privpropdict = {
} }
graphic_group._privelemdict = { graphic_groups._privelemdict = {
} }
# #
@ -57,7 +57,7 @@ graphic_group._privelemdict = {
# #
_classdeclarations = { _classdeclarations = {
'cdrw' : drawing_area, 'cdrw' : drawing_area,
'cpic' : graphic_group, 'cpic' : graphic_groups,
} }
_propdeclarations = { _propdeclarations = {

View file

@ -448,11 +448,11 @@ class Standard_Suite_Events(builtin_Suite_Events):
return _arguments['----'] return _arguments['----']
class alias(aetools.ComponentItem): class aliases(aetools.ComponentItem):
"""alias - a file on a disk or server. The file must exist when you check the syntax of your script. """ """aliases - """
want = 'alis' want = 'alis'
aliases = alias alias = aliases
class application(aetools.ComponentItem): class application(aetools.ComponentItem):
"""application - An application program """ """application - An application program """
@ -480,31 +480,11 @@ class version(aetools.NProperty):
applications = application applications = application
class document(aetools.ComponentItem): class insertion_points(aetools.ComponentItem):
"""document - A document of a scriptable application """ """insertion points - """
want = 'docu'
class modified(aetools.NProperty):
"""modified - Has the document been modified since the last save? """
which = 'imod'
want = 'bool'
documents = document
class file(aetools.ComponentItem):
"""file - a file on a disk or server """
want = 'file'
class stationery(aetools.NProperty):
"""stationery - Is the file a stationery file? """
which = 'pspd'
want = 'bool'
files = file
class insertion_point(aetools.ComponentItem):
"""insertion point - An insertion location between two objects """
want = 'cins' want = 'cins'
insertion_points = insertion_point insertion_point = insertion_points
class selection_2d_object(aetools.ComponentItem): class selection_2d_object(aetools.ComponentItem):
"""selection-object - A way to refer to the state of the current of the selection. Use the \xd4select\xd5 command to make a new selection. """ """selection-object - A way to refer to the state of the current of the selection. Use the \xd4select\xd5 command to make a new selection. """
@ -559,10 +539,30 @@ class zoomed(aetools.NProperty):
want = 'bool' want = 'bool'
windows = window windows = window
alias._superclassnames = []
alias._privpropdict = { class document(aetools.ComponentItem):
"""document - A document of a scriptable application """
want = 'docu'
class modified(aetools.NProperty):
"""modified - Has the document been modified since the last save? """
which = 'imod'
want = 'bool'
documents = document
class file(aetools.ComponentItem):
"""file - a file on a disk or server """
want = 'file'
class stationery(aetools.NProperty):
"""stationery - Is the file a stationery file? """
which = 'pspd'
want = 'bool'
files = file
aliases._superclassnames = []
aliases._privpropdict = {
} }
alias._privelemdict = { aliases._privelemdict = {
} }
application._superclassnames = [] application._superclassnames = []
application._privpropdict = { application._privpropdict = {
@ -574,22 +574,10 @@ application._privpropdict = {
} }
application._privelemdict = { application._privelemdict = {
} }
document._superclassnames = [] insertion_points._superclassnames = []
document._privpropdict = { insertion_points._privpropdict = {
'modified' : modified,
} }
document._privelemdict = { insertion_points._privelemdict = {
}
file._superclassnames = []
file._privpropdict = {
'stationery' : stationery,
}
file._privelemdict = {
}
insertion_point._superclassnames = []
insertion_point._privpropdict = {
}
insertion_point._privelemdict = {
} }
selection_2d_object._superclassnames = [] selection_2d_object._superclassnames = []
selection_2d_object._privpropdict = { selection_2d_object._privpropdict = {
@ -612,6 +600,18 @@ window._privpropdict = {
} }
window._privelemdict = { window._privelemdict = {
} }
document._superclassnames = []
document._privpropdict = {
'modified' : modified,
}
document._privelemdict = {
}
file._superclassnames = []
file._privpropdict = {
'stationery' : stationery,
}
file._privelemdict = {
}
class _3c_(aetools.NComparison): class _3c_(aetools.NComparison):
"""< - Less than """ """< - Less than """
class _3d_(aetools.NComparison): class _3d_(aetools.NComparison):
@ -663,9 +663,9 @@ _Enum_styl = {
# Indices of types declared in this module # Indices of types declared in this module
# #
_classdeclarations = { _classdeclarations = {
'alis' : alias, 'alis' : aliases,
'capp' : application, 'capp' : application,
'cins' : insertion_point, 'cins' : insertion_points,
'csel' : selection_2d_object, 'csel' : selection_2d_object,
'cwin' : window, 'cwin' : window,
'docu' : document, 'docu' : document,

View file

@ -39,17 +39,17 @@ class name(aetools.NProperty):
columns = column columns = column
class row(aetools.ComponentItem): class rows(aetools.ComponentItem):
"""row - A row """ """rows - """
want = 'crow' want = 'crow'
rows = row row = rows
class table(aetools.ComponentItem): class tables(aetools.ComponentItem):
"""table - A table """ """tables - """
want = 'ctbl' want = 'ctbl'
tables = table table = tables
cell._superclassnames = [] cell._superclassnames = []
cell._privpropdict = { cell._privpropdict = {
'formula' : formula, 'formula' : formula,
@ -63,15 +63,15 @@ column._privpropdict = {
} }
column._privelemdict = { column._privelemdict = {
} }
row._superclassnames = [] rows._superclassnames = []
row._privpropdict = { rows._privpropdict = {
} }
row._privelemdict = { rows._privelemdict = {
} }
table._superclassnames = [] tables._superclassnames = []
table._privpropdict = { tables._privpropdict = {
} }
table._privelemdict = { tables._privelemdict = {
} }
_Enum_prtn = { _Enum_prtn = {
'read_only' : 'nmod', # Can\xd5t change values or formulas 'read_only' : 'nmod', # Can\xd5t change values or formulas
@ -86,8 +86,8 @@ _Enum_prtn = {
_classdeclarations = { _classdeclarations = {
'ccel' : cell, 'ccel' : cell,
'ccol' : column, 'ccol' : column,
'crow' : row, 'crow' : rows,
'ctbl' : table, 'ctbl' : tables,
} }
_propdeclarations = { _propdeclarations = {

View file

@ -15,13 +15,23 @@ class Text_Suite_Events:
pass pass
class character(aetools.ComponentItem): class text_flow(aetools.ComponentItem):
"""character - A character """ """text flow - A contiguous block of text. Page layout applications call this a \xd4story.\xd5 """
want = 'cha ' want = 'cflo'
class _3c_inheritance_3e_(aetools.NProperty): class _3c_inheritance_3e_(aetools.NProperty):
"""<inheritance> - inherits some of its properties from this class """ """<inheritance> - inherits some of its properties from this class """
which = 'c@#^' which = 'c@#^'
want = 'ctxt' want = 'ctxt'
class name(aetools.NProperty):
"""name - the name """
which = 'pnam'
want = 'itxt'
text_flows = text_flow
class character(aetools.ComponentItem):
"""character - A character """
want = 'cha '
class line(aetools.ComponentItem): class line(aetools.ComponentItem):
"""line - A line of text """ """line - A line of text """
@ -72,15 +82,11 @@ class writing_code(aetools.NProperty):
# element 'ctxt' as ['indx'] # element 'ctxt' as ['indx']
# element 'cwor' as ['indx'] # element 'cwor' as ['indx']
class text_flow(aetools.ComponentItem): class word(aetools.ComponentItem):
"""text flow - A contiguous block of text. Page layout applications call this a \xd4story.\xd5 """ """word - A word """
want = 'cflo' want = 'cwor'
class name(aetools.NProperty):
"""name - the name """
which = 'pnam'
want = 'itxt'
text_flows = text_flow words = word
class text_style_info(aetools.ComponentItem): class text_style_info(aetools.ComponentItem):
"""text style info - On and Off styles of text run """ """text style info - On and Off styles of text run """
@ -95,12 +101,13 @@ class on_styles(aetools.NProperty):
want = 'styl' want = 'styl'
text_style_infos = text_style_info text_style_infos = text_style_info
text_flow._superclassnames = ['text']
class word(aetools.ComponentItem): text_flow._privpropdict = {
"""word - A word """ '_3c_inheritance_3e_' : _3c_inheritance_3e_,
want = 'cwor' 'name' : name,
}
words = word text_flow._privelemdict = {
}
character._superclassnames = ['text'] character._superclassnames = ['text']
character._privpropdict = { character._privpropdict = {
'_3c_inheritance_3e_' : _3c_inheritance_3e_, '_3c_inheritance_3e_' : _3c_inheritance_3e_,
@ -136,12 +143,11 @@ text._privelemdict = {
'text' : text, 'text' : text,
'word' : word, 'word' : word,
} }
text_flow._superclassnames = ['text'] word._superclassnames = ['text']
text_flow._privpropdict = { word._privpropdict = {
'_3c_inheritance_3e_' : _3c_inheritance_3e_, '_3c_inheritance_3e_' : _3c_inheritance_3e_,
'name' : name,
} }
text_flow._privelemdict = { word._privelemdict = {
} }
text_style_info._superclassnames = [] text_style_info._superclassnames = []
text_style_info._privpropdict = { text_style_info._privpropdict = {
@ -150,12 +156,6 @@ text_style_info._privpropdict = {
} }
text_style_info._privelemdict = { text_style_info._privelemdict = {
} }
word._superclassnames = ['text']
word._privpropdict = {
'_3c_inheritance_3e_' : _3c_inheritance_3e_,
}
word._privelemdict = {
}
_Enum_just = { _Enum_just = {
'left' : 'left', # Align with left margin 'left' : 'left', # Align with left margin
'right' : 'rght', # Align with right margin 'right' : 'rght', # Align with right margin

View file

@ -19,13 +19,17 @@ class PostScript_picture(aetools.ComponentItem):
"""PostScript picture - """ """PostScript picture - """
want = 'EPS ' want = 'EPS '
class RGB16_color(aetools.ComponentItem): class point(aetools.ComponentItem):
"""RGB16 color - """ """point - point coordinates """
want = 'tr16' want = 'QDpt'
class RGB96_color(aetools.ComponentItem): class string(aetools.ComponentItem):
"""RGB96 color - """ """string - a string of characters """
want = 'tr96' want = 'TEXT'
plain_text = string
plain_text = string
class TIFF_picture(aetools.ComponentItem): class TIFF_picture(aetools.ComponentItem):
"""TIFF picture - """ """TIFF picture - """
@ -35,22 +39,34 @@ class application_dictionary(aetools.ComponentItem):
"""application dictionary - """ """application dictionary - """
want = 'aete' want = 'aete'
class bounding_rectangle(aetools.ComponentItem): class system_dictionary(aetools.ComponentItem):
"""bounding rectangle - bounding rectangle """ """system dictionary - """
want = 'qdrt' want = 'aeut'
class color_table(aetools.ComponentItem): class color_table(aetools.ComponentItem):
"""color table - """ """color table - """
want = 'clrt' want = 'clrt'
class dash_style(aetools.ComponentItem): class menu_item(aetools.ComponentItem):
"""dash style - """ """menu item - """
want = 'tdas' want = 'cmen'
class menu(aetools.ComponentItem):
"""menu - """
want = 'cmnu'
class double_integer(aetools.ComponentItem): class double_integer(aetools.ComponentItem):
"""double integer - """ """double integer - """
want = 'comp' want = 'comp'
class type_element_info(aetools.ComponentItem):
"""type element info - """
want = 'elin'
class type_event_info(aetools.ComponentItem):
"""type event info - information about an event """
want = 'evin'
class extended_real(aetools.ComponentItem): class extended_real(aetools.ComponentItem):
"""extended real - """ """extended real - """
want = 'exte' want = 'exte'
@ -67,14 +83,14 @@ class fixed_rectangle(aetools.ComponentItem):
"""fixed rectangle - """ """fixed rectangle - """
want = 'frct' want = 'frct'
class type_class_info(aetools.ComponentItem):
"""type class info - information about properties and elements of a class """
want = 'gcli'
class location_reference(aetools.ComponentItem): class location_reference(aetools.ComponentItem):
"""location reference - """ """location reference - """
want = 'insl' want = 'insl'
class long_fixed(aetools.ComponentItem):
"""long fixed - """
want = 'lfxd'
class long_fixed_point(aetools.ComponentItem): class long_fixed_point(aetools.ComponentItem):
"""long fixed point - """ """long fixed point - """
want = 'lfpt' want = 'lfpt'
@ -83,6 +99,10 @@ class long_fixed_rectangle(aetools.ComponentItem):
"""long fixed rectangle - """ """long fixed rectangle - """
want = 'lfrc' want = 'lfrc'
class long_fixed(aetools.ComponentItem):
"""long fixed - """
want = 'lfxd'
class long_point(aetools.ComponentItem): class long_point(aetools.ComponentItem):
"""long point - """ """long point - """
want = 'lpnt' want = 'lpnt'
@ -95,39 +115,25 @@ class machine_location(aetools.ComponentItem):
"""machine location - """ """machine location - """
want = 'mLoc' want = 'mLoc'
class menu(aetools.ComponentItem): class unsigned_integer(aetools.ComponentItem):
"""menu - """ """unsigned integer - """
want = 'cmnu' want = 'magn'
class menu_item(aetools.ComponentItem):
"""menu item - """
want = 'cmen'
class null(aetools.ComponentItem): class null(aetools.ComponentItem):
"""null - """ """null - """
want = 'null' want = 'null'
class pixel_map_record(aetools.ComponentItem): class type_property_info(aetools.ComponentItem):
"""pixel map record - """ """type property info - """
want = 'tpmm' want = 'pinf'
class plain_text(aetools.ComponentItem): class type_parameter_info(aetools.ComponentItem):
"""plain text - """ """type parameter info - """
want = 'TEXT' want = 'pmin'
plain_text = plain_text class bounding_rectangle(aetools.ComponentItem):
"""bounding rectangle - bounding rectangle """
class point(aetools.ComponentItem): want = 'qdrt'
"""point - point coordinates """
want = 'QDpt'
class rotation(aetools.ComponentItem):
"""rotation - """
want = 'trot'
class scrap_styles(aetools.ComponentItem):
"""scrap styles - """
want = 'styl'
class small_integer(aetools.ComponentItem): class small_integer(aetools.ComponentItem):
"""small integer - """ """small integer - """
@ -137,43 +143,37 @@ class small_real(aetools.ComponentItem):
"""small real - """ """small real - """
want = 'sing' want = 'sing'
string = plain_text class scrap_styles(aetools.ComponentItem):
"""scrap styles - """
class system_dictionary(aetools.ComponentItem): want = 'styl'
"""system dictionary - """
want = 'aeut'
class target_id(aetools.ComponentItem):
"""target id - """
want = 'targ'
class type_class_info(aetools.ComponentItem):
"""type class info - information about properties and elements of a class """
want = 'gcli'
class type_element_info(aetools.ComponentItem):
"""type element info - """
want = 'elin'
class type_event_info(aetools.ComponentItem):
"""type event info - information about an event """
want = 'evin'
class type_parameter_info(aetools.ComponentItem):
"""type parameter info - """
want = 'pmin'
class type_property_info(aetools.ComponentItem):
"""type property info - """
want = 'pinf'
class type_suite_info(aetools.ComponentItem): class type_suite_info(aetools.ComponentItem):
"""type suite info - """ """type suite info - """
want = 'suin' want = 'suin'
class unsigned_integer(aetools.ComponentItem): class target_id(aetools.ComponentItem):
"""unsigned integer - """ """target id - """
want = 'magn' want = 'targ'
class dash_style(aetools.ComponentItem):
"""dash style - """
want = 'tdas'
class pixel_map_record(aetools.ComponentItem):
"""pixel map record - """
want = 'tpmm'
class RGB16_color(aetools.ComponentItem):
"""RGB16 color - """
want = 'tr16'
class RGB96_color(aetools.ComponentItem):
"""RGB96 color - """
want = 'tr96'
class rotation(aetools.ComponentItem):
"""rotation - """
want = 'trot'
class version(aetools.ComponentItem): class version(aetools.ComponentItem):
"""version - """ """version - """
@ -183,15 +183,15 @@ PostScript_picture._privpropdict = {
} }
PostScript_picture._privelemdict = { PostScript_picture._privelemdict = {
} }
RGB16_color._superclassnames = [] point._superclassnames = []
RGB16_color._privpropdict = { point._privpropdict = {
} }
RGB16_color._privelemdict = { point._privelemdict = {
} }
RGB96_color._superclassnames = [] string._superclassnames = []
RGB96_color._privpropdict = { string._privpropdict = {
} }
RGB96_color._privelemdict = { string._privelemdict = {
} }
TIFF_picture._superclassnames = [] TIFF_picture._superclassnames = []
TIFF_picture._privpropdict = { TIFF_picture._privpropdict = {
@ -203,26 +203,41 @@ application_dictionary._privpropdict = {
} }
application_dictionary._privelemdict = { application_dictionary._privelemdict = {
} }
bounding_rectangle._superclassnames = [] system_dictionary._superclassnames = []
bounding_rectangle._privpropdict = { system_dictionary._privpropdict = {
} }
bounding_rectangle._privelemdict = { system_dictionary._privelemdict = {
} }
color_table._superclassnames = [] color_table._superclassnames = []
color_table._privpropdict = { color_table._privpropdict = {
} }
color_table._privelemdict = { color_table._privelemdict = {
} }
dash_style._superclassnames = [] menu_item._superclassnames = []
dash_style._privpropdict = { menu_item._privpropdict = {
} }
dash_style._privelemdict = { menu_item._privelemdict = {
}
menu._superclassnames = []
menu._privpropdict = {
}
menu._privelemdict = {
} }
double_integer._superclassnames = [] double_integer._superclassnames = []
double_integer._privpropdict = { double_integer._privpropdict = {
} }
double_integer._privelemdict = { double_integer._privelemdict = {
} }
type_element_info._superclassnames = []
type_element_info._privpropdict = {
}
type_element_info._privelemdict = {
}
type_event_info._superclassnames = []
type_event_info._privpropdict = {
}
type_event_info._privelemdict = {
}
extended_real._superclassnames = [] extended_real._superclassnames = []
extended_real._privpropdict = { extended_real._privpropdict = {
} }
@ -243,16 +258,16 @@ fixed_rectangle._privpropdict = {
} }
fixed_rectangle._privelemdict = { fixed_rectangle._privelemdict = {
} }
type_class_info._superclassnames = []
type_class_info._privpropdict = {
}
type_class_info._privelemdict = {
}
location_reference._superclassnames = [] location_reference._superclassnames = []
location_reference._privpropdict = { location_reference._privpropdict = {
} }
location_reference._privelemdict = { location_reference._privelemdict = {
} }
long_fixed._superclassnames = []
long_fixed._privpropdict = {
}
long_fixed._privelemdict = {
}
long_fixed_point._superclassnames = [] long_fixed_point._superclassnames = []
long_fixed_point._privpropdict = { long_fixed_point._privpropdict = {
} }
@ -263,6 +278,11 @@ long_fixed_rectangle._privpropdict = {
} }
long_fixed_rectangle._privelemdict = { long_fixed_rectangle._privelemdict = {
} }
long_fixed._superclassnames = []
long_fixed._privpropdict = {
}
long_fixed._privelemdict = {
}
long_point._superclassnames = [] long_point._superclassnames = []
long_point._privpropdict = { long_point._privpropdict = {
} }
@ -278,50 +298,30 @@ machine_location._privpropdict = {
} }
machine_location._privelemdict = { machine_location._privelemdict = {
} }
menu._superclassnames = [] unsigned_integer._superclassnames = []
menu._privpropdict = { unsigned_integer._privpropdict = {
} }
menu._privelemdict = { unsigned_integer._privelemdict = {
}
menu_item._superclassnames = []
menu_item._privpropdict = {
}
menu_item._privelemdict = {
} }
null._superclassnames = [] null._superclassnames = []
null._privpropdict = { null._privpropdict = {
} }
null._privelemdict = { null._privelemdict = {
} }
pixel_map_record._superclassnames = [] type_property_info._superclassnames = []
pixel_map_record._privpropdict = { type_property_info._privpropdict = {
} }
pixel_map_record._privelemdict = { type_property_info._privelemdict = {
} }
plain_text._superclassnames = [] type_parameter_info._superclassnames = []
plain_text._privpropdict = { type_parameter_info._privpropdict = {
} }
plain_text._privelemdict = { type_parameter_info._privelemdict = {
} }
plain_text._superclassnames = [] bounding_rectangle._superclassnames = []
plain_text._privpropdict = { bounding_rectangle._privpropdict = {
} }
plain_text._privelemdict = { bounding_rectangle._privelemdict = {
}
point._superclassnames = []
point._privpropdict = {
}
point._privelemdict = {
}
rotation._superclassnames = []
rotation._privpropdict = {
}
rotation._privelemdict = {
}
scrap_styles._superclassnames = []
scrap_styles._privpropdict = {
}
scrap_styles._privelemdict = {
} }
small_integer._superclassnames = [] small_integer._superclassnames = []
small_integer._privpropdict = { small_integer._privpropdict = {
@ -333,50 +333,45 @@ small_real._privpropdict = {
} }
small_real._privelemdict = { small_real._privelemdict = {
} }
system_dictionary._superclassnames = [] scrap_styles._superclassnames = []
system_dictionary._privpropdict = { scrap_styles._privpropdict = {
} }
system_dictionary._privelemdict = { scrap_styles._privelemdict = {
}
target_id._superclassnames = []
target_id._privpropdict = {
}
target_id._privelemdict = {
}
type_class_info._superclassnames = []
type_class_info._privpropdict = {
}
type_class_info._privelemdict = {
}
type_element_info._superclassnames = []
type_element_info._privpropdict = {
}
type_element_info._privelemdict = {
}
type_event_info._superclassnames = []
type_event_info._privpropdict = {
}
type_event_info._privelemdict = {
}
type_parameter_info._superclassnames = []
type_parameter_info._privpropdict = {
}
type_parameter_info._privelemdict = {
}
type_property_info._superclassnames = []
type_property_info._privpropdict = {
}
type_property_info._privelemdict = {
} }
type_suite_info._superclassnames = [] type_suite_info._superclassnames = []
type_suite_info._privpropdict = { type_suite_info._privpropdict = {
} }
type_suite_info._privelemdict = { type_suite_info._privelemdict = {
} }
unsigned_integer._superclassnames = [] target_id._superclassnames = []
unsigned_integer._privpropdict = { target_id._privpropdict = {
} }
unsigned_integer._privelemdict = { target_id._privelemdict = {
}
dash_style._superclassnames = []
dash_style._privpropdict = {
}
dash_style._privelemdict = {
}
pixel_map_record._superclassnames = []
pixel_map_record._privpropdict = {
}
pixel_map_record._privelemdict = {
}
RGB16_color._superclassnames = []
RGB16_color._privpropdict = {
}
RGB16_color._privelemdict = {
}
RGB96_color._superclassnames = []
RGB96_color._privpropdict = {
}
RGB96_color._privelemdict = {
}
rotation._superclassnames = []
rotation._privpropdict = {
}
rotation._privelemdict = {
} }
version._superclassnames = [] version._superclassnames = []
version._privpropdict = { version._privpropdict = {
@ -390,7 +385,7 @@ version._privelemdict = {
_classdeclarations = { _classdeclarations = {
'EPS ' : PostScript_picture, 'EPS ' : PostScript_picture,
'QDpt' : point, 'QDpt' : point,
'TEXT' : plain_text, 'TEXT' : string,
'TIFF' : TIFF_picture, 'TIFF' : TIFF_picture,
'aete' : application_dictionary, 'aete' : application_dictionary,
'aeut' : system_dictionary, 'aeut' : system_dictionary,

View file

@ -0,0 +1,335 @@
"""Suite Disk-Folder-File Suite: Terms and Events for controlling Disks, Folders, and Files
Level 1, version 1
Generated from /System/Library/CoreServices/System Events.app
AETE/AEUT resource version 1/0, language 0, script 0
"""
import aetools
import MacOS
_code = 'cdis'
class Disk_2d_Folder_2d_File_Suite_Events:
_argmap_move = {
'to' : 'insh',
}
def move(self, _object, _attributes={}, **_arguments):
"""move: Move disk item(s) to a new location.
Required argument: the object for the command
Keyword argument to: The new location for the disk item(s).
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: the reply for the command
"""
_code = 'core'
_subcode = 'move'
aetools.keysubst(_arguments, self._argmap_move)
_arguments['----'] = _object
_reply, _arguments, _attributes = self.send(_code, _subcode,
_arguments, _attributes)
if _arguments.get('errn', 0):
raise aetools.Error, aetools.decodeerror(_arguments)
# XXXX Optionally decode result
if _arguments.has_key('----'):
return _arguments['----']
class alias(aetools.ComponentItem):
"""alias - An alias in the file system """
want = 'alis'
class _3c_Inheritance_3e_(aetools.NProperty):
"""<Inheritance> - All of the properties of the superclass. """
which = 'c@#^'
want = 'cobj'
class properties(aetools.NProperty):
"""properties - every property of the alias """
which = 'pALL'
want = '****'
class version(aetools.NProperty):
"""version - the version of the application bundle referenced by the alias (visible at the bottom of the "Get Info" window) """
which = 'vers'
want = 'utxt'
# element 'alis' as ['name', 'indx', 'rele', 'rang', 'test']
# element 'cfol' as ['name', 'indx', 'rele', 'rang', 'test']
# element 'cobj' as ['name', 'indx', 'rele', 'rang', 'test']
# element 'file' as ['name', 'indx', 'rele', 'rang', 'test']
aliases = alias
class disk(aetools.ComponentItem):
"""disk - A disk in the file system """
want = 'cdis'
class capacity(aetools.NProperty):
"""capacity - the total number of bytes (free or used) on the disk """
which = 'capa'
want = 'magn'
class ejectable(aetools.NProperty):
"""ejectable - Can the media be ejected (floppies, CD's, and so on)? """
which = 'isej'
want = 'bool'
class format(aetools.NProperty):
"""format - the file system format of this disk """
which = 'dfmt'
want = 'edfm'
class free_space(aetools.NProperty):
"""free space - the number of free bytes left on the disk """
which = 'frsp'
want = 'magn'
class ignore_privileges(aetools.NProperty):
"""ignore privileges - Ignore permissions on this disk? """
which = 'igpr'
want = 'bool'
class local_volume(aetools.NProperty):
"""local volume - Is the media a local volume (as opposed to a file server)? """
which = 'isrv'
want = 'bool'
class startup(aetools.NProperty):
"""startup - Is this disk the boot disk? """
which = 'istd'
want = 'bool'
# element 'alis' as ['name', 'indx', 'rele', 'rang', 'test']
# element 'cfol' as ['name', 'indx', 'rele', 'rang', 'test']
# element 'cobj' as ['name', 'indx', 'rele', 'rang', 'test']
# element 'file' as ['name', 'indx', 'rele', 'rang', 'test']
disks = disk
class folder(aetools.ComponentItem):
"""folder - A folder in the file system """
want = 'cfol'
# element 'alis' as ['name', 'indx', 'rele', 'rang', 'test']
# element 'cfol' as ['name', 'indx', 'rele', 'rang', 'test']
# element 'cobj' as ['name', 'indx', 'rele', 'rang', 'test']
# element 'file' as ['name', 'indx', 'rele', 'rang', 'test']
folders = folder
class item(aetools.ComponentItem):
"""item - An item in the file system """
want = 'cobj'
class POSIX_path(aetools.NProperty):
"""POSIX path - the POSIX file system path of the item """
which = 'posx'
want = 'utxt'
class busy_status(aetools.NProperty):
"""busy status - Is the item busy? """
which = 'busy'
want = 'bool'
class creation_date(aetools.NProperty):
"""creation date - the date on which the item was created """
which = 'ascd'
want = '****'
class displayed_name(aetools.NProperty):
"""displayed name - the name of the item as displayed in the User Interface """
which = 'dnam'
want = 'utxt'
class modification_date(aetools.NProperty):
"""modification date - the date on which the item was last modified """
which = 'asmo'
want = '****'
class name(aetools.NProperty):
"""name - the name of the item """
which = 'pnam'
want = 'utxt'
class name_extension(aetools.NProperty):
"""name extension - the extension portion of the name """
which = 'extn'
want = 'utxt'
class package_folder(aetools.NProperty):
"""package folder - Is the item a package? """
which = 'pkgf'
want = 'bool'
class path(aetools.NProperty):
"""path - the file system path of the item """
which = 'ppth'
want = 'utxt'
class url(aetools.NProperty):
"""url - the url of the item """
which = 'url '
want = 'utxt'
class visible(aetools.NProperty):
"""visible - Is the item visible? """
which = 'pvis'
want = 'bool'
class volume(aetools.NProperty):
"""volume - the volume on which the item resides """
which = 'volu'
want = 'utxt'
items = item
class file(aetools.ComponentItem):
"""file - A file in the file system """
want = 'file'
class creator_type(aetools.NProperty):
"""creator type - the OSType identifying the application that created the file """
which = 'fcrt'
want = 'utxt'
class file_type(aetools.NProperty):
"""file type - the OSType identifying the type of data contained in the file """
which = 'asty'
want = 'utxt'
class physical_size(aetools.NProperty):
"""physical size - the actual space used by the file on disk """
which = 'phys'
want = '****'
class product_version(aetools.NProperty):
"""product version - the version of the product (visible at the top of the "Get Info" window) """
which = 'ver2'
want = 'utxt'
class size(aetools.NProperty):
"""size - the logical size of the file """
which = 'ptsz'
want = '****'
class stationery(aetools.NProperty):
"""stationery - Is the file a stationery pad? """
which = 'pspd'
want = 'bool'
files = file
alias._superclassnames = ['item']
alias._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
'properties' : properties,
'version' : version,
}
alias._privelemdict = {
'alias' : alias,
'file' : file,
'folder' : folder,
'item' : item,
}
disk._superclassnames = ['item']
disk._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
'capacity' : capacity,
'ejectable' : ejectable,
'format' : format,
'free_space' : free_space,
'ignore_privileges' : ignore_privileges,
'local_volume' : local_volume,
'properties' : properties,
'startup' : startup,
}
disk._privelemdict = {
'alias' : alias,
'file' : file,
'folder' : folder,
'item' : item,
}
folder._superclassnames = ['item']
folder._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
'properties' : properties,
}
folder._privelemdict = {
'alias' : alias,
'file' : file,
'folder' : folder,
'item' : item,
}
item._superclassnames = []
item._privpropdict = {
'POSIX_path' : POSIX_path,
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
'busy_status' : busy_status,
'creation_date' : creation_date,
'displayed_name' : displayed_name,
'modification_date' : modification_date,
'name' : name,
'name_extension' : name_extension,
'package_folder' : package_folder,
'path' : path,
'properties' : properties,
'url' : url,
'visible' : visible,
'volume' : volume,
}
item._privelemdict = {
}
file._superclassnames = ['item']
file._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
'creator_type' : creator_type,
'file_type' : file_type,
'physical_size' : physical_size,
'product_version' : product_version,
'properties' : properties,
'size' : size,
'stationery' : stationery,
'version' : version,
}
file._privelemdict = {
}
_Enum_edfm = {
'MS_2d_DOS_format' : 'dfms', # MS-DOS format
'Apple_Photo_format' : 'dfph', # Apple Photo format
'ISO_9660_format' : 'df96', # ISO 9660 format
'QuickTake_format' : 'dfqt', # QuickTake format
'AppleShare_format' : 'dfas', # AppleShare format
'High_Sierra_format' : 'dfhs', # High Sierra format
'Mac_OS_Extended_format' : 'dfh+', # Mac OS Extended format
'UDF_format' : 'dfud', # UDF format
'unknown_format' : 'df??', # unknown format
'audio_format' : 'dfau', # audio format
'Mac_OS_format' : 'dfhf', # Mac OS format
'UFS_format' : 'dfuf', # UFS format
'NFS_format' : 'dfnf', # NFS format
'ProDOS_format' : 'dfpr', # ProDOS format
'WebDAV_format' : 'dfwd', # WebDAV format
}
#
# Indices of types declared in this module
#
_classdeclarations = {
'alis' : alias,
'cdis' : disk,
'cfol' : folder,
'cobj' : item,
'file' : file,
}
_propdeclarations = {
'ascd' : creation_date,
'asmo' : modification_date,
'asty' : file_type,
'busy' : busy_status,
'c@#^' : _3c_Inheritance_3e_,
'capa' : capacity,
'dfmt' : format,
'dnam' : displayed_name,
'extn' : name_extension,
'fcrt' : creator_type,
'frsp' : free_space,
'igpr' : ignore_privileges,
'isej' : ejectable,
'isrv' : local_volume,
'istd' : startup,
'pALL' : properties,
'phys' : physical_size,
'pkgf' : package_folder,
'pnam' : name,
'posx' : POSIX_path,
'ppth' : path,
'pspd' : stationery,
'ptsz' : size,
'pvis' : visible,
'url ' : url,
'ver2' : product_version,
'vers' : version,
'volu' : volume,
}
_compdeclarations = {
}
_enumdeclarations = {
'edfm' : _Enum_edfm,
}

View file

@ -0,0 +1,245 @@
"""Suite Folder Actions Suite: Terms and Events for controlling Folder Actions
Level 1, version 1
Generated from /System/Library/CoreServices/System Events.app
AETE/AEUT resource version 1/0, language 0, script 0
"""
import aetools
import MacOS
_code = 'faco'
class Folder_Actions_Suite_Events:
_argmap_attach_action_to = {
'using' : 'faal',
}
def attach_action_to(self, _object, _attributes={}, **_arguments):
"""attach action to: Attach an action to a folder
Required argument: the object for the command
Keyword argument using: a file containing the script to attach
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: the reply for the command
"""
_code = 'faco'
_subcode = 'atfa'
aetools.keysubst(_arguments, self._argmap_attach_action_to)
_arguments['----'] = _object
_reply, _arguments, _attributes = self.send(_code, _subcode,
_arguments, _attributes)
if _arguments.get('errn', 0):
raise aetools.Error, aetools.decodeerror(_arguments)
# XXXX Optionally decode result
if _arguments.has_key('----'):
return _arguments['----']
def attached_scripts(self, _object, _attributes={}, **_arguments):
"""attached scripts: List the actions attached to a folder
Required argument: the object for the command
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: the reply for the command
"""
_code = 'faco'
_subcode = 'lact'
if _arguments: raise TypeError, 'No optional args expected'
_arguments['----'] = _object
_reply, _arguments, _attributes = self.send(_code, _subcode,
_arguments, _attributes)
if _arguments.get('errn', 0):
raise aetools.Error, aetools.decodeerror(_arguments)
# XXXX Optionally decode result
if _arguments.has_key('----'):
return _arguments['----']
_argmap_do_folder_action = {
'with_window_size' : 'fnsz',
'with_item_list' : 'flst',
'folder_action_code' : 'actn',
}
def do_folder_action(self, _object, _attributes={}, **_arguments):
"""do folder action: Event the Finder sends to the Folder Actions FBA
Required argument: the object for the command
Keyword argument with_window_size: the new window size for the folder action message to process
Keyword argument with_item_list: a list of items for the folder action message to process
Keyword argument folder_action_code: the folder action message to process
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: the reply for the command
"""
_code = 'faco'
_subcode = 'fola'
aetools.keysubst(_arguments, self._argmap_do_folder_action)
_arguments['----'] = _object
aetools.enumsubst(_arguments, 'actn', _Enum_actn)
_reply, _arguments, _attributes = self.send(_code, _subcode,
_arguments, _attributes)
if _arguments.get('errn', 0):
raise aetools.Error, aetools.decodeerror(_arguments)
# XXXX Optionally decode result
if _arguments.has_key('----'):
return _arguments['----']
_argmap_edit_action_of = {
'using_action_name' : 'snam',
'using_action_number' : 'indx',
}
def edit_action_of(self, _object, _attributes={}, **_arguments):
"""edit action of: Edit as action of a folder
Required argument: the object for the command
Keyword argument using_action_name: ...or the name of the action to edit
Keyword argument using_action_number: the index number of the action to edit...
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: the reply for the command
"""
_code = 'faco'
_subcode = 'edfa'
aetools.keysubst(_arguments, self._argmap_edit_action_of)
_arguments['----'] = _object
_reply, _arguments, _attributes = self.send(_code, _subcode,
_arguments, _attributes)
if _arguments.get('errn', 0):
raise aetools.Error, aetools.decodeerror(_arguments)
# XXXX Optionally decode result
if _arguments.has_key('----'):
return _arguments['----']
_argmap_remove_action_from = {
'using_action_name' : 'snam',
'using_action_number' : 'indx',
}
def remove_action_from(self, _object, _attributes={}, **_arguments):
"""remove action from: Remove a folder action from a folder
Required argument: the object for the command
Keyword argument using_action_name: ...or the name of the action to remove
Keyword argument using_action_number: the index number of the action to remove...
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: the reply for the command
"""
_code = 'faco'
_subcode = 'rmfa'
aetools.keysubst(_arguments, self._argmap_remove_action_from)
_arguments['----'] = _object
_reply, _arguments, _attributes = self.send(_code, _subcode,
_arguments, _attributes)
if _arguments.get('errn', 0):
raise aetools.Error, aetools.decodeerror(_arguments)
# XXXX Optionally decode result
if _arguments.has_key('----'):
return _arguments['----']
class folder_action(aetools.ComponentItem):
"""folder action - An action attached to a folder in the file system """
want = 'foac'
class _3c_Inheritance_3e_(aetools.NProperty):
"""<Inheritance> - All of the properties of the superclass. """
which = 'c@#^'
want = 'cobj'
class enabled(aetools.NProperty):
"""enabled - Is the folder action enabled? """
which = 'enaB'
want = 'bool'
class name(aetools.NProperty):
"""name - the name of the folder action, which is also the name of the folder """
which = 'pnam'
want = 'utxt'
class path(aetools.NProperty):
"""path - the path to the folder to which the folder action applies """
which = 'ppth'
want = '****'
class properties(aetools.NProperty):
"""properties - every property of the folder action """
which = 'pALL'
want = '****'
class volume(aetools.NProperty):
"""volume - the volume on which the folder action resides """
which = 'volu'
want = 'utxt'
# element 'scpt' as ['name', 'indx', 'rele', 'rang', 'test']
folder_actions = folder_action
class script(aetools.ComponentItem):
"""script - A script invoked by a folder action """
want = 'scpt'
class POSIX_path(aetools.NProperty):
"""POSIX path - the POSIX file system path of the disk """
which = 'posx'
want = 'utxt'
scripts = script
import Standard_Suite
folder_action._superclassnames = ['item']
folder_action._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
'enabled' : enabled,
'name' : name,
'path' : path,
'properties' : properties,
'volume' : volume,
}
folder_action._privelemdict = {
'script' : script,
}
script._superclassnames = ['item']
script._privpropdict = {
'POSIX_path' : POSIX_path,
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
'name' : name,
'path' : path,
'properties' : properties,
}
script._privelemdict = {
}
_Enum_actn = {
'items_added' : 'fget', # items added
'items_removed' : 'flos', # items removed
'window_closed' : 'fclo', # window closed
'window_moved' : 'fsiz', # window moved
'window_opened' : 'fopn', # window opened
}
#
# Indices of types declared in this module
#
_classdeclarations = {
'foac' : folder_action,
'scpt' : script,
}
_propdeclarations = {
'c@#^' : _3c_Inheritance_3e_,
'enaB' : enabled,
'pALL' : properties,
'pnam' : name,
'posx' : POSIX_path,
'ppth' : path,
'volu' : volume,
}
_compdeclarations = {
}
_enumdeclarations = {
'actn' : _Enum_actn,
}

View file

@ -0,0 +1,50 @@
"""Suite Hidden Suite: Hidden Terms and Events for controlling the System Events application
Level 1, version 1
Generated from /System/Library/CoreServices/System Events.app
AETE/AEUT resource version 1/0, language 0, script 0
"""
import aetools
import MacOS
_code = 'tpnm'
from StdSuites.Type_Names_Suite import *
class Hidden_Suite_Events(Type_Names_Suite_Events):
def do_script(self, _object, _attributes={}, **_arguments):
"""do script: Execute an OSA script.
Required argument: the object for the command
Keyword argument _attributes: AppleEvent attribute dictionary
"""
_code = 'misc'
_subcode = 'dosc'
if _arguments: raise TypeError, 'No optional args expected'
_arguments['----'] = _object
_reply, _arguments, _attributes = self.send(_code, _subcode,
_arguments, _attributes)
if _arguments.get('errn', 0):
raise aetools.Error, aetools.decodeerror(_arguments)
# XXXX Optionally decode result
if _arguments.has_key('----'):
return _arguments['----']
#
# Indices of types declared in this module
#
_classdeclarations = {
}
_propdeclarations = {
}
_compdeclarations = {
}
_enumdeclarations = {
}

View file

@ -0,0 +1,74 @@
"""Suite Login Items Suite: Terms and Events for controlling the Login Items application
Level 1, version 1
Generated from /System/Library/CoreServices/System Events.app
AETE/AEUT resource version 1/0, language 0, script 0
"""
import aetools
import MacOS
_code = 'logi'
class Login_Items_Suite_Events:
pass
class login_item(aetools.ComponentItem):
"""login item - an item to be launched or opened at login """
want = 'logi'
class _3c_Inheritance_3e_(aetools.NProperty):
"""<Inheritance> - All of the properties of the superclass. """
which = 'c@#^'
want = 'cobj'
class hidden(aetools.NProperty):
"""hidden - Is the Login Item hidden when launched? """
which = 'hidn'
want = 'bool'
class kind(aetools.NProperty):
"""kind - the file type of the Login Item """
which = 'kind'
want = 'utxt'
class name(aetools.NProperty):
"""name - the name of the Login Item """
which = 'pnam'
want = 'utxt'
class path(aetools.NProperty):
"""path - the file system path to the Login Item """
which = 'ppth'
want = 'utxt'
login_items = login_item
import Standard_Suite
login_item._superclassnames = ['item']
login_item._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
'hidden' : hidden,
'kind' : kind,
'name' : name,
'path' : path,
}
login_item._privelemdict = {
}
#
# Indices of types declared in this module
#
_classdeclarations = {
'logi' : login_item,
}
_propdeclarations = {
'c@#^' : _3c_Inheritance_3e_,
'hidn' : hidden,
'kind' : kind,
'pnam' : name,
'ppth' : path,
}
_compdeclarations = {
}
_enumdeclarations = {
}

View file

@ -0,0 +1,89 @@
"""Suite Power Suite: Terms and Events for controlling System power
Level 1, version 1
Generated from /System/Library/CoreServices/System Events.app
AETE/AEUT resource version 1/0, language 0, script 0
"""
import aetools
import MacOS
_code = 'powr'
class Power_Suite_Events:
def restart(self, _object, _attributes={}, **_arguments):
"""restart: Restart the computer
Required argument: the object for the command
Keyword argument _attributes: AppleEvent attribute dictionary
"""
_code = 'fndr'
_subcode = 'rest'
if _arguments: raise TypeError, 'No optional args expected'
_arguments['----'] = _object
_reply, _arguments, _attributes = self.send(_code, _subcode,
_arguments, _attributes)
if _arguments.get('errn', 0):
raise aetools.Error, aetools.decodeerror(_arguments)
# XXXX Optionally decode result
if _arguments.has_key('----'):
return _arguments['----']
def shut_down(self, _object, _attributes={}, **_arguments):
"""shut down: Shut Down the computer
Required argument: the object for the command
Keyword argument _attributes: AppleEvent attribute dictionary
"""
_code = 'fndr'
_subcode = 'shut'
if _arguments: raise TypeError, 'No optional args expected'
_arguments['----'] = _object
_reply, _arguments, _attributes = self.send(_code, _subcode,
_arguments, _attributes)
if _arguments.get('errn', 0):
raise aetools.Error, aetools.decodeerror(_arguments)
# XXXX Optionally decode result
if _arguments.has_key('----'):
return _arguments['----']
def sleep(self, _object, _attributes={}, **_arguments):
"""sleep: Put the computer to sleep
Required argument: the object for the command
Keyword argument _attributes: AppleEvent attribute dictionary
"""
_code = 'fndr'
_subcode = 'slep'
if _arguments: raise TypeError, 'No optional args expected'
_arguments['----'] = _object
_reply, _arguments, _attributes = self.send(_code, _subcode,
_arguments, _attributes)
if _arguments.get('errn', 0):
raise aetools.Error, aetools.decodeerror(_arguments)
# XXXX Optionally decode result
if _arguments.has_key('----'):
return _arguments['----']
#
# Indices of types declared in this module
#
_classdeclarations = {
}
_propdeclarations = {
}
_compdeclarations = {
}
_enumdeclarations = {
}

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,578 @@
"""Suite Standard Suite: Common classes and commands for most applications.
Level 1, version 1
Generated from /System/Library/CoreServices/System Events.app
AETE/AEUT resource version 1/0, language 0, script 0
"""
import aetools
import MacOS
_code = '????'
class Standard_Suite_Events:
_argmap_close = {
'saving_in' : 'kfil',
'saving' : 'savo',
}
def close(self, _object, _attributes={}, **_arguments):
"""close: Close an object.
Required argument: the object for the command
Keyword argument saving_in: The file in which to save the object.
Keyword argument saving: Specifies whether changes should be saved before closing.
Keyword argument _attributes: AppleEvent attribute dictionary
"""
_code = 'core'
_subcode = 'clos'
aetools.keysubst(_arguments, self._argmap_close)
_arguments['----'] = _object
aetools.enumsubst(_arguments, 'savo', _Enum_savo)
_reply, _arguments, _attributes = self.send(_code, _subcode,
_arguments, _attributes)
if _arguments.get('errn', 0):
raise aetools.Error, aetools.decodeerror(_arguments)
# XXXX Optionally decode result
if _arguments.has_key('----'):
return _arguments['----']
_argmap_count = {
'each' : 'kocl',
}
def count(self, _object, _attributes={}, **_arguments):
"""count: Return the number of elements of a particular class within an object.
Required argument: the object for the command
Keyword argument each: The class of objects to be counted.
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: the reply for the command
"""
_code = 'core'
_subcode = 'cnte'
aetools.keysubst(_arguments, self._argmap_count)
_arguments['----'] = _object
_reply, _arguments, _attributes = self.send(_code, _subcode,
_arguments, _attributes)
if _arguments.get('errn', 0):
raise aetools.Error, aetools.decodeerror(_arguments)
# XXXX Optionally decode result
if _arguments.has_key('----'):
return _arguments['----']
def delete(self, _object, _attributes={}, **_arguments):
"""delete: Delete an object.
Required argument: the object for the command
Keyword argument _attributes: AppleEvent attribute dictionary
"""
_code = 'core'
_subcode = 'delo'
if _arguments: raise TypeError, 'No optional args expected'
_arguments['----'] = _object
_reply, _arguments, _attributes = self.send(_code, _subcode,
_arguments, _attributes)
if _arguments.get('errn', 0):
raise aetools.Error, aetools.decodeerror(_arguments)
# XXXX Optionally decode result
if _arguments.has_key('----'):
return _arguments['----']
_argmap_duplicate = {
'to' : 'insh',
'with_properties' : 'prdt',
}
def duplicate(self, _object, _attributes={}, **_arguments):
"""duplicate: Copy object(s) and put the copies at a new location.
Required argument: the object for the command
Keyword argument to: The location for the new object(s).
Keyword argument with_properties: Properties to be set in the new duplicated object(s).
Keyword argument _attributes: AppleEvent attribute dictionary
"""
_code = 'core'
_subcode = 'clon'
aetools.keysubst(_arguments, self._argmap_duplicate)
_arguments['----'] = _object
_reply, _arguments, _attributes = self.send(_code, _subcode,
_arguments, _attributes)
if _arguments.get('errn', 0):
raise aetools.Error, aetools.decodeerror(_arguments)
# XXXX Optionally decode result
if _arguments.has_key('----'):
return _arguments['----']
def exists(self, _object, _attributes={}, **_arguments):
"""exists: Verify if an object exists.
Required argument: the object for the command
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: the reply for the command
"""
_code = 'core'
_subcode = 'doex'
if _arguments: raise TypeError, 'No optional args expected'
_arguments['----'] = _object
_reply, _arguments, _attributes = self.send(_code, _subcode,
_arguments, _attributes)
if _arguments.get('errn', 0):
raise aetools.Error, aetools.decodeerror(_arguments)
# XXXX Optionally decode result
if _arguments.has_key('----'):
return _arguments['----']
def get(self, _object, _attributes={}, **_arguments):
"""get: Get the data for an object.
Required argument: the object for the command
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: the reply for the command
"""
_code = 'core'
_subcode = 'getd'
if _arguments: raise TypeError, 'No optional args expected'
_arguments['----'] = _object
_reply, _arguments, _attributes = self.send(_code, _subcode,
_arguments, _attributes)
if _arguments.get('errn', 0):
raise aetools.Error, aetools.decodeerror(_arguments)
# XXXX Optionally decode result
if _arguments.has_key('----'):
return _arguments['----']
_argmap_make = {
'at' : 'insh',
'new' : 'kocl',
'with_data' : 'data',
'with_properties' : 'prdt',
}
def make(self, _no_object=None, _attributes={}, **_arguments):
"""make: Make a new object.
Keyword argument at: The location at which to insert the object.
Keyword argument new: The class of the new object.
Keyword argument with_data: The initial data for the object.
Keyword argument with_properties: The initial values for properties of the object.
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: the reply for the command
"""
_code = 'core'
_subcode = 'crel'
aetools.keysubst(_arguments, self._argmap_make)
if _no_object != None: raise TypeError, 'No direct arg expected'
_reply, _arguments, _attributes = self.send(_code, _subcode,
_arguments, _attributes)
if _arguments.get('errn', 0):
raise aetools.Error, aetools.decodeerror(_arguments)
# XXXX Optionally decode result
if _arguments.has_key('----'):
return _arguments['----']
_argmap_move = {
'to' : 'insh',
}
def move(self, _object, _attributes={}, **_arguments):
"""move: Move object(s) to a new location.
Required argument: the object for the command
Keyword argument to: The new location for the object(s).
Keyword argument _attributes: AppleEvent attribute dictionary
"""
_code = 'core'
_subcode = 'move'
aetools.keysubst(_arguments, self._argmap_move)
_arguments['----'] = _object
_reply, _arguments, _attributes = self.send(_code, _subcode,
_arguments, _attributes)
if _arguments.get('errn', 0):
raise aetools.Error, aetools.decodeerror(_arguments)
# XXXX Optionally decode result
if _arguments.has_key('----'):
return _arguments['----']
def open(self, _object=None, _attributes={}, **_arguments):
"""open: Open an object.
Required argument: list of objects
Keyword argument _attributes: AppleEvent attribute dictionary
"""
_code = 'aevt'
_subcode = 'odoc'
if _arguments: raise TypeError, 'No optional args expected'
_arguments['----'] = _object
_reply, _arguments, _attributes = self.send(_code, _subcode,
_arguments, _attributes)
if _arguments.get('errn', 0):
raise aetools.Error, aetools.decodeerror(_arguments)
# XXXX Optionally decode result
if _arguments.has_key('----'):
return _arguments['----']
def print_(self, _object=None, _attributes={}, **_arguments):
"""print: Print an object.
Required argument: list of objects
Keyword argument _attributes: AppleEvent attribute dictionary
"""
_code = 'aevt'
_subcode = 'pdoc'
if _arguments: raise TypeError, 'No optional args expected'
_arguments['----'] = _object
_reply, _arguments, _attributes = self.send(_code, _subcode,
_arguments, _attributes)
if _arguments.get('errn', 0):
raise aetools.Error, aetools.decodeerror(_arguments)
# XXXX Optionally decode result
if _arguments.has_key('----'):
return _arguments['----']
_argmap_quit = {
'saving' : 'savo',
}
def quit(self, _object, _attributes={}, **_arguments):
"""quit: Quit an application.
Required argument: the object for the command
Keyword argument saving: Specifies whether changes should be saved before quitting.
Keyword argument _attributes: AppleEvent attribute dictionary
"""
_code = 'aevt'
_subcode = 'quit'
aetools.keysubst(_arguments, self._argmap_quit)
_arguments['----'] = _object
aetools.enumsubst(_arguments, 'savo', _Enum_savo)
_reply, _arguments, _attributes = self.send(_code, _subcode,
_arguments, _attributes)
if _arguments.get('errn', 0):
raise aetools.Error, aetools.decodeerror(_arguments)
# XXXX Optionally decode result
if _arguments.has_key('----'):
return _arguments['----']
_argmap_save = {
'in_' : 'kfil',
'as' : 'fltp',
}
def save(self, _object, _attributes={}, **_arguments):
"""save: Save an object.
Required argument: the object for the command
Keyword argument in_: The file in which to save the object.
Keyword argument as: The file type in which to save the data.
Keyword argument _attributes: AppleEvent attribute dictionary
"""
_code = 'core'
_subcode = 'save'
aetools.keysubst(_arguments, self._argmap_save)
_arguments['----'] = _object
_reply, _arguments, _attributes = self.send(_code, _subcode,
_arguments, _attributes)
if _arguments.get('errn', 0):
raise aetools.Error, aetools.decodeerror(_arguments)
# XXXX Optionally decode result
if _arguments.has_key('----'):
return _arguments['----']
_argmap_set = {
'to' : 'data',
}
def set(self, _object, _attributes={}, **_arguments):
"""set: Set an object's data.
Required argument: the object for the command
Keyword argument to: The new value.
Keyword argument _attributes: AppleEvent attribute dictionary
"""
_code = 'core'
_subcode = 'setd'
aetools.keysubst(_arguments, self._argmap_set)
_arguments['----'] = _object
_reply, _arguments, _attributes = self.send(_code, _subcode,
_arguments, _attributes)
if _arguments.get('errn', 0):
raise aetools.Error, aetools.decodeerror(_arguments)
# XXXX Optionally decode result
if _arguments.has_key('----'):
return _arguments['----']
class application(aetools.ComponentItem):
"""application - An application's top level scripting object. """
want = 'capp'
class _3c_Inheritance_3e_(aetools.NProperty):
"""<Inheritance> - All of the properties of the superclass. """
which = 'c@#^'
want = 'cobj'
class frontmost(aetools.NProperty):
"""frontmost - Is this the frontmost (active) application? """
which = 'pisf'
want = 'bool'
class name(aetools.NProperty):
"""name - The name of the application. """
which = 'pnam'
want = 'utxt'
class version(aetools.NProperty):
"""version - The version of the application. """
which = 'vers'
want = 'utxt'
# element 'cwin' as ['name', 'indx', 'rele', 'rang', 'test']
# element 'docu' as ['name', 'indx', 'rele', 'rang', 'test']
applications = application
class item(aetools.ComponentItem):
"""item - A scriptable object. """
want = 'cobj'
class class_(aetools.NProperty):
"""class - The class of the object. """
which = 'pcls'
want = 'type'
class properties(aetools.NProperty):
"""properties - All of the object's properties. """
which = 'pALL'
want = 'reco'
items = item
class color(aetools.ComponentItem):
"""color - A color. """
want = 'colr'
colors = color
class window(aetools.ComponentItem):
"""window - A window. """
want = 'cwin'
class bounds(aetools.NProperty):
"""bounds - The bounding rectangle of the window. """
which = 'pbnd'
want = 'qdrt'
class closeable(aetools.NProperty):
"""closeable - Whether the window has a close box. """
which = 'hclb'
want = 'bool'
class document(aetools.NProperty):
"""document - The document whose contents are being displayed in the window. """
which = 'docu'
want = 'docu'
class floating(aetools.NProperty):
"""floating - Whether the window floats. """
which = 'isfl'
want = 'bool'
class id(aetools.NProperty):
"""id - The unique identifier of the window. """
which = 'ID '
want = 'long'
class index(aetools.NProperty):
"""index - The index of the window in the back-to-front window ordering. """
which = 'pidx'
want = 'long'
class miniaturizable(aetools.NProperty):
"""miniaturizable - Whether the window can be miniaturized. """
which = 'ismn'
want = 'bool'
class miniaturized(aetools.NProperty):
"""miniaturized - Whether the window is currently miniaturized. """
which = 'pmnd'
want = 'bool'
class modal(aetools.NProperty):
"""modal - Whether the window is the application's current modal window. """
which = 'pmod'
want = 'bool'
class resizable(aetools.NProperty):
"""resizable - Whether the window can be resized. """
which = 'prsz'
want = 'bool'
class titled(aetools.NProperty):
"""titled - Whether the window has a title bar. """
which = 'ptit'
want = 'bool'
class visible(aetools.NProperty):
"""visible - Whether the window is currently visible. """
which = 'pvis'
want = 'bool'
class zoomable(aetools.NProperty):
"""zoomable - Whether the window can be zoomed. """
which = 'iszm'
want = 'bool'
class zoomed(aetools.NProperty):
"""zoomed - Whether the window is currently zoomed. """
which = 'pzum'
want = 'bool'
windows = window
class document(aetools.ComponentItem):
"""document - A document. """
want = 'docu'
class modified(aetools.NProperty):
"""modified - Has the document been modified since the last save? """
which = 'imod'
want = 'bool'
class path(aetools.NProperty):
"""path - The document's path. """
which = 'ppth'
want = 'utxt'
documents = document
application._superclassnames = ['item']
application._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
'frontmost' : frontmost,
'name' : name,
'version' : version,
}
application._privelemdict = {
'document' : document,
'window' : window,
}
item._superclassnames = []
item._privpropdict = {
'class_' : class_,
'properties' : properties,
}
item._privelemdict = {
}
color._superclassnames = ['item']
color._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
}
color._privelemdict = {
}
window._superclassnames = ['item']
window._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
'bounds' : bounds,
'closeable' : closeable,
'document' : document,
'floating' : floating,
'id' : id,
'index' : index,
'miniaturizable' : miniaturizable,
'miniaturized' : miniaturized,
'modal' : modal,
'name' : name,
'resizable' : resizable,
'titled' : titled,
'visible' : visible,
'zoomable' : zoomable,
'zoomed' : zoomed,
}
window._privelemdict = {
}
document._superclassnames = ['item']
document._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
'modified' : modified,
'name' : name,
'path' : path,
}
document._privelemdict = {
}
class _3c_(aetools.NComparison):
"""< - Less than """
class _3d_(aetools.NComparison):
"""= - Equal """
class _3e_(aetools.NComparison):
"""> - Greater than """
class contains(aetools.NComparison):
"""contains - Contains """
class ends_with(aetools.NComparison):
"""ends with - Ends with """
class starts_with(aetools.NComparison):
"""starts with - Starts with """
class _b2_(aetools.NComparison):
"""\xb2 - Less than or equal to """
class _b3_(aetools.NComparison):
"""\xb3 - Greater than or equal to """
_Enum_savo = {
'ask' : 'ask ', # Ask the user whether or not to save the file.
'yes' : 'yes ', # Save the file.
'no' : 'no ', # Do not save the file.
}
#
# Indices of types declared in this module
#
_classdeclarations = {
'capp' : application,
'cobj' : item,
'colr' : color,
'cwin' : window,
'docu' : document,
}
_propdeclarations = {
'ID ' : id,
'c@#^' : _3c_Inheritance_3e_,
'docu' : document,
'hclb' : closeable,
'imod' : modified,
'isfl' : floating,
'ismn' : miniaturizable,
'iszm' : zoomable,
'pALL' : properties,
'pbnd' : bounds,
'pcls' : class_,
'pidx' : index,
'pisf' : frontmost,
'pmnd' : miniaturized,
'pmod' : modal,
'pnam' : name,
'ppth' : path,
'prsz' : resizable,
'ptit' : titled,
'pvis' : visible,
'pzum' : zoomed,
'vers' : version,
}
_compdeclarations = {
'< ' : _3c_,
'<= ' : _b2_,
'= ' : _3d_,
'> ' : _3e_,
'>= ' : _b3_,
'bgwt' : starts_with,
'cont' : contains,
'ends' : ends_with,
}
_enumdeclarations = {
'savo' : _Enum_savo,
}

View file

@ -0,0 +1,98 @@
"""Suite System Events Suite: Terms and Events for controlling the System Events application
Level 1, version 1
Generated from /System/Library/CoreServices/System Events.app
AETE/AEUT resource version 1/0, language 0, script 0
"""
import aetools
import MacOS
_code = 'sevs'
class System_Events_Suite_Events:
pass
class application(aetools.ComponentItem):
"""application - The System Events application """
want = 'capp'
class _3c_Inheritance_3e_(aetools.NProperty):
"""<Inheritance> - All of the properties of the superclass. """
which = 'c@#^'
want = 'capp'
class folder_actions_enabled(aetools.NProperty):
"""folder actions enabled - Are Folder Actions currently being processed? """
which = 'faen'
want = 'bool'
class properties(aetools.NProperty):
"""properties - every property of the System Events application """
which = 'pALL'
want = '****'
class system_wide_UI_element(aetools.NProperty):
"""system wide UI element - the UI element for the entire system """
which = 'swui'
want = 'uiel'
# element 'alis' as ['name', 'indx', 'rele', 'rang', 'test']
# element 'cdis' as ['name', 'indx', 'rele', 'rang', 'test']
# element 'cfol' as ['name', 'indx', 'rele', 'rang', 'test']
# element 'cobj' as ['name', 'indx', 'rele', 'rang', 'test']
# element 'cwin' as ['name', 'indx', 'rele', 'rang', 'test']
# element 'docu' as ['name', 'indx', 'rele', 'rang', 'test']
# element 'file' as ['name', 'indx', 'rele', 'rang', 'test']
# element 'foac' as ['name', 'indx', 'rele', 'rang', 'test']
# element 'logi' as ['name', 'indx', 'rele', 'rang', 'test']
# element 'pcap' as ['name', 'indx', 'rele', 'rang', 'test']
# element 'pcda' as ['name', 'indx', 'rele', 'rang', 'test']
# element 'prcs' as ['name', 'indx', 'rele', 'rang', 'test']
# element 'uiel' as ['name', 'indx', 'rele', 'rang', 'test']
applications = application
application._superclassnames = []
import Disk_2d_Folder_2d_File_Suite
import Standard_Suite
import Folder_Actions_Suite
import Login_Items_Suite
import Processes_Suite
application._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
'folder_actions_enabled' : folder_actions_enabled,
'properties' : properties,
'system_wide_UI_element' : system_wide_UI_element,
}
application._privelemdict = {
'UI_element' : Processes_Suite.UI_element,
'alias' : Disk_2d_Folder_2d_File_Suite.alias,
'application_process' : Processes_Suite.application_process,
'desk_accessory_process' : Processes_Suite.desk_accessory_process,
'disk' : Disk_2d_Folder_2d_File_Suite.disk,
'document' : Standard_Suite.document,
'file' : Disk_2d_Folder_2d_File_Suite.file,
'folder' : Disk_2d_Folder_2d_File_Suite.folder,
'folder_action' : Folder_Actions_Suite.folder_action,
'item' : Disk_2d_Folder_2d_File_Suite.item,
'login_item' : Login_Items_Suite.login_item,
'process' : Processes_Suite.process,
'window' : Standard_Suite.window,
}
#
# Indices of types declared in this module
#
_classdeclarations = {
'capp' : application,
}
_propdeclarations = {
'c@#^' : _3c_Inheritance_3e_,
'faen' : folder_actions_enabled,
'pALL' : properties,
'swui' : system_wide_UI_element,
}
_compdeclarations = {
}
_enumdeclarations = {
}

View file

@ -0,0 +1,195 @@
"""Suite Text Suite: A set of basic classes for text processing.
Level 1, version 1
Generated from /System/Library/CoreServices/System Events.app
AETE/AEUT resource version 1/0, language 0, script 0
"""
import aetools
import MacOS
_code = '????'
class Text_Suite_Events:
pass
class attachment(aetools.ComponentItem):
"""attachment - Represents an inline text attachment. This class is used mainly for make commands. """
want = 'atts'
class _3c_Inheritance_3e_(aetools.NProperty):
"""<Inheritance> - All of the properties of the superclass. """
which = 'c@#^'
want = 'ctxt'
class file_name(aetools.NProperty):
"""file name - The path to the file for the attachment """
which = 'atfn'
want = 'utxt'
# element 'catr' as ['indx', 'rele', 'rang', 'test']
# element 'cha ' as ['indx', 'rele', 'rang', 'test']
# element 'cpar' as ['indx', 'rele', 'rang', 'test']
# element 'cwor' as ['indx', 'rele', 'rang', 'test']
class attribute_run(aetools.ComponentItem):
"""attribute run - This subdivides the text into chunks that all have the same attributes. """
want = 'catr'
class color(aetools.NProperty):
"""color - The color of the first character. """
which = 'colr'
want = 'colr'
class font(aetools.NProperty):
"""font - The name of the font of the first character. """
which = 'font'
want = 'utxt'
class size(aetools.NProperty):
"""size - The size in points of the first character. """
which = 'ptsz'
want = 'long'
# element 'catr' as ['indx', 'rele', 'rang', 'test']
# element 'cha ' as ['indx', 'rele', 'rang', 'test']
# element 'cpar' as ['indx', 'rele', 'rang', 'test']
# element 'cwor' as ['indx', 'rele', 'rang', 'test']
attribute_runs = attribute_run
class character(aetools.ComponentItem):
"""character - This subdivides the text into characters. """
want = 'cha '
# element 'catr' as ['indx', 'rele', 'rang', 'test']
# element 'cha ' as ['indx', 'rele', 'rang', 'test']
# element 'cpar' as ['indx', 'rele', 'rang', 'test']
# element 'cwor' as ['indx', 'rele', 'rang', 'test']
characters = character
class paragraph(aetools.ComponentItem):
"""paragraph - This subdivides the text into paragraphs. """
want = 'cpar'
# element 'catr' as ['indx', 'rele', 'rang', 'test']
# element 'cha ' as ['indx', 'rele', 'rang', 'test']
# element 'cpar' as ['indx', 'rele', 'rang', 'test']
# element 'cwor' as ['indx', 'rele', 'rang', 'test']
paragraphs = paragraph
class text(aetools.ComponentItem):
"""text - Rich (styled) text """
want = 'ctxt'
# element 'catr' as ['indx', 'rele', 'rang', 'test']
# element 'cha ' as ['indx', 'rele', 'rang', 'test']
# element 'cpar' as ['indx', 'rele', 'rang', 'test']
# element 'cwor' as ['indx', 'rele', 'rang', 'test']
class word(aetools.ComponentItem):
"""word - This subdivides the text into words. """
want = 'cwor'
# element 'catr' as ['indx', 'rele', 'rang', 'test']
# element 'cha ' as ['indx', 'rele', 'rang', 'test']
# element 'cpar' as ['indx', 'rele', 'rang', 'test']
# element 'cwor' as ['indx', 'rele', 'rang', 'test']
words = word
attachment._superclassnames = ['text']
attachment._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
'file_name' : file_name,
}
attachment._privelemdict = {
'attribute_run' : attribute_run,
'character' : character,
'paragraph' : paragraph,
'word' : word,
}
import Standard_Suite
attribute_run._superclassnames = ['item']
attribute_run._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
'color' : color,
'font' : font,
'size' : size,
}
attribute_run._privelemdict = {
'attribute_run' : attribute_run,
'character' : character,
'paragraph' : paragraph,
'word' : word,
}
character._superclassnames = ['item']
character._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
'color' : color,
'font' : font,
'size' : size,
}
character._privelemdict = {
'attribute_run' : attribute_run,
'character' : character,
'paragraph' : paragraph,
'word' : word,
}
paragraph._superclassnames = ['item']
paragraph._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
'color' : color,
'font' : font,
'size' : size,
}
paragraph._privelemdict = {
'attribute_run' : attribute_run,
'character' : character,
'paragraph' : paragraph,
'word' : word,
}
text._superclassnames = ['item']
text._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
'color' : color,
'font' : font,
'size' : size,
}
text._privelemdict = {
'attribute_run' : attribute_run,
'character' : character,
'paragraph' : paragraph,
'word' : word,
}
word._superclassnames = ['item']
word._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
'color' : color,
'font' : font,
'size' : size,
}
word._privelemdict = {
'attribute_run' : attribute_run,
'character' : character,
'paragraph' : paragraph,
'word' : word,
}
#
# Indices of types declared in this module
#
_classdeclarations = {
'atts' : attachment,
'catr' : attribute_run,
'cha ' : character,
'cpar' : paragraph,
'ctxt' : text,
'cwor' : word,
}
_propdeclarations = {
'atfn' : file_name,
'c@#^' : _3c_Inheritance_3e_,
'colr' : color,
'font' : font,
'ptsz' : size,
}
_compdeclarations = {
}
_enumdeclarations = {
}

View file

@ -0,0 +1,299 @@
"""
Package generated from /System/Library/CoreServices/System Events.app
"""
import aetools
Error = aetools.Error
import Standard_Suite
import Text_Suite
import Disk_2d_Folder_2d_File_Suite
import Folder_Actions_Suite
import Login_Items_Suite
import Power_Suite
import Processes_Suite
import System_Events_Suite
import Hidden_Suite
_code_to_module = {
'????' : Standard_Suite,
'????' : Text_Suite,
'cdis' : Disk_2d_Folder_2d_File_Suite,
'faco' : Folder_Actions_Suite,
'logi' : Login_Items_Suite,
'powr' : Power_Suite,
'prcs' : Processes_Suite,
'sevs' : System_Events_Suite,
'tpnm' : Hidden_Suite,
}
_code_to_fullname = {
'????' : ('SystemEvents.Standard_Suite', 'Standard_Suite'),
'????' : ('SystemEvents.Text_Suite', 'Text_Suite'),
'cdis' : ('SystemEvents.Disk_2d_Folder_2d_File_Suite', 'Disk_2d_Folder_2d_File_Suite'),
'faco' : ('SystemEvents.Folder_Actions_Suite', 'Folder_Actions_Suite'),
'logi' : ('SystemEvents.Login_Items_Suite', 'Login_Items_Suite'),
'powr' : ('SystemEvents.Power_Suite', 'Power_Suite'),
'prcs' : ('SystemEvents.Processes_Suite', 'Processes_Suite'),
'sevs' : ('SystemEvents.System_Events_Suite', 'System_Events_Suite'),
'tpnm' : ('SystemEvents.Hidden_Suite', 'Hidden_Suite'),
}
from Standard_Suite import *
from Text_Suite import *
from Disk_2d_Folder_2d_File_Suite import *
from Folder_Actions_Suite import *
from Login_Items_Suite import *
from Power_Suite import *
from Processes_Suite import *
from System_Events_Suite import *
from Hidden_Suite import *
def getbaseclasses(v):
if not getattr(v, '_propdict', None):
v._propdict = {}
v._elemdict = {}
for superclassname in getattr(v, '_superclassnames', []):
superclass = eval(superclassname)
getbaseclasses(superclass)
v._propdict.update(getattr(superclass, '_propdict', {}))
v._elemdict.update(getattr(superclass, '_elemdict', {}))
v._propdict.update(getattr(v, '_privpropdict', {}))
v._elemdict.update(getattr(v, '_privelemdict', {}))
import StdSuites
#
# Set property and element dictionaries now that all classes have been defined
#
getbaseclasses(character)
getbaseclasses(attachment)
getbaseclasses(paragraph)
getbaseclasses(word)
getbaseclasses(attribute_run)
getbaseclasses(text)
getbaseclasses(script)
getbaseclasses(folder_action)
getbaseclasses(file)
getbaseclasses(alias)
getbaseclasses(item)
getbaseclasses(folder)
getbaseclasses(disk)
getbaseclasses(color)
getbaseclasses(window)
getbaseclasses(application)
getbaseclasses(item)
getbaseclasses(document)
getbaseclasses(login_item)
getbaseclasses(StdSuites.Type_Names_Suite.double_integer)
getbaseclasses(StdSuites.Type_Names_Suite.version)
getbaseclasses(StdSuites.Type_Names_Suite.RGB16_color)
getbaseclasses(StdSuites.Type_Names_Suite.system_dictionary)
getbaseclasses(StdSuites.Type_Names_Suite.color_table)
getbaseclasses(StdSuites.Type_Names_Suite.fixed_point)
getbaseclasses(StdSuites.Type_Names_Suite.TIFF_picture)
getbaseclasses(StdSuites.Type_Names_Suite.type_element_info)
getbaseclasses(StdSuites.Type_Names_Suite.type_event_info)
getbaseclasses(StdSuites.Type_Names_Suite.machine_location)
getbaseclasses(StdSuites.Type_Names_Suite.PostScript_picture)
getbaseclasses(StdSuites.Type_Names_Suite.point)
getbaseclasses(StdSuites.Type_Names_Suite.long_fixed_point)
getbaseclasses(StdSuites.Type_Names_Suite.menu_item)
getbaseclasses(StdSuites.Type_Names_Suite.scrap_styles)
getbaseclasses(StdSuites.Type_Names_Suite.application_dictionary)
getbaseclasses(StdSuites.Type_Names_Suite.unsigned_integer)
getbaseclasses(StdSuites.Type_Names_Suite.menu)
getbaseclasses(StdSuites.Type_Names_Suite.fixed_rectangle)
getbaseclasses(StdSuites.Type_Names_Suite.type_property_info)
getbaseclasses(StdSuites.Type_Names_Suite.long_fixed_rectangle)
getbaseclasses(StdSuites.Type_Names_Suite.long_fixed)
getbaseclasses(StdSuites.Type_Names_Suite.type_suite_info)
getbaseclasses(StdSuites.Type_Names_Suite.rotation)
getbaseclasses(StdSuites.Type_Names_Suite.small_integer)
getbaseclasses(StdSuites.Type_Names_Suite.fixed)
getbaseclasses(StdSuites.Type_Names_Suite.long_point)
getbaseclasses(StdSuites.Type_Names_Suite.type_class_info)
getbaseclasses(StdSuites.Type_Names_Suite.RGB96_color)
getbaseclasses(StdSuites.Type_Names_Suite.target_id)
getbaseclasses(StdSuites.Type_Names_Suite.pixel_map_record)
getbaseclasses(StdSuites.Type_Names_Suite.type_parameter_info)
getbaseclasses(StdSuites.Type_Names_Suite.extended_real)
getbaseclasses(StdSuites.Type_Names_Suite.long_rectangle)
getbaseclasses(StdSuites.Type_Names_Suite.dash_style)
getbaseclasses(StdSuites.Type_Names_Suite.plain_text)
getbaseclasses(StdSuites.Type_Names_Suite.small_real)
getbaseclasses(StdSuites.Type_Names_Suite.null)
getbaseclasses(StdSuites.Type_Names_Suite.location_reference)
getbaseclasses(StdSuites.Type_Names_Suite.bounding_rectangle)
getbaseclasses(window)
getbaseclasses(radio_button)
getbaseclasses(list)
getbaseclasses(desk_accessory_process)
getbaseclasses(menu_item)
getbaseclasses(progress_indicator)
getbaseclasses(menu)
getbaseclasses(menu_button)
getbaseclasses(pop_up_button)
getbaseclasses(incrementor)
getbaseclasses(sheet)
getbaseclasses(tool_bar)
getbaseclasses(application_process)
getbaseclasses(text_field)
getbaseclasses(text_area)
getbaseclasses(slider)
getbaseclasses(scroll_area)
getbaseclasses(relevance_indicator)
getbaseclasses(busy_indicator)
getbaseclasses(row)
getbaseclasses(process)
getbaseclasses(table)
getbaseclasses(outline)
getbaseclasses(UI_element)
getbaseclasses(value_indicator)
getbaseclasses(system_wide_UI_element)
getbaseclasses(button)
getbaseclasses(application)
getbaseclasses(radio_group)
getbaseclasses(image)
getbaseclasses(tab_group)
getbaseclasses(menu_bar)
getbaseclasses(grow_area)
getbaseclasses(check_box)
getbaseclasses(column)
getbaseclasses(static_text)
getbaseclasses(splitter_group)
getbaseclasses(group)
getbaseclasses(splitter)
getbaseclasses(drawer)
getbaseclasses(color_well)
getbaseclasses(scroll_bar)
getbaseclasses(combo_box)
getbaseclasses(browser)
getbaseclasses(application)
#
# Indices of types declared in this module
#
_classdeclarations = {
'cha ' : character,
'atts' : attachment,
'cpar' : paragraph,
'cwor' : word,
'catr' : attribute_run,
'ctxt' : text,
'scpt' : script,
'foac' : folder_action,
'file' : file,
'alis' : alias,
'cobj' : item,
'cfol' : folder,
'cdis' : disk,
'colr' : color,
'cwin' : window,
'capp' : application,
'cobj' : item,
'docu' : document,
'logi' : login_item,
'comp' : StdSuites.Type_Names_Suite.double_integer,
'vers' : StdSuites.Type_Names_Suite.version,
'tr16' : StdSuites.Type_Names_Suite.RGB16_color,
'aeut' : StdSuites.Type_Names_Suite.system_dictionary,
'clrt' : StdSuites.Type_Names_Suite.color_table,
'fpnt' : StdSuites.Type_Names_Suite.fixed_point,
'TIFF' : StdSuites.Type_Names_Suite.TIFF_picture,
'elin' : StdSuites.Type_Names_Suite.type_element_info,
'evin' : StdSuites.Type_Names_Suite.type_event_info,
'mLoc' : StdSuites.Type_Names_Suite.machine_location,
'EPS ' : StdSuites.Type_Names_Suite.PostScript_picture,
'QDpt' : StdSuites.Type_Names_Suite.point,
'lfpt' : StdSuites.Type_Names_Suite.long_fixed_point,
'cmen' : StdSuites.Type_Names_Suite.menu_item,
'styl' : StdSuites.Type_Names_Suite.scrap_styles,
'aete' : StdSuites.Type_Names_Suite.application_dictionary,
'magn' : StdSuites.Type_Names_Suite.unsigned_integer,
'cmnu' : StdSuites.Type_Names_Suite.menu,
'frct' : StdSuites.Type_Names_Suite.fixed_rectangle,
'pinf' : StdSuites.Type_Names_Suite.type_property_info,
'lfrc' : StdSuites.Type_Names_Suite.long_fixed_rectangle,
'lfxd' : StdSuites.Type_Names_Suite.long_fixed,
'suin' : StdSuites.Type_Names_Suite.type_suite_info,
'trot' : StdSuites.Type_Names_Suite.rotation,
'shor' : StdSuites.Type_Names_Suite.small_integer,
'fixd' : StdSuites.Type_Names_Suite.fixed,
'lpnt' : StdSuites.Type_Names_Suite.long_point,
'gcli' : StdSuites.Type_Names_Suite.type_class_info,
'tr96' : StdSuites.Type_Names_Suite.RGB96_color,
'targ' : StdSuites.Type_Names_Suite.target_id,
'tpmm' : StdSuites.Type_Names_Suite.pixel_map_record,
'pmin' : StdSuites.Type_Names_Suite.type_parameter_info,
'exte' : StdSuites.Type_Names_Suite.extended_real,
'lrct' : StdSuites.Type_Names_Suite.long_rectangle,
'tdas' : StdSuites.Type_Names_Suite.dash_style,
'TEXT' : StdSuites.Type_Names_Suite.plain_text,
'sing' : StdSuites.Type_Names_Suite.small_real,
'null' : StdSuites.Type_Names_Suite.null,
'insl' : StdSuites.Type_Names_Suite.location_reference,
'qdrt' : StdSuites.Type_Names_Suite.bounding_rectangle,
'cwin' : window,
'radB' : radio_button,
'list' : list,
'pcda' : desk_accessory_process,
'menI' : menu_item,
'proI' : progress_indicator,
'menE' : menu,
'menB' : menu_button,
'popB' : pop_up_button,
'incr' : incrementor,
'sheE' : sheet,
'tbar' : tool_bar,
'pcap' : application_process,
'txtf' : text_field,
'txta' : text_area,
'sliI' : slider,
'scra' : scroll_area,
'reli' : relevance_indicator,
'busi' : busy_indicator,
'crow' : row,
'prcs' : process,
'tabB' : table,
'outl' : outline,
'uiel' : UI_element,
'vali' : value_indicator,
'sysw' : system_wide_UI_element,
'butT' : button,
'capp' : application,
'rgrp' : radio_group,
'imaA' : image,
'tab ' : tab_group,
'mbar' : menu_bar,
'grow' : grow_area,
'chbx' : check_box,
'ccol' : column,
'sttx' : static_text,
'splg' : splitter_group,
'sgrp' : group,
'splr' : splitter,
'draA' : drawer,
'colW' : color_well,
'scrb' : scroll_bar,
'comB' : combo_box,
'broW' : browser,
'capp' : application,
}
class SystemEvents(Standard_Suite_Events,
Text_Suite_Events,
Disk_2d_Folder_2d_File_Suite_Events,
Folder_Actions_Suite_Events,
Login_Items_Suite_Events,
Power_Suite_Events,
Processes_Suite_Events,
System_Events_Suite_Events,
Hidden_Suite_Events,
aetools.TalkTo):
_signature = 'sevs'
_moduleName = 'SystemEvents'

View file

@ -354,26 +354,6 @@ class version(aetools.NProperty):
applications = application applications = application
class color(aetools.ComponentItem):
"""color - A color. """
want = 'colr'
colors = color
class document(aetools.ComponentItem):
"""document - A document. """
want = 'docu'
class modified(aetools.NProperty):
"""modified - Has the document been modified since the last save? """
which = 'imod'
want = 'bool'
class path(aetools.NProperty):
"""path - The document's path. """
which = 'ppth'
want = 'utxt'
documents = document
class item(aetools.ComponentItem): class item(aetools.ComponentItem):
"""item - A scriptable object. """ """item - A scriptable object. """
want = 'cobj' want = 'cobj'
@ -388,6 +368,12 @@ class properties(aetools.NProperty):
items = item items = item
class color(aetools.ComponentItem):
"""color - A color. """
want = 'colr'
colors = color
class window(aetools.ComponentItem): class window(aetools.ComponentItem):
"""window - A window. """ """window - A window. """
want = 'cwin' want = 'cwin'
@ -449,6 +435,20 @@ class zoomed(aetools.NProperty):
want = 'bool' want = 'bool'
windows = window windows = window
class document(aetools.ComponentItem):
"""document - A document. """
want = 'docu'
class modified(aetools.NProperty):
"""modified - Has the document been modified since the last save? """
which = 'imod'
want = 'bool'
class path(aetools.NProperty):
"""path - The document's path. """
which = 'ppth'
want = 'utxt'
documents = document
application._superclassnames = ['item'] application._superclassnames = ['item']
application._privpropdict = { application._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_, '_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
@ -460,21 +460,6 @@ application._privelemdict = {
'document' : document, 'document' : document,
'window' : window, 'window' : window,
} }
color._superclassnames = ['item']
color._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
}
color._privelemdict = {
}
document._superclassnames = ['item']
document._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
'modified' : modified,
'name' : name,
'path' : path,
}
document._privelemdict = {
}
item._superclassnames = [] item._superclassnames = []
item._privpropdict = { item._privpropdict = {
'class_' : class_, 'class_' : class_,
@ -482,6 +467,12 @@ item._privpropdict = {
} }
item._privelemdict = { item._privelemdict = {
} }
color._superclassnames = ['item']
color._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
}
color._privelemdict = {
}
window._superclassnames = ['item'] window._superclassnames = ['item']
window._privpropdict = { window._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_, '_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
@ -503,6 +494,15 @@ window._privpropdict = {
} }
window._privelemdict = { window._privelemdict = {
} }
document._superclassnames = ['item']
document._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
'modified' : modified,
'name' : name,
'path' : path,
}
document._privelemdict = {
}
class _3c_(aetools.NComparison): class _3c_(aetools.NComparison):
"""< - Less than """ """< - Less than """
class _3d_(aetools.NComparison): class _3d_(aetools.NComparison):