Audacity 3.2.0
|
#include <BasicUI.h>
Public Member Functions | |
Chain-call style initializers | |
MessageBoxOptions && | Parent (WindowPlacement *parent_) && |
MessageBoxOptions && | Caption (TranslatableString caption_) && |
MessageBoxOptions && | IconStyle (Icon style) && |
MessageBoxOptions && | ButtonStyle (Button style) && |
MessageBoxOptions && | DefaultIsNo () && |
Override the usual defaulting to Yes; affects only the YesNo case. More... | |
MessageBoxOptions && | CancelButton () && |
MessageBoxOptions && | Centered () && |
Center the dialog on its parent window, if any. More... | |
Public Attributes | |
WindowPlacement * | parent { nullptr } |
TranslatableString | caption { DefaultCaption() } |
Icon | iconStyle { Icon::None } |
Button | buttonStyle { Button::Default } |
bool | yesOrOkDefaultButton { true } |
bool | cancelButton { false } |
bool | centered { false } |
|
inline |
Definition at line 107 of file BasicUI.h.
References buttonStyle, and anonymous_namespace{AudacityDontAskAgainMessageDialog.cpp}::style.
Referenced by WaveTrackMenuTable::OnMergeStereo().
|
inline |
|
inline |
Definition at line 101 of file BasicUI.h.
References caption.
Referenced by AudioIO::AudioIO(), CreateDirectory(), MessageBoxException::DelayedHandlerAction(), DoMessageBox(), PluginManager::DropFile(), EffectAndCommandPluginManager::GetAudacityCommand(), PlotSpectrumBase::GetAudio(), gtk_filedialog_ok_callback(), VSTWrapper::HandleXMLTag(), ExportOptionsCLEditor::IsValidCommand(), VSTWrapper::LoadFXB(), VSTWrapper::LoadFXP(), Effect::LoadSettingsFromString(), VSTWrapper::LoadXML(), anonymous_namespace{MIDIPlay.h}::MIDIPlay::MIDIPlay(), SelectActions::Handler::OnZeroCrossing(), VSTWrapper::SaveFXB(), VSTWrapper::SaveFXP(), and Sequence::WriteXML().
|
inline |
|
inline |
Override the usual defaulting to Yes; affects only the YesNo case.
Definition at line 111 of file BasicUI.h.
References yesOrOkDefaultButton.
|
inline |
Definition at line 104 of file BasicUI.h.
References iconStyle, and anonymous_namespace{AudacityDontAskAgainMessageDialog.cpp}::style.
Referenced by anonymous_namespace{LoginDialog.cpp}::DefaultErrorHandler(), ContrastBase::GetDB(), AutoDuckBase::Init(), NyquistBase::Init(), ExportOptionsCLEditor::IsValidCommand(), EQCurveReader::LoadCurves(), NyquistBase::ParseProgram(), ClickRemovalBase::Process(), Generator::Process(), NyquistBase::Process(), DtmfBase::Instance::ProcessInitialize(), PaulstretchBase::ProcessOne(), ClickRemovalBase::ProcessOne(), and EqualizationCurvesList::setCurve().
|
inline |
Button BasicUI::MessageBoxOptions::buttonStyle { Button::Default } |
Definition at line 126 of file BasicUI.h.
Referenced by ButtonStyle(), and wxWidgetsBasicUI::DoMessageBox().
bool BasicUI::MessageBoxOptions::cancelButton { false } |
Definition at line 128 of file BasicUI.h.
Referenced by CancelButton(), and wxWidgetsBasicUI::DoMessageBox().
TranslatableString BasicUI::MessageBoxOptions::caption { DefaultCaption() } |
Definition at line 124 of file BasicUI.h.
Referenced by Caption(), and wxWidgetsBasicUI::DoMessageBox().
bool BasicUI::MessageBoxOptions::centered { false } |
Definition at line 129 of file BasicUI.h.
Referenced by Centered(), and wxWidgetsBasicUI::DoMessageBox().
Icon BasicUI::MessageBoxOptions::iconStyle { Icon::None } |
Definition at line 125 of file BasicUI.h.
Referenced by wxWidgetsBasicUI::DoMessageBox(), and IconStyle().
WindowPlacement* BasicUI::MessageBoxOptions::parent { nullptr } |
Definition at line 123 of file BasicUI.h.
Referenced by wxWidgetsBasicUI::DoMessageBox(), and Parent().
bool BasicUI::MessageBoxOptions::yesOrOkDefaultButton { true } |
Definition at line 127 of file BasicUI.h.
Referenced by DefaultIsNo(), and wxWidgetsBasicUI::DoMessageBox().