Inkscape
Vector Graphics Editor
|
Main UI stuff. More...
Go to the source code of this file.
Functions | |
Glib::ustring | getLayoutPrefPath (SPDesktop *desktop) |
void | sp_ui_error_dialog (char const *message) |
bool | sp_ui_overwrite_file (std::string const &filename) |
If necessary, ask the user if a file may be overwritten. | |
Main UI stuff.
Definition in file interface.cpp.
Glib::ustring getLayoutPrefPath | ( | SPDesktop * | desktop | ) |
Definition at line 45 of file interface.cpp.
References desktop, SPDesktop::is_focusMode(), and SPDesktop::is_fullscreen().
Referenced by SPDesktop::toggleToolbar().
void sp_ui_error_dialog | ( | char const * | message | ) |
Definition at line 56 of file interface.cpp.
References Inkscape::UI::dialog_run(), Inkscape::IO::sanitizeString(), and sp_transientize().
Referenced by Inkscape::UI::Dialog::Export::checkOrCreateDirectory(), InkscapeApplication::create_window(), Inkscape::UI::Dialog::Export::exportRaster(), Inkscape::UI::Dialog::Export::exportVector(), file_import(), file_save(), help_open_tutorial(), and Inkscape::Extension::open().
bool sp_ui_overwrite_file | ( | std::string const & | filename | ) |
If necessary, ask the user if a file may be overwritten.
Definition at line 74 of file interface.cpp.
References Inkscape::UI::dialog_run(), and msg.
Referenced by Inkscape::UI::Dialog::Export::exportRaster(), Inkscape::UI::Dialog::Export::exportVector(), Inkscape::Extension::save(), sp_export_png_file(), and sp_file_save_template().