Searched refs:TestString (Results 1 - 2 of 2) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/test/src/ |
H A D | testing_objects.cpp | 344 class TestString : public MetaObjectFwd<TestString, ClassId::TestString, ClassId::Object, ITestString, IAny, IValue, class 349 explicit TestString(BASE_NS::string s = "") : str_(s) {} in TestString() function in __anon9814::TestString 412 auto obj = META_NS::GetObjectRegistry().Create<ITestString>(ClassId::TestString); 451 META_IMPLEMENT_PROPERTY(META_VALUE_PTR(ITestString, ClassId::TestString), Text, BASE_NS::string("Some")); 452 META_IMPLEMENT_PROPERTY(META_VALUE_PTR(ITestString, ClassId::TestString), String); 539 registry.RegisterObjectType(TestString::GetFactory()); in RegisterTestTypes() 573 registry.UnregisterObjectType(TestString::GetFactory()); in UnregisterTestTypes()
|
H A D | testing_objects.h | 38 META_REGISTER_CLASS(TestString, "96f87fd0-aabb-4223-8ccf-24662be1dec1", ObjectCategoryBits::NO_CATEGORY)
|
Completed in 2 milliseconds