Searched refs:shutdown (Results 1 - 12 of 12) sorted by relevance

/inkscape/src/ui/view/
H A Dview-widget.cpp83 if (((SPViewWidgetClass *) G_OBJECT_GET_CLASS(vw))->shutdown) {
84 return ((SPViewWidgetClass *) G_OBJECT_GET_CLASS(vw))->shutdown(vw);
H A Dview-widget.h49 * Calls the virtual shutdown() function of the SPViewWidget.
77 gboolean shutdown() { function in class:SPViewWidget
96 gboolean (* shutdown) (SPViewWidget *vw); member in class:SPViewWidgetClass
H A Dedit-widget-interface.h78 /// to save, discard, or cancel. Returns TRUE if the shutdown operation
80 virtual bool shutdown() = 0;
H A Dview.h98 virtual bool shutdown() = 0;
/inkscape/src/
H A Dsvg-view.h66 virtual bool shutdown() { return true; } function in class:SPSVGView
H A Ddesktop.h406 * Reopen any dialogs that were open when inkscape last shutdown
419 virtual bool shutdown();
H A Ddesktop.cpp1359 SPDesktop::shutdown() function in class:SPDesktop
1361 return _widget->shutdown();
1366 if(shutdown())
H A Dinkscape.cpp709 Logger::shutdown();
1196 * Handler for Inkscape's Exit verb. This emits the shutdown signal,
1202 //emit shutdown signal so that dialogs could remember layout
/inkscape/src/widgets/
H A Ddesktop-widget.h155 virtual bool shutdown() function in struct:SPDesktopWidget::WidgetStub
156 { return _dtw->shutdown(); }
222 bool shutdown();
H A Ddesktop-widget.cpp1150 * to save, discard, or cancel. Returns TRUE if the shutdown operation
1154 SPDesktopWidget::shutdown() function in class:SPDesktopWidget
/inkscape/src/debug/
H A Dlogger.h220 static void shutdown();
/inkscape/src/ui/
H A Dinterface.cpp319 if (dt->shutdown()) {
352 if (dt->shutdown()) {

Completed in 100 milliseconds