Symbol: TransformGradientBox
src/apps/icon-o-matic/MainWindow.cpp
543
TransformGradientBox* transformBox
src/apps/icon-o-matic/MainWindow.cpp
544
= new (nothrow) TransformGradientBox(fCanvasView, gradient, NULL);
src/apps/icon-o-matic/transformable/TransformGradientBox.cpp
124
TransformGradientBox::Perform()
src/apps/icon-o-matic/transformable/TransformGradientBox.cpp
132
TransformGradientBox::Cancel()
src/apps/icon-o-matic/transformable/TransformGradientBox.cpp
142
TransformGradientBox::TransformFromCanvas(BPoint& point) const
src/apps/icon-o-matic/transformable/TransformGradientBox.cpp
152
TransformGradientBox::TransformToCanvas(BPoint& point) const
src/apps/icon-o-matic/transformable/TransformGradientBox.cpp
162
TransformGradientBox::ZoomLevel() const
src/apps/icon-o-matic/transformable/TransformGradientBox.cpp
170
TransformGradientBox::ViewSpaceRotation() const
src/apps/icon-o-matic/transformable/TransformGradientBox.cpp
181
TransformGradientBox::MakeCommand(const char* commandName)
src/apps/icon-o-matic/transformable/TransformGradientBox.cpp
25
TransformGradientBox::TransformGradientBox(CanvasView* view, Gradient* gradient,
src/apps/icon-o-matic/transformable/TransformGradientBox.cpp
49
TransformGradientBox::~TransformGradientBox()
src/apps/icon-o-matic/transformable/TransformGradientBox.cpp
63
TransformGradientBox::Update(bool deep)
src/apps/icon-o-matic/transformable/TransformGradientBox.cpp
97
TransformGradientBox::ObjectChanged(const Observable* object)
src/apps/icon-o-matic/transformable/TransformGradientBox.h
27
class TransformGradientBox : public TransformBox {
src/apps/icon-o-matic/transformable/TransformGradientBox.h
29
TransformGradientBox(CanvasView* view,
src/apps/icon-o-matic/transformable/TransformGradientBox.h
32
virtual ~TransformGradientBox();