6#include <QtCore/QByteArray>
147 const QByteArray& parameterId,
Provider of state information for a parameter inside a parameter set.
StateType
Type of state to query.
@ ST_EDIT
Get the "edit" status of the parameter.
virtual ParameterState GetState(const iprm::IParamsSet ¶mSet, const QByteArray ¶meterId, StateType stateType) const =0
Return state for the given parameter.
ParameterState
Possible parameter states.
@ PS_OFF
State is inactive (e.g., parameter is read-only)
@ PS_UNKNOWN
State is not determined by this provider.
@ PS_ON
State is active (e.g., parameter is editable)
Set of general parameters.
Common interface for data model objects, which can be changed.
Contains interfaces and implementations of flexible parameter concept.