softwarecontainer  0.18.0-739e8d7 2017-05-04
softwarecontainer::SignalConnectionsHandler Class Reference

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...
 

Detailed Description

The SignalConnectionsHandler class contains references to sigc++ connections and automatically disconnects them on destruction.

Definition at line 34 of file signalconnectionshandler.h.

Member Function Documentation

void softwarecontainer::SignalConnectionsHandler::addConnection ( sigc::connection &  connection)

Add a new connection.

Definition at line 24 of file signalconnectionshandler.cpp.

Referenced by softwarecontainer::addProcessListener().

24  {
25  m_connections.push_back(connection);
26 }

Here is the caller graph for this function:


The documentation for this class was generated from the following files: