Searched refs:MakeCommand (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/icon-o-matic/transformable/
H A DTransformShapesBox.h36 virtual TransformCommand* MakeCommand(const char* actionName);
H A DTransformPointsBox.h43 virtual TransformCommand* MakeCommand(const char* commandName);
H A DTransformGradientBox.h45 virtual TransformCommand* MakeCommand(const char* actionName);
H A DTransformGradientBox.cpp179 // MakeCommand
181 TransformGradientBox::MakeCommand(const char* commandName) function in class:TransformGradientBox
H A DTransformShapesBox.cpp130 // MakeCommand
132 TransformShapesBox::MakeCommand(const char* commandName) function in class:TransformShapesBox
H A DTransformPointsBox.cpp118 // MakeCommand
120 TransformPointsBox::MakeCommand(const char* commandName) function in class:TransformPointsBox
H A DTransformBox.h86 virtual TransformCommand* MakeCommand(const char* actionName) = 0;
H A DTransformBox.cpp152 fCurrentCommand = MakeCommand(fCurrentState->ActionName());
292 fCurrentCommand = MakeCommand("Translate");
421 fCurrentCommand = MakeCommand("Move");

Completed in 90 milliseconds