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

Constructor & Destructor Documentation

◆ IPCConn()

IPCConn::IPCConn ( )
inline

Definition at line 813 of file AudacityApp.cpp.

814 : wxConnection()
815 {
816 };

◆ ~IPCConn()

IPCConn::~IPCConn ( )
inline

Definition at line 818 of file AudacityApp.cpp.

819 {
820 };

Member Function Documentation

◆ OnExec()

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

Definition at line 822 of file AudacityApp.cpp.

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

References ofqueue.


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