Audacity 3.2.0
Public Member Functions | List of all members
IPCConn Class Referencefinal
Inheritance diagram for IPCConn:
[legend]
Collaboration diagram for IPCConn:
[legend]

Public Member Functions

 IPCConn ()
 
 ~IPCConn ()
 
bool OnExec (const wxString &WXUNUSED(topic), const wxString &data)
 

Detailed Description

Definition at line 799 of file AudacityApp.cpp.

Constructor & Destructor Documentation

◆ IPCConn()

IPCConn::IPCConn ( )
inline

Definition at line 802 of file AudacityApp.cpp.

803 : wxConnection()
804 {
805 };

◆ ~IPCConn()

IPCConn::~IPCConn ( )
inline

Definition at line 807 of file AudacityApp.cpp.

808 {
809 };

Member Function Documentation

◆ OnExec()

bool IPCConn::OnExec ( const wxString &  WXUNUSEDtopic,
const wxString &  data 
)
inline

Definition at line 811 of file AudacityApp.cpp.

813 {
814 // Add the filename to the queue. It will be opened by
815 // the OnTimer() event when it is safe to do so.
816 ofqueue.push_back(data);
817
818 return true;
819 }
static wxArrayString ofqueue

References ofqueue.


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