Searched refs:setToolboxAdjustmentValue (Results 1 - 9 of 9) sorted by relevance

/inkscape/src/ui/view/
H A Dedit-widget-interface.h135 virtual void setToolboxAdjustmentValue (const gchar *, double) = 0;
/inkscape/src/widgets/
H A Ddesktop-widget.h196 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 Ddesktop-widget.cpp1635 SPDesktopWidget::setToolboxAdjustmentValue (gchar const *id, double value) function in class:SPDesktopWidget
/inkscape/src/ui/tools/
H A Dspray-tool.cpp1326 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 Dtweak-tool.cpp1393 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 Dcalligraphic-tool.cpp422 desktop->setToolboxAdjustmentValue (id, value);
H A Deraser-tool.cpp359 desktop->setToolboxAdjustmentValue (id, value);
/inkscape/src/
H A Ddesktop.h372 void setToolboxAdjustmentValue (gchar const* id, double val);
H A Ddesktop.cpp1402 SPDesktop::setToolboxAdjustmentValue (gchar const* id, double val) function in class:SPDesktop
1404 _widget->setToolboxAdjustmentValue (id, val);

Completed in 146 milliseconds