Audacity 3.2.0
|
#include "AccessibilityUtils.h"
#include <deque>
#include <tuple>
#include <type_traits>
#include <wx/window.h>
#include <wx/checkbox.h>
#include <wx/choice.h>
#include <wx/radiobut.h>
#include <wx/slider.h>
#include <wx/statbox.h>
#include <wx/textctrl.h>
Go to the source code of this file.
Functions | |
template<typename... Types> | |
bool | IsOfType (wxWindow *window) |
void | SetupAccessibility (wxWindow *window) |
bool IsOfType | ( | wxWindow * | window | ) |
Audacity: A Digital Audio Editor
Dmitry Vedenko
Definition at line 32 of file AccessibilityUtils.cpp.
Referenced by SetupAccessibility().
void SetupAccessibility | ( | wxWindow * | window | ) |
Definition at line 42 of file AccessibilityUtils.cpp.
References TranslatableString::empty(), IsOfType(), label, and safenew.
Referenced by audacity::cloud::audiocom::sync::CloudProjectPropertiesDialog::CloudProjectPropertiesDialog(), and audacity::cloud::audiocom::sync::AudioComDialogBase::ShowDialog().