Symbol: PerspectiveCommand
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
120
fCurrentCommand = new (nothrow) PerspectiveCommand(this, fPerspective,
src/apps/icon-o-matic/transformable/PerspectiveBox.h
25
class PerspectiveCommand;
src/apps/icon-o-matic/transformable/PerspectiveBox.h
94
PerspectiveCommand* fCurrentCommand;
src/apps/icon-o-matic/transformable/PerspectiveCommand.cpp
110
PerspectiveCommand::GetName(BString& name)
src/apps/icon-o-matic/transformable/PerspectiveCommand.cpp
120
PerspectiveCommand::PerspectiveBoxDeleted(const PerspectiveBox* box)
src/apps/icon-o-matic/transformable/PerspectiveCommand.cpp
134
PerspectiveCommand::SetNewPerspective(
src/apps/icon-o-matic/transformable/PerspectiveCommand.cpp
24
PerspectiveCommand::PerspectiveCommand(PerspectiveBox* box,
src/apps/icon-o-matic/transformable/PerspectiveCommand.cpp
48
PerspectiveCommand::~PerspectiveCommand()
src/apps/icon-o-matic/transformable/PerspectiveCommand.cpp
62
PerspectiveCommand::InitCheck()
src/apps/icon-o-matic/transformable/PerspectiveCommand.cpp
76
PerspectiveCommand::Perform()
src/apps/icon-o-matic/transformable/PerspectiveCommand.cpp
84
PerspectiveCommand::Undo()
src/apps/icon-o-matic/transformable/PerspectiveCommand.cpp
97
PerspectiveCommand::Redo()
src/apps/icon-o-matic/transformable/PerspectiveCommand.h
23
class PerspectiveCommand : public Command, public PerspectiveBoxListener {
src/apps/icon-o-matic/transformable/PerspectiveCommand.h
25
PerspectiveCommand(PerspectiveBox* box,
src/apps/icon-o-matic/transformable/PerspectiveCommand.h
29
virtual ~PerspectiveCommand();