Describes a reported result of a command line module.
More...
#include <Libs/CommandLineModules/Core/ctkCmdLineModuleResult.h>
Describes a reported result of a command line module.
This class wraps a specific result reported by a running module via a ctkCmdLineModuleFuture instance.
- See also
- ctkCmdLineModuleFuture
-
ctkCmdLineModuleFutureWatcher
Definition at line 42 of file ctkCmdLineModuleResult.h.
◆ ctkCmdLineModuleResult() [1/3]
ctkCmdLineModuleResult::ctkCmdLineModuleResult |
( |
| ) |
|
◆ ~ctkCmdLineModuleResult()
ctkCmdLineModuleResult::~ctkCmdLineModuleResult |
( |
| ) |
|
◆ ctkCmdLineModuleResult() [2/3]
◆ ctkCmdLineModuleResult() [3/3]
ctkCmdLineModuleResult::ctkCmdLineModuleResult |
( |
const QString & |
parameter, |
|
|
const QVariant & |
value |
|
) |
| |
◆ operator=()
◆ operator==()
◆ parameter()
QString ctkCmdLineModuleResult::parameter |
( |
| ) |
const |
Get the name of the output parameter for which this result was reported.
- Returns
- The output parameter name.
◆ value()
QVariant ctkCmdLineModuleResult::value |
( |
| ) |
const |
Get the result value.
- Returns
- The result value.
The documentation for this class was generated from the following file: