Searched refs:SPDesktop (Results 1 - 25 of 338) sorted by relevance

1234567891011>>

/inkscape/src/widgets/
H A Dzoom-toolbar.cpp37 void sp_zoom_toolbox_prep(SPDesktop * /*desktop*/, GtkActionGroup* /*mainActions*/, GObject* /*holder*/)
H A Dgradient-toolbar.h15 class SPDesktop;
20 void sp_gradient_toolbox_prep(SPDesktop * /*desktop*/, GtkActionGroup* mainActions, GObject* holder);
H A Dmesh-toolbar.h17 class SPDesktop;
22 void sp_mesh_toolbox_prep( SPDesktop * /*desktop*/, GtkActionGroup* mainActions, GObject* holder);
H A Darc-toolbar.h30 class SPDesktop;
35 void sp_arc_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
H A Dbox3d-toolbar.h31 class SPDesktop;
36 void box3d_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
H A Dcalligraphy-toolbar.h30 class SPDesktop;
35 void sp_calligraphy_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
H A Dconnector-toolbar.h30 class SPDesktop;
35 void sp_connector_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
H A Ddropper-toolbar.h30 class SPDesktop;
35 void sp_dropper_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
H A Deraser-toolbar.h30 class SPDesktop;
35 void sp_eraser_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
H A Dfill-style.h21 class SPDesktop;
25 void sp_fill_style_widget_set_desktop(Gtk::Widget *widget, SPDesktop *desktop);
H A Dlpe-toolbar.h30 class SPDesktop;
35 void sp_lpetool_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
H A Dmeasure-toolbar.h30 class SPDesktop;
35 void sp_measure_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
H A Dnode-toolbar.h30 class SPDesktop;
35 void sp_node_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
H A Dpaintbucket-toolbar.h30 class SPDesktop;
35 void sp_paintbucket_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
H A Drect-toolbar.h30 class SPDesktop;
35 void sp_rect_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
H A Dselect-toolbar.h17 class SPDesktop;
22 void sp_select_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
H A Dspiral-toolbar.h30 class SPDesktop;
35 void sp_spiral_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
H A Dspray-toolbar.h30 class SPDesktop;
35 void sp_spray_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
H A Dstar-toolbar.h30 class SPDesktop;
35 void sp_star_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
H A Dtext-toolbar.h30 class SPDesktop;
35 void sp_text_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
H A Dtweak-toolbar.h30 class SPDesktop;
35 void sp_tweak_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
H A Dzoom-toolbar.h30 class SPDesktop;
35 void sp_zoom_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
/inkscape/src/
H A Dselection-chemistry.h24 class SPDesktop;
36 static void selectAll(SPDesktop *desktop);
37 static void selectAllInAll(SPDesktop *desktop);
38 static void selectNone(SPDesktop *desktop);
39 static void selectSameFillStroke(SPDesktop *dt);
40 static void selectSameFillColor(SPDesktop *dt);
41 static void selectSameStrokeColor(SPDesktop *dt);
42 static void selectSameStrokeStyle(SPDesktop *dt);
43 static void selectSameObjectType(SPDesktop *dt);
44 static void invert(SPDesktop *deskto
[all...]
H A Dsp-item-update-cns.h6 class SPDesktop;
9 void sp_item_update_cns(SPItem &item, SPDesktop const &desktop);
/inkscape/src/ui/dialog/
H A Ddesktop-tracker.h14 class SPDesktop;
31 SPDesktop *getDesktop() const;
33 void setBase(SPDesktop *desktop);
34 SPDesktop *getBase() const;
36 sigc::connection connectDesktopChanged( const sigc::slot<void, SPDesktop*> & slot );
39 static void activateDesktopCB(SPDesktop *desktop, DesktopTracker *self );
43 void setDesktop(SPDesktop *desktop);
45 SPDesktop *base;
46 SPDesktop *desktop;
51 sigc::signal<void, SPDesktop*> desktopChangedSi
[all...]

Completed in 63 milliseconds

1234567891011>>