Searched refs:PerspectiveCommand (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveCommand.cpp12 #include "PerspectiveCommand.h"
21 #define B_TRANSLATION_CONTEXT "Icon-O-Matic-PerspectiveCommand"
24 PerspectiveCommand::PerspectiveCommand(PerspectiveBox* box, function in class:PerspectiveCommand
48 PerspectiveCommand::~PerspectiveCommand()
62 PerspectiveCommand::InitCheck()
76 PerspectiveCommand::Perform()
84 PerspectiveCommand::Undo()
97 PerspectiveCommand
[all...]
H A DPerspectiveCommand.h23 class PerspectiveCommand : public Command, public PerspectiveBoxListener { class in inherits:Command,PerspectiveBoxListener
25 PerspectiveCommand(PerspectiveBox* box,
29 virtual ~PerspectiveCommand();
43 // PerspectiveCommand
H A DPerspectiveBox.h25 class PerspectiveCommand;
94 PerspectiveCommand* fCurrentCommand;
H A DPerspectiveBox.cpp23 #include "PerspectiveCommand.h"
120 fCurrentCommand = new (nothrow) PerspectiveCommand(this, fPerspective,

Completed in 42 milliseconds