Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
This Boost signal example shows both the use of Boost signals and Qt signals.
The article From Qt signal to Boost signal describes why and how to move from using Qt signals to using Boost signals.
Operating system(s) or programming environment(s)
Libraries used:
#------------------------------------------------- |
#include <iostream> |
#ifndef EMITTER_H |
#include <boost/signals2.hpp> |
#include <iostream> |
#ifndef RECEIVER_H |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.