Searched defs:Manipulator (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/tool/
H A Dmanipulator.h2 * Manipulator - edits something on-canvas
34 class Manipulator { class in namespace:Inkscape::UI
37 Manipulator(SPDesktop *d) function in class:Inkscape::UI::Manipulator
40 virtual ~Manipulator() {}
51 class PointManipulator : public Manipulator, public sigc::trackable {
54 : Manipulator(d)
69 /** Manipulator that aggregates several manipulators of the same type.
/inkscape/cxxtest/cxxtest/
H A DErrorFormatter.h27 typedef void (*Manipulator)( OutputStream & ); typedef in class:CxxTest::OutputStream
29 virtual OutputStream &operator<<( Manipulator m ) { m( *this ); return *this; }

Completed in 22 milliseconds