#include <IAsyncAction.h>
Inheritance diagram for mx::IAsyncAction:
Public Member Functions | |
virtual void | executeAction ()=0 |
Triggers the execution of the action - an action potentially executing already is aborted first. | |
virtual void | abortAction ()=0 |
Aborts execution of the action - in case the action is not currently executing, nothing happens. | |
virtual mxmQtSignal | actionExecutedSignal ()=0 |
Signal emitted when the action has been executed. | |
virtual bool | actionExecuting ()=0 |
Tells whether or not the action is currently executing. |
Upon completion of an action execution the client context gets notified via Qt
signal.
Qt
event loop.
[khe]
Kai Hergenroether
|
Signal emitted when the action has been executed.
Signal signature is
Implemented in mx::GetWebPage. |