Searched refs:PathCommand (Results 1 - 21 of 21) sorted by relevance

/haiku/src/apps/icon-o-matic/shape/commands/
H A DPathCommand.cpp9 #include "PathCommand.h"
24 PathCommand::PathCommand(VectorPath* path) function in class:PathCommand
30 PathCommand::~PathCommand()
36 PathCommand::InitCheck()
43 PathCommand::GetName(BString& name)
51 PathCommand::_Select(const int32* indices, int32 count,
H A DPathCommand.h23 class PathCommand : public Command { class in inherits:Command
25 PathCommand(VectorPath* path);
26 virtual ~PathCommand();
H A DCleanUpPathCommand.h12 #include "PathCommand.h"
15 class CleanUpPathCommand : public PathCommand {
H A DReversePathCommand.h12 #include "PathCommand.h"
14 class ReversePathCommand : public PathCommand {
H A DRotatePathIndicesCommand.h8 #include "PathCommand.h"
10 class RotatePathIndicesCommand : public PathCommand {
H A DFlipPointsCommand.h12 #include "PathCommand.h"
16 class FlipPointsCommand : public PathCommand {
H A DReversePathCommand.cpp25 : PathCommand(path)
H A DCleanUpPathCommand.cpp25 : PathCommand(path),
H A DAddPointCommand.h12 #include "PathCommand.h"
17 class AddPointCommand : public PathCommand {
H A DChangePointCommand.h14 #include "PathCommand.h"
16 class ChangePointCommand : public PathCommand {
H A DInsertPointCommand.h14 #include "PathCommand.h"
16 class InsertPointCommand : public PathCommand {
H A DSplitPointsCommand.h12 #include "PathCommand.h"
16 class SplitPointsCommand : public PathCommand {
H A DRotatePathIndicesCommand.cpp23 PathCommand(path),
37 status_t ret = PathCommand::InitCheck();
H A DRemovePointsCommand.h12 #include "PathCommand.h"
16 class RemovePointsCommand : public PathCommand {
H A DFlipPointsCommand.cpp31 : PathCommand(path),
56 status_t status = PathCommand::InitCheck();
H A DChangePointCommand.cpp31 : PathCommand(path),
58 status_t ret = PathCommand::InitCheck();
H A DRemovePointsCommand.cpp33 : PathCommand(path),
52 : PathCommand(path),
80 status_t status = PathCommand::InitCheck();
H A DSplitPointsCommand.cpp33 : PathCommand(path),
80 status_t status = PathCommand::InitCheck();
H A DAddPointCommand.cpp28 : PathCommand(path),
H A DInsertPointCommand.cpp31 : PathCommand(path),
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.h87 friend class PathCommand;

Completed in 121 milliseconds