Searched refs:setMode (Results 1 - 25 of 27) sorted by relevance

12

/inkscape/src/
H A Drubberband.h49 void setMode(int mode);
H A Ddevice-manager.h59 virtual void setMode( Glib::ustring const & id, Gdk::InputMode mode ) = 0;
H A Dknot.h93 void setMode(unsigned int i);
H A Drubberband.cpp124 void Inkscape::Rubberband::setMode(int mode) function in class:Inkscape::Rubberband
H A Ddevice-manager.cpp311 virtual void setMode( Glib::ustring const & id, Gdk::InputMode mode );
380 setMode( (*it)->getId(), mode );
460 void DeviceManagerImpl::setMode( Glib::ustring const & id, Gdk::InputMode mode ) function in class:Inkscape::DeviceManagerImpl
H A Dknot.cpp500 void SPKnot::setMode(guint i) { function in class:SPKnot
H A Dvanishing-point.cpp283 this->knot->setMode(SP_KNOT_MODE_XOR);
/inkscape/src/ui/widget/
H A Dcolor-scales.h47 void setMode(SPColorScalesMode mode);
H A Dcolor-scales.cpp180 setMode(mode);
363 void ColorScales::setMode(SPColorScalesMode mode) function in class:Inkscape::UI::Widget::ColorScales
/inkscape/src/widgets/
H A Dpaint-selector.cpp351 psel->setMode(static_cast<SPPaintSelector::Mode>(GPOINTER_TO_UINT(g_object_get_data(G_OBJECT(tb), "mode"))));
382 psel->setMode(SPPaintSelector::MODE_MULTIPLE);
392 void SPPaintSelector::setMode(Mode mode) function in class:SPPaintSelector
466 setMode(MODE_SOLID_COLOR);
480 setMode(MODE_SWATCH);
493 setMode(MODE_GRADIENT_LINEAR);
497 gsel->setMode(SPGradientSelector::MODE_LINEAR);
506 setMode(MODE_GRADIENT_RADIAL);
510 gsel->setMode(SPGradientSelector::MODE_RADIAL);
521 setMode(MODE_GRADIENT_RADIA
[all...]
H A Dswatch-selector.cpp30 _gsel->setMode(SPGradientSelector::MODE_SWATCH);
H A Dpaint-selector.h96 void setMode( Mode mode );
H A Dgradient-selector.h122 void setMode(SelectorMode mode);
H A Dfill-style.cpp263 psel->setMode(SPPaintSelector::MODE_EMPTY);
272 psel->setMode(pselmode);
312 psel->setMode(SPPaintSelector::MODE_MULTIPLE);
H A Dgradient-selector.cpp266 void SPGradientSelector::setMode(SelectorMode mode) function in class:SPGradientSelector
/inkscape/src/ui/tool/
H A Dtransform-handle-set.h51 void setMode(Mode m);
H A Dcontrol-point-selection.cpp330 _handles->setMode(TransformHandleSet::MODE_ROTATE_SKEW);
335 _handles->setMode(TransformHandleSet::MODE_SCALE);
H A Dtransform-handle-set.cpp722 void TransformHandleSet::setMode(Mode m) function in class:Inkscape::UI::TransformHandleSet
/inkscape/src/ui/dialog/
H A Dalign-and-distribute.h68 void setMode(bool nodeEdit);
H A Dalign-and-distribute.cpp918 daad->setMode(tools_active(desktop) == TOOLS_NODES);
920 daad->setMode(false);
1208 void AlignAndDistribute::setMode(bool nodeEdit) function in class:Inkscape::UI::Dialog::AlignAndDistribute
H A Dinput.cpp960 Inkscape::DeviceManager::getManager().setMode( dev->getId(), mode );
1262 Inkscape::DeviceManager::getManager().setMode( dev->getId(), mode );
1293 Inkscape::DeviceManager::getManager().setMode( dev->getId(), Gdk::MODE_SCREEN );
1295 Inkscape::DeviceManager::getManager().setMode( dev->getId(), Gdk::MODE_DISABLED );
/inkscape/src/ui/tools/
H A Dselect-tool.cpp502 Inkscape::Rubberband::get(desktop)->setMode(RUBBERBAND_MODE_TOUCHPATH);
912 Inkscape::Rubberband::get(desktop)->setMode(RUBBERBAND_MODE_TOUCHPATH);
1185 Inkscape::Rubberband::get(desktop)->setMode(RUBBERBAND_MODE_RECT);
H A Dmeasure-tool.cpp350 this->knot_start->setMode(SP_KNOT_MODE_XOR);
356 this->knot_end->setMode(SP_KNOT_MODE_XOR);
H A Deraser-tool.cpp405 Inkscape::Rubberband::get(desktop)->setMode(RUBBERBAND_MODE_TOUCHPATH);
H A Dflood-tool.cpp1118 Inkscape::Rubberband::get(desktop)->setMode(RUBBERBAND_MODE_TOUCHPATH);

Completed in 79 milliseconds

12