![]() |
Workspace 7.1.0
|
Event emitted by a Workspace whenever an operation is removed from it. More...
#include <Workspace/DataExecution/Operations/workspaceevents.h>
Public Member Functions | |
RemoveOperationEvent (Operation &op) | |
![]() | |
Operation & | getOperation () const |
![]() | |
CSIRO_WORKSPACE_API const EventIDSingleton< CSIRO::DataExecution::AllObservableEvents > & | eventID () |
CSIRO_WORKSPACE_API const EventIDSingleton< CSIRO::DataExecution::ProgressEvent > & | eventID () |
const EventIDSingleton< T > & | getEventID () const override |
![]() | |
virtual | ~ObservableEvent ()=default |
virtual const EventID & | getEventID () const =0 |
Additional Inherited Members | |
![]() | |
static const EventIDSingleton< T > & | eventID () |
![]() | |
OperationEvent (Operation &op) | |
![]() | |
ObservableEventType ()=default | |
The event is emitted whether the operation was created by the workspace or was passed in by client code. It is ideal for allowing a view of the workspace to update itself to keep in sync with it.
|
inline |