Searched refs:TransformPointsBox (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/icon-o-matic/transformable/
H A DTransformPointsBox.h27 class TransformPointsBox : public CanvasTransformBox { class in inherits:CanvasTransformBox
29 TransformPointsBox(
35 virtual ~TransformPointsBox();
45 // TransformPointsBox
H A DTransformPointsBox.cpp9 #include "TransformPointsBox.h"
22 TransformPointsBox::TransformPointsBox(CanvasView* view, function in class:TransformPointsBox
69 TransformPointsBox::~TransformPointsBox()
80 TransformPointsBox::ObjectChanged(const Observable* object)
88 TransformPointsBox::Update(bool deep)
120 TransformPointsBox::MakeCommand(const char* commandName)
141 TransformPointsBox::Cancel()
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.h20 class TransformPointsBox;
99 TransformPointsBox* transformBox);
169 TransformPointsBox* fTransformBox;
H A DPathManipulator.cpp44 #include "TransformPointsBox.h"
1166 _SetTransformBox(new TransformPointsBox(fCanvasView,
1188 PathManipulator::_SetTransformBox(TransformPointsBox* transformBox)

Completed in 21 milliseconds