Audacity 3.2.0
Classes | Namespaces | Macros | Enumerations | Functions | Variables
HistoryWindow.cpp File Reference
#include "HistoryWindow.h"
#include <wx/defs.h>
#include <wx/button.h>
#include <wx/frame.h>
#include <wx/imaglist.h>
#include <wx/listctrl.h>
#include <wx/settings.h>
#include <wx/spinctrl.h>
#include <wx/stattext.h>
#include <wx/textctrl.h>
#include "AudioIO.h"
#include "Clipboard.h"
#include "CommonCommandFlags.h"
#include "Diags.h"
#include "../images/Arrow.xpm"
#include "../images/Empty9x16.xpm"
#include "UndoManager.h"
#include "UndoTracks.h"
#include "Project.h"
#include "ProjectFileIO.h"
#include "ProjectHistory.h"
#include "ProjectWindows.h"
#include "ShuttleGui.h"
#include "AudacityMessageBox.h"
#include "HelpSystem.h"
#include <unordered_set>
#include "SampleBlock.h"
#include "WaveTrack.h"
#include "WaveTrackUtilities.h"
#include "CommandContext.h"
#include "MenuRegistry.h"
Include dependency graph for HistoryWindow.cpp:

Go to the source code of this file.

Classes

struct  anonymous_namespace{HistoryWindow.cpp}::SpaceUsageCalculator
 

Namespaces

namespace  anonymous_namespace{HistoryWindow.cpp}
 

Macros

#define HistoryTitle   XO("History")
 

Enumerations

enum  {
  ID_AVAIL = 1000 , ID_FILESIZE , ID_TOTAL , ID_LEVELS ,
  ID_DISCARD , ID_DISCARD_CLIPBOARD , ID_COMPACT
}
 

Functions

void anonymous_namespace{HistoryWindow.cpp}::OnHistory (const CommandContext &context)
 

Variables

AttachedWindows::RegisteredFactory anonymous_namespace{HistoryWindow.cpp}::sHistoryWindowKey
 
AttachedItem anonymous_namespace{HistoryWindow.cpp}::sAttachment
 

Macro Definition Documentation

◆ HistoryTitle

#define HistoryTitle   XO("History")

Definition at line 134 of file HistoryWindow.cpp.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
ID_AVAIL 
ID_FILESIZE 
ID_TOTAL 
ID_LEVELS 
ID_DISCARD 
ID_DISCARD_CLIPBOARD 
ID_COMPACT 

Definition at line 113 of file HistoryWindow.cpp.

113 {
114 ID_AVAIL = 1000,
116 ID_TOTAL,
117 ID_LEVELS,
121};
@ ID_COMPACT
@ ID_TOTAL
@ ID_AVAIL
@ ID_DISCARD
@ ID_DISCARD_CLIPBOARD
@ ID_LEVELS
@ ID_FILESIZE