Searched refs:setup (Results 1 - 25 of 75) sorted by relevance

123

/inkscape/src/ui/tools/
H A Ddropper-tool.h45 virtual void setup();
H A Deraser-tool.h45 virtual void setup();
H A Drect-tool.h36 virtual void setup();
H A Dstar-tool.h35 virtual void setup();
H A Dzoom-tool.h32 virtual void setup();
H A Dspiral-tool.cpp101 void SpiralTool::setup() { function in class:Inkscape::UI::Tools::SpiralTool
102 ToolBase::setup();
162 m.setup(desktop);
193 m.setup(desktop, true, this->spiral);
204 m.setup(desktop);
363 m.setup(desktop, true, this->spiral);
H A Darc-tool.h46 virtual void setup();
H A Dbox3d-tool.h55 virtual void setup();
H A Dcalligraphic-tool.h51 virtual void setup();
H A Dflood-tool.h36 virtual void setup();
H A Dgradient-tool.h47 virtual void setup();
H A Dmesh-tool.h50 virtual void setup();
H A Dpencil-tool.h53 virtual void setup();
H A Dspiral-tool.h38 virtual void setup();
H A Dtweak-tool.h79 virtual void setup();
H A Dselect-tool.h56 virtual void setup();
H A Dstar-tool.cpp109 void StarTool::setup() { function in class:Inkscape::UI::Tools::StarTool
110 ToolBase::setup();
177 m.setup(desktop, true);
213 m.setup(desktop);
381 m.setup(desktop, true, this->star);
H A Dzoom-tool.cpp60 void ZoomTool::setup() { function in class:Inkscape::UI::Tools::ZoomTool
71 ToolBase::setup();
/inkscape/src/ui/dialog/
H A Dlayer-properties.h64 virtual void setup(LayerPropertiesDialog &)=0;
69 void setup(LayerPropertiesDialog &dialog);
74 void setup(LayerPropertiesDialog &dialog);
79 void setup(LayerPropertiesDialog &dialog);
/inkscape/src/extension/
H A Dprint.cpp37 Print::setup () function in class:Inkscape::Extension::Print
39 return imp->setup(this);
H A Dprint.h40 unsigned int setup (void);
/inkscape/src/
H A Dsnap.h49 * it provides methods to setup the snapping environment (e.g. keeps a list of the items to ignore
113 void setup(SPDesktop const *desktop,
123 * There are two overloaded setup() methods, of which the other one only allows for a single item to be ignored
134 void setup(SPDesktop const *desktop,
153 // NOTE: Must be called after calling setup(), not before!
175 * 1) SnapManager::setup() must have been called before calling this method,
196 * PS: SnapManager::setup() must have been called before calling this method,
252 * 1) SnapManager::setup() must have been called before calling this method,
276 * PS: SnapManager::setup() must have been called before calling this method,
314 * PS: SnapManager::setup() mus
[all...]
/inkscape/cxxtest/
H A Dcxxtest.spec22 %setup -n cxxtest
/inkscape/src/display/
H A Dsp-canvas.cpp1616 int SPCanvas::paintRectInternal(PaintRectSetup const *setup, Geom::IntRect const &this_rect) argument
1621 glong elapsed = (now.tv_sec - setup->start_time.tv_sec) * 1000000
1622 + (now.tv_usec - setup->start_time.tv_usec);
1656 if (bw * bh < setup->max_pixels) {
1660 r.x = this_rect.x0 - setup->canvas->x0;
1661 r.y = this_rect.y0 - setup->canvas->y0;
1665 GdkWindow *window = gtk_widget_get_window(GTK_WIDGET(setup->canvas));
1669 paintSingleBuffer(this_rect, setup->big_rect, bw);
1699 if (setup->mouse_loc[Geom::X] < mid) {
1701 return paintRectInternal(setup, l
1743 PaintRectSetup setup; local
[all...]
/inkscape/src/extension/internal/
H A Dlatex-pstricks.h44 virtual unsigned int setup (Inkscape::Extension::Print * module);

Completed in 2088 milliseconds

123