Audacity  3.0.3
Classes | Functions
ODManager.h File Reference
#include <vector>
#include "ODTaskThread.h"
#include <wx/event.h>
Include dependency graph for ODManager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ODManager
 A singleton that manages currently running Tasks on an arbitrary number of threads. More...
 
class  ODManager::Pauser
 
class  ODManager::ODManagerHelperThread
 

Functions

 wxDECLARE_EXPORTED_EVENT (AUDACITY_DLL_API, EVT_ODTASK_UPDATE, wxCommandEvent)
 
int CompareNoCaseFileName (const wxString &first, const wxString &second)
 wxstring compare function for sorting case, which is needed to load correctly. More...
 

Function Documentation

◆ CompareNoCaseFileName()

int CompareNoCaseFileName ( const wxString &  first,
const wxString &  second 
)

wxstring compare function for sorting case, which is needed to load correctly.

Definition at line 149 of file ODManager.cpp.

150 {
151  return first.CmpNoCase(second);
152 }

◆ wxDECLARE_EXPORTED_EVENT()

wxDECLARE_EXPORTED_EVENT ( AUDACITY_DLL_API  ,
EVT_ODTASK_UPDATE  ,
wxCommandEvent   
)