Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <mitkMultiLabelEvents.h>
Public Types | |
using | Self = GroupModifiedEvent |
using | Superclass = AnyGroupEvent |
Public Types inherited from mitk::AnyGroupEvent | |
using | GroupIndexType = std::size_t |
using | Self = AnyGroupEvent |
using | Superclass = itk::ModifiedEvent |
Public Member Functions | |
GroupModifiedEvent ()=default | |
GroupModifiedEvent (AnyGroupEvent::GroupIndexType value) | |
GroupModifiedEvent (const Self &s) | |
virtual | ~ GroupModifiedEvent () 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 |
Event class that is used to indicated if a group is modified 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 184 of file mitkMultiLabelEvents.h.
Definition at line 184 of file mitkMultiLabelEvents.h.
Definition at line 184 of file mitkMultiLabelEvents.h.
|
default |
mitk::GroupModifiedEvent::GroupModifiedEvent | ( | AnyGroupEvent::GroupIndexType | value | ) |
mitk::GroupModifiedEvent::GroupModifiedEvent | ( | const Self & | s | ) |
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |