Searched defs:SPDesktop (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ |
H A D | desktop.cpp | 86 static void _onSelectionChanged (Inkscape::Selection *selection, SPDesktop *desktop); 87 static gint _arena_handler (SPCanvasArena *arena, Inkscape::DrawingItem *ai, GdkEvent *event, SPDesktop *desktop); 88 static void _layer_activated(SPObject *layer, SPDesktop *desktop); 89 static void _layer_deactivated(SPObject *layer, SPDesktop *desktop); 90 static void _layer_hierarchy_changed(SPObject *top, SPObject *bottom, SPDesktop *desktop); 91 static void _reconstruction_start(SPDesktop * desktop); 92 static void _reconstruction_finish(SPDesktop * desktop); 93 static void _namedview_modified (SPObject *obj, guint flags, SPDesktop *desktop); 95 SPDesktop::SPDesktop() function in class:SPDesktop [all...] |
H A D | desktop.h | 110 * SPDesktop is a subclass of View, implementing an editable document 114 * SPDesktop provides a certain set of SPCanvasItems, serving as GUI 122 * Each SPDesktop is associated with a SPNamedView node of the document 128 * Associated with each SPDesktop are the two most important editing 138 class SPDesktop : public Inkscape::UI::View::View class in inherits:Inkscape::UI::View::View 215 sigc::connection connectDestroy(const sigc::slot<void, SPDesktop*> &slot) 220 sigc::connection connectDocumentReplaced (const sigc::slot<void,SPDesktop*,SPDocument*> & slot) 225 sigc::connection connectEventContextChanged (const sigc::slot<void,SPDesktop*,Inkscape::UI::Tools::ToolBase*> & slot) 251 SPDesktop(); 254 virtual ~SPDesktop(); [all...] |
Completed in 46 milliseconds