Searched defs:Transformation (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/
H A Dsnap.h76 enum Transformation { enum in class:SnapManager
/inkscape/src/ui/dialog/
H A Dtransformation.cpp46 static void on_selection_changed(Inkscape::Selection *selection, Transformation *daad)
49 daad->updateSelection((Inkscape::UI::Dialog::Transformation::PageType)page, selection);
52 static void on_selection_modified(Inkscape::Selection *selection, Transformation *daad)
55 daad->updateSelection((Inkscape::UI::Dialog::Transformation::PageType)page, selection);
62 Transformation::Transformation() function in class:Inkscape::UI::Dialog::Transformation
84 _scalar_transform_a ("_A:", _("Transformation matrix element A")),
85 _scalar_transform_b ("_B:", _("Transformation matrix element B")),
86 _scalar_transform_c ("_C:", _("Transformation matrix element C")),
87 _scalar_transform_d ("_D:", _("Transformation matri
[all...]
H A Dtransformation.h32 * Transformation dialog.
38 class Transformation : public UI::Widget::Panel class in namespace:Inkscape::UI::Dialog
44 * Constructor for Transformation.
62 Transformation();
67 virtual ~Transformation();
72 static Transformation &getInstance()
73 { return *new Transformation(); }
225 Transformation(Transformation const &d);
230 Transformation operato
[all...]

Completed in 13 milliseconds