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::ctkCmdLineModuleResult |
( |
| ) |
|
ctkCmdLineModuleResult::~ctkCmdLineModuleResult |
( |
| ) |
|
ctkCmdLineModuleResult::ctkCmdLineModuleResult |
( |
const QString & |
parameter, |
|
|
const QVariant & |
value |
|
) |
| |
QString ctkCmdLineModuleResult::parameter |
( |
| ) |
const |
Get the name of the output parameter for which this result was reported.
- Returns
- The output parameter name.
QVariant ctkCmdLineModuleResult::value |
( |
| ) |
const |
Get the result value.
- Returns
- The result value.
The documentation for this class was generated from the following file: