Symbol: ChannelTransform
src/apps/icon-o-matic/shape/commands/TransformPointsCommand.cpp
107
ChannelTransform transform;
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
100
ChannelTransform::SetPivot(BPoint pivot)
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
113
ChannelTransform::TranslateBy(BPoint offset)
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
129
ChannelTransform::RotateBy(BPoint origin, double degrees)
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
154
ChannelTransform::RotateBy(double degrees)
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
16
ChannelTransform::ChannelTransform()
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
170
ChannelTransform::ScaleBy(BPoint origin, double xScale, double yScale)
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
191
ChannelTransform::ScaleBy(double xScale, double yScale)
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
205
ChannelTransform::SetTranslationAndScale(BPoint offset, double xScale,
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
222
ChannelTransform::Reset()
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
229
ChannelTransform&
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
230
ChannelTransform::operator=(const ChannelTransform& other)
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
245
ChannelTransform::_UpdateMatrix()
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
28
ChannelTransform::ChannelTransform(const ChannelTransform& other)
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
41
ChannelTransform::~ChannelTransform()
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
48
ChannelTransform::SetTransformation(const Transformable& other)
src/apps/icon-o-matic/transformable/ChannelTransform.cpp
74
ChannelTransform::SetTransformation(BPoint pivot, BPoint translation,
src/apps/icon-o-matic/transformable/ChannelTransform.h
14
class ChannelTransform : public Transformable {
src/apps/icon-o-matic/transformable/ChannelTransform.h
16
ChannelTransform();
src/apps/icon-o-matic/transformable/ChannelTransform.h
17
ChannelTransform(const ChannelTransform& other);
src/apps/icon-o-matic/transformable/ChannelTransform.h
18
virtual ~ChannelTransform();
src/apps/icon-o-matic/transformable/ChannelTransform.h
58
ChannelTransform& operator=(const ChannelTransform& other);
src/apps/icon-o-matic/transformable/TransformBox.cpp
34
ChannelTransform(),
src/apps/icon-o-matic/transformable/TransformBox.h
36
class TransformBox : public ChannelTransform,
src/apps/icon-o-matic/transformable/TransformGradientCommand.cpp
79
ChannelTransform transform;
src/apps/icon-o-matic/transformable/TransformObjectsCommand.cpp
104
ChannelTransform transform;