Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
List of all members | Static Public Member Functions
qSlicerCLIModuleFactoryHelper Class Reference

Qt includes. More...

#include <Base/QTCLI/qSlicerCLIModuleFactoryHelper.h>

Static Public Member Functions

static bool isBuiltIn (const QString &path)
 Convenient method returning True if the given CLI path corresponds to a built-in module. More...
 
static bool isInstalled (const QString &path)
 Convenient method returning True if the given CLI path corresponds to an installed module. More...
 
static const QStringList modulePaths ()
 
Convenient method returning a list of module paths that the factory could use More...
 

Detailed Description

Qt includes.

Definition at line 29 of file qSlicerCLIModuleFactoryHelper.h.

Member Function Documentation

◆ isBuiltIn()

static bool qSlicerCLIModuleFactoryHelper::isBuiltIn ( const QString &  path)
static

Convenient method returning True if the given CLI path corresponds to a built-in module.

◆ isInstalled()

static bool qSlicerCLIModuleFactoryHelper::isInstalled ( const QString &  path)
static

Convenient method returning True if the given CLI path corresponds to an installed module.

◆ modulePaths()

static const QStringList qSlicerCLIModuleFactoryHelper::modulePaths ( )
static


Convenient method returning a list of module paths that the factory could use


The documentation for this class was generated from the following file: