|
hipp
1.0
|
#include <BackgroundCommand.h>
Public Member Functions | |
| BackgroundCommand (const wxString &name, HippDocument *doc, string imagePath) | |
| virtual | ~BackgroundCommand () |
| virtual bool | Do () |
| virtual bool | Undo () |
| virtual bool | DoAndUndo (HippShape *shape) |
Protected Attributes | |
| HippDocument * | m_doc |
| HippShape * | newBackground |
| HippShape * | previousBackground |
| string | imagePath |
| BackgroundCommand::BackgroundCommand | ( | const wxString & | name, |
| HippDocument * | doc, | ||
| string | imagePath | ||
| ) |
| BackgroundCommand::~BackgroundCommand | ( | ) | [virtual] |
| bool BackgroundCommand::Do | ( | ) | [virtual] |
Implements hipp::ShapeCommand.
| bool BackgroundCommand::DoAndUndo | ( | HippShape * | shape | ) | [virtual] |
| bool BackgroundCommand::Undo | ( | ) | [virtual] |
Implements hipp::ShapeCommand.
string hipp::BackgroundCommand::imagePath [protected] |
HippDocument* hipp::BackgroundCommand::m_doc [protected] |
Reimplemented from hipp::ShapeCommand.
HippShape* hipp::BackgroundCommand::newBackground [protected] |
HippShape* hipp::BackgroundCommand::previousBackground [protected] |
1.7.5.1