rust-qt-binding-generator/src
Jos van den Oever 38fe6be82b Show the rust type along with the Qt type in the error message 2017-09-03 20:48:07 +02: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 Use the name Tree instead of UniformTree 2017-09-03 15:13:11 +02:00
cpp.h Configuration is a struct, not a class 2017-09-03 15:35:28 +02:00
helper.cpp snapshot 2017-08-22 13:45:34 +02:00
helper.h A table with system processes and a qml chart 2017-08-24 01:55:37 +02:00
main.cpp Put the contents of types.rs in the interface 2017-08-25 15:10:07 +02:00
parseJson.cpp Show the rust type along with the Qt type in the error message 2017-09-03 20:48:07 +02:00
parseJson.h snapshot 2017-08-22 13:45:34 +02:00
rust.cpp Rust api guidelines say constructors should be called "new" 2017-09-03 17:32:46 +02:00
rust.h Put the contents of types.rs in the interface 2017-08-25 15:10:07 +02:00
structs.h Use the name Tree instead of UniformTree 2017-09-03 15:13:11 +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.