#include <CreatePolylineCommand.h>
Public Member Functions | |
| CreatePolylineCommand (const wxString &name, HippDocument *doc, vector< wxPoint * > points) | |
| virtual | ~CreatePolylineCommand () |
| virtual bool | Do () |
| virtual bool | Undo () |
Protected Attributes | |
| HippDocument * | m_doc |
| HippPolyline * | m_shape |
| CreatePolylineCommand::CreatePolylineCommand | ( | const wxString & | name, | |
| HippDocument * | doc, | |||
| vector< wxPoint * > | points | |||
| ) |
| CreatePolylineCommand::~CreatePolylineCommand | ( | ) | [virtual] |
| bool CreatePolylineCommand::Do | ( | ) | [virtual] |
Implements hipp::ShapeCommand.
| bool CreatePolylineCommand::Undo | ( | ) | [virtual] |
Implements hipp::ShapeCommand.
HippDocument* hipp::CreatePolylineCommand::m_doc [protected] |
Reimplemented from hipp::ShapeCommand.
HippPolyline* hipp::CreatePolylineCommand::m_shape [protected] |
1.7.1