Searched refs:setup (Results 1 - 25 of 75) sorted by relevance
123
/inkscape/src/ui/tools/ |
H A D | dropper-tool.h | 45 virtual void setup();
|
H A D | eraser-tool.h | 45 virtual void setup();
|
H A D | rect-tool.h | 36 virtual void setup();
|
H A D | star-tool.h | 35 virtual void setup();
|
H A D | zoom-tool.h | 32 virtual void setup();
|
H A D | spiral-tool.cpp | 101 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 D | arc-tool.h | 46 virtual void setup();
|
H A D | box3d-tool.h | 55 virtual void setup();
|
H A D | calligraphic-tool.h | 51 virtual void setup();
|
H A D | flood-tool.h | 36 virtual void setup();
|
H A D | gradient-tool.h | 47 virtual void setup();
|
H A D | mesh-tool.h | 50 virtual void setup();
|
H A D | pencil-tool.h | 53 virtual void setup();
|
H A D | spiral-tool.h | 38 virtual void setup();
|
H A D | tweak-tool.h | 79 virtual void setup();
|
H A D | select-tool.h | 56 virtual void setup();
|
H A D | star-tool.cpp | 109 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 D | zoom-tool.cpp | 60 void ZoomTool::setup() { function in class:Inkscape::UI::Tools::ZoomTool 71 ToolBase::setup();
|
/inkscape/src/ui/dialog/ |
H A D | layer-properties.h | 64 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 D | print.cpp | 37 Print::setup () function in class:Inkscape::Extension::Print 39 return imp->setup(this);
|
H A D | print.h | 40 unsigned int setup (void);
|
/inkscape/src/ |
H A D | snap.h | 49 * 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 D | cxxtest.spec | 22 %setup -n cxxtest
|
/inkscape/src/display/ |
H A D | sp-canvas.cpp | 1616 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 D | latex-pstricks.h | 44 virtual unsigned int setup (Inkscape::Extension::Print * module);
|
Completed in 1259 milliseconds
123