Audacity 3.2.0
|
Functions | |
auto | HasName (const wxString &name) |
auto | SameName (const wxWindow &window) |
template<typename Pred > | |
wxWindow * | UniqueWindowAmongPeers (const wxWindowList &list, const Pred &pred) |
bool | HasUniqueNameAmongPeers (const wxWindow &window, const wxWindowList &list) |
wxWindow * | FindByNameAmongPeers (const wxString &name, const wxWindowList &list) |
void | PathComponents (const wxWindow &window, wxArrayStringEx &components) |
Variables | |
constexpr auto | PathSeparator = ':' |
constexpr auto | EscapeCharacter = '\\' |
wxWindow * Journal::WindowPaths::anonymous_namespace{JournalWindowPaths.cpp}::FindByNameAmongPeers | ( | const wxString & | name, |
const wxWindowList & | list | ||
) |
Definition at line 76 of file JournalWindowPaths.cpp.
References HasName(), name, and UniqueWindowAmongPeers().
Referenced by Journal::WindowPaths::FindByPath().
|
inline |
Definition at line 33 of file JournalWindowPaths.cpp.
References name.
Referenced by FindByNameAmongPeers(), and SameName().
bool Journal::WindowPaths::anonymous_namespace{JournalWindowPaths.cpp}::HasUniqueNameAmongPeers | ( | const wxWindow & | window, |
const wxWindowList & | list | ||
) |
Definition at line 70 of file JournalWindowPaths.cpp.
References SameName(), and UniqueWindowAmongPeers().
Referenced by PathComponents().
void Journal::WindowPaths::anonymous_namespace{JournalWindowPaths.cpp}::PathComponents | ( | const wxWindow & | window, |
wxArrayStringEx & | components | ||
) |
Definition at line 85 of file JournalWindowPaths.cpp.
References HasUniqueNameAmongPeers(), and PathComponents().
Referenced by Journal::WindowPaths::FindPath(), and PathComponents().
|
inline |
Definition at line 49 of file JournalWindowPaths.cpp.
References HasName().
Referenced by HasUniqueNameAmongPeers().
wxWindow * Journal::WindowPaths::anonymous_namespace{JournalWindowPaths.cpp}::UniqueWindowAmongPeers | ( | const wxWindowList & | list, |
const Pred & | pred | ||
) |
Definition at line 56 of file JournalWindowPaths.cpp.
References details::begin(), and details::end().
Referenced by FindByNameAmongPeers(), and HasUniqueNameAmongPeers().
|
constexpr |
Definition at line 28 of file JournalWindowPaths.cpp.
|
constexpr |
Definition at line 27 of file JournalWindowPaths.cpp.
Referenced by Journal::WindowPaths::FindByPath(), and Journal::WindowPaths::FindPath().