23 I_ASSIGN(m_paramsGuiCompPtr,
"ParamsGui",
"GUI object used to display parameters",
false,
"ParamsGui");
24 I_ASSIGN_TO(m_paramsObserverCompPtr, m_paramsGuiCompPtr,
false);
Common interface for all classes implementing the Observer functionality in the Model/Observer design...
Set of general parameters.
Common interface for GUI objects used in ACF component context.
Simple parameter manager editor using single paramer element editor.
CParamsManagerGuiCompBase BaseClass
virtual void OnGuiDestroyed() override
virtual imod::IObserver * GetObserverPtr(const iprm::IParamsSet *paramsSetPtr) const override
Get the observer for a given parameter set.
virtual iqtgui::IGuiObject * GetEditorGuiPtr(const iprm::IParamsSet *paramsSetPtr) const override
Get the editor GUI for a given parameter set.
virtual void OnGuiCreated() override
This package contains Qt based implementations of standard parameter components.