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 811 of file AudacityApp.cpp.

Constructor & Destructor Documentation

◆ IPCConn()

IPCConn::IPCConn ( )
inline

Definition at line 814 of file AudacityApp.cpp.

815 : wxConnection()
816 {
817 };

◆ ~IPCConn()

IPCConn::~IPCConn ( )
inline

Definition at line 819 of file AudacityApp.cpp.

820 {
821 };

Member Function Documentation

◆ OnExec()

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

Definition at line 823 of file AudacityApp.cpp.

825 {
826 // Add the filename to the queue. It will be opened by
827 // the OnTimer() event when it is safe to do so.
828 ofqueue.push_back(data);
829
830 return true;
831 }
static wxArrayString ofqueue

References ofqueue.


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