Lines Matching defs:MetadataPropertyContainer

29     : propertyContainer_(new MetadataPropertyContainer),
35 : propertyContainer_(new MetadataPropertyContainer),
231 MetadataPropertyContainer::MetadataPropertyContainer()
237 BASE_NS::vector<IObject::Ptr> MetadataPropertyContainer::GetAll() const
241 IObject::Ptr MetadataPropertyContainer::GetAt(SizeType index) const
245 IContainer::SizeType MetadataPropertyContainer::GetSize() const
249 BASE_NS::vector<IObject::Ptr> MetadataPropertyContainer::FindAll(const FindOptions& options) const
253 IObject::Ptr MetadataPropertyContainer::FindAny(const FindOptions& options) const
257 IObject::Ptr MetadataPropertyContainer::FindByName(BASE_NS::string_view name) const
261 bool MetadataPropertyContainer::Add(const IObject::Ptr& object)
265 bool MetadataPropertyContainer::Insert(SizeType index, const IObject::Ptr& object)
269 bool MetadataPropertyContainer::Remove(SizeType index)
273 bool MetadataPropertyContainer::Remove(const IObject::Ptr& child)
277 bool MetadataPropertyContainer::Move(SizeType fromIndex, SizeType toIndex)
281 bool MetadataPropertyContainer::Move(const IObject::Ptr& child, SizeType toIndex)
285 bool MetadataPropertyContainer::Replace(const IObject::Ptr& child, const IObject::Ptr& replaceWith, bool addAlways)
289 void MetadataPropertyContainer::RemoveAll()
293 bool MetadataPropertyContainer::SetRequiredInterfaces(const BASE_NS::vector<TypeId>& interfaces)
297 BASE_NS::vector<TypeId> MetadataPropertyContainer::GetRequiredInterfaces() const
301 bool MetadataPropertyContainer::IsAncestorOf(const IObject::ConstPtr& object) const
305 BASE_NS::shared_ptr<IEvent> MetadataPropertyContainer::EventOnAdded() const
309 BASE_NS::shared_ptr<IEvent> MetadataPropertyContainer::EventOnRemoved() const
313 BASE_NS::shared_ptr<IEvent> MetadataPropertyContainer::EventOnMoved() const
317 BASE_NS::shared_ptr<IEvent> MetadataPropertyContainer::EventOnAdding() const
321 BASE_NS::shared_ptr<IEvent> MetadataPropertyContainer::EventOnRemoving() const
325 IterationResult MetadataPropertyContainer::Iterate(const IterationParameters& params)
329 IterationResult MetadataPropertyContainer::Iterate(const IterationParameters& params) const