|
hipp
1.0
|
#include <ToggleCommand.h>
Public Member Functions | |
| ToggleCommand (const wxString &name, HippDocument *doc, HippShape *_shape) | |
| virtual | ~ToggleCommand () |
| virtual bool | Do () |
| virtual bool | Undo () |
Protected Attributes | |
| HippDocument * | m_doc |
| HippShape * | initial_shape |
| HippShape * | m_shape |
| HippView * | view |
| bool | wasPenWhite |
| bool | wasShapeWhite |
| ToggleCommand::ToggleCommand | ( | const wxString & | name, |
| HippDocument * | doc, | ||
| HippShape * | _shape | ||
| ) |
| ToggleCommand::~ToggleCommand | ( | ) | [virtual] |
| bool ToggleCommand::Do | ( | ) | [virtual] |
Implements hipp::ShapeCommand.
| bool ToggleCommand::Undo | ( | ) | [virtual] |
Implements hipp::ShapeCommand.
HippShape* hipp::ToggleCommand::initial_shape [protected] |
HippDocument* hipp::ToggleCommand::m_doc [protected] |
Reimplemented from hipp::ShapeCommand.
HippShape* hipp::ToggleCommand::m_shape [protected] |
HippView* hipp::ToggleCommand::view [protected] |
bool hipp::ToggleCommand::wasPenWhite [protected] |
bool hipp::ToggleCommand::wasShapeWhite [protected] |
1.7.5.1