Searched refs:TransformCommand (Results 1 - 17 of 17) sorted by relevance

/haiku/src/apps/icon-o-matic/transformable/
H A DTransformCommand.cpp9 #include "TransformCommand.h"
14 TransformCommand::TransformCommand(BPoint pivot, function in class:TransformCommand
38 TransformCommand::TransformCommand(const char* actionName) function in class:TransformCommand
57 TransformCommand::~TransformCommand()
63 TransformCommand::InitCheck()
77 TransformCommand::Perform()
85 TransformCommand
[all...]
H A DTransformCommand.h17 class TransformCommand : public Command { class in inherits:Command
19 TransformCommand(BPoint pivot,
27 TransformCommand(const char* actionName);
29 virtual ~TransformCommand();
40 // TransformCommand
H A DTransformShapesBox.h36 virtual TransformCommand* MakeCommand(const char* actionName);
H A DTransformPointsBox.h43 virtual TransformCommand* MakeCommand(const char* commandName);
H A DTransformGradientCommand.h11 #include "TransformCommand.h"
21 class TransformGradientCommand : public TransformCommand,
38 // TransformCommand interface
H A DTransformGradientCommand.cpp22 TransformCommand(pivot, translation, rotation, xScale, yScale, name),
49 return fGradient != NULL ? TransformCommand::InitCheck() : B_NO_INIT;
H A DTransformObjectsCommand.h14 #include "TransformCommand.h"
24 class TransformObjectsCommand : public TransformCommand,
49 // TransformCommand interface
H A DTransformGradientBox.h45 virtual TransformCommand* MakeCommand(const char* actionName);
H A DTransformObjectsCommand.cpp32 : TransformCommand(pivot,
71 return fObjects && fOriginals ? TransformCommand::InitCheck()
H A DTransformBox.h24 class TransformCommand;
86 virtual TransformCommand* MakeCommand(const char* actionName) = 0;
115 TransformCommand* fCurrentCommand;
H A DTransformGradientBox.cpp180 TransformCommand*
H A DTransformShapesBox.cpp131 TransformCommand*
H A DTransformPointsBox.cpp119 TransformCommand*
/haiku/src/apps/icon-o-matic/shape/commands/
H A DNudgePointsCommand.h13 #include "TransformCommand.h"
26 class NudgePointsCommand : public TransformCommand {
H A DNudgePointsCommand.cpp44 : TransformCommand(B_ORIGIN,
77 return TransformCommand::InitCheck();
H A DTransformPointsCommand.h14 #include "TransformCommand.h"
26 class TransformPointsCommand : public TransformCommand,
53 // TransformCommand interface
H A DTransformPointsCommand.cpp35 : TransformCommand(pivot,
73 return fPath && fIndices && fPoints ? TransformCommand::InitCheck()

Completed in 132 milliseconds