-
Notifications
You must be signed in to change notification settings - Fork 13
/
poppler-qt4.sip
61 lines (47 loc) · 1.27 KB
/
poppler-qt4.sip
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
49
50
51
52
53
54
55
56
57
58
59
60
61
%Module(name=popplerqt4, version=0)
/*
* Bindings for Poppler-Qt4 to Python
* Maintained by Wilbert Berendsen <[email protected]>
*/
%Import QtCore/QtCoremod.sip
%Import QtGui/QtGuimod.sip
%Import QtXml/QtXmlmod.sip
%Timeline {
POPPLER_V0_12_0
POPPLER_V0_12_1
POPPLER_V0_14_0
POPPLER_V0_16_0
POPPLER_V0_18_0
POPPLER_V0_20_0
POPPLER_V0_22_0
POPPLER_V0_24_0
}
%ModuleHeaderCode
#include <qt4/poppler-qt4.h>
%End
%Include version.sip // auto-generated by the setup.py script
%Include types.sip
%Include poppler-annotation.sip
%Include poppler-convert.sip
%Include poppler-document.sip
%Include poppler-embedded-file.sip
%Include poppler-font-info.sip
%Include poppler-font-iterator.sip
%Include poppler-form.sip
%Include poppler-link.sip
%Include poppler-link-destination.sip
%Include poppler-movie-object.sip
%Include poppler-opt-content-model.sip
%Include poppler-page.sip
%Include poppler-page-transition.sip
%Include poppler-sound-object.sip
%Include poppler-text-box.sip
namespace Poppler {
// Functions in Poppler
bool isCmsAvailable();
QDateTime convertDate (char *dateString);
%If(POPPLER_V0_22_0 -)
bool isOverprintPreviewAvailable();
%End
}; // namespace Poppler
/* kate: indent-width 4; space-indent on; hl c++; indent-mode cstyle; */