Home
last modified time | relevance | path

Searched refs:interface_cast (Results 1 - 25 of 100) sorted by relevance

1234

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H A Dproperty.h55 if (auto i = interface_cast<IStackProperty>(p_)) { in GetDefaultValueAny()
97 return interface_cast<IStackProperty>(p_); in GetStackProperty()
104 if (auto i = interface_cast<IStackProperty>(p_)) { in GetModifiers()
115 if (auto i = interface_cast<IStackProperty>(p_)) { in GetBind()
119 if (auto bind = interface_cast<IBind>(vec.back())) { in GetBind()
144 if (auto i = interface_cast<IStackProperty>(p_)) { in SetDefaultValueAny()
153 if (auto i = interface_cast<IStackProperty>(p_)) { in PushValue()
163 if (auto i = interface_cast<IStackProperty>(p_)) { in PopValue()
171 if (auto i = interface_cast<IStackProperty>(p_)) { in AddModifier()
179 if (auto i = interface_cast<IStackPropert
[all...]
H A Darray_property.h35 if (auto arr = interface_cast<IArrayAny>(&this->GetValueAny())) { in GetSize()
42 if (auto arr = interface_cast<IArrayAny>(&this->GetValueAny())) { in GetAnyAt()
63 if (auto arr = interface_cast<IArrayAny>(c)) { in SetAnyAt()
77 if (auto arr = interface_cast<IArrayAny>(c)) { in InsertAnyAt()
87 if (auto arr = interface_cast<IArrayAny>(c)) { in RemoveAt()
114 if (auto arr = interface_cast<IArrayAny>(&this->GetValueAny())) { in GetValueAt()
211 if (auto i = interface_cast<ILockable>(p)) { in TypedArrayPropertyLock()
217 if (auto i = interface_cast<ILockable>(this->GetProperty())) { in ~TypedArrayPropertyLock()
237 if (auto i = interface_cast<ILockable>(p)) { in ArrayPropertyLock()
243 if (auto i = interface_cast<ILockabl in ~ArrayPropertyLock()
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dpostprocess_impl.cpp77 META_NS::SetValue(interface_cast<META_NS::INamed>(bloom)->Name(), "Bloom");
81 META_NS::SetValue(interface_cast<META_NS::INamed>(blur)->Name(), "Blur");
86 META_NS::SetValue(interface_cast<META_NS::INamed>(colorConversion)->Name(), "ColorConversion");
91 META_NS::SetValue(interface_cast<META_NS::INamed>(colorFringe)->Name(), "ColorFringe");
96 META_NS::SetValue(interface_cast<META_NS::INamed>(depthOfField)->Name(), "DepthOfField");
100 META_NS::SetValue(interface_cast<META_NS::INamed>(dither)->Name(), "Dither");
104 META_NS::SetValue(interface_cast<META_NS::INamed>(fxaaSettings)->Name(), "Fxaa");
108 META_NS::SetValue(interface_cast<META_NS::INamed>(blur)->Name(), "MotionBlur");
112 META_NS::SetValue(interface_cast<META_NS::INamed>(taaSettings)->Name(), "Taa");
116 META_NS::SetValue(interface_cast<META_N
[all...]
H A Dhierarchy_controller.cpp117 if (const auto container = interface_cast<IContainer>(root)) { in IterateHierarchy()
120 if (const auto content = interface_cast<IContent>(root)) { in IterateHierarchy()
144 AttachNode(interface_cast<INode>(root)); in AttachHierarchy()
165 DetachNode(interface_cast<INode>(root)); in DetachHierarchy()
H A Dnode_impl.cpp48 auto object = interface_cast<META_NS::IObject>(&child); in GetChildIndex()
50 auto container = interface_cast<META_NS::IContainer>(&parent); in GetChildIndex()
102 if (auto i = interface_cast<META_NS::IMetaPropertyInternal>(inputMode)) { in DisableInputHandling()
274 auto parent = interface_cast<IObject>(info.parent.lock())->GetName(); in Build()
387 auto namebuf = BASE_NS::to_string(interface_cast<META_NS::IObjectInstance>(ret)->GetInstanceId());
532 auto priv = interface_cast<INodeEcsInterfacePrivate>(GetSelf()); in ShouldExport()
545 if (auto privateInterface = interface_cast<INodeEcsInterfacePrivate>(mesh)) { in ShouldExport()
568 if (auto privateInterface = interface_cast<INodeEcsInterfacePrivate>(childNode)) { in ShouldExport()
596 interface_cast<IContainer>(parent)->Add(GetSelf()); in Initialize()
613 auto priv = interface_cast<INodeEcsInterfacePrivat in BindObject()
[all...]
H A Dgraphicsstate_impl.cpp60 if (auto mat = interface_cast<SCENE_NS::IEcsObject>(material.lock())) {
80 if (auto mat = interface_cast<SCENE_NS::IEcsObject>(material.lock())) {
84 interface_cast<SCENE_NS::IPendingRequestData<RENDER_NS::GraphicsState>>(ret)) {
/foundation/graphic/graphic_3d/kits/js/src/
H A DAnimationJS.cpp156 if (auto a = interface_cast<META_NS::IAnimation>(GetNativeObject())) { in GetEnabled()
170 if (auto a = interface_cast<META_NS::IAnimation>(GetNativeObject())) { in SetEnabled()
180 if (auto a = interface_cast<META_NS::IAnimation>(GetNativeObject())) { in GetDuration()
195 if (auto a = interface_cast<META_NS::IAnimation>(GetNativeObject())) { in GetRunning()
209 if (auto a = interface_cast<META_NS::IAnimation>(GetNativeObject())) { in GetProgress()
227 if (auto a = interface_cast<META_NS::IAnimation>(GetNativeObject())) { in OnFinished()
242 if (auto a = interface_cast<META_NS::IAnimation>(GetNativeObject())) { in OnFinished()
259 if (auto a = interface_cast<META_NS::IAnimation>(GetNativeObject())) { in OnStarted()
274 if (auto a = interface_cast<META_NS::IAnimation>(GetNativeObject())) { in OnStarted()
287 if (auto a = interface_cast<META_N in Pause()
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Dimporter.cpp52 if (auto root = interface_cast<IRootNode>(tree)) { in Import()
110 if (auto instance = interface_cast<IObjectInstance>(object)) { in ImportObject()
117 if (auto ser = interface_cast<ISerializable>(object)) { in ImportObject()
137 if (auto node = interface_cast<IRefUriNode>(n)) { in ImportObject()
166 if (auto members = interface_cast<IMapNode>(node)) { in AutoImportObject()
174 if (auto flags = interface_cast<IObjectFlags>(object)) { in AutoImportObject()
179 if (auto meta = interface_cast<IMetadata>(object)) { in AutoImportObject()
182 if (auto attach = interface_cast<IAttach>(object)) { in AutoImportObject()
187 if (auto cont = interface_cast<IContainer>(object)) { in AutoImportObject()
212 if (auto array = interface_cast<IArrayNod in ImportIMetadata()
[all...]
H A Dexporter.cpp35 if (auto flags = interface_cast<IObjectFlags>(p)) { in ShouldSerialize()
51 if (auto i = interface_cast<IObjectInstance>(object)) { in MarkExported()
84 if (auto i = interface_cast<IObjectInstance>(object)) { in CreateObjectNode()
101 if (auto i = interface_cast<IObjectInstance>(object)) { in CreateObjectRefNode()
114 } else if (auto ser = interface_cast<ISerializable>(object)) { in ExportObject()
136 if (auto flags = interface_cast<IObjectFlags>(object)) { in AutoExportObjectMembers()
145 if (auto meta = interface_cast<IMetadata>(object)) { in AutoExportObjectMembers()
149 if (auto attach = interface_cast<IAttach>(object)) { in AutoExportObjectMembers()
158 if (auto cont = interface_cast<IContainer>(object)) { in AutoExportObjectMembers()
226 if (auto arr = interface_cast<IArrayAn in ExportBuiltinValue()
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/src/property/
H A Dstack_property.cpp39 if (auto i = interface_cast<INotifyOnChange>(defaultValue_)) { in CleanUp()
43 if (auto i = interface_cast<INotifyOnChange>(m)) { in CleanUp()
49 if (auto i = interface_cast<INotifyOnChange>(v)) { in CleanUp()
68 if (auto noti = interface_cast<INotifyOnChange>(values_[i])) { in SetValueInValueStack()
76 if (auto i = interface_cast<INotifyOnChange>(c)) { in SetValueInValueStack()
213 if (interface_cast<IProperty>(value)) { in PushValue()
220 if (auto i = interface_cast<INotifyOnChange>(value)) { in PushValue()
229 if (auto i = interface_cast<INotifyOnChange>(values_.back())) { in PopValue()
247 if (auto i = interface_cast<INotifyOnChange>(*m)) { in RemoveValue()
278 if (auto i = interface_cast<INotifyOnChang in InsertModifier()
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dcontent_object.h48 content_ = interface_cast<IContent>(super);
50 iterable_ = interface_cast<IIterable>(super);
55 const auto req = interface_cast<IRequiredInterfaces>(GetSelf());
60 const auto req = interface_cast<IRequiredInterfaces>(GetSelf());
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject_context.cpp25 proxy_ = interface_cast<IProxyObject>(super); in SetSuperInstance()
27 metadata_ = interface_cast<IMetadata>(super); in SetSuperInstance()
35 return interface_cast<IObjectContext>(target)->GetObjectRegistry(); in GetObjectRegistry()
48 if (target && !interface_cast<META_NS::IObjectContext>(target)) { in SetTarget()
H A Dobject_hierarchy_observer.cpp47 if (const auto container = interface_cast<IContainer>(object)) { in SubscribeContainer()
48 if (auto trans = interface_cast<IContainerPreTransaction>(container)) { in SubscribeContainer()
72 if (const auto attach = interface_cast<IAttach>(object)) { in SubscribeAttachment()
74 if (const auto trans = interface_cast<IContainerPreTransaction>(container)) { in SubscribeAttachment()
104 if (const auto content = interface_cast<IContent>(object)) { in Subscribe()
230 if (auto i = interface_cast<IAttach>(root)) { in SetTarget()
322 if (const auto container = interface_cast<IContainer>(root)) { in Subscribe()
331 if (const auto content = interface_cast<IContent>(root)) { in Subscribe()
370 if (const auto container = interface_cast<IContainer>(root)) { in Unsubscribe()
375 if (const auto content = interface_cast<IConten in Unsubscribe()
[all...]
H A Dcall_context.cpp25 if (auto p = interface_cast<ICloneable>(other.result_)) { in succeeded_()
31 if (auto p = interface_cast<ICloneable>(other.params_[i].value)) { in succeeded_()
46 if (auto p = interface_cast<ICloneable>(other.result_)) {
55 if (auto p = interface_cast<ICloneable>(other.params_[i].value)) {
H A Dref_uri_util.cpp30 auto containee = interface_cast<IContainable>(obj); in FindParentObject()
45 auto cont = interface_cast<IContainer>(obj); in FindChildObject()
53 IMetadata* meta = interface_cast<IMetadata>(base); in ResolvePropertySegment()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/
H A Dconstruct_property.h59 if (auto i = interface_cast<IPropertyInternalAny>(p.GetProperty())) {
64 if (auto f = interface_cast<IObjectFlags>(p.GetProperty())) {
83 if (auto i = interface_cast<IPropertyInternalAny>(p.GetProperty())) {
93 if (auto f = interface_cast<IObjectFlags>(p.GetProperty())) {
103 if (auto i = interface_cast<IPropertyInternalAny>(p)) { in ConstructPropertyAny()
106 if (auto f = interface_cast<IObjectFlags>(p)) { in ConstructPropertyAny()
/foundation/graphic/graphic_3d/lume/metaobject/src/model/
H A Dobject_provider_base.cpp41 if (auto i = interface_cast<IRecyclable>(obj)) { in CreateObject()
52 if (auto i = interface_cast<IRecyclable>(item)) { in DisposeObject()
54 } else if (auto d = interface_cast<IMetadata>(item)) { in DisposeObject()
107 if (auto odata = interface_cast<IMetadata>(object)) { in BindProperties()
H A Dcomposite_object_provider.cpp27 if (auto provider = interface_cast<IObjectProvider>(obj)) { in ~CompositeObjectProvider()
46 if (auto provider = interface_cast<IObjectProvider>(obj)) { in Build()
84 if (auto provider = interface_cast<IObjectProvider>(obj)) { in FindProvider()
112 if (auto provider = interface_cast<IObjectProvider>(obj)) { in GetObjectCount()
124 if (auto prov = interface_cast<IObjectProvider>(obj)) { in CalculateIndex()
209 if (auto prov = interface_cast<IObjectProvider>(obj)) { in CalculateIndexBase()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_object.h123 if (auto o = interface_cast<IObjectInstance>(object)) { in GetSelf()
132 if (auto o = interface_cast<IObjectInstance>(object)) { in GetSelf()
141 if (auto o = interface_cast<IObjectInstance>(object)) { in Resolve()
150 if (auto o = interface_cast<IObjectInstance>(object)) { in Resolve()
H A Dintf_object_flags.h105 if (auto objectFlagsPtr = interface_cast<IObjectFlags>(object)) { in SetObjectFlags()
114 const auto objectFlagsPtr = interface_cast<IObjectFlags>(object); in GetObjectFlags()
121 if (auto objectFlagsPtr = interface_cast<IObjectFlags>(object)) { in IsFlagSet()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/serialization/
H A Dcommon_value_serializers.h46 if (auto n = interface_cast<IIntNode>(node)) { in ExtractInteger()
50 if (auto n = interface_cast<IUIntNode>(node)) { in ExtractInteger()
63 if (auto n = interface_cast<IDoubleNode>(node)) { in ExtractNumber()
67 if (auto n = interface_cast<IBoolNode>(node)) { in ExtractNumber()
/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H A Dtest_utils.h66 if (auto i = interface_cast<IObject>(c)) { in ContainsObjectWithName()
88 auto lobj = interface_cast<IObject>(a); in IsEqual()
89 auto robj = interface_cast<IObject>(b); in IsEqual()
162 auto as = interface_cast<IStackProperty>(a); in IsEqual()
163 auto bs = interface_cast<IStackProperty>(b); in IsEqual()
217 auto ao = interface_cast<IObject>(a); in IsEqual()
218 auto bo = interface_cast<IObject>(b); in IsEqual()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Dconnector.h36 auto attach = interface_cast<IAttach>(dest); in Connect()
60 auto attach = interface_cast<IAttach>(dest); in Disconnect()
H A Dlocking.h29 explicit InterfaceLock(LockType type, const CORE_NS::IInterface* t) : type_(type), p_(interface_cast<ILockable>(t)) in InterfaceLock()
85 explicit InterfaceUniqueLock(const CORE_NS::IInterface* t) : p_(interface_cast<ILockable>(t)) in InterfaceUniqueLock()
131 explicit InterfaceSharedLock(const CORE_NS::IInterface* t) : p_(interface_cast<ILockable>(t)) in InterfaceSharedLock()
/foundation/graphic/graphic_3d/lume/metaobject/src/engine/
H A Dengine_input_property_manager.cpp38 if (auto internal = interface_cast<IEngineValueInternal>(value)) { in ConstructFromValue()
40 if (auto i = interface_cast<IPropertyInternalAny>(property)) { in ConstructFromValue()
43 if (auto i = interface_cast<IStackProperty>(property)) { in ConstructFromValue()

Completed in 13 milliseconds

1234