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
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
.TH qdbusxml2cpp-fix "1" "August 2021" "qdbusxml2cpp-fix" "User Commands"
.SH NAME
qdbusxml2cpp-fix \- Produces the C++ code to implement the interfaces defined in the input file
.SH SYNOPSIS
.B qdbusxml2cpp-fix
[\fI\,options\/\fR...] [\fI\,xml-or-xml-file\/\fR] [\fI\,interfaces\/\fR...]
.SH DESCRIPTION
Produces the C++ code to implement the interfaces defined in the input file.
.SH OPTIONS
.TP
\fB\-a\fR <filename>
Write the adaptor code to <filename>
.TP
\fB\-c\fR <classname>
Use <classname> as the class name for the generated classes
.TP
\fB\-h\fR
Show this information
.TP
\fB\-i\fR <filename>
Add #include to the output
.TP
\fB\-l\fR <classname>
When generating an adaptor, use <classname> as the parent class
.TP
\fB\-m\fR
Generate #include "filename.moc" statements in the .cpp files
.TP
\fB\-N\fR
Don't use namespaces
.TP
\fB\-p\fR <filename>
Write the proxy code to <filename>
.TP
\fB\-v\fR
Be verbose.
.TP
\fB\-V\fR
Show the program version and quit.
.PP
If the file name given to the options \fB\-a\fR and \fB\-p\fR does not end in .cpp or .h, the
program will automatically append the suffixes and produce both files.
You can also use a colon (:) to separate the header name from the source file
name, as in '\-a filename_p.h:filename.cpp'.
.PP
If you pass a dash (\-) as the argument to either \fB\-p\fR or \fB\-a\fR, the output is written
to the standard output
.SH "SEE ALSO"
The full documentation for
.B qdbusxml2cpp-fix
is maintained as a Texinfo manual. If the
.B info
and
.B qdbusxml2cpp-fix
programs are properly installed at your site, the command
.IP
.B info qdbusxml2cpp-fix
.PP
should give you access to the complete manual.
|