 |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
Go to the documentation of this file.
22 #ifndef CTKCMDLINEMODULECONCURRENTHELPERS_H
23 #define CTKCMDLINEMODULECONCURRENTHELPERS_H
25 #include "ctkCommandLineModulesCoreExport.h"
77 #endif // CTKCMDLINEMODULECONCURRENTHELPERS_H
Main manager class to handle loading and unloading of modules.
A function object for concurrently adding modules.
bool operator()(const ctkCmdLineModuleReference &moduleRef)
result_type operator()(const QUrl &moduleUrl)
Defines a reference or handle to a module, including location, XML, description and access to the ass...
A function object for concurrently removing modules.
bool operator()(const QUrl &moduleUrl)
ctkCmdLineModuleConcurrentUnRegister(ctkCmdLineModuleManager *manager)
bool operator()(const QString &moduleLocation)
ctkCmdLineModuleConcurrentRegister(ctkCmdLineModuleManager *manager, bool debug=false)
ctkCmdLineModuleReferenceResult result_type
result_type operator()(const QString &moduleLocation)