]> git.sven.stormbind.net Git - sven/vym.git/blob - tex/commands.tex
Replace Pierre as the maintainer
[sven/vym.git] / tex / commands.tex
1 \item addBranch\\
2 \begin{tabular}{rl}
3   SelectionType: & Branch\\
4     Return Type: & Void\\
5      Parameters: & 1\\
6    Parameter: &  1:\\
7         Comment: & Index of new branch\\
8            Type: & Int\\
9        Optional: &  yes\\
10 \end{tabular}
11
12 \item addBranchBefore\\
13 \begin{tabular}{rl}
14   SelectionType: & Branch\\
15     Return Type: & Void\\
16      Parameters: & 0\\
17 \end{tabular}
18
19 \item addMapCenter\\
20 \begin{tabular}{rl}
21   SelectionType: & Any\\
22     Return Type: & Void\\
23      Parameters: & 2\\
24    Parameter: &  1:\\
25         Comment: & Position x\\
26            Type: & Double\\
27        Optional: &  No\\
28    Parameter: &  2:\\
29         Comment: & Position y\\
30            Type: & Double\\
31        Optional: &  No\\
32 \end{tabular}
33
34 \item addMapInsert\\
35 \begin{tabular}{rl}
36   SelectionType: & Any\\
37     Return Type: & Void\\
38      Parameters: & 3\\
39    Parameter: &  1:\\
40         Comment: & Filename of map to load\\
41            Type: & String\\
42        Optional: &  No\\
43    Parameter: &  2:\\
44         Comment: & Index where map is inserted\\
45            Type: & Int\\
46        Optional: &  yes\\
47    Parameter: &  3:\\
48         Comment: & Content filter\\
49            Type: & Int\\
50        Optional: &  yes\\
51 \end{tabular}
52
53 \item addMapReplace\\
54 \begin{tabular}{rl}
55   SelectionType: & Branch\\
56     Return Type: & Void\\
57      Parameters: & 1\\
58    Parameter: &  1:\\
59         Comment: & Filename of map to load\\
60            Type: & String\\
61        Optional: &  No\\
62 \end{tabular}
63
64 \item addSlide\\
65 \begin{tabular}{rl}
66   SelectionType: & Branch\\
67     Return Type: & Void\\
68      Parameters: & 0\\
69 \end{tabular}
70
71 \item addXLink\\
72 \begin{tabular}{rl}
73   SelectionType: & BranchLike\\
74     Return Type: & Void\\
75      Parameters: & 5\\
76    Parameter: &  1:\\
77         Comment: & Begin of XLink\\
78            Type: & String\\
79        Optional: &  No\\
80    Parameter: &  2:\\
81         Comment: & End of XLink\\
82            Type: & String\\
83        Optional: &  No\\
84    Parameter: &  3:\\
85         Comment: & Width of XLink\\
86            Type: & Int\\
87        Optional: &  yes\\
88    Parameter: &  4:\\
89         Comment: & Color of XLink\\
90            Type: & Color\\
91        Optional: &  yes\\
92    Parameter: &  5:\\
93         Comment: & Penstyle of XLink\\
94            Type: & String\\
95        Optional: &  yes\\
96 \end{tabular}
97
98 \item branchCount\\
99 \begin{tabular}{rl}
100   SelectionType: & Any\\
101     Return Type: & Int\\
102      Parameters: & 0\\
103 \end{tabular}
104
105 \item centerCount\\
106 \begin{tabular}{rl}
107   SelectionType: & BranchLike\\
108     Return Type: & Int\\
109      Parameters: & 0\\
110 \end{tabular}
111
112 \item centerOnID\\
113 \begin{tabular}{rl}
114   SelectionType: & Any\\
115     Return Type: & Void\\
116      Parameters: & 1\\
117    Parameter: &  1:\\
118         Comment: & UUID of object to center on\\
119            Type: & String\\
120        Optional: &  No\\
121 \end{tabular}
122
123 \item clearFlags\\
124 \begin{tabular}{rl}
125   SelectionType: & BranchLike\\
126     Return Type: & Void\\
127      Parameters: & 0\\
128 \end{tabular}
129
130 \item colorBranch\\
131 \begin{tabular}{rl}
132   SelectionType: & Branch\\
133     Return Type: & Void\\
134      Parameters: & 1\\
135    Parameter: &  1:\\
136         Comment: & New color\\
137            Type: & Color\\
138        Optional: &  yes\\
139 \end{tabular}
140
141 \item colorSubtree\\
142 \begin{tabular}{rl}
143   SelectionType: & Branch\\
144     Return Type: & Void\\
145      Parameters: & 1\\
146    Parameter: &  1:\\
147         Comment: & New color\\
148            Type: & Color\\
149        Optional: &  yes\\
150 \end{tabular}
151
152 \item copy\\
153 \begin{tabular}{rl}
154   SelectionType: & BranchOrImage\\
155     Return Type: & Void\\
156      Parameters: & 0\\
157 \end{tabular}
158
159 \item cut\\
160 \begin{tabular}{rl}
161   SelectionType: & BranchOrImage\\
162     Return Type: & Void\\
163      Parameters: & 0\\
164 \end{tabular}
165
166 \item cycleTask\\
167 \begin{tabular}{rl}
168   SelectionType: & BranchOrImage\\
169     Return Type: & Void\\
170      Parameters: & 1\\
171    Parameter: &  1:\\
172         Comment: & True, if cycling in reverse order\\
173            Type: & Bool\\
174        Optional: &  yes\\
175 \end{tabular}
176
177 \item depth\\
178 \begin{tabular}{rl}
179   SelectionType: & BranchOrImage\\
180     Return Type: & Int\\
181      Parameters: & 0\\
182 \end{tabular}
183
184 \item exportMap\\
185 \begin{tabular}{rl}
186   SelectionType: & Any\\
187     Return Type: & Bool\\
188      Parameters: & 1\\
189    Parameter: &  1:\\
190         Comment: & Format (AO, ASCII, CONFLUENCE, CSV, HTML, Image, Impress, Last, LaTeX, Markdown, OrgMode, PDF, SVG, XML)\\
191            Type: & String\\
192        Optional: &  No\\
193 \end{tabular}
194
195 \item getDestPath\\
196 \begin{tabular}{rl}
197   SelectionType: & Any\\
198     Return Type: & String\\
199      Parameters: & 0\\
200 \end{tabular}
201
202 \item getFileDir\\
203 \begin{tabular}{rl}
204   SelectionType: & Any\\
205     Return Type: & String\\
206      Parameters: & 0\\
207 \end{tabular}
208
209 \item getFileName\\
210 \begin{tabular}{rl}
211   SelectionType: & Any\\
212     Return Type: & String\\
213      Parameters: & 0\\
214 \end{tabular}
215
216 \item getFrameType\\
217 \begin{tabular}{rl}
218   SelectionType: & Branch\\
219     Return Type: & String\\
220      Parameters: & 0\\
221 \end{tabular}
222
223 \item getHeadingPlainText\\
224 \begin{tabular}{rl}
225   SelectionType: & TreeItem\\
226     Return Type: & String\\
227      Parameters: & 0\\
228 \end{tabular}
229
230 \item getHeadingXML\\
231 \begin{tabular}{rl}
232   SelectionType: & TreeItem\\
233     Return Type: & String\\
234      Parameters: & 0\\
235 \end{tabular}
236
237 \item getMapAuthor\\
238 \begin{tabular}{rl}
239   SelectionType: & Any\\
240     Return Type: & String\\
241      Parameters: & 0\\
242 \end{tabular}
243
244 \item getMapComment\\
245 \begin{tabular}{rl}
246   SelectionType: & Any\\
247     Return Type: & String\\
248      Parameters: & 0\\
249 \end{tabular}
250
251 \item getMapTitle\\
252 \begin{tabular}{rl}
253   SelectionType: & Any\\
254     Return Type: & String\\
255      Parameters: & 0\\
256 \end{tabular}
257
258 \item getNotePlainText\\
259 \begin{tabular}{rl}
260   SelectionType: & TreeItem\\
261     Return Type: & String\\
262      Parameters: & 0\\
263 \end{tabular}
264
265 \item getNoteXML\\
266 \begin{tabular}{rl}
267   SelectionType: & TreeItem\\
268     Return Type: & String\\
269      Parameters: & 0\\
270 \end{tabular}
271
272 \item getSelectionString\\
273 \begin{tabular}{rl}
274   SelectionType: & TreeItem\\
275     Return Type: & String\\
276      Parameters: & 0\\
277 \end{tabular}
278
279 \item getTaskPriorityDelta\\
280 \begin{tabular}{rl}
281   SelectionType: & Branch\\
282     Return Type: & Int\\
283      Parameters: & 0\\
284 \end{tabular}
285
286 \item getTaskSleep\\
287 \begin{tabular}{rl}
288   SelectionType: & Branch\\
289     Return Type: & String\\
290      Parameters: & 0\\
291 \end{tabular}
292
293 \item getTaskSleepDays\\
294 \begin{tabular}{rl}
295   SelectionType: & Branch\\
296     Return Type: & Int\\
297      Parameters: & 0\\
298 \end{tabular}
299
300 \item getURL\\
301 \begin{tabular}{rl}
302   SelectionType: & TreeItem\\
303     Return Type: & String\\
304      Parameters: & 0\\
305 \end{tabular}
306
307 \item getVymLink\\
308 \begin{tabular}{rl}
309   SelectionType: & Branch\\
310     Return Type: & String\\
311      Parameters: & 0\\
312 \end{tabular}
313
314 \item getXLinkColor\\
315 \begin{tabular}{rl}
316   SelectionType: & XLink\\
317     Return Type: & String\\
318      Parameters: & 0\\
319 \end{tabular}
320
321 \item getXLinkWidth\\
322 \begin{tabular}{rl}
323   SelectionType: & XLink\\
324     Return Type: & Int\\
325      Parameters: & 0\\
326 \end{tabular}
327
328 \item getXLinkPenStyle\\
329 \begin{tabular}{rl}
330   SelectionType: & XLink\\
331     Return Type: & String\\
332      Parameters: & 0\\
333 \end{tabular}
334
335 \item getXLinkStyleBegin\\
336 \begin{tabular}{rl}
337   SelectionType: & XLink\\
338     Return Type: & String\\
339      Parameters: & 0\\
340 \end{tabular}
341
342 \item getXLinkStyleEnd\\
343 \begin{tabular}{rl}
344   SelectionType: & XLink\\
345     Return Type: & String\\
346      Parameters: & 0\\
347 \end{tabular}
348
349 \item hasActiveFlag\\
350 \begin{tabular}{rl}
351   SelectionType: & TreeItem\\
352     Return Type: & Bool\\
353      Parameters: & 1\\
354    Parameter: &  1:\\
355         Comment: & Name of flag\\
356            Type: & String\\
357        Optional: &  No\\
358 \end{tabular}
359
360 \item hasNote\\
361 \begin{tabular}{rl}
362   SelectionType: & Branch\\
363     Return Type: & Bool\\
364      Parameters: & 0\\
365 \end{tabular}
366
367 \item hasRichTextNote\\
368 \begin{tabular}{rl}
369   SelectionType: & Branch\\
370     Return Type: & Bool\\
371      Parameters: & 0\\
372 \end{tabular}
373
374 \item hasTask\\
375 \begin{tabular}{rl}
376   SelectionType: & Branch\\
377     Return Type: & Bool\\
378      Parameters: & 0\\
379 \end{tabular}
380
381 \item importDir\\
382 \begin{tabular}{rl}
383   SelectionType: & Branch\\
384     Return Type: & Void\\
385      Parameters: & 1\\
386    Parameter: &  1:\\
387         Comment: & Directory name to import\\
388            Type: & String\\
389        Optional: &  No\\
390 \end{tabular}
391
392 \item initIterator\\
393 \begin{tabular}{rl}
394   SelectionType: & Branch\\
395     Return Type: & Bool\\
396      Parameters: & 2\\
397    Parameter: &  1:\\
398         Comment: & Name of iterator\\
399            Type: & String\\
400        Optional: &  No\\
401    Parameter: &  2:\\
402         Comment: & Flag to go deep levels first\\
403            Type: & Bool\\
404        Optional: &  yes\\
405 \end{tabular}
406
407 \item isScrolled\\
408 \begin{tabular}{rl}
409   SelectionType: & Branch\\
410     Return Type: & Bool\\
411      Parameters: & 0\\
412 \end{tabular}
413
414 \item loadImage\\
415 \begin{tabular}{rl}
416   SelectionType: & Branch\\
417     Return Type: & Void\\
418      Parameters: & 1\\
419    Parameter: &  1:\\
420         Comment: & Filename of image\\
421            Type: & String\\
422        Optional: &  No\\
423 \end{tabular}
424
425 \item loadNote\\
426 \begin{tabular}{rl}
427   SelectionType: & Branch\\
428     Return Type: & Void\\
429      Parameters: & 1\\
430    Parameter: &  1:\\
431         Comment: & Filename of note\\
432            Type: & String\\
433        Optional: &  No\\
434 \end{tabular}
435
436 \item moveDown\\
437 \begin{tabular}{rl}
438   SelectionType: & Branch\\
439     Return Type: & Void\\
440      Parameters: & 0\\
441 \end{tabular}
442
443 \item moveUp\\
444 \begin{tabular}{rl}
445   SelectionType: & Branch\\
446     Return Type: & Void\\
447      Parameters: & 0\\
448 \end{tabular}
449
450 \item moveSlideDown\\
451 \begin{tabular}{rl}
452   SelectionType: & Any\\
453     Return Type: & Void\\
454      Parameters: & 0\\
455 \end{tabular}
456
457 \item moveSlideUp\\
458 \begin{tabular}{rl}
459   SelectionType: & Any\\
460     Return Type: & Void\\
461      Parameters: & 0\\
462 \end{tabular}
463
464 \item move\\
465 \begin{tabular}{rl}
466   SelectionType: & BranchOrImage\\
467     Return Type: & Void\\
468      Parameters: & 2\\
469    Parameter: &  1:\\
470         Comment: & Position x\\
471            Type: & Double\\
472        Optional: &  No\\
473    Parameter: &  2:\\
474         Comment: & Position y\\
475            Type: & Double\\
476        Optional: &  No\\
477 \end{tabular}
478
479 \item moveRel\\
480 \begin{tabular}{rl}
481   SelectionType: & BranchOrImage\\
482     Return Type: & Void\\
483      Parameters: & 2\\
484    Parameter: &  1:\\
485         Comment: & Position x\\
486            Type: & Double\\
487        Optional: &  No\\
488    Parameter: &  2:\\
489         Comment: & Position y\\
490            Type: & Double\\
491        Optional: &  No\\
492 \end{tabular}
493
494 \item nextIterator\\
495 \begin{tabular}{rl}
496   SelectionType: & Branch\\
497     Return Type: & Bool\\
498      Parameters: & 1\\
499    Parameter: &  1:\\
500         Comment: & Name of iterator\\
501            Type: & String\\
502        Optional: &  No\\
503 \end{tabular}
504
505 \item nop\\
506 \begin{tabular}{rl}
507   SelectionType: & Any\\
508     Return Type: & Void\\
509      Parameters: & 0\\
510 \end{tabular}
511
512 \item note2URLs\\
513 \begin{tabular}{rl}
514   SelectionType: & Branch\\
515     Return Type: & Void\\
516      Parameters: & 0\\
517 \end{tabular}
518
519 \item parseVymText\\
520 \begin{tabular}{rl}
521   SelectionType: & Branch\\
522     Return Type: & Bool\\
523      Parameters: & 1\\
524    Parameter: &  1:\\
525         Comment: & parse XML of VymText, e.g for Heading or VymNote\\
526            Type: & String\\
527        Optional: &  No\\
528 \end{tabular}
529
530 \item paste\\
531 \begin{tabular}{rl}
532   SelectionType: & Branch\\
533     Return Type: & Void\\
534      Parameters: & 0\\
535 \end{tabular}
536
537 \item redo\\
538 \begin{tabular}{rl}
539   SelectionType: & Any\\
540     Return Type: & Void\\
541      Parameters: & 0\\
542 \end{tabular}
543
544 \item relinkTo\\
545 \begin{tabular}{rl}
546   SelectionType: & TreeItem\\
547     Return Type: & Bool\\
548      Parameters: & 4\\
549    Parameter: &  1:\\
550         Comment: & Selection string of parent\\
551            Type: & String\\
552        Optional: &  No\\
553    Parameter: &  2:\\
554         Comment: & Index position\\
555            Type: & Int\\
556        Optional: &  No\\
557    Parameter: &  3:\\
558         Comment: & Position x\\
559            Type: & Double\\
560        Optional: &  yes\\
561    Parameter: &  4:\\
562         Comment: & Position y\\
563            Type: & Double\\
564        Optional: &  yes\\
565 \end{tabular}
566
567 \item remove\\
568 \begin{tabular}{rl}
569   SelectionType: & TreeItem\\
570     Return Type: & Void\\
571      Parameters: & 0\\
572 \end{tabular}
573
574 \item removeChildren\\
575 \begin{tabular}{rl}
576   SelectionType: & Branch\\
577     Return Type: & Void\\
578      Parameters: & 0\\
579 \end{tabular}
580
581 \item removeKeepChildren\\
582 \begin{tabular}{rl}
583   SelectionType: & Branch\\
584     Return Type: & Void\\
585      Parameters: & 0\\
586 \end{tabular}
587
588 \item removeSlide\\
589 \begin{tabular}{rl}
590   SelectionType: & Any\\
591     Return Type: & Void\\
592      Parameters: & 1\\
593    Parameter: &  1:\\
594         Comment: & Index of slide to remove\\
595            Type: & Int\\
596        Optional: &  No\\
597 \end{tabular}
598
599 \item repeatLastCommand\\
600 \begin{tabular}{rl}
601   SelectionType: & Any\\
602     Return Type: & Void\\
603      Parameters: & 0\\
604 \end{tabular}
605
606 \item saveImage\\
607 \begin{tabular}{rl}
608   SelectionType: & Image\\
609     Return Type: & Void\\
610      Parameters: & 2\\
611    Parameter: &  1:\\
612         Comment: & Filename of image to save\\
613            Type: & String\\
614        Optional: &  No\\
615    Parameter: &  2:\\
616         Comment: & Format of image to save\\
617            Type: & String\\
618        Optional: &  No\\
619 \end{tabular}
620
621 \item saveNote\\
622 \begin{tabular}{rl}
623   SelectionType: & Branch\\
624     Return Type: & Void\\
625      Parameters: & 1\\
626    Parameter: &  1:\\
627         Comment: & Filename of note to save\\
628            Type: & String\\
629        Optional: &  No\\
630 \end{tabular}
631
632 \item scroll\\
633 \begin{tabular}{rl}
634   SelectionType: & Branch\\
635     Return Type: & Void\\
636      Parameters: & 0\\
637 \end{tabular}
638
639 \item select\\
640 \begin{tabular}{rl}
641   SelectionType: & Any\\
642     Return Type: & Bool\\
643      Parameters: & 1\\
644    Parameter: &  1:\\
645         Comment: & Selection string\\
646            Type: & String\\
647        Optional: &  No\\
648 \end{tabular}
649
650 \item selectFirstBranch\\
651 \begin{tabular}{rl}
652   SelectionType: & Branch\\
653     Return Type: & Bool\\
654      Parameters: & 0\\
655 \end{tabular}
656
657 \item selectFirstChildBranch\\
658 \begin{tabular}{rl}
659   SelectionType: & Branch\\
660     Return Type: & Bool\\
661      Parameters: & 0\\
662 \end{tabular}
663
664 \item selectID\\
665 \begin{tabular}{rl}
666   SelectionType: & Any\\
667     Return Type: & Bool\\
668      Parameters: & 1\\
669    Parameter: &  1:\\
670         Comment: & Unique ID\\
671            Type: & String\\
672        Optional: &  No\\
673 \end{tabular}
674
675 \item selectLastBranch\\
676 \begin{tabular}{rl}
677   SelectionType: & Branch\\
678     Return Type: & Bool\\
679      Parameters: & 0\\
680 \end{tabular}
681
682 \item selectLastChildBranch\\
683 \begin{tabular}{rl}
684   SelectionType: & Branch\\
685     Return Type: & Bool\\
686      Parameters: & 0\\
687 \end{tabular}
688
689 \item selectLastImage\\
690 \begin{tabular}{rl}
691   SelectionType: & Branch\\
692     Return Type: & Bool\\
693      Parameters: & 0\\
694 \end{tabular}
695
696 \item selectLatestAdded\\
697 \begin{tabular}{rl}
698   SelectionType: & Any\\
699     Return Type: & Bool\\
700      Parameters: & 0\\
701 \end{tabular}
702
703 \item selectParent\\
704 \begin{tabular}{rl}
705   SelectionType: & Branch\\
706     Return Type: & Bool\\
707      Parameters: & 0\\
708 \end{tabular}
709
710 \item selectToggle\\
711 \begin{tabular}{rl}
712   SelectionType: & BranchOrImage\\
713     Return Type: & Bool\\
714      Parameters: & 0\\
715 \end{tabular}
716
717 \item setFlagByName\\
718 \begin{tabular}{rl}
719   SelectionType: & TreeItem\\
720     Return Type: & Void\\
721      Parameters: & 1\\
722    Parameter: &  1:\\
723         Comment: & Name of flag\\
724            Type: & String\\
725        Optional: &  No\\
726 \end{tabular}
727
728 \item setTaskPriorityDelta\\
729 \begin{tabular}{rl}
730   SelectionType: & Branch\\
731     Return Type: & Void\\
732      Parameters: & 1\\
733    Parameter: &  1:\\
734         Comment: & Manually add value to priority of task\\
735            Type: & String\\
736        Optional: &  No\\
737 \end{tabular}
738
739 \item setTaskSleep\\
740 \begin{tabular}{rl}
741   SelectionType: & Branch\\
742     Return Type: & Void\\
743      Parameters: & 1\\
744    Parameter: &  1:\\
745         Comment: & Days to sleep\\
746            Type: & String\\
747        Optional: &  No\\
748 \end{tabular}
749
750 \item setFrameIncludeChildren\\
751 \begin{tabular}{rl}
752   SelectionType: & BranchOrImage\\
753     Return Type: & Void\\
754      Parameters: & 1\\
755    Parameter: &  1:\\
756         Comment: & Include or don't include children in frame\\
757            Type: & Bool\\
758        Optional: &  No\\
759 \end{tabular}
760
761 \item setFrameType\\
762 \begin{tabular}{rl}
763   SelectionType: & BranchOrImage\\
764     Return Type: & Void\\
765      Parameters: & 1\\
766    Parameter: &  1:\\
767         Comment: & Type of frame\\
768            Type: & String\\
769        Optional: &  No\\
770 \end{tabular}
771
772 \item setFramePenColor\\
773 \begin{tabular}{rl}
774   SelectionType: & BranchOrImage\\
775     Return Type: & Void\\
776      Parameters: & 1\\
777    Parameter: &  1:\\
778         Comment: & Color of frame border line\\
779            Type: & Color\\
780        Optional: &  No\\
781 \end{tabular}
782
783 \item setFrameBrushColor\\
784 \begin{tabular}{rl}
785   SelectionType: & BranchOrImage\\
786     Return Type: & Void\\
787      Parameters: & 1\\
788    Parameter: &  1:\\
789         Comment: & Color of frame background\\
790            Type: & Color\\
791        Optional: &  No\\
792 \end{tabular}
793
794 \item setFramePadding\\
795 \begin{tabular}{rl}
796   SelectionType: & BranchOrImage\\
797     Return Type: & Void\\
798      Parameters: & 1\\
799    Parameter: &  1:\\
800         Comment: & Padding around frame\\
801            Type: & Int\\
802        Optional: &  No\\
803 \end{tabular}
804
805 \item setFrameBorderWidth\\
806 \begin{tabular}{rl}
807   SelectionType: & BranchOrImage\\
808     Return Type: & Void\\
809      Parameters: & 1\\
810    Parameter: &  1:\\
811         Comment: & Width of frame borderline\\
812            Type: & Int\\
813        Optional: &  No\\
814 \end{tabular}
815
816 \item setHeadingConfluencePageName\\
817 \begin{tabular}{rl}
818   SelectionType: & Branch\\
819     Return Type: & Void\\
820      Parameters: & 0\\
821 \end{tabular}
822
823 \item setHeadingPlainText\\
824 \begin{tabular}{rl}
825   SelectionType: & TreeItem\\
826     Return Type: & Void\\
827      Parameters: & 1\\
828    Parameter: &  1:\\
829         Comment: & New heading\\
830            Type: & String\\
831        Optional: &  No\\
832 \end{tabular}
833
834 \item setHideExport\\
835 \begin{tabular}{rl}
836   SelectionType: & BranchOrImage\\
837     Return Type: & Void\\
838      Parameters: & 1\\
839    Parameter: &  1:\\
840         Comment: & Set if item should be visible in export\\
841            Type: & Bool\\
842        Optional: &  No\\
843 \end{tabular}
844
845 \item setIncludeImagesHorizontally\\
846 \begin{tabular}{rl}
847   SelectionType: & Branch\\
848     Return Type: & Void\\
849      Parameters: & 1\\
850    Parameter: &  1:\\
851         Comment: & Set if images should be included horizontally in parent branch\\
852            Type: & Bool\\
853        Optional: &  No\\
854 \end{tabular}
855
856 \item setIncludeImagesVertically\\
857 \begin{tabular}{rl}
858   SelectionType: & Branch\\
859     Return Type: & Void\\
860      Parameters: & 1\\
861    Parameter: &  1:\\
862         Comment: & Set if images should be included vertically in parent branch\\
863            Type: & Bool\\
864        Optional: &  No\\
865 \end{tabular}
866
867 \item setHideLinksUnselected\\
868 \begin{tabular}{rl}
869   SelectionType: & BranchOrImage\\
870     Return Type: & Void\\
871      Parameters: & 1\\
872    Parameter: &  1:\\
873         Comment: & Set if links of items should be visible for unselected items\\
874            Type: & Bool\\
875        Optional: &  No\\
876 \end{tabular}
877
878 \item setMapAnimCurve\\
879 \begin{tabular}{rl}
880   SelectionType: & Any\\
881     Return Type: & Void\\
882      Parameters: & 1\\
883    Parameter: &  1:\\
884         Comment: & EasingCurve used in animation in MapEditor\\
885            Type: & Int\\
886        Optional: &  No\\
887 \end{tabular}
888
889 \item setMapAuthor\\
890 \begin{tabular}{rl}
891   SelectionType: & Any\\
892     Return Type: & Void\\
893      Parameters: & 1\\
894    Parameter: &  1:\\
895         Comment: & \\
896            Type: & String\\
897        Optional: &  No\\
898 \end{tabular}
899
900 \item setMapAnimDuration\\
901 \begin{tabular}{rl}
902   SelectionType: & Any\\
903     Return Type: & Void\\
904      Parameters: & 1\\
905    Parameter: &  1:\\
906         Comment: & Duration of animation in MapEditor in milliseconds\\
907            Type: & Int\\
908        Optional: &  No\\
909 \end{tabular}
910
911 \item setMapBackgroundColor\\
912 \begin{tabular}{rl}
913   SelectionType: & Any\\
914     Return Type: & Void\\
915      Parameters: & 1\\
916    Parameter: &  1:\\
917         Comment: & Color of map background\\
918            Type: & Color\\
919        Optional: &  No\\
920 \end{tabular}
921
922 \item setMapComment\\
923 \begin{tabular}{rl}
924   SelectionType: & Any\\
925     Return Type: & Void\\
926      Parameters: & 1\\
927    Parameter: &  1:\\
928         Comment: & \\
929            Type: & String\\
930        Optional: &  No\\
931 \end{tabular}
932
933 \item setMapTitle\\
934 \begin{tabular}{rl}
935   SelectionType: & Any\\
936     Return Type: & Void\\
937      Parameters: & 1\\
938    Parameter: &  1:\\
939         Comment: & \\
940            Type: & String\\
941        Optional: &  No\\
942 \end{tabular}
943
944 \item setMapDefLinkColor\\
945 \begin{tabular}{rl}
946   SelectionType: & Any\\
947     Return Type: & Void\\
948      Parameters: & 1\\
949    Parameter: &  1:\\
950         Comment: & Default color of links\\
951            Type: & Color\\
952        Optional: &  No\\
953 \end{tabular}
954
955 \item setMapLinkStyle\\
956 \begin{tabular}{rl}
957   SelectionType: & Any\\
958     Return Type: & Void\\
959      Parameters: & 1\\
960    Parameter: &  1:\\
961         Comment: & Link style in map\\
962            Type: & String\\
963        Optional: &  No\\
964 \end{tabular}
965
966 \item setMapRotation\\
967 \begin{tabular}{rl}
968   SelectionType: & Any\\
969     Return Type: & Void\\
970      Parameters: & 1\\
971    Parameter: &  1:\\
972         Comment: & Rotation of map\\
973            Type: & Double\\
974        Optional: &  No\\
975 \end{tabular}
976
977 \item setMapTitle\\
978 \begin{tabular}{rl}
979   SelectionType: & Any\\
980     Return Type: & Void\\
981      Parameters: & 1\\
982    Parameter: &  1:\\
983         Comment: & \\
984            Type: & String\\
985        Optional: &  No\\
986 \end{tabular}
987
988 \item setMapZoom\\
989 \begin{tabular}{rl}
990   SelectionType: & Any\\
991     Return Type: & Void\\
992      Parameters: & 1\\
993    Parameter: &  1:\\
994         Comment: & Zoomfactor of map\\
995            Type: & Double\\
996        Optional: &  No\\
997 \end{tabular}
998
999 \item setNotePlainText\\
1000 \begin{tabular}{rl}
1001   SelectionType: & Branch\\
1002     Return Type: & Void\\
1003      Parameters: & 1\\
1004    Parameter: &  1:\\
1005         Comment: & Note of branch\\
1006            Type: & String\\
1007        Optional: &  No\\
1008 \end{tabular}
1009
1010 \item setScaleFactor\\
1011 \begin{tabular}{rl}
1012   SelectionType: & Image\\
1013     Return Type: & Void\\
1014      Parameters: & 1\\
1015    Parameter: &  1:\\
1016         Comment: & Scale image by factor f\\
1017            Type: & Double\\
1018        Optional: &  No\\
1019 \end{tabular}
1020
1021 \item setSelectionColor\\
1022 \begin{tabular}{rl}
1023   SelectionType: & Any\\
1024     Return Type: & Void\\
1025      Parameters: & 1\\
1026    Parameter: &  1:\\
1027         Comment: & Color of selection box\\
1028            Type: & Color\\
1029        Optional: &  No\\
1030 \end{tabular}
1031
1032 \item setTaskPriority\\
1033 \begin{tabular}{rl}
1034   SelectionType: & Branch\\
1035     Return Type: & Void\\
1036      Parameters: & 1\\
1037    Parameter: &  1:\\
1038         Comment: & Priority of task\\
1039            Type: & Int\\
1040        Optional: &  No\\
1041 \end{tabular}
1042
1043 \item setTaskSleep\\
1044 \begin{tabular}{rl}
1045   SelectionType: & Branch\\
1046     Return Type: & Bool\\
1047      Parameters: & 1\\
1048    Parameter: &  1:\\
1049         Comment: & Sleep time of task\\
1050            Type: & String\\
1051        Optional: &  No\\
1052 \end{tabular}
1053
1054 \item setURL\\
1055 \begin{tabular}{rl}
1056   SelectionType: & TreeItem\\
1057     Return Type: & Void\\
1058      Parameters: & 1\\
1059    Parameter: &  1:\\
1060         Comment: & URL of TreeItem\\
1061            Type: & String\\
1062        Optional: &  No\\
1063 \end{tabular}
1064
1065 \item setVymLink\\
1066 \begin{tabular}{rl}
1067   SelectionType: & Branch\\
1068     Return Type: & Void\\
1069      Parameters: & 1\\
1070    Parameter: &  1:\\
1071         Comment: & Vymlink of branch\\
1072            Type: & String\\
1073        Optional: &  No\\
1074 \end{tabular}
1075
1076 \item setXLinkColor\\
1077 \begin{tabular}{rl}
1078   SelectionType: & XLink\\
1079     Return Type: & Void\\
1080      Parameters: & 1\\
1081    Parameter: &  1:\\
1082         Comment: & Color of xlink\\
1083            Type: & String\\
1084        Optional: &  No\\
1085 \end{tabular}
1086
1087 \item setXLinkStyle\\
1088 \begin{tabular}{rl}
1089   SelectionType: & XLink\\
1090     Return Type: & Void\\
1091      Parameters: & 1\\
1092    Parameter: &  1:\\
1093         Comment: & Style of xlink\\
1094            Type: & String\\
1095        Optional: &  No\\
1096 \end{tabular}
1097
1098 \item setXLinkStyleBegin\\
1099 \begin{tabular}{rl}
1100   SelectionType: & XLink\\
1101     Return Type: & Void\\
1102      Parameters: & 1\\
1103    Parameter: &  1:\\
1104         Comment: & Style of xlink begin\\
1105            Type: & String\\
1106        Optional: &  No\\
1107 \end{tabular}
1108
1109 \item setXLinkStyleEnd\\
1110 \begin{tabular}{rl}
1111   SelectionType: & XLink\\
1112     Return Type: & Void\\
1113      Parameters: & 1\\
1114    Parameter: &  1:\\
1115         Comment: & Style of xlink end\\
1116            Type: & String\\
1117        Optional: &  No\\
1118 \end{tabular}
1119
1120 \item setXLinkWidth\\
1121 \begin{tabular}{rl}
1122   SelectionType: & XLink\\
1123     Return Type: & Void\\
1124      Parameters: & 1\\
1125    Parameter: &  1:\\
1126         Comment: & Width of xlink\\
1127            Type: & Int\\
1128        Optional: &  No\\
1129 \end{tabular}
1130
1131 \item sleep\\
1132 \begin{tabular}{rl}
1133   SelectionType: & Any\\
1134     Return Type: & Void\\
1135      Parameters: & 1\\
1136    Parameter: &  1:\\
1137         Comment: & Sleep (seconds)\\
1138            Type: & Int\\
1139        Optional: &  No\\
1140 \end{tabular}
1141
1142 \item sortChildren\\
1143 \begin{tabular}{rl}
1144   SelectionType: & Branch\\
1145     Return Type: & Void\\
1146      Parameters: & 1\\
1147    Parameter: &  1:\\
1148         Comment: & Sort children of branch in revers order if set\\
1149            Type: & Bool\\
1150        Optional: &  yes\\
1151 \end{tabular}
1152
1153 \item toggleFlagByUid\\
1154 \begin{tabular}{rl}
1155   SelectionType: & Branch\\
1156     Return Type: & Void\\
1157      Parameters: & 1\\
1158    Parameter: &  1:\\
1159         Comment: & Uid of flag to toggle\\
1160            Type: & String\\
1161        Optional: &  No\\
1162 \end{tabular}
1163
1164 \item toggleFlagByName\\
1165 \begin{tabular}{rl}
1166   SelectionType: & Branch\\
1167     Return Type: & Void\\
1168      Parameters: & 1\\
1169    Parameter: &  1:\\
1170         Comment: & Name of flag to toggle\\
1171            Type: & String\\
1172        Optional: &  No\\
1173 \end{tabular}
1174
1175 \item toggleFrameIncludeChildren\\
1176 \begin{tabular}{rl}
1177   SelectionType: & Branch\\
1178     Return Type: & Void\\
1179      Parameters: & 0\\
1180 \end{tabular}
1181
1182 \item toggleScroll\\
1183 \begin{tabular}{rl}
1184   SelectionType: & Branch\\
1185     Return Type: & Void\\
1186      Parameters: & 0\\
1187 \end{tabular}
1188
1189 \item toggleTarget\\
1190 \begin{tabular}{rl}
1191   SelectionType: & Branch\\
1192     Return Type: & Void\\
1193      Parameters: & 0\\
1194 \end{tabular}
1195
1196 \item toggleTask\\
1197 \begin{tabular}{rl}
1198   SelectionType: & Branch\\
1199     Return Type: & Void\\
1200      Parameters: & 0\\
1201 \end{tabular}
1202
1203 \item undo\\
1204 \begin{tabular}{rl}
1205   SelectionType: & Any\\
1206     Return Type: & Void\\
1207      Parameters: & 0\\
1208 \end{tabular}
1209
1210 \item unscroll\\
1211 \begin{tabular}{rl}
1212   SelectionType: & Branch\\
1213     Return Type: & Bool\\
1214      Parameters: & 0\\
1215 \end{tabular}
1216
1217 \item unscrollChildren\\
1218 \begin{tabular}{rl}
1219   SelectionType: & Branch\\
1220     Return Type: & Void\\
1221      Parameters: & 0\\
1222 \end{tabular}
1223
1224 \item unselectAll\\
1225 \begin{tabular}{rl}
1226   SelectionType: & Any\\
1227     Return Type: & Void\\
1228      Parameters: & 0\\
1229 \end{tabular}
1230
1231 \item unsetFlagByName\\
1232 \begin{tabular}{rl}
1233   SelectionType: & Branch\\
1234     Return Type: & Void\\
1235      Parameters: & 1\\
1236    Parameter: &  1:\\
1237         Comment: & Name of flag to unset\\
1238            Type: & String\\
1239        Optional: &  No\\
1240 \end{tabular}
1241
1242 \item clearConsole\\
1243 \begin{tabular}{rl}
1244   SelectionType: & Any\\
1245     Return Type: & Void\\
1246      Parameters: & 0\\
1247 \end{tabular}
1248
1249 \item currentMap\\
1250 \begin{tabular}{rl}
1251   SelectionType: & Any\\
1252     Return Type: & Void\\
1253      Parameters: & 0\\
1254 \end{tabular}
1255
1256 \item currentMapIndex\\
1257 \begin{tabular}{rl}
1258   SelectionType: & Any\\
1259     Return Type: & Void\\
1260      Parameters: & 0\\
1261 \end{tabular}
1262
1263 \item editHeading\\
1264 \begin{tabular}{rl}
1265   SelectionType: & Branch\\
1266     Return Type: & Void\\
1267      Parameters: & 0\\
1268 \end{tabular}
1269
1270 \item loadMap\\
1271 \begin{tabular}{rl}
1272   SelectionType: & Any\\
1273     Return Type: & Void\\
1274      Parameters: & 1\\
1275    Parameter: &  1:\\
1276         Comment: & Path to map\\
1277            Type: & String\\
1278        Optional: &  No\\
1279 \end{tabular}
1280
1281 \item mapCount\\
1282 \begin{tabular}{rl}
1283   SelectionType: & Any\\
1284     Return Type: & Void\\
1285      Parameters: & 0\\
1286 \end{tabular}
1287
1288 \item selectMap\\
1289 \begin{tabular}{rl}
1290   SelectionType: & Any\\
1291     Return Type: & Void\\
1292      Parameters: & 1\\
1293    Parameter: &  1:\\
1294         Comment: & Index of map\\
1295            Type: & Int\\
1296        Optional: &  No\\
1297 \end{tabular}
1298
1299 \item selectQuickColor\\
1300 \begin{tabular}{rl}
1301   SelectionType: & Any\\
1302     Return Type: & Void\\
1303      Parameters: & 1\\
1304    Parameter: &  1:\\
1305         Comment: & Index of quick color [0..6]\\
1306            Type: & Int\\
1307        Optional: &  No\\
1308 \end{tabular}
1309
1310 \item currentColor\\
1311 \begin{tabular}{rl}
1312   SelectionType: & Any\\
1313     Return Type: & Void\\
1314      Parameters: & 0\\
1315 \end{tabular}
1316
1317 \item toggleTreeEditor\\
1318 \begin{tabular}{rl}
1319   SelectionType: & Any\\
1320     Return Type: & Void\\
1321      Parameters: & 0\\
1322 \end{tabular}
1323
1324 \item version\\
1325 \begin{tabular}{rl}
1326   SelectionType: & Any\\
1327     Return Type: & Void\\
1328      Parameters: & 0\\
1329 \end{tabular}
1330