ImagingTools Core SDK
Public Member Functions | List of all members
imtbase::IObjectCollectionEventabstract

#include <IObjectCollectionEvent.h>

Inherits istd::IChangeable.

Public Member Functions

virtual EventType GetEventType () const =0
 
virtual QByteArray GetItemId () const =0
 

Detailed Description

Interface for object collection events

Definition at line 17 of file IObjectCollectionEvent.h.

Member Function Documentation

◆ GetEventType()

virtual EventType imtbase::IObjectCollectionEvent::GetEventType ( ) const
pure virtual

Get type of the collection event.

See also
EventType

◆ GetItemId()

virtual QByteArray imtbase::IObjectCollectionEvent::GetItemId ( ) const
pure virtual

Get ID of the related item in the collection.