Searched refs:onTransformValueChanged (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/dialog/
H A Dtransformation.h189 void onTransformValueChanged();
H A Dtransformation.cpp433 .connect(sigc::mem_fun(*this, &Transformation::onTransformValueChanged));
449 .connect(sigc::mem_fun(*this, &Transformation::onTransformValueChanged));
465 .connect(sigc::mem_fun(*this, &Transformation::onTransformValueChanged));
482 .connect(sigc::mem_fun(*this, &Transformation::onTransformValueChanged));
499 .connect(sigc::mem_fun(*this, &Transformation::onTransformValueChanged));
516 .connect(sigc::mem_fun(*this, &Transformation::onTransformValueChanged));
1119 void Transformation::onTransformValueChanged() function in class:Inkscape::UI::Dialog::Transformation
1130 //g_message("onTransformValueChanged: (%f, %f, %f, %f, %f, %f)\n",

Completed in 17 milliseconds