Audacity 3.2.0
Functions
ThemeResources Namespace Reference

Functions

THEME_RESOURCES_API void Load ()
 

Function Documentation

◆ Load()

void ThemeResources::Load ( )

Definition at line 13 of file LoadThemeResources.cpp.

14{
15 // Nothing!
16 // This function merely needs to be called somewhere from the application to
17 // guarantee that loading of the dynamic library is not skipped by the linker.
18 // The real work is then done at static initialization time in other files
19 // before this function is reached.
20}

Referenced by anonymous_namespace{EffectManager.cpp}::LoadComponent(), AudacityApp::OnInit(), anonymous_namespace{ExportFFmpeg.cpp}::ExportOptionsFFmpegCustomEditor::OnOpen(), and anonymous_namespace{ExportFFmpeg.cpp}::ExportOptionsFFmpegCustomEditor::TransferDataFromWindow().

Here is the caller graph for this function: