mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
[PR #122] [MERGED] Interacting with QObjects in .NET #217
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#217
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/qmlnet/qmlnet/pull/122
Author: @pauldotknopf
Created: 4/17/2019
Status: ✅ Merged
Merged: 4/21/2019
Merged by: @pauldotknopf
Base:
develop← Head:qobject📝 Commits (1)
a0afc05Added support for interacting with QObjects.📊 Changes
35 files changed (+2052 additions, -27 deletions)
View changed files
📝
src/native/QmlNet/QmlNet.h(+1 -0)➕
src/native/QmlNet/QmlNet/qml/NetQObject.cpp(+344 -0)➕
src/native/QmlNet/QmlNet/qml/NetQObject.h(+32 -0)➕
src/native/QmlNet/QmlNet/qml/NetQObjectArg.cpp(+139 -0)➕
src/native/QmlNet/QmlNet/qml/NetQObjectArg.h(+28 -0)➕
src/native/QmlNet/QmlNet/qml/NetQObjectSignalConnection.cpp(+65 -0)➕
src/native/QmlNet/QmlNet/qml/NetQObjectSignalConnection.h(+35 -0)📝
src/native/QmlNet/QmlNet/qml/NetTestHelper.cpp(+168 -0)📝
src/native/QmlNet/QmlNet/qml/NetTestHelper.h(+67 -0)📝
src/native/QmlNet/QmlNet/qml/NetValueMetaObjectPacker.cpp(+16 -1)📝
src/native/QmlNet/QmlNet/qml/NetVariant.cpp(+59 -2)📝
src/native/QmlNet/QmlNet/qml/NetVariant.h(+8 -2)📝
src/native/QmlNet/QmlNet/qml/QQmlApplicationEngine.cpp(+40 -0)📝
src/native/QmlNet/QmlNet/qml/qml.pri(+8 -2)📝
src/native/QmlNet/QmlNet/types/Callbacks.cpp(+8 -0)📝
src/native/QmlNet/QmlNet/types/Callbacks.h(+3 -0)📝
src/net/Qml.Net.Tests/Qml/BaseQmlTests.cs(+2 -1)📝
src/net/Qml.Net.Tests/Qml/JsValueTests.cs(+1 -1)📝
src/net/Qml.Net.Tests/Qml/MethodTests.cs(+0 -2)➕
src/net/Qml.Net.Tests/Qml/QObjectTests.cs(+584 -0)...and 15 more files
📄 Description
Closes #121
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.