Searched defs:shutdown (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/
H A Dsvg-view.h66 virtual bool shutdown() { return true; } function in class:SPSVGView
H A Ddesktop.cpp1359 SPDesktop::shutdown() function in class:SPDesktop
1361 return _widget->shutdown();
1366 if(shutdown())
/inkscape/src/ui/view/
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
/inkscape/src/debug/
H A Dlogger.cpp68 Debug::Logger::shutdown();
207 void Logger::shutdown() { function in class:Inkscape::Debug::Logger
/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

Completed in 2185 milliseconds