47class App final :
public wxAppConsole {
51IMPLEMENT_APP_NO_MAIN(
App)
58 <<
"Usage: " <<
argv[0]
59 <<
" absolute-path-to-folder theme-name [theme-name...]"
64 const std::vector<unsigned char> empty;
65 std::list<ThemeBase::RegisteredTheme> registrations;
66 for (
int ii = 2; ii <
argc; ++ii)
70 wxDISABLE_DEBUG_SUPPORT();
83 wxInitAllImageHandlers();
static RealtimeEffectState::EffectFactory::Scope scope
Inject a factory for realtime effects.
THEME_API BoolSetting GUIBlendThemes
ComponentInterfaceSymbol pairs a persistent string identifier used internally with an optional,...
bool Write(const T &value)
Write value to config and return true if successful.
Makes temporary changes to preferences, then rolls them back at destruction.
void SetFilePath(const FilePath &path)
void LoadThemeComponents(bool bOkIfNotFound=false)
int main(int argc, char *argv[])
void CallAfter(Action action)
Schedule an action to be done later, and in the main thread.
UTILITY_API const char *const * argv
A copy of argv; responsibility of application startup to assign it.
UTILITY_API int argc
A copy of argc; responsibility of application startup to assign it.