![]() |
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 106 of file BasicUI.h.
References buttonStyle.
Referenced by WaveTrackMenuTable::OnMergeStereo().
|
inline |
Definition at line 113 of file BasicUI.h.
References cancelButton.
Referenced by ConfirmSave().
|
inline |
Definition at line 100 of file BasicUI.h.
References caption.
Referenced by AudioIO::AudioIO(), CreateDirectory(), MessageBoxException::DelayedHandlerAction(), DoMessageBox(), PluginManager::DropFile(), FrequencyPlotDialog::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 110 of file BasicUI.h.
References yesOrOkDefaultButton.
|
inline |
Definition at line 103 of file BasicUI.h.
References iconStyle.
Referenced by ExportOptionsCLEditor::IsValidCommand().
|
inline |
Button BasicUI::MessageBoxOptions::buttonStyle { Button::Default } |
Definition at line 125 of file BasicUI.h.
Referenced by ButtonStyle(), and wxWidgetsBasicUI::DoMessageBox().
bool BasicUI::MessageBoxOptions::cancelButton { false } |
Definition at line 127 of file BasicUI.h.
Referenced by CancelButton(), and wxWidgetsBasicUI::DoMessageBox().
TranslatableString BasicUI::MessageBoxOptions::caption { DefaultCaption() } |
Definition at line 123 of file BasicUI.h.
Referenced by Caption(), and wxWidgetsBasicUI::DoMessageBox().
bool BasicUI::MessageBoxOptions::centered { false } |
Definition at line 128 of file BasicUI.h.
Referenced by Centered(), and wxWidgetsBasicUI::DoMessageBox().
Icon BasicUI::MessageBoxOptions::iconStyle { Icon::None } |
Definition at line 124 of file BasicUI.h.
Referenced by wxWidgetsBasicUI::DoMessageBox(), and IconStyle().
WindowPlacement* BasicUI::MessageBoxOptions::parent { nullptr } |
Definition at line 122 of file BasicUI.h.
Referenced by wxWidgetsBasicUI::DoMessageBox(), and Parent().
bool BasicUI::MessageBoxOptions::yesOrOkDefaultButton { true } |
Definition at line 126 of file BasicUI.h.
Referenced by DefaultIsNo(), and wxWidgetsBasicUI::DoMessageBox().