mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
[PR #28] [MERGED] Support attaching delegates to signals from .NET. #176
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#176
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/28
Author: @pauldotknopf
Created: 7/22/2018
Status: ✅ Merged
Merged: 7/22/2018
Merged by: @pauldotknopf
Base:
master← Head:delegates📝 Commits (1)
2abe027Support attaching delegates to signals from .NET.📊 Changes
19 files changed (+485 additions, -52 deletions)
View changed files
📝
src/native/QmlNet/QmlNet/qml/NetValue.cpp(+21 -1)📝
src/native/QmlNet/QmlNet/qml/NetValueMetaObject.cpp(+56 -16)📝
src/native/QmlNet/QmlNet/types/Callbacks.cpp(+13 -2)📝
src/native/QmlNet/QmlNet/types/Callbacks.h(+2 -0)➕
src/native/QmlNet/QmlNet/types/NetDelegate.cpp(+33 -0)➕
src/native/QmlNet/QmlNet/types/NetDelegate.h(+21 -0)📝
src/native/QmlNet/QmlNet/types/NetReference.cpp(+1 -1)📝
src/native/QmlNet/QmlNet/types/NetSignalInfo.cpp(+20 -0)📝
src/native/QmlNet/QmlNet/types/NetSignalInfo.h(+1 -0)📝
src/native/QmlNet/QmlNet/types/types.pri(+4 -2)📝
src/net/Qml.Net.Tests/Qml/SignalTests.cs(+86 -6)➕
src/net/Qml.Net.Tests/Types/NetDelegateTests.cs(+23 -0)📝
src/net/Qml.Net/Internal/DefaultCallbacks.cs(+34 -0)📝
src/net/Qml.Net/Internal/Interop.cs(+13 -5)➕
src/net/Qml.Net/Internal/ObjectSignals.cs(+49 -0)📝
src/net/Qml.Net/Internal/Types/Callbacks.cs(+19 -1)➕
src/net/Qml.Net/Internal/Types/NetDelegate.cs(+46 -0)📝
src/net/Qml.Net/Internal/Types/NetReference.cs(+11 -15)📝
src/net/Qml.Net/Signals.cs(+32 -3)📄 Description
Closes #18
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.