21#ifndef __qSlicerCLIModuleFactoryHelper_h
22#define __qSlicerCLIModuleFactoryHelper_h
27#include "qSlicerBaseQTCLIExport.h"
29class Q_SLICER_BASE_QTCLI_EXPORT qSlicerCLIModuleFactoryHelper
45 qSlicerCLIModuleFactoryHelper() =
default;
46 virtual ~qSlicerCLIModuleFactoryHelper() =
default;
29class Q_SLICER_BASE_QTCLI_EXPORT qSlicerCLIModuleFactoryHelper {
…};
static bool isInstalled(const QString &path)
Convenient method returning True if the given CLI path corresponds to an installed module.
static const QStringList modulePaths()
Convenient method returning a list of module paths that the factory could use.
static bool isBuiltIn(const QString &path)
Convenient method returning True if the given CLI path corresponds to a built-in module.