Searched refs:PathManipulator (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/icon-o-matic/transformable/
H A DTransformPointsBox.h17 class PathManipulator;
31 PathManipulator* manipulator,
49 PathManipulator* fManipulator;
H A DTransformPointsBox.cpp23 PathManipulator* manipulator,
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp10 #include "PathManipulator.h"
48 #define B_TRANSLATION_CONTEXT "Icon-O-Matic-PathManipulator"
139 class PathManipulator::Selection : protected std::vector<int32>
197 PathManipulator::PathManipulator(VectorPath* path) function in class:PathManipulator
234 PathManipulator::~PathManipulator()
303 PathManipulator::Draw(BView* into, BRect updateRect)
404 PathManipulator::MouseDown(BPoint where)
553 PathManipulator
[all...]
H A DPathManipulator.h33 class PathManipulator : public Manipulator, class in inherits:Manipulator,PathListener
36 PathManipulator(VectorPath* path);
37 virtual ~PathManipulator();
78 // PathManipulator
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp84 #include "PathManipulator.h"
512 PathManipulator* pathManipulator = new (nothrow) PathManipulator(path);

Completed in 43 milliseconds