36#ifndef COMMANDPATTERN_H
37#define COMMANDPATTERN_H
49#include <QSharedPointer>
68 typedef QSharedPointer<ICommand>
SPtr;
utils library export/import macros.
Shared utilities (I/O helpers, spectral analysis, layout management, warp algorithms).
The ICommand interface provides the base class of every command of the command design pattern.
QSharedPointer< const ICommand > ConstSPtr
QSharedPointer< ICommand > SPtr