shared_ptr< FileBrowser > MakeFileBrowser(MainWindow *wnd, const string &initialPath, const string &title, const string &filterName, const string &filterMask, bool saveDialog)
Helper function to create the correct FileBrowser based on user preferences.
Definition: FileBrowser.cpp:62
Top level application window.
Definition: MainWindow.h:115