Displays the system save file dialog. More...
#include <save_file_dialog.h>
Public Member Functions | |
SaveFileDialog (View *owner) | |
Constructs a save file dialog. More... | |
void | add_filter (const std::string &filter_description, const std::string &filter_extension, bool is_default=false) |
Add a filter that determines what types of files are displayed. More... | |
void | clear_filters () |
Clears all filters. More... | |
std::string | filename () const |
Get the full path of the file selected. More... | |
void | set_filename (const std::string &filename) |
Sets a string containing the full path of the file selected. More... | |
void | set_filter_index (int filter_index) |
Sets a default filter, on a 0-based index. More... | |
void | set_initial_directory (const std::string &path) |
Sets the initial directory that is displayed. More... | |
void | set_title (const std::string &title) |
Sets the text that appears in the title bar. More... | |
bool | show () |
Shows the file dialog. More... | |
Displays the system save file dialog.
uicore::SaveFileDialog::SaveFileDialog | ( | View * | owner | ) |
Constructs a save file dialog.
void uicore::SaveFileDialog::add_filter | ( | const std::string & | filter_description, |
const std::string & | filter_extension, | ||
bool | is_default = false |
||
) |
Add a filter that determines what types of files are displayed.
void uicore::SaveFileDialog::clear_filters | ( | ) |
Clears all filters.
std::string uicore::SaveFileDialog::filename | ( | ) | const |
Get the full path of the file selected.
void uicore::SaveFileDialog::set_filename | ( | const std::string & | filename | ) |
Sets a string containing the full path of the file selected.
void uicore::SaveFileDialog::set_filter_index | ( | int | filter_index | ) |
Sets a default filter, on a 0-based index.
void uicore::SaveFileDialog::set_initial_directory | ( | const std::string & | path | ) |
Sets the initial directory that is displayed.
void uicore::SaveFileDialog::set_title | ( | const std::string & | title | ) |
Sets the text that appears in the title bar.
bool uicore::SaveFileDialog::show | ( | ) |
Shows the file dialog.