Crate cxx_qt_gen
source ·Structs
- Error returned when a Syn parser cannot parse the input tokens.
- Representation of the generated C++ code for a group of QObjects
- Representation of the generated Rust code for a QObject
- A struct representing a module block with CXX-Qt relevant syn::Item’s parsed into ParsedCxxQtData, to be used later to generate Rust & C++ code.
- Metadata for registering QML element
Enums
Functions
- For a given GeneratedCppBlocks write this into a C++ header and source pair
- Write the cxx-qt-gen headers to the specified directory.
- For a given GeneratedRustBlocks write this into a Rust TokenStream
Type Aliases
- The result of a Syn parser.