Click here to Skip to main content
15,881,938 members
Articles / Programming Languages / C++

Kigs Framework Introduction (6/8) - Signal, Slot, Notification

Rate me:
Please Sign up or sign in to vote.
2.09/5 (3 votes)
1 Mar 2023MIT2 min read 13.9K   7  
A multi purpose, cross-platform, free and Open Source C++ framework. This article will focus on Signal/Slot and Notification mechanisms.
This short article demonstrates the use of Signals, Slots and Notifications in the Kigs framework. Signals, Slots and Notifications are used to communicate between instances.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Software Developer (Senior) LVCim
France France
Senior software developer.
Kigs framework is an educational/experimental/RAD open source C++ framework.

Comments and Discussions