Audacity 3.2.0
Namespaces | Macros | Enumerations | Functions | Variables
LyricsWindow.cpp File Reference
#include "LyricsWindow.h"
#include "Lyrics.h"
#include "AudioIO.h"
#include "CommonCommandFlags.h"
#include "LabelTrack.h"
#include "prefs/GUISettings.h"
#include "Project.h"
#include "ProjectAudioIO.h"
#include "ProjectFileIO.h"
#include "ProjectWindow.h"
#include "ProjectWindows.h"
#include "ViewInfo.h"
#include <wx/app.h>
#include <wx/toolbar.h>
#include <wx/settings.h>
#include "../images/AudacityLogo.xpm"
#include <Carbon/Carbon.h>
#include "CommandContext.h"
#include "MenuRegistry.h"
Include dependency graph for LyricsWindow.cpp:

Go to the source code of this file.

Namespaces

namespace  anonymous_namespace{LyricsWindow.cpp}
 

Macros

#define AudacityKaraokeTitle   XO("Audacity Karaoke%s")
 

Enumerations

enum  { kID_RadioButton_BouncingBall = 10101 , kID_RadioButton_Highlight }
 

Functions

void anonymous_namespace{LyricsWindow.cpp}::OnKaraoke (const CommandContext &context)
 

Variables

const wxSize gSize = wxSize(LYRICS_DEFAULT_WIDTH, LYRICS_DEFAULT_HEIGHT)
 
AttachedWindows::RegisteredFactory anonymous_namespace{LyricsWindow.cpp}::sLyricsWindowKey
 
AttachedItem anonymous_namespace{LyricsWindow.cpp}::sAttachment
 

Macro Definition Documentation

◆ AudacityKaraokeTitle

#define AudacityKaraokeTitle   XO("Audacity Karaoke%s")

Definition at line 39 of file LyricsWindow.cpp.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
kID_RadioButton_BouncingBall 
kID_RadioButton_Highlight 

Definition at line 41 of file LyricsWindow.cpp.

41 {
44};
@ kID_RadioButton_BouncingBall
@ kID_RadioButton_Highlight

Variable Documentation

◆ gSize

const wxSize gSize = wxSize(LYRICS_DEFAULT_WIDTH, LYRICS_DEFAULT_HEIGHT)

Definition at line 52 of file LyricsWindow.cpp.