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

Revision 1, 2.7 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>Classes</key>
6        <dict>
7                <key>NodeBoxDocument</key>
8                <dict>
9                        <key>Attributes</key>
10                        <dict>
11                                <key>source</key>
12                                <dict>
13                                        <key>Description</key>
14                                        <string>The source file for this script.</string>
15                                        <key>Name</key>
16                                        <string>source</string>
17                                </dict>
18                        </dict>
19                        <key>Description</key>
20                        <string>A NodeBox document</string>
21                        <key>Name</key>
22                        <string>document</string>
23                        <key>PluralName</key>
24                        <string>documents</string>
25                </dict>
26        </dict>
27        <key>Commands</key>
28        <dict>
29                <key>Export</key>
30                <dict>
31                        <key>Arguments</key>
32                        <dict>
33                                <key>fname</key>
34                                <dict>
35                                        <key>Description</key>
36                                        <string>The file in which to save the document</string>
37                                        <key>Name</key>
38                                        <string>in</string>
39                                </dict>
40                                <key>framerate</key>
41                                <dict>
42                                        <key>Description</key>
43                                        <string>The framerate for QuickTime movies</string>
44                                        <key>Name</key>
45                                        <string>framerate</string>
46                                </dict>
47                                <key>frames</key>
48                                <dict>
49                                        <key>Description</key>
50                                        <string>The amount of frames to export for QuickTime movies</string>
51                                        <key>Name</key>
52                                        <string>frames</string>
53                                </dict>
54                                <key>ftype</key>
55                                <dict>
56                                        <key>Description</key>
57                                        <string>The type of file to export</string>
58                                        <key>Name</key>
59                                        <string>as</string>
60                                </dict>
61                                <key>pages</key>
62                                <dict>
63                                        <key>Description</key>
64                                        <string>The amount of pages to export for PDF documents</string>
65                                        <key>Name</key>
66                                        <string>pages</string>
67                                </dict>
68                        </dict>
69                        <key>Description</key>
70                        <string>Export a document.</string>
71                        <key>Name</key>
72                        <string>export</string>
73                        <key>UnnamedArgument</key>
74                        <dict>
75                                <key>Description</key>
76                                <string>The document(s) or window(s) to export.</string>
77                        </dict>
78                </dict>
79                <key>Run</key>
80                <dict>
81                        <key>Description</key>
82                        <string>Run a document.</string>
83                        <key>Name</key>
84                        <string>run</string>
85                        <key>UnnamedArgument</key>
86                        <dict>
87                                <key>Description</key>
88                                <string>The document(s) or window(s) to run.</string>
89                        </dict>
90                </dict>
91        </dict>
92        <key>Description</key>
93        <string>NodeBox Script Suite</string>
94        <key>Enumerations</key>
95        <dict>
96                <key>ExportTypes</key>
97                <dict>
98                        <key>pdf</key>
99                        <dict>
100                                <key>Description</key>
101                                <string>Export as PDF.</string>
102                                <key>Name</key>
103                                <string>PDF</string>
104                        </dict>
105                        <key>quicktime</key>
106                        <dict>
107                                <key>Description</key>
108                                <string>Export as QuickTime.</string>
109                                <key>Name</key>
110                                <string>QuickTime</string>
111                        </dict>
112                </dict>
113        </dict>
114        <key>Name</key>
115        <string>NodeBox</string>
116</dict>
117</plist>
Note: See TracBrowser for help on using the browser.