Symbol: PathManipulator
src/apps/icon-o-matic/MainWindow.cpp
522
PathManipulator* pathManipulator = new (nothrow) PathManipulator(path);
src/apps/icon-o-matic/shape/PathManipulator.cpp
1028
PathManipulator::AttachedToView(BView* view)
src/apps/icon-o-matic/shape/PathManipulator.cpp
1035
PathManipulator::DetachedFromView(BView* view)
src/apps/icon-o-matic/shape/PathManipulator.cpp
1045
PathManipulator::ObjectChanged(const Observable* object)
src/apps/icon-o-matic/shape/PathManipulator.cpp
1063
PathManipulator::PointAdded(int32 index)
src/apps/icon-o-matic/shape/PathManipulator.cpp
1070
PathManipulator::PointRemoved(int32 index)
src/apps/icon-o-matic/shape/PathManipulator.cpp
1078
PathManipulator::PointChanged(int32 index)
src/apps/icon-o-matic/shape/PathManipulator.cpp
1085
PathManipulator::PathChanged()
src/apps/icon-o-matic/shape/PathManipulator.cpp
1092
PathManipulator::PathClosedChanged()
src/apps/icon-o-matic/shape/PathManipulator.cpp
1099
PathManipulator::PathReversed()
src/apps/icon-o-matic/shape/PathManipulator.cpp
1120
PathManipulator::ControlFlags() const
src/apps/icon-o-matic/shape/PathManipulator.cpp
1140
PathManipulator::ReversePath()
src/apps/icon-o-matic/shape/PathManipulator.cpp
1159
PathManipulator::_SetMode(uint32 mode)
src/apps/icon-o-matic/shape/PathManipulator.cpp
1188
PathManipulator::_SetTransformBox(TransformPointsBox* transformBox)
src/apps/icon-o-matic/shape/PathManipulator.cpp
1226
PathManipulator::_AddPoint(BPoint where)
src/apps/icon-o-matic/shape/PathManipulator.cpp
1250
PathManipulator::_InsertPoint(BPoint where, int32 index)
src/apps/icon-o-matic/shape/PathManipulator.cpp
1301
PathManipulator::_SetInOutConnected(int32 index, bool connected)
src/apps/icon-o-matic/shape/PathManipulator.cpp
1308
PathManipulator::_SetSharp(int32 index)
src/apps/icon-o-matic/shape/PathManipulator.cpp
1317
PathManipulator::_RemoveSelection()
src/apps/icon-o-matic/shape/PathManipulator.cpp
1336
PathManipulator::_RemovePoint(int32 index)
src/apps/icon-o-matic/shape/PathManipulator.cpp
1346
PathManipulator::_RemovePointIn(int32 index)
src/apps/icon-o-matic/shape/PathManipulator.cpp
1357
PathManipulator::_RemovePointOut(int32 index)
src/apps/icon-o-matic/shape/PathManipulator.cpp
1368
PathManipulator::_Delete()
src/apps/icon-o-matic/shape/PathManipulator.cpp
139
class PathManipulator::Selection : protected std::vector<int32>
src/apps/icon-o-matic/shape/PathManipulator.cpp
1397
PathManipulator::_Select(BRect r)
src/apps/icon-o-matic/shape/PathManipulator.cpp
1426
PathManipulator::_Select(int32 index, bool extend)
src/apps/icon-o-matic/shape/PathManipulator.cpp
1440
PathManipulator::_Select(const int32* indices, int32 count, bool extend)
src/apps/icon-o-matic/shape/PathManipulator.cpp
1458
PathManipulator::_Deselect(int32 index)
src/apps/icon-o-matic/shape/PathManipulator.cpp
1468
PathManipulator::_ShiftSelection(int32 startIndex, int32 direction)
src/apps/icon-o-matic/shape/PathManipulator.cpp
1485
PathManipulator::_IsSelected(int32 index) const
src/apps/icon-o-matic/shape/PathManipulator.cpp
1495
PathManipulator::_InvalidateCanvas(BRect rect) const
src/apps/icon-o-matic/shape/PathManipulator.cpp
1504
PathManipulator::_InvalidateHighlightPoints(int32 newIndex, uint32 newMode)
src/apps/icon-o-matic/shape/PathManipulator.cpp
1516
PathManipulator::_UpdateSelection() const
src/apps/icon-o-matic/shape/PathManipulator.cpp
1526
PathManipulator::_ControlPointRect() const
src/apps/icon-o-matic/shape/PathManipulator.cpp
1535
PathManipulator::_ControlPointRect(int32 index, uint32 mode) const
src/apps/icon-o-matic/shape/PathManipulator.cpp
1578
PathManipulator::_SetModeForMousePos(BPoint where)
src/apps/icon-o-matic/shape/PathManipulator.cpp
1677
PathManipulator::_Nudge(BPoint direction)
src/apps/icon-o-matic/shape/PathManipulator.cpp
1726
PathManipulator::_FinishNudging()
src/apps/icon-o-matic/shape/PathManipulator.cpp
197
PathManipulator::PathManipulator(VectorPath* path)
src/apps/icon-o-matic/shape/PathManipulator.cpp
234
PathManipulator::~PathManipulator()
src/apps/icon-o-matic/shape/PathManipulator.cpp
303
PathManipulator::Draw(BView* into, BRect updateRect)
src/apps/icon-o-matic/shape/PathManipulator.cpp
404
PathManipulator::MouseDown(BPoint where)
src/apps/icon-o-matic/shape/PathManipulator.cpp
553
PathManipulator::MouseMoved(BPoint where)
src/apps/icon-o-matic/shape/PathManipulator.cpp
633
PathManipulator::MouseUp()
src/apps/icon-o-matic/shape/PathManipulator.cpp
712
PathManipulator::MouseOver(BPoint where)
src/apps/icon-o-matic/shape/PathManipulator.cpp
743
PathManipulator::DoubleClicked(BPoint where)
src/apps/icon-o-matic/shape/PathManipulator.cpp
750
PathManipulator::ShowContextMenu(BPoint where)
src/apps/icon-o-matic/shape/PathManipulator.cpp
814
PathManipulator::Bounds()
src/apps/icon-o-matic/shape/PathManipulator.cpp
823
PathManipulator::TrackingBounds(BView* withinView)
src/apps/icon-o-matic/shape/PathManipulator.cpp
833
PathManipulator::MessageReceived(BMessage* message, Command** _command)
src/apps/icon-o-matic/shape/PathManipulator.cpp
873
PathManipulator::ModifiersChanged(uint32 modifiers)
src/apps/icon-o-matic/shape/PathManipulator.cpp
891
PathManipulator::HandleKeyDown(uint32 key, uint32 modifiers, Command** _command)
src/apps/icon-o-matic/shape/PathManipulator.cpp
954
PathManipulator::HandleKeyUp(uint32 key, uint32 modifiers, Command** _command)
src/apps/icon-o-matic/shape/PathManipulator.cpp
974
PathManipulator::UpdateCursor()
src/apps/icon-o-matic/shape/PathManipulator.h
33
class PathManipulator : public Manipulator,
src/apps/icon-o-matic/shape/PathManipulator.h
36
PathManipulator(VectorPath* path);
src/apps/icon-o-matic/shape/PathManipulator.h
37
virtual ~PathManipulator();
src/apps/icon-o-matic/transformable/TransformPointsBox.cpp
23
PathManipulator* manipulator,
src/apps/icon-o-matic/transformable/TransformPointsBox.h
17
class PathManipulator;
src/apps/icon-o-matic/transformable/TransformPointsBox.h
31
PathManipulator* manipulator,
src/apps/icon-o-matic/transformable/TransformPointsBox.h
49
PathManipulator* fManipulator;