Symbol: PathCommand
src/apps/icon-o-matic/shape/PathManipulator.h
87
friend class PathCommand;
src/apps/icon-o-matic/shape/commands/AddPointCommand.cpp
28
: PathCommand(path),
src/apps/icon-o-matic/shape/commands/AddPointCommand.h
17
class AddPointCommand : public PathCommand {
src/apps/icon-o-matic/shape/commands/ChangePointCommand.cpp
31
: PathCommand(path),
src/apps/icon-o-matic/shape/commands/ChangePointCommand.cpp
58
status_t ret = PathCommand::InitCheck();
src/apps/icon-o-matic/shape/commands/ChangePointCommand.h
16
class ChangePointCommand : public PathCommand {
src/apps/icon-o-matic/shape/commands/CleanUpPathCommand.cpp
25
: PathCommand(path),
src/apps/icon-o-matic/shape/commands/CleanUpPathCommand.h
15
class CleanUpPathCommand : public PathCommand {
src/apps/icon-o-matic/shape/commands/FlipPointsCommand.cpp
31
: PathCommand(path),
src/apps/icon-o-matic/shape/commands/FlipPointsCommand.cpp
56
status_t status = PathCommand::InitCheck();
src/apps/icon-o-matic/shape/commands/FlipPointsCommand.h
16
class FlipPointsCommand : public PathCommand {
src/apps/icon-o-matic/shape/commands/InsertPointCommand.cpp
31
: PathCommand(path),
src/apps/icon-o-matic/shape/commands/InsertPointCommand.h
16
class InsertPointCommand : public PathCommand {
src/apps/icon-o-matic/shape/commands/PathCommand.cpp
24
PathCommand::PathCommand(VectorPath* path)
src/apps/icon-o-matic/shape/commands/PathCommand.cpp
30
PathCommand::~PathCommand()
src/apps/icon-o-matic/shape/commands/PathCommand.cpp
36
PathCommand::InitCheck()
src/apps/icon-o-matic/shape/commands/PathCommand.cpp
43
PathCommand::GetName(BString& name)
src/apps/icon-o-matic/shape/commands/PathCommand.cpp
51
PathCommand::_Select(const int32* indices, int32 count,
src/apps/icon-o-matic/shape/commands/PathCommand.h
23
class PathCommand : public Command {
src/apps/icon-o-matic/shape/commands/PathCommand.h
25
PathCommand(VectorPath* path);
src/apps/icon-o-matic/shape/commands/PathCommand.h
26
virtual ~PathCommand();
src/apps/icon-o-matic/shape/commands/RemovePointsCommand.cpp
33
: PathCommand(path),
src/apps/icon-o-matic/shape/commands/RemovePointsCommand.cpp
52
: PathCommand(path),
src/apps/icon-o-matic/shape/commands/RemovePointsCommand.cpp
80
status_t status = PathCommand::InitCheck();
src/apps/icon-o-matic/shape/commands/RemovePointsCommand.h
16
class RemovePointsCommand : public PathCommand {
src/apps/icon-o-matic/shape/commands/ReversePathCommand.cpp
25
: PathCommand(path)
src/apps/icon-o-matic/shape/commands/ReversePathCommand.h
14
class ReversePathCommand : public PathCommand {
src/apps/icon-o-matic/shape/commands/RotatePathIndicesCommand.cpp
23
PathCommand(path),
src/apps/icon-o-matic/shape/commands/RotatePathIndicesCommand.cpp
37
status_t ret = PathCommand::InitCheck();
src/apps/icon-o-matic/shape/commands/RotatePathIndicesCommand.h
10
class RotatePathIndicesCommand : public PathCommand {
src/apps/icon-o-matic/shape/commands/SplitPointsCommand.cpp
33
: PathCommand(path),
src/apps/icon-o-matic/shape/commands/SplitPointsCommand.cpp
80
status_t status = PathCommand::InitCheck();
src/apps/icon-o-matic/shape/commands/SplitPointsCommand.h
16
class SplitPointsCommand : public PathCommand {