rust-qt-binding-generator/src
Pearce Keesling 192f9bf978 Added no-argument function generation
Summary: Updated functions to accept and return strings

Reviewers: vandenoever

Reviewed By: vandenoever

Differential Revision: https://phabricator.kde.org/D8283
2017-10-22 18:07:18 -06:00
..
CMakeLists.txt snapshot 2017-08-22 13:45:34 +02:00
README.md snapshot 2017-08-22 13:45:34 +02:00
cpp.cpp Added no-argument function generation 2017-10-22 18:07:18 -06: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 Added no-argument function generation 2017-10-22 18:07:18 -06:00
parseJson.h Add licenses to all files that not generated or template code 2017-09-05 20:06:20 +02:00
rust.cpp Added no-argument function generation 2017-10-22 18:07:18 -06:00
rust.h Add licenses to all files that not generated or template code 2017-09-05 20:06:20 +02:00
structs.h Added no-argument function generation 2017-10-22 18:07:18 -06: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.