Home
last modified time | relevance | path

Searched refs:ITestAttachment (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H A Dtesting_objects.h46 META_REGISTER_INTERFACE(ITestAttachment, "0af32c00-9037-47f9-b7dd-3e43679ffdfa", "This is test attachment")
143 class ITestAttachment : public CORE_NS::IInterface { class
144 META_INTERFACE(CORE_NS::IInterface, ITestAttachment);
153 class ITestStartable : public ITestAttachment {
154 META_INTERFACE(ITestAttachment, ITestStartable);
H A Dtesting_objects.cpp42 : public META_NS::AttachmentFwd<TestAttachment, ClassId::TestAttachment, META_NS::ITestAttachment> {
601 ITestAttachment::Ptr CreateTestAttachment(const BASE_NS::string_view name) in CreateTestAttachment()
603 const auto object = META_NS::GetObjectRegistry().Create<ITestAttachment>(ClassId::TestAttachment); in CreateTestAttachment()

Completed in 2 milliseconds