Ardour  9.0-pre0-439-ga53b99b307
TextReceiver Class Reference

#include <textreceiver.h>

Inheritance diagram for TextReceiver:
[legend]

Public Member Functions

 TextReceiver (const std::string &n)
 
- Public Member Functions inherited from Receiver
 Receiver ()
 
virtual ~Receiver ()
 
void listen_to (Transmitter &)
 
void hangup ()
 

Protected Member Functions

void receive (Transmitter::Channel, const char *)
 

Private Attributes

std::string name
 

Detailed Description

Definition at line 26 of file textreceiver.h.

Constructor & Destructor Documentation

◆ TextReceiver()

TextReceiver::TextReceiver ( const std::string &  n)

Member Function Documentation

◆ receive()

void TextReceiver::receive ( Transmitter::Channel  ,
const char *   
)
protectedvirtual

Implements Receiver.

Member Data Documentation

◆ name

std::string TextReceiver::name
private

Definition at line 35 of file textreceiver.h.


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