SMTK  @SMTK_VERSION@
Simulation Modeling Tool Kit
Signals | Public Member Functions | Friends | List of all members
smtk::extension::ResultHandler Class Reference

This class will be responsible for notifying the original caller of an operation that the result from said operation is ready. More...

#include <qtOperationLauncher.h>

Inheritance diagram for smtk::extension::ResultHandler:
[legend]
Collaboration diagram for smtk::extension::ResultHandler:
[legend]

Signals

void resultReady (smtk::operation::Operation::Result result)
 Externally accessible signal on the primary thread containing the operation results.
 

Public Member Functions

smtk::operation::Operation::Result waitForResult ()
 
std::shared_future< smtk::operation::Operation::Result > & future ()
 

Friends

class qtOperationLauncher
 
class Launcher
 

Detailed Description

This class will be responsible for notifying the original caller of an operation that the result from said operation is ready.


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