#include <TransformToLineCommand.h>
Public Member Functions | |
| TransformToLineCommand (const wxString &name, HippDocument *doc, HippShape *_shape, Orientation ori=Diagonal) | |
| virtual | ~TransformToLineCommand () |
| virtual bool | Do () |
| virtual bool | Undo () |
Protected Attributes | |
| HippDocument * | m_doc |
| HippShape * | initial_shape |
| HippLine * | line |
| Orientation | ori |
| TransformToLineCommand::TransformToLineCommand | ( | const wxString & | name, | |
| HippDocument * | doc, | |||
| HippShape * | _shape, | |||
| Orientation | ori = Diagonal | |||
| ) |
| TransformToLineCommand::~TransformToLineCommand | ( | ) | [virtual] |
| bool TransformToLineCommand::Do | ( | ) | [virtual] |
Implements hipp::ShapeCommand.
| bool TransformToLineCommand::Undo | ( | ) | [virtual] |
Implements hipp::ShapeCommand.
HippShape* hipp::TransformToLineCommand::initial_shape [protected] |
HippLine* hipp::TransformToLineCommand::line [protected] |
HippDocument* hipp::TransformToLineCommand::m_doc [protected] |
Reimplemented from hipp::ShapeCommand.
Orientation hipp::TransformToLineCommand::ori [protected] |
1.7.1