22 #ifndef CTKCMDLINEMODULERESULT_H 23 #define CTKCMDLINEMODULERESULT_H 25 #include "ctkCommandLineModulesCoreExport.h" 27 #include <QSharedPointer> 29 struct ctkCmdLineModuleResultPrivate;
60 QString parameter()
const;
66 QVariant value()
const;
70 QSharedPointer<ctkCmdLineModuleResultPrivate> d;
75 #endif // CTKCMDLINEMODULERESULT_H Describes a reported result of a command line module.
CTK_CMDLINEMODULECORE_EXPORT QDebug operator<<(QDebug debug, const ctkCmdLineModuleResult &result)
bool CTK_PLUGINFW_EXPORT operator==(const ctkConfigurationPtr &c1, const ctkConfigurationPtr c2)