Add signal/slot support like Boost or Qt
Replace or extend the current observer pattern with signals and slots.
19
votes
2 comments
-
David Thompson
commented
Another implementation to consider is libsigc++ (http://libsigc.sourceforge.net/). Unlike Qt signals, it does not require a tool like moc to preprocess source code.
-
Wagner Sales
commented
Nice. But I suggest something more closely to Qt way.