#include <LineWidthCommand.h>
Public Member Functions | |
| LineWidthCommand (const wxString &name, HippDocument *doc, HippShape *_shape, int newLW) | |
| virtual | ~LineWidthCommand () |
| virtual bool | Do () |
| virtual bool | Undo () |
Protected Attributes | |
| HippDocument * | m_doc |
| HippShape * | initial_shape |
| HippShape * | m_shape |
| int | lineWidth |
| LineWidthCommand::LineWidthCommand | ( | const wxString & | name, | |
| HippDocument * | doc, | |||
| HippShape * | _shape, | |||
| int | newLW | |||
| ) |
| LineWidthCommand::~LineWidthCommand | ( | ) | [virtual] |
| bool LineWidthCommand::Do | ( | ) | [virtual] |
Implements hipp::ShapeCommand.
| bool LineWidthCommand::Undo | ( | ) | [virtual] |
Implements hipp::ShapeCommand.
HippShape* hipp::LineWidthCommand::initial_shape [protected] |
int hipp::LineWidthCommand::lineWidth [protected] |
HippDocument* hipp::LineWidthCommand::m_doc [protected] |
Reimplemented from hipp::ShapeCommand.
HippShape* hipp::LineWidthCommand::m_shape [protected] |
1.7.1