summaryrefslogtreecommitdiff
path: root/QSFoundation.framework/Versions/A/PrivateHeaders/NSAppleScript_BLTRExtensions.h
diff options
context:
space:
mode:
authorjnj <jnj@57e2f9b5-c12c-0410-8e95-a1ee7272c91a>2008-11-13 18:59:12 +0000
committerjnj <jnj@57e2f9b5-c12c-0410-8e95-a1ee7272c91a>2008-11-13 18:59:12 +0000
commitba310e8b58d686ee9897b26a7edab5b778a8d96f (patch)
treef7b5feaf4151d88b2283ed657133737b378f7eba /QSFoundation.framework/Versions/A/PrivateHeaders/NSAppleScript_BLTRExtensions.h
Add remaining plugins
git-svn-id: https://blacktree-elements-public.googlecode.com/svn/trunk@41 57e2f9b5-c12c-0410-8e95-a1ee7272c91a
Diffstat (limited to 'QSFoundation.framework/Versions/A/PrivateHeaders/NSAppleScript_BLTRExtensions.h')
-rw-r--r--QSFoundation.framework/Versions/A/PrivateHeaders/NSAppleScript_BLTRExtensions.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/QSFoundation.framework/Versions/A/PrivateHeaders/NSAppleScript_BLTRExtensions.h b/QSFoundation.framework/Versions/A/PrivateHeaders/NSAppleScript_BLTRExtensions.h
new file mode 100644
index 0000000..8a3aee6
--- /dev/null
+++ b/QSFoundation.framework/Versions/A/PrivateHeaders/NSAppleScript_BLTRExtensions.h
@@ -0,0 +1,30 @@
+//
+// NSAppleScript_BLTRExtensions.h
+// Quicksilver
+//
+// Created by Alcor on Thu Aug 28 2003.
+// Copyright (c) 2003 Blacktree. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+
+@interface NSAppleScript (Subroutine)
+- (NSAppleEventDescriptor *)executeSubroutine:(NSString *)name arguments:(id)arguments error:(NSDictionary **)errorInfo;
+- (BOOL)storeInFile:(NSString *)path;
+@end
+
+@interface NSAppleScript (Constructors)
++ (NSAppleScript *)scriptWithContentsOfFile:(NSString *)path;
++ (NSAppleScript *)scriptWithContentsOfResource:(NSString *)path inBundle:(NSBundle *)bundle;
+@end
+
+
+@interface NSAppleEventDescriptor (CocoaConversion)
++ (NSAppleEventDescriptor *)descriptorWithObjectAPPLE:(id)object;
+- (id)objectValueAPPLE;
+@end
+
+@interface NSAppleScript (FilePeeking)
++ (NSArray *)validHandlersFromArray:(NSArray *)array inScriptFile:(NSString *)path;
+@end \ No newline at end of file