Medical Imaging Interaction Toolkit  2023.12.99-fc5b483f
Medical Imaging Interaction Toolkit
mitk::GroupRemovedEvent Class Reference

#include <mitkMultiLabelEvents.h>

Inheritance diagram for mitk::GroupRemovedEvent:
Collaboration diagram for mitk::GroupRemovedEvent:

Public Types

using Self = GroupRemovedEvent
 
using Superclass = AnyGroupEvent
 
- Public Types inherited from mitk::AnyGroupEvent
using GroupIndexType = std::size_t
 
using Self = AnyGroupEvent
 
using Superclass = itk::ModifiedEvent
 

Public Member Functions

 GroupRemovedEvent ()=default
 
 GroupRemovedEvent (AnyGroupEvent::GroupIndexType value)
 
 GroupRemovedEvent (const Self &s)
 
virtual ~ GroupRemovedEvent () override
 
virtual const char * GetEventName () const override
 
virtual bool CheckEvent (const itk::EventObject *e) const override
 
virtual itk::EventObject * MakeObject () const override
 
- Public Member Functions inherited from mitk::AnyGroupEvent
 AnyGroupEvent ()=default
 
 AnyGroupEvent (GroupIndexType groupID)
 
 AnyGroupEvent (const Self &s)
 
 ~AnyGroupEvent () override
 
const char * GetEventName () const override
 
bool CheckEvent (const itk::EventObject *e) const override
 
itk::EventObject * MakeObject () const override
 
void SetGroupID (GroupIndexType groupID)
 
GroupIndexType GetGroupID () const
 

Additional Inherited Members

- Static Public Attributes inherited from mitk::AnyGroupEvent
const static GroupIndexType ANY_GROUP
 

Detailed Description

Event class that is used to indicated if a group is removed in a MultiLabel class.

It has a member that indicates the group id the event is refering to. Use the ANY_GROUP value if you want to define an rvent (e.g. for adding an observer) that reacts to every group and not just to a special one.

Definition at line 192 of file mitkMultiLabelEvents.h.

Member Typedef Documentation

◆ Self

◆ Superclass

Constructor & Destructor Documentation

◆ GroupRemovedEvent() [1/3]

mitk::GroupRemovedEvent::GroupRemovedEvent ( )
default

◆ GroupRemovedEvent() [2/3]

mitk::GroupRemovedEvent::GroupRemovedEvent ( AnyGroupEvent::GroupIndexType  value)

◆ GroupRemovedEvent() [3/3]

mitk::GroupRemovedEvent::GroupRemovedEvent ( const Self s)

◆ ~ GroupRemovedEvent()

virtual mitk::GroupRemovedEvent::~ GroupRemovedEvent ( )
overridevirtual

Member Function Documentation

◆ CheckEvent()

virtual bool mitk::GroupRemovedEvent::CheckEvent ( const itk::EventObject *  e) const
overridevirtual

◆ GetEventName()

virtual const char* mitk::GroupRemovedEvent::GetEventName ( ) const
overridevirtual

◆ MakeObject()

virtual itk::EventObject* mitk::GroupRemovedEvent::MakeObject ( ) const
overridevirtual

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