22 #ifndef CTKCMDLINEMODULERESULT_H
23 #define CTKCMDLINEMODULERESULT_H
25 #include "ctkCommandLineModulesCoreExport.h"
27 #include <QSharedPointer>
29 struct ctkCmdLineModuleResultPrivate;
70 QSharedPointer<ctkCmdLineModuleResultPrivate> d;
Describes a reported result of a command line module.
QString parameter() const
Get the name of the output parameter for which this result was reported.
QVariant value() const
Get the result value.
~ctkCmdLineModuleResult()
ctkCmdLineModuleResult(const ctkCmdLineModuleResult &other)
ctkCmdLineModuleResult & operator=(const ctkCmdLineModuleResult &other)
bool operator==(const ctkCmdLineModuleResult &other) const
ctkCmdLineModuleResult(const QString ¶meter, const QVariant &value)
CTK_CMDLINEMODULECORE_EXPORT QDebug operator<<(QDebug debug, const ctkCmdLineModuleResult &result)