| svcore
    1.9
    | 
#include <PropertyContainer.h>


| Public Member Functions | |
| SetPropertyCommand (PropertyContainer *pc, const PropertyName &pn, int) | |
| virtual | ~SetPropertyCommand () | 
| void | execute () override | 
| void | unexecute () override | 
| QString | getName () const override | 
| Protected Attributes | |
| PropertyContainer * | m_pc | 
| PropertyName | m_pn | 
| int | m_value | 
| int | m_oldValue | 
Detailed Description
Definition at line 166 of file PropertyContainer.h.
Constructor & Destructor Documentation
| PropertyContainer::SetPropertyCommand::SetPropertyCommand | ( | PropertyContainer * | pc, | 
| const PropertyName & | pn, | ||
| int | value | ||
| ) | 
Definition at line 225 of file PropertyContainer.cpp.
| 
 | inlinevirtual | 
Definition at line 170 of file PropertyContainer.h.
References execute(), getName(), and unexecute().
Member Function Documentation
| 
 | overridevirtual | 
Implements Command.
Definition at line 236 of file PropertyContainer.cpp.
References PropertyContainer::getPropertyRangeAndValue(), m_oldValue, m_pc, m_pn, m_value, and PropertyContainer::setProperty().
Referenced by ~SetPropertyCommand().
| 
 | overridevirtual | 
Implements Command.
Definition at line 243 of file PropertyContainer.cpp.
References m_oldValue, m_pc, m_pn, and PropertyContainer::setProperty().
Referenced by ~SetPropertyCommand().
| 
 | overridevirtual | 
Implements Command.
Definition at line 249 of file PropertyContainer.cpp.
References m_pn.
Referenced by ~SetPropertyCommand().
Member Data Documentation
| 
 | protected | 
Definition at line 177 of file PropertyContainer.h.
Referenced by execute(), and unexecute().
| 
 | protected | 
Definition at line 178 of file PropertyContainer.h.
Referenced by execute(), getName(), and unexecute().
| 
 | protected | 
Definition at line 179 of file PropertyContainer.h.
Referenced by execute().
| 
 | protected | 
Definition at line 180 of file PropertyContainer.h.
Referenced by execute(), and unexecute().
The documentation for this class was generated from the following files:
Generated by
 1.8.11
 1.8.11