Audacity 3.2.0
Namespaces | Enumerations | Functions | Variables
SplashDialog.cpp File Reference
#include "SplashDialog.h"
#include <wx/frame.h>
#include <wx/html/htmlwin.h>
#include <wx/statbmp.h>
#include <wx/colour.h>
#include <wx/sstream.h>
#include <wx/txtstrm.h>
#include "AllThemeResources.h"
#include "Internat.h"
#include "Theme.h"
#include "FileNames.h"
#include "Project.h"
#include "ProjectWindows.h"
#include "ShuttleGui.h"
#include "AudacityMessageBox.h"
#include "HelpSystem.h"
#include "Prefs.h"
#include "HelpText.h"
#include "../images/AudacityLogoWithName.xpm"
Include dependency graph for SplashDialog.cpp:

Go to the source code of this file.

Namespaces

namespace  anonymous_namespace{SplashDialog.cpp}
 

Enumerations

enum  { DontShowID =1000 }
 

Functions

wxString anonymous_namespace{SplashDialog.cpp}::MakeWhatsNewText ()
 

Variables

constexpr int HTMLWindowHeight = 280
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
DontShowID 

Definition at line 157 of file SplashDialog.cpp.

158{
159 DontShowID=1000,
160};
@ DontShowID

Variable Documentation

◆ HTMLWindowHeight

constexpr int HTMLWindowHeight = 280
constexpr

Definition at line 89 of file SplashDialog.cpp.

Referenced by SplashDialog::Populate().