#include <BackgroundCommand.h>
Public Member Functions | |
| BackgroundCommand (const wxString &name, HippDocument *doc, string imagePath) | |
| virtual | ~BackgroundCommand () |
| virtual bool | Do () |
| virtual bool | Undo () |
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::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.1