20class IComponentEnvironmentManager;
21class IRegistriesManager;
49 const QByteArray& elementId,
75 typedef QMap<const IAttributeStaticInfo*, AttrMetaInfoPtr> AttrReplacers;
76 AttrReplacers m_attrReplacers;
79 typedef QMap<QByteArray, ComponentInfoPtr> EmbeddedComponentInfos;
80 mutable EmbeddedComponentInfos m_embeddedComponentInfos;
82 QString m_description;
Standard implementation of static info for base component classes.
virtual QByteArray GetAttributeTypeId() const override
Return attribute type ID.
virtual int GetAttributeFlags() const override
Get flags of this attribute.
virtual QString GetAttributeDescription() const override
Get description of this attribute.
virtual IElementStaticInfo::Ids GetRelatedMetaIds(int metaGroupId, int flags, int flagsMask) const override
Get related meta information.
AttrAsOptionalDelegator(const IAttributeStaticInfo *slavePtr, const iser::IObject *defaultValuePtr)
virtual const iser::IObject * GetAttributeDefaultValue() const override
Get default attribute value.
virtual const QString & GetKeywords() const override
Get keywords for this component.
virtual const QString & GetDescription() const override
Get human readable description of this component.
virtual int GetComponentType() const override
Get information about component type.
virtual const IComponentStaticInfo * GetEmbeddedComponentInfo(const QByteArray &embeddedId) const override
Return number of interfaces for specific slot.
const IRegistry::ElementInfo * GetElementInfoFromRegistry(const IRegistry ®istry, const QByteArray &elementId, const icomp::IRegistriesManager &manager) const
Get the element info for the given element ID.
const IRegistry & GetRegistry() const
CCompositeComponentStaticInfo(const IRegistry ®istry, const icomp::IComponentEnvironmentManager &manager, const IComponentStaticInfo *parentPtr=NULL)
virtual IComponentUniquePtr CreateComponent() const override
Create component instance.
Describe component attribute static information.
This interface provide static information about component meta info.
Allow access to registries defined by composed components.
Interface representing information stored in component registry.
Common interface for factorisable model objects.
Pointer wrapper providing automatic deleting pointed object during destruction.
Package with interfaces and class used for components concept.
std::unique_ptr< IComponent > IComponentUniquePtr
Describe information stored with each element.