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

#include <IIdentifiable.h>

Inherits istd::IChangeable.

Inherited by imtbase::CIdentifiable [virtual], and imtbase::ICollectionObjectLink [virtual].

Public Member Functions

virtual QByteArray GetObjectUuid () const =0
 
virtual bool SetObjectUuid (const QByteArray &identifier)=0
 

Detailed Description

Something what can be identified inside of a global system.

Definition at line 16 of file IIdentifiable.h.

Member Function Documentation

◆ GetObjectUuid()

virtual QByteArray imtbase::IIdentifiable::GetObjectUuid ( ) const
pure virtual

Get the global unique identifier of the object.

◆ SetObjectUuid()

virtual bool imtbase::IIdentifiable::SetObjectUuid ( const QByteArray &  identifier)
pure virtual

Set the global unique identifier of the object.