Workspace 6.21.5
Public Member Functions | List of all members
GlobalNameDuplicatedEvent Class Reference

Event class raised after an updatable object has its global name changed.

#include <Workspace/DataExecution/Execution/updatableevents.h>

Inheritance diagram for GlobalNameDuplicatedEvent:
[legend]

Public Member Functions

 GlobalNameDuplicatedEvent (Updatable &notifier, bool nameIsDuplicated)
 
bool getIsDuplicated () const
 
UpdatablegetNotifier () const
 
- Public Member Functions inherited from ObservableEventType< GlobalNameDuplicatedEvent >
CSIRO_WORKSPACE_API const EventIDSingleton< CSIRO::DataExecution::AllObservableEvents > & eventID ()
 
CSIRO_WORKSPACE_API const EventIDSingleton< CSIRO::DataExecution::ProgressEvent > & eventID ()
 
const EventIDSingleton< GlobalNameDuplicatedEvent > & getEventID () const override
 
- Public Member Functions inherited from ObservableEvent
virtual ~ObservableEvent ()=default
 
virtual const EventIDgetEventID () const =0
 

Additional Inherited Members

- Static Public Member Functions inherited from ObservableEventType< GlobalNameDuplicatedEvent >
static const EventIDSingleton< GlobalNameDuplicatedEvent > & eventID ()
 
- Protected Member Functions inherited from ObservableEventType< GlobalNameDuplicatedEvent >
 ObservableEventType ()=default
 

Constructor & Destructor Documentation

◆ GlobalNameDuplicatedEvent()

GlobalNameDuplicatedEvent ( Updatable notifier,
bool  nameIsDuplicated 
)
inline
Parameters
notifierThe Updatable object raising the notification.
nameIsDuplicatedSet to true if another element of the same type (iobase or operation) has the same global name.

Member Function Documentation

◆ getIsDuplicated()

bool getIsDuplicated ( ) const
inline

◆ getNotifier()

Updatable & getNotifier ( ) const
inline
Returns
The Updatable object raising the GlobalNameDuplicatedEvent notification.