26#ifndef COMMANDPATTERN_H
27#define COMMANDPATTERN_H
39#include <QSharedPointer>
58 typedef QSharedPointer<ICommand>
SPtr;
Public umbrella header for UTILSLIB exposing the UTILSSHARED_EXPORT macro and build-info accessors.
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