May 2003
Intermediate to advanced
566 pages
27h 29m
English
NSCloneCommand — Mac OS X 10.0
Instances of this class clone the specified object and then insert the cloned object into the location specified in the script. If no location is specified, the default location is used. This class is used in Cocoa’s implementation of built-in AppleScript support, and as such clients should not need to access instances of this class directly.
|
|
@interface NSCloneCommand : NSScriptCommand
|
// Accessor Methods
|
- (void)setReceiversSpecifier:(NSScriptObjectSpecifier *)receiversRef; |
// Instance Methods
|
- (NSScriptObjectSpecifier *)keySpecifier;
|
Read now
Unlock full access