Searched refs:warnDialog (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/ui/view/
H A Dedit-widget-interface.h154 virtual bool warnDialog (Glib::ustring const &) = 0;
/inkscape/src/widgets/
H A Ddesktop-widget.h211 virtual bool warnDialog (Glib::ustring const &text) function in struct:SPDesktopWidget::WidgetStub
212 { return _dtw->warnDialog (text); }
231 bool warnDialog (Glib::ustring const &text);
H A Ddesktop-widget.cpp1463 bool SPDesktopWidget::warnDialog (Glib::ustring const &text) function in class:SPDesktopWidget
/inkscape/src/
H A Ddesktop.h366 bool warnDialog (Glib::ustring const &text);
H A Ddesktop.cpp1318 SPDesktop::warnDialog (Glib::ustring const &text) function in class:SPDesktop
1320 return _widget->warnDialog (text);
H A Dfile.cpp376 bool response = desktop->warnDialog (tmpString);

Completed in 112 milliseconds