rust-qt-binding-generator/src
Friedrich W. H. Kossebau d5029d7217 Use Q_SIGNALS/Q_EMIT instead of signals/emit in generated sources
Summary:
Avoid potential clashes on symbols/macros from other libraries
Allows to use the generated header in projects which have
DQT_NO_SIGNALS_SLOTS_KEYWORDS or DQT_NO_KEYWORDS set

Reviewers: vandenoever

Reviewed By: vandenoever

Differential Revision: https://phabricator.kde.org/D15545
2018-09-16 19:25:26 +02:00
..
CMakeLists.txt Some fixes for CMakeLists.txt 2017-12-22 18:29:49 +01:00
Messages.sh Fix i18n message catalog naming, add catalog for generator app 2017-12-22 18:27:51 +01:00
README.md snapshot 2017-08-22 13:45:34 +02:00
cpp.cpp Use Q_SIGNALS/Q_EMIT instead of signals/emit in generated sources 2018-09-16 19:25:26 +02:00
cpp.h Add licenses to all files that not generated or template code 2017-09-05 20:06:20 +02:00
helper.cpp Add licenses to all files that not generated or template code 2017-09-05 20:06:20 +02:00
helper.h Add licenses to all files that not generated or template code 2017-09-05 20:06:20 +02:00
main.cpp Add licenses to all files that not generated or template code 2017-09-05 20:06:20 +02:00
parseJson.cpp Intruduce rustByFunction 2018-08-26 19:47:25 +02:00
parseJson.h Add licenses to all files that not generated or template code 2017-09-05 20:06:20 +02:00
rust.cpp Fix some clippy issues in written and generated code 2018-09-11 23:29:06 +02:00
rust.h Add licenses to all files that not generated or template code 2017-09-05 20:06:20 +02:00
structs.h Intruduce rustByFunction 2018-08-26 19:47:25 +02:00

README.md

Bindings between Qt and Rust

Glossary

Property type

The type that is written in the JSON file. This is the type that is type that is used in the C++ code.

binding type

The type that is used to transer the data between the Rust and Qt.

C++ binding type

The C++ version of the type that is transferred between Rust and Qt.

Rust binding type

The Rust version of the type that is transferred between Rust and Qt.