22 #ifndef CTKCMDLINEMODULEMANAGER_H 23 #define CTKCMDLINEMODULEMANAGER_H 25 #include <ctkCommandLineModulesCoreExport.h> 28 #include <QScopedPointer> 30 #include <QStringList> 38 struct ctkCmdLineModuleManagerPrivate;
100 const QString& cacheDir = QString());
122 void setTimeOutForXMLRetrieval(
int timeout);
128 int timeOutForXMLRetrieval()
const;
220 QScopedPointer<ctkCmdLineModuleManagerPrivate> d;
226 #endif // CTKCMDLINEMODULEMANAGER_H
Abstract base class for all front-end command line module implementations.A module front-end represen...
Factory class to create new front-ends.Front-end implementors are advised to create and export a sub-...
Main manager class to handle loading and unloading of modules.
Abstract base class for all back-end command line module implementations.
QFuture sub-class for enhanced communication with running modules.Please see the QFuture documentatio...
Defines a reference or handle to a module, including location, XML, description and access to the ass...