36#ifndef COMMANDPATTERN_H
37#define COMMANDPATTERN_H
43#include "../utils_global.h"
49#include <QSharedPointer>
68 typedef QSharedPointer<ICommand>
SPtr;
The ICommand interface provides the base class of every command of the command design pattern.
QSharedPointer< const ICommand > ConstSPtr
QSharedPointer< ICommand > SPtr