Symbol: PerspectiveBox
src/apps/icon-o-matic/MainWindow.cpp
589
PerspectiveBox* transformBox = new (nothrow) PerspectiveBox(
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
110
PerspectiveBox::MouseDown(BPoint where)
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
130
PerspectiveBox::MouseMoved(BPoint where)
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
146
PerspectiveBox::MouseUp()
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
154
PerspectiveBox::MouseOver(BPoint where)
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
174
PerspectiveBox::Bounds()
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
197
PerspectiveBox::TrackingBounds(BView* withinView)
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
207
PerspectiveBox::ModifiersChanged(uint32 modifiers)
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
217
PerspectiveBox::UpdateCursor()
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
231
PerspectiveBox::AttachedToView(BView* view)
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
238
PerspectiveBox::DetachedFromView(BView* view)
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
248
PerspectiveBox::ObjectChanged(const Observable* object)
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
257
PerspectiveBox::TransformTo(
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
276
PerspectiveBox::Update(bool deep)
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
290
PerspectiveBox::FinishTransaction()
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
307
PerspectiveBox::AddListener(PerspectiveBoxListener* listener)
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
316
PerspectiveBox::RemoveListener(PerspectiveBoxListener* listener)
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
326
PerspectiveBox::_NotifyDeleted() const
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
34
PerspectiveBox::PerspectiveBox(CanvasView* view,
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
340
PerspectiveBox::_DragStateFor(BPoint where, float canvasZoom)
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
373
PerspectiveBox::_StrokeBWLine(BView* into, BPoint from, BPoint to) const
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
404
PerspectiveBox::_StrokeBWPoint(BView* into, BPoint point, double angle) const
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
64
PerspectiveBox::~PerspectiveBox()
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
77
PerspectiveBox::Draw(BView* into, BRect updateRect)
src/apps/icon-o-matic/transformable/PerspectiveBox.h
26
class PerspectiveBox;
src/apps/icon-o-matic/transformable/PerspectiveBox.h
36
const PerspectiveBox* box) = 0;
src/apps/icon-o-matic/transformable/PerspectiveBox.h
40
class PerspectiveBox : public Manipulator {
src/apps/icon-o-matic/transformable/PerspectiveBox.h
42
PerspectiveBox(CanvasView* view,
src/apps/icon-o-matic/transformable/PerspectiveBox.h
44
virtual ~PerspectiveBox();
src/apps/icon-o-matic/transformable/PerspectiveBoxStates.cpp
22
DragState::DragState(PerspectiveBox* parent)
src/apps/icon-o-matic/transformable/PerspectiveBoxStates.cpp
41
DragCornerState::DragCornerState(PerspectiveBox* parent, BPoint* point)
src/apps/icon-o-matic/transformable/PerspectiveBoxStates.h
16
class PerspectiveBox;
src/apps/icon-o-matic/transformable/PerspectiveBoxStates.h
23
DragState(PerspectiveBox* parent);
src/apps/icon-o-matic/transformable/PerspectiveBoxStates.h
36
PerspectiveBox* fParent;
src/apps/icon-o-matic/transformable/PerspectiveBoxStates.h
43
PerspectiveBox* parent, BPoint* point);
src/apps/icon-o-matic/transformable/PerspectiveCommand.cpp
120
PerspectiveCommand::PerspectiveBoxDeleted(const PerspectiveBox* box)
src/apps/icon-o-matic/transformable/PerspectiveCommand.cpp
24
PerspectiveCommand::PerspectiveCommand(PerspectiveBox* box,
src/apps/icon-o-matic/transformable/PerspectiveCommand.h
25
PerspectiveCommand(PerspectiveBox* box,
src/apps/icon-o-matic/transformable/PerspectiveCommand.h
41
virtual void PerspectiveBoxDeleted(const PerspectiveBox* box);
src/apps/icon-o-matic/transformable/PerspectiveCommand.h
49
PerspectiveBox* fTransformBox;