|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <session_handle.h>
Public Member Functions | |
| SessionHandleRef (ARDOUR::Session &s) | |
| virtual | ~SessionHandleRef () |
Public Member Functions inherited from PBD::ScopedConnectionList | |
| ScopedConnectionList () | |
| ScopedConnectionList (const ScopedConnectionList &)=delete | |
| ScopedConnectionList & | operator= (const ScopedConnectionList &)=delete |
| virtual | ~ScopedConnectionList () |
| void | add_connection (const UnscopedConnection &c) |
| void | drop_connections () |
| std::list< ScopedConnectionList * >::size_type | size () const |
Protected Member Functions | |
| virtual void | session_going_away () |
| virtual void | insanity_check () |
Protected Attributes | |
| ARDOUR::Session & | _session |
Definition at line 32 of file session_handle.h.
| ARDOUR::SessionHandleRef::SessionHandleRef | ( | ARDOUR::Session & | s | ) |
|
virtual |
|
protectedvirtual |
|
protectedvirtual |
Reimplemented in ARDOUR::Graph, and ARDOUR::AutomationControl.
|
protected |
Definition at line 42 of file session_handle.h.