35 I_ASSIGN_MULTI_0(m_slaveParamsCompPtr,
"SlaveSets",
"List of slave parameter sets",
false);
36 I_ASSIGN_MULTI_0(m_parametersCompPtr,
"Parameters",
"Parameters",
true);
37 I_ASSIGN_MULTI_0(m_parametersIdAttrPtr,
"ParametersId",
"ID of each parameter in 'Parameters'",
true);
38 I_ASSIGN_MULTI_0(m_parameterNameAttrPtr,
"ParametersName",
"Name of each parameter in 'Parameters'",
true);
39 I_ASSIGN_MULTI_0(m_parameterDescriptionAttrPtr,
"ParametersDescription",
"Description of each parameter in 'Parameters'",
true);
40 I_ASSIGN(m_typeIdAttrPtr,
"TypeId",
"ID of this parameter set",
true,
"Default");
49 virtual std::unique_ptr<ParamInfo>
GetParamInfo(
const QByteArray& paramId)
const override;
60 virtual bool IsEqual(
const IChangeable&
object)
const override;
72 I_MULTIATTR(QByteArray, m_parametersIdAttrPtr);
73 I_MULTIATTR(QString, m_parameterNameAttrPtr);
74 I_MULTIATTR(QString, m_parameterDescriptionAttrPtr);
75 I_ATTR(QByteArray, m_typeIdAttrPtr);
Base class for component implementation.
Implementation of interface IParamsSet as component.
virtual int GetHierarchicalFlags() const override
Get flags describing supported features of this hierarchical graph.
virtual bool CopyFrom(const IChangeable &object, CompatibilityMode mode=CM_WITHOUT_REFS) override
virtual istd::IPolymorphic * GetParent() const override
Get access to parent object.
virtual istd::IPolymorphic * GetChild(int index) const override
Get child value.
virtual bool IsEqual(const IChangeable &object) const override
virtual Ids GetParamIds(bool editableOnly=false) const override
Get list of used parameter IDs in the parameter set.
virtual const IParamsInfoProvider * GetParamsInfoProvider() const override
Get parameter information provider.
virtual void OnComponentCreated() override
virtual int GetSupportedOperations() const override
Get set of flags for supported operations.
virtual int GetChildsCount() const override
Get number of children.
virtual const iser::ISerializable * GetParameter(const QByteArray &id) const override
Get any parameter (read-only access).
int GetSlaveParamsSetCount() const
icomp::CComponentBase BaseClass
virtual std::unique_ptr< ParamInfo > GetParamInfo(const QByteArray ¶mId) const override
Get parameter information by parameter ID.
iprm::IParamsSet * GetSlaveParamsSet(int index) const
Basic implementation of interface IParamsSet.
Provider of parameter information (name and description).
Set of general parameters.
Common class for all classes which objects can be archived or restored from archive.
CompatibilityMode
Control how relationship betweeen objects are interpreted.
@ CM_WITHOUT_REFS
External references are simple ignored.
Base interface for all used interfaces and implementations.
Common interface to define the hierarchical graph structures.
Contains interfaces and implementations of flexible parameter concept.