This page describes Tcl® calls for creating and interpreting object specifier records. For information on the associated ToolBox calls and data types, see INSIDE MACINTOSH: Interapplication Communication:Resolving and Creating Object Specifier Records.
tclAE::setObjectCallbacks
Tcl wrapper for ToolBox AESetObjectCallbacks
call.
tclAE::setObjectCallbacks
compareProc
countProc
disposeTokenProc
getMarkTokenProc
markProc
adjustMarksProc
None.
This call stores Tcl procs to be used during resolution of AppleEvent object specifier records.
tclAE::resolve
Tcl wrapper for ToolBox AEResolve
call.
tclAE::resolve
[flags]
objectSpecifier
Resolved token.
Resolves the object specifier record passed in the
objectSpecifier
parameter with the help of your
object accessor functions.
flags
can be:
-m
-w
formWhose
)
tclAE::callObjectAccessor
Tcl wrapper for ToolBox AECallObjectAccessor
call.
tclAE::resolve
desiredClass
containerToken
containerClass
keyForm
keyData
Resolved token.
Invokes the appropriate object accessor proc for a specific desired type and container type.
tclAE::getObjectAccessor
Tcl wrapper for ToolBox AEGetObjectAccessor
call.
tclAE::getObjectAccessor
desiredClass
containerType
Object accessor proc.
Gets an object accessor proc from the object accessor hash table.
tclAE::installObjectAccessor
Tcl wrapper for ToolBox AEInstallObjectAccessor
call.
tclAE::installObjectAccessor
desiredClass
containerType
theAccessor
None.
Adds or replaces an entry for an object accessor proc to the object accessor hash table.
tclAE::removeObjectAccessor
Tcl wrapper for ToolBox AERemoveObjectAccessor
call.
tclAE::removeObjectAccessor
desiredClass
containerType
theAccessor
None.
Removes an object accessor proc from the object accessor hash table.
tclAE::disposeToken
Tcl wrapper for ToolBox AEDisposeToken
call.
tclAE::disposeToken
theToken
None.
Deallocates the memory used by a token.
Copyright © 2001Ð2003 Jonathan E. Guyer
All rights reserved.
Last modified Monday, March 3, 2003 11:55:06 PM