Audacity 3.2.0
|
Functions | |
wxString | ThemeFilePrefix (teThemeType id) |
FilePath | ThemeSubdir (const FilePath &themeDir, Identifier id) |
Has the side-effect of ensuring existence of the directory. More... | |
FilePath | ThemeComponentsDir (const FilePath &themeDir, Identifier id) |
Has the side-effect of ensuring existence of the directory. More... | |
FilePath | ThemeImageDefsAsCee (const FilePath &themeDir) |
FilePath | ThemeComponent (const wxString &dir, const wxString &Str) |
Variables | |
constexpr int | iColSize = 10 |
constexpr auto | ImageCacheFileName = L"ImageCache.png" |
constexpr auto | ImageMapFileName = L"ImageCache.htm" |
constexpr auto | ColorFileName = L"Colors.txt" |
constexpr auto | ThemeCacheFileName = L"ThemeAsCeeCode.h" |
FilePath anonymous_namespace{Theme.cpp}::ThemeComponent | ( | const wxString & | dir, |
const wxString & | Str | ||
) |
FilePath anonymous_namespace{Theme.cpp}::ThemeComponentsDir | ( | const FilePath & | themeDir, |
Identifier | id | ||
) |
Has the side-effect of ensuring existence of the directory.
Definition at line 113 of file Theme.cpp.
References FileNames::MkDir(), ThemeSubdir(), and wxT().
Referenced by ThemeBase::LoadOneThemeComponents().
wxString anonymous_namespace{Theme.cpp}::ThemeFilePrefix | ( | teThemeType | id | ) |
Definition at line 96 of file Theme.cpp.
Referenced by ThemeBase::CreateOneImageCache().
Definition at line 124 of file Theme.cpp.
References wxT().
Referenced by ThemeBase::WriteImageDefs().
FilePath anonymous_namespace{Theme.cpp}::ThemeSubdir | ( | const FilePath & | themeDir, |
Identifier | id | ||
) |
Has the side-effect of ensuring existence of the directory.
Definition at line 106 of file Theme.cpp.
References FileNames::MkDir().
Referenced by ThemeBase::CreateOneImageCache(), ThemeBase::ReadImageCache(), ThemeComponentsDir(), and ThemeBase::WriteOneImageMap().
|
constexpr |
Definition at line 122 of file Theme.cpp.
Referenced by ThemeBase::LoadOneThemeComponents().
|
constexpr |
Definition at line 94 of file Theme.cpp.
Referenced by ThemeBase::CreateOneImageCache(), ThemeBase::ReadImageCache(), and ThemeBase::WriteOneImageMap().
|
constexpr |
Definition at line 118 of file Theme.cpp.
Referenced by ThemeBase::CreateImageCache(), ThemeBase::CreateOneImageCache(), and ThemeBase::ReadImageCache().
|
constexpr |
Definition at line 120 of file Theme.cpp.
Referenced by ThemeBase::WriteOneImageMap().
|
constexpr |
Definition at line 129 of file Theme.cpp.
Referenced by ThemeBase::CreateOneImageCache().