Man page - sip-tqt(1)

Packages contas this manual

Manual

SIP-TQT(1) General Commands Manual SIP-TQT(1)

sip-tqt - generates C++/Python bindings

sip-tqt [-h] [-V] [-a file] [-c dir] [-d file] [-e] [-g] [-I dir] [-j #] [-k] [-m file] [-o] [-p module] [-P] [-r] [-s suffix] [-t tag] [-w] [-x feature] [-z file] [file]

sip-tqt takes a set of specification files and generates C++ code, documentation and build files.

The format of the needed specification file is similar to a C++ header. sip-tqt includes run-time support for the generated code.

Show summary of options.
Display the sip-tqt version number
The name of the QScintilla API file. If not indicated, it will not be generated.
The name of the build file. If not indicated, it will not be generated.
The name of the directory where generated source file will be put. If not indicated, no code will be generated.
The name of the documentation file. If not indicated, no documentation will be generated.
Enable support for exceptions. Disabled by default.
Always release and reaquire the GIL.
Directory where sip-tqt can search for included files.
Splits the generated code in number files (1 by default). This flag was added for parallel compilation on SMP machines.
The name of the XML export file. If not indicated, the file will not be generated.
Give the name of the consolidated module this module should be a part of.
Enable the protected/public hack.
Enable tracing on generated code.
The suffix used for generated C or C++ files (".c" or ".cpp" if none specified)
The primary version to tag generate code for. You only can specify those defined with a %Timeline directive. If you don't specify one, sip-tqt will generate the latest available.
Enable warning messages
Disable a feature
The name of a file containing additional command line flags
The name of the file containing the specification. If you skip it, sip-tqt will expect to be fed by stdin.

This manual page was written by Ricardo Javier Cardenes Medina <rcardenes@debian.org> and Torsten Marek <shlomme@debian.org>, for the Debian GNU/Linux system (but may be used by others).

2010/02/02