Command Class Referenceabstract

#include <Command.h>

Inheritance diagram for Command:
Inheritance graph

Public Member Functions

virtual ~Command ()
 
virtual void execute ()=0
 
virtual void unexecute ()=0
 
virtual QString getName () const =0
 

Detailed Description

Definition at line 26 of file Command.h.

Constructor & Destructor Documentation

virtual Command::~Command ( )
inlinevirtual

Definition at line 29 of file Command.h.

References execute(), getName(), and unexecute().

Member Function Documentation

virtual void Command::unexecute ( )
pure virtual
virtual QString Command::getName ( ) const
pure virtual

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