Scroll to navigation

qdbusxml2cpp-fix(1) User Commands qdbusxml2cpp-fix(1)

NAME

qdbusxml2cpp-fix - Produces the C++ code to implement the interfaces defined in the input file

SYNOPSIS

qdbusxml2cpp-fix [options...] [xml-or-xml-file] [interfaces...]

DESCRIPTION

Produces the C++ code to implement the interfaces defined in the input file.

OPTIONS

Write the adaptor code to <filename>
Use <classname> as the class name for the generated classes
Show this information
Add #include to the output
When generating an adaptor, use <classname> as the parent class
Generate #include "filename.moc" statements in the .cpp files
Don't use namespaces
Write the proxy code to <filename>
Be verbose.
Show the program version and quit.

If the file name given to the options -a and -p 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'.

If you pass a dash (-) as the argument to either -p or -a, the output is written to the standard output

SEE ALSO

The full documentation for qdbusxml2cpp-fix is maintained as a Texinfo manual. If the info and qdbusxml2cpp-fix programs are properly installed at your site, the command

info qdbusxml2cpp-fix

should give you access to the complete manual.

August 2021 qdbusxml2cpp-fix