|
ImagingTools Core SDK
|
#include <IMetaInfoCreator.h>
Inherits istd::IPolymorphic.
Inherited by imtbase::CObjectMetaInfoCreatorCompBase [virtual].
Public Member Functions | |
| virtual TypeIds | GetSupportedTypeIds () const =0 |
| virtual bool | CreateMetaInfo (const istd::IChangeable *dataPtr, const QByteArray &typeId, idoc::MetaInfoPtr &metaInfoPtr) const =0 |
Interface for creating meta-informations for a data object.
Definition at line 18 of file IMetaInfoCreator.h.
|
pure virtual |
Create meta informations for the data object of the given type.
null, an empty meta-info object will be created.
|
pure virtual |
Get list of supported type-IDs for the meta-information creation.