31 virtual std::shared_ptr<ISettingControl>
CreateControl(
const std::string &controlType)
const = 0;
virtual std::shared_ptr< ISettingControl > CreateControl(const std::string &controlType) const =0
Creates a new setting control of the given custom setting control type.
Interface for creating a new setting control of a custom setting control type.
Definition: ISettingControlCreator.h:20
Definition: ISettingControl.h:17