Audacity 3.2.0
Namespaces | Functions | Variables
ErrorReportDialog.cpp File Reference
#include "ErrorReportDialog.h"
#include <wx/app.h>
#include <wx/artprov.h>
#include <wx/button.h>
#include <wx/collpane.h>
#include <wx/dialog.h>
#include <wx/html/htmlwin.h>
#include <wx/icon.h>
#include <wx/intl.h>
#include <wx/settings.h>
#include <wx/sizer.h>
#include <wx/statbmp.h>
#include <wx/stattext.h>
#include <wx/statusbr.h>
#include <wx/textctrl.h>
#include <wx/bmpbuttn.h>
#include "AccessibleLinksFormatter.h"
#include "AllThemeResources.h"
#include "Theme.h"
#include "HelpText.h"
#include "Prefs.h"
#include "ShuttleGui.h"
#include "HelpSystem.h"
#include "SentryReport.h"
#include "CodeConversions.h"
Include dependency graph for ErrorReportDialog.cpp:

Go to the source code of this file.

Namespaces

namespace  anonymous_namespace{ErrorReportDialog.cpp}
 

Functions

int anonymous_namespace{ErrorReportDialog.cpp}::GetCollapsiblePaneBorder (wxWindow *root)
 

Variables

constexpr int MaxUserCommentLength = 2000
 
constexpr bool ErrorReportDialogHasUserComment = false
 

Variable Documentation

◆ ErrorReportDialogHasUserComment

constexpr bool ErrorReportDialogHasUserComment = false
constexpr

Definition at line 60 of file ErrorReportDialog.cpp.

Referenced by ErrorReportDialog::ErrorReportDialog().

◆ MaxUserCommentLength

constexpr int MaxUserCommentLength = 2000
constexpr

Definition at line 59 of file ErrorReportDialog.cpp.

Referenced by ErrorReportDialog::ErrorReportDialog().