Searched defs:shutdown (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/ | ||
H A D | svg-view.h | 66 virtual bool shutdown() { return true; } function in class:SPSVGView |
H A D | desktop.cpp | 1359 SPDesktop::shutdown() function in class:SPDesktop 1361 return _widget->shutdown(); 1366 if(shutdown()) |
/inkscape/src/ui/view/ | ||
H A D | view-widget.h | 49 * 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 D | logger.cpp | 68 Debug::Logger::shutdown(); 207 void Logger::shutdown() { function in class:Inkscape::Debug::Logger |
/inkscape/src/widgets/ | ||
H A D | desktop-widget.h | 155 virtual bool shutdown() function in struct:SPDesktopWidget::WidgetStub 156 { return _dtw->shutdown(); } 222 bool shutdown(); |
H A D | desktop-widget.cpp | 1150 * to save, discard, or cancel. Returns TRUE if the shutdown operation 1154 SPDesktopWidget::shutdown() function in class:SPDesktopWidget |
Completed in 49 milliseconds