Searched refs:setToolboxAdjustmentValue (Results 1 - 9 of 9) sorted by relevance
/inkscape/src/ui/view/ |
H A D | edit-widget-interface.h | 135 virtual void setToolboxAdjustmentValue (const gchar *, double) = 0;
|
/inkscape/src/widgets/ |
H A D | desktop-widget.h | 196 virtual void setToolboxAdjustmentValue (const gchar *id, double val) function in struct:SPDesktopWidget::WidgetStub 197 { _dtw->setToolboxAdjustmentValue (id, val); } 233 void setToolboxAdjustmentValue (gchar const * id, double value);
|
H A D | desktop-widget.cpp | 1635 SPDesktopWidget::setToolboxAdjustmentValue (gchar const *id, double value) function in class:SPDesktopWidget
|
/inkscape/src/ui/tools/ |
H A D | spray-tool.cpp | 1326 desktop->setToolboxAdjustmentValue("population", this->population * 100); 1348 desktop->setToolboxAdjustmentValue("population", this->population * 100); 1427 desktop->setToolboxAdjustmentValue("spray-population", this->population * 100); 1438 desktop->setToolboxAdjustmentValue("spray-population", this->population * 100); 1450 desktop->setToolboxAdjustmentValue("altx-spray", this->width * 100); 1462 desktop->setToolboxAdjustmentValue("altx-spray", this->width * 100); 1470 desktop->setToolboxAdjustmentValue("altx-spray", this->width * 100); 1477 desktop->setToolboxAdjustmentValue("altx-spray", this->width * 100);
|
H A D | tweak-tool.cpp | 1393 desktop->setToolboxAdjustmentValue ("tweak-force", this->force * 100); 1404 desktop->setToolboxAdjustmentValue ("tweak-force", this->force * 100); 1415 desktop->setToolboxAdjustmentValue ("altx-tweak", this->width * 100); // the same spinbutton is for alt+x 1427 desktop->setToolboxAdjustmentValue ("altx-tweak", this->width * 100); 1435 desktop->setToolboxAdjustmentValue ("altx-tweak", this->width * 100); 1442 desktop->setToolboxAdjustmentValue ("altx-tweak", this->width * 100);
|
H A D | calligraphic-tool.cpp | 422 desktop->setToolboxAdjustmentValue (id, value);
|
H A D | eraser-tool.cpp | 359 desktop->setToolboxAdjustmentValue (id, value);
|
/inkscape/src/ |
H A D | desktop.h | 372 void setToolboxAdjustmentValue (gchar const* id, double val);
|
H A D | desktop.cpp | 1402 SPDesktop::setToolboxAdjustmentValue (gchar const* id, double val) function in class:SPDesktop 1404 _widget->setToolboxAdjustmentValue (id, val);
|
Completed in 146 milliseconds