softwarecontainer
0.18.0-739e8d7 2017-05-04
|
The SignalConnectionsHandler class contains references to sigc++ connections and automatically disconnects them on destruction. More...
#include <signalconnectionshandler.h>
Public Member Functions | |
void | addConnection (sigc::connection &connection) |
Add a new connection. More... | |
The SignalConnectionsHandler class contains references to sigc++ connections and automatically disconnects them on destruction.
Definition at line 34 of file signalconnectionshandler.h.
void softwarecontainer::SignalConnectionsHandler::addConnection | ( | sigc::connection & | connection | ) |
Add a new connection.
Definition at line 24 of file signalconnectionshandler.cpp.
Referenced by softwarecontainer::addProcessListener().