root/nodebox/branches/try-qt/Resources/NodeBox.scriptSuite

Revision 1, 2.8 kB (checked in by fdb, 2 years ago)

nodebox initial

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5        <key>AppleEventCode</key>
6        <string>ndbx</string>
7        <key>Classes</key>
8        <dict>
9                <key>NodeBoxDocument</key>
10                <dict>
11                        <key>AppleEventCode</key>
12                        <string>docu</string>
13                        <key>Attributes</key>
14                        <dict>
15                                <key>source</key>
16                                <dict>
17                                        <key>AppleEventCode</key>
18                                        <string>psrc</string>
19                                        <key>Type</key>
20                                        <string>NSTextSuite.NSTextStorage</string>
21                                </dict>
22                        </dict>
23                        <key>Superclass</key>
24                        <string>NSCoreSuite.NSDocument</string>
25                        <key>SupportedCommands</key>
26                        <dict>
27                                <key>NodeBox.Export</key>
28                                <string>handleExportScriptCommand:</string>
29                                <key>NodeBox.Run</key>
30                                <string>handleRunScriptCommand:</string>
31                        </dict>
32                </dict>
33        </dict>
34        <key>Commands</key>
35        <dict>
36                <key>Export</key>
37                <dict>
38                        <key>AppleEventClassCode</key>
39                        <string>ndbx</string>
40                        <key>AppleEventCode</key>
41                        <string>expt</string>
42                        <key>Arguments</key>
43                        <dict>
44                                <key>fname</key>
45                                <dict>
46                                        <key>AppleEventCode</key>
47                                        <string>kfil</string>
48                                        <key>Type</key>
49                                        <string>NSString&lt;FilePath&gt;</string>
50                                </dict>
51                                <key>framerate</key>
52                                <dict>
53                                        <key>AppleEventCode</key>
54                                        <string>exfr</string>
55                                        <key>Type</key>
56                                        <string>NSNumber&lt;Int&gt;</string>
57                                </dict>
58                                <key>frames</key>
59                                <dict>
60                                        <key>AppleEventCode</key>
61                                        <string>exfs</string>
62                                        <key>Type</key>
63                                        <string>NSNumber&lt;Int&gt;</string>
64                                </dict>
65                                <key>ftype</key>
66                                <dict>
67                                        <key>AppleEventCode</key>
68                                        <string>extp</string>
69                                        <key>Type</key>
70                                        <string>NSNumber&lt;NodeBox.ExportTypes&gt;</string>
71                                </dict>
72                                <key>pages</key>
73                                <dict>
74                                        <key>AppleEventCode</key>
75                                        <string>expg</string>
76                                        <key>Type</key>
77                                        <string>NSNumber&lt;Int&gt;</string>
78                                </dict>
79                        </dict>
80                        <key>CommandClass</key>
81                        <string>NSScriptCommand</string>
82                        <key>UnnamedArgument</key>
83                        <dict>
84                                <key>Type</key>
85                                <string>NodeBox.NodeBoxDocument</string>
86                        </dict>
87                </dict>
88                <key>Run</key>
89                <dict>
90                        <key>AppleEventClassCode</key>
91                        <string>ndbx</string>
92                        <key>AppleEventCode</key>
93                        <string>runs</string>
94                        <key>CommandClass</key>
95                        <string>NSScriptCommand</string>
96                        <key>UnnamedArgument</key>
97                        <dict>
98                                <key>Type</key>
99                                <string>NodeBox.NodeBoxDocument</string>
100                        </dict>
101                </dict>
102        </dict>
103        <key>Enumerations</key>
104        <dict>
105                <key>ExportTypes</key>
106                <dict>
107                        <key>AppleEventCode</key>
108                        <string>extp</string>
109                        <key>Enumerators</key>
110                        <dict>
111                                <key>pdf</key>
112                                <string>pdfx</string>
113                                <key>quicktime</key>
114                                <string>qtxx</string>
115                        </dict>
116                </dict>
117        </dict>
118        <key>Name</key>
119        <string>NodeBox</string>
120        <key>UsedFeatures</key>
121        <array>
122                <string>UnnamedArguments</string>
123        </array>
124</dict>
125</plist>
Note: See TracBrowser for help on using the browser.