1SHIBOKEN(1)                      User Commands                     SHIBOKEN(1)
2
3
4

NAME

6       shiboken - CPython bindings generator for C++ libraries
7

DESCRIPTION

9   Usage:
10              shiboken [options] header-file typesystem-file
11
12   General options:
13       --debug-level=[sparse|medium|full]
14              Set the debug level
15
16       --documentation-only
17              Do not generates any code, just the documentation
18
19       --generatorSet
20              generatorSet to be used. e.g. qtdoc
21
22       --help Display this help and exit
23
24       --include-paths=<path>[:<path>:...]
25              Include paths used by the C++ parser
26
27       --license-file=[licensefile]
28              File used for copyright headers of generated files
29
30       --no-suppress-warnings
31              Show all warnings
32
33       --output-directory=[dir]
34              The directory where the generated files will be written
35
36       --silent
37              Avoid printing any message
38
39       --typesystem-paths=<path>[:<path>:...]
40              Paths used when searching for typesystems
41
42       --version
43              Output version information and exit
44
45   Shiboken options:
46       --disable-verbose-error-messages
47              Disable  verbose  error  messages.  Turn the python code hard to
48              debug but safe few kB on the generated bindings.
49
50       --enable-parent-ctor-heuristic
51              Enable heuristics to detect parent relationship on constructors.
52
53       --enable-pyside-extensions
54              Enable PySide extensions, such as support for signal/slots,  use
55              this if you are creating a binding for a Qt-based library.
56
57       --enable-return-value-heuristic
58              Enable heuristics to detect parent relationship on return values
59              (USE WITH CAUTION!)
60
61   Shiboken options:
62       --disable-verbose-error-messages
63              Disable verbose error messages. Turn the  python  code  hard  to
64              debug but safe few kB on the generated bindings.
65
66       --enable-parent-ctor-heuristic
67              Enable heuristics to detect parent relationship on constructors.
68
69       --enable-pyside-extensions
70              Enable  PySide extensions, such as support for signal/slots, use
71              this if you are creating a binding for a Qt-based library.
72
73       --enable-return-value-heuristic
74              Enable heuristics to detect parent relationship on return values
75              (USE WITH CAUTION!)
76
78       Copyright © 2009-2010 Nokia Corporation and/or its subsidiary(-ies)
79

AUTHOR

81       This  manpage  was written for Debian, starting with a help2man output,
82       by Didier Raboud <didier@raboud.com>, on the 26. March 2010.
83
84
85
86shiboken v0.2.0                   March 2010                       SHIBOKEN(1)
Impressum