File: scripting-src.xml

package info (click to toggle)
pdfedit 0.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 15,220 kB
  • ctags: 17,436
  • sloc: cpp: 156,708; xml: 8,973; makefile: 1,003; sh: 704; ansic: 688; perl: 669; yacc: 589; python: 236; lisp: 51
file content (48 lines) | stat: -rw-r--r-- 1,435 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<part id="scripts_part">
 <title>Scripting documentation for PDF Editor</title>
 &scripts_intro;
 &scripts_startup;
 <chapter id="static_common">
  <title>Static functions common for GUI and command line</title>
<!--BASETYPE: base.h -->
 </chapter>
 <chapter id="static_gui">
  <title>Static functions in GUI</title>
<!--BASETYPE: basegui.h -->
 </chapter>
 <chapter id="static_cmdline">
  <title>Static functions in command line</title>
<!--BASETYPE: baseconsole.h -->
 </chapter>
 &scripts_callbacks;
 &scripts_objects;
 <chapter id="object_types_common">
  <title>Object types (common and PDF objects)</title>
<!--TYPE: qsannotation.h -->
<!--TYPE: qsarray.h -->
<!--TYPE: qscobject.h -->
<!--TYPE: qscontentstream.h -->
<!--TYPE: qsdict.h -->
<!--TYPE: qsiproperty.h -->
<!--TYPE: qsipropertyarray.h -->
<!--TYPE: qspage.h -->
<!--TYPE: qspdf.h -->
<!--TYPE: qspdfoperator.h -->
<!--TYPE: qspdfoperatoriterator.h -->
<!--TYPE: qspdfoperatorstack.h -->
<!--TYPE: qsstream.h -->
 </chapter>
 <chapter id="object_types_gui">
  <title>Object types (GUI objects)</title>
  <para>
   These object types do not have direct corespondence to any object inside PDF document,
   but some of them may allow you to manipulate them indirectly.
   Main focus of these types is to interact with user.
  </para>
<!--TYPE: qsmenu.h -->
<!--TYPE: qstreeitem.h -->
<!--TYPE: qstreeitemcontentstream.h -->
 </chapter>
 &qsa_util;
 &qsa_dialog;
</part>