ardour
Public Member Functions | Private Attributes | List of all members
PBD::Connection Class Reference

#include <signals.h>

Inheritance diagram for PBD::Connection:
boost::enable_shared_from_this< Connection >

Public Member Functions

 Connection (SignalBase *b)
 
void disconnect ()
 
void signal_going_away ()
 

Private Attributes

Glib::Threads::Mutex _mutex
 
SignalBase_signal
 

Detailed Description

Definition at line 76 of file signals.h.

Constructor & Destructor Documentation

PBD::Connection::Connection ( SignalBase b)
inline

Definition at line 79 of file signals.h.

Member Function Documentation

void PBD::Connection::disconnect ( )
inline

Definition at line 81 of file signals.h.

void PBD::Connection::signal_going_away ( )
inline

Definition at line 90 of file signals.h.

Member Data Documentation

Glib::Threads::Mutex PBD::Connection::_mutex
private

Definition at line 97 of file signals.h.

SignalBase* PBD::Connection::_signal
private

Definition at line 98 of file signals.h.


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