Audacity 3.2.0
Classes | Macros | Variables
ImportLOF.cpp File Reference
#include <wx/frame.h>
#include <wx/textfile.h>
#include <wx/tokenzr.h>
#include "FileNames.h"
#include "WaveTrack.h"
#include "ImportPlugin.h"
#include "ImportProgressListener.h"
#include "Import.h"
#include "Project.h"
#include "ProjectHistory.h"
#include "ProjectManager.h"
#include "Viewport.h"
#include "ProjectWindows.h"
#include "ImportUtils.h"
Include dependency graph for ImportLOF.cpp:

Go to the source code of this file.

Classes

class  LOFImportPlugin
 An ImportPlugin for LOF data. More...
 
class  LOFImportFileHandle
 An ImportFileHandle for LOF data. More...
 

Macros

#define BINARY_FILE_CHECK_BUFFER_SIZE   1024
 
#define DESC   XO("List of Files in basic text format")
 

Variables

static const auto exts
 
static Importer::RegisteredImportPlugin registered
 

Macro Definition Documentation

◆ BINARY_FILE_CHECK_BUFFER_SIZE

#define BINARY_FILE_CHECK_BUFFER_SIZE   1024

Definition at line 88 of file ImportLOF.cpp.

◆ DESC

#define DESC   XO("List of Files in basic text format")

Definition at line 90 of file ImportLOF.cpp.

Variable Documentation

◆ exts

const auto exts
static
Initial value:
= {
wxT("lof")
}
wxT("CloseDown"))

Definition at line 92 of file ImportLOF.cpp.

◆ registered

Initial value:
{ "LOF",
std::make_unique< LOFImportPlugin >()
}

Definition at line 334 of file ImportLOF.cpp.