|
svcore
1.9
|
#include <PropertyContainer.h>


Public Member Functions | |
| SetPropertyCommand (PropertyContainer *pc, const PropertyName &pn, int) | |
| virtual | ~SetPropertyCommand () |
| virtual void | execute () |
| virtual void | unexecute () |
| virtual QString | getName () const |
Protected Attributes | |
| PropertyContainer * | m_pc |
| PropertyName | m_pn |
| int | m_value |
| int | m_oldValue |
Definition at line 151 of file PropertyContainer.h.
| PropertyContainer::SetPropertyCommand::SetPropertyCommand | ( | PropertyContainer * | pc, |
| const PropertyName & | pn, | ||
| int | value | ||
| ) |
Definition at line 218 of file PropertyContainer.cpp.
| virtual PropertyContainer::SetPropertyCommand::~SetPropertyCommand | ( | ) | [inline, virtual] |
Definition at line 155 of file PropertyContainer.h.
| void PropertyContainer::SetPropertyCommand::execute | ( | ) | [virtual] |
Implements Command.
Definition at line 229 of file PropertyContainer.cpp.
| void PropertyContainer::SetPropertyCommand::unexecute | ( | ) | [virtual] |
Implements Command.
Definition at line 236 of file PropertyContainer.cpp.
| QString PropertyContainer::SetPropertyCommand::getName | ( | ) | const [virtual] |
Implements Command.
Definition at line 242 of file PropertyContainer.cpp.
Definition at line 162 of file PropertyContainer.h.
Definition at line 163 of file PropertyContainer.h.
int PropertyContainer::SetPropertyCommand::m_value [protected] |
Definition at line 164 of file PropertyContainer.h.
int PropertyContainer::SetPropertyCommand::m_oldValue [protected] |
Definition at line 165 of file PropertyContainer.h.