CTK  0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
Public Types | Public Member Functions | List of all members
ctkCmdLineModuleConcurrentUnRegister Class Reference

A function object for concurrently removing modules. More...

#include <Libs/CommandLineModules/Core/ctkCmdLineModuleConcurrentHelpers.h>

Public Types

typedef bool result_type
 

Public Member Functions

 ctkCmdLineModuleConcurrentUnRegister (ctkCmdLineModuleManager *manager)
 
bool operator() (const ctkCmdLineModuleReference &moduleRef)
 
bool operator() (const QString &moduleLocation)
 
bool operator() (const QUrl &moduleUrl)
 

Detailed Description

A function object for concurrently removing modules.

Definition at line 58 of file ctkCmdLineModuleConcurrentHelpers.h.

Member Typedef Documentation

◆ result_type

Definition at line 63 of file ctkCmdLineModuleConcurrentHelpers.h.

Constructor & Destructor Documentation

◆ ctkCmdLineModuleConcurrentUnRegister()

ctkCmdLineModuleConcurrentUnRegister::ctkCmdLineModuleConcurrentUnRegister ( ctkCmdLineModuleManager manager)

Member Function Documentation

◆ operator()() [1/3]

bool ctkCmdLineModuleConcurrentUnRegister::operator() ( const ctkCmdLineModuleReference moduleRef)

◆ operator()() [2/3]

bool ctkCmdLineModuleConcurrentUnRegister::operator() ( const QString &  moduleLocation)

◆ operator()() [3/3]

bool ctkCmdLineModuleConcurrentUnRegister::operator() ( const QUrl &  moduleUrl)

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