svcore  1.9
PropertyContainer::SetPropertyCommand Class Reference

#include <PropertyContainer.h>

Inheritance diagram for PropertyContainer::SetPropertyCommand:
Collaboration diagram for PropertyContainer::SetPropertyCommand:

Public Member Functions

 SetPropertyCommand (PropertyContainer *pc, const PropertyName &pn, int)
 
virtual ~SetPropertyCommand ()
 
virtual void execute ()
 
virtual void unexecute ()
 
virtual QString getName () const
 

Protected Attributes

PropertyContainerm_pc
 
PropertyName m_pn
 
int m_value
 
int m_oldValue
 

Detailed Description

Definition at line 151 of file PropertyContainer.h.

Constructor & Destructor Documentation

◆ SetPropertyCommand()

PropertyContainer::SetPropertyCommand::SetPropertyCommand ( PropertyContainer pc,
const PropertyName pn,
int  value 
)

Definition at line 218 of file PropertyContainer.cpp.

◆ ~SetPropertyCommand()

virtual PropertyContainer::SetPropertyCommand::~SetPropertyCommand ( )
inlinevirtual

Definition at line 155 of file PropertyContainer.h.

Member Function Documentation

◆ execute()

void PropertyContainer::SetPropertyCommand::execute ( )
virtual

Implements Command.

Definition at line 229 of file PropertyContainer.cpp.

◆ unexecute()

void PropertyContainer::SetPropertyCommand::unexecute ( )
virtual

Implements Command.

Definition at line 236 of file PropertyContainer.cpp.

◆ getName()

QString PropertyContainer::SetPropertyCommand::getName ( ) const
virtual

Implements Command.

Definition at line 242 of file PropertyContainer.cpp.

Member Data Documentation

◆ m_pc

PropertyContainer* PropertyContainer::SetPropertyCommand::m_pc
protected

Definition at line 162 of file PropertyContainer.h.

◆ m_pn

PropertyName PropertyContainer::SetPropertyCommand::m_pn
protected

Definition at line 163 of file PropertyContainer.h.

◆ m_value

int PropertyContainer::SetPropertyCommand::m_value
protected

Definition at line 164 of file PropertyContainer.h.

◆ m_oldValue

int PropertyContainer::SetPropertyCommand::m_oldValue
protected

Definition at line 165 of file PropertyContainer.h.


The documentation for this class was generated from the following files: