kodi
|
Interface for creating a new setting control of a custom setting control type. More...
#include <ISettingControlCreator.h>
Public Member Functions | |
virtual std::shared_ptr< ISettingControl > | CreateControl (const std::string &controlType) const =0 |
Creates a new setting control of the given custom setting control type. More... | |
Interface for creating a new setting control of a custom setting control type.
|
pure virtual |
Creates a new setting control of the given custom setting control type.
controlType | string representation of the setting control type |
Implemented in CSettingsManager, CSettingControlCreator, and CGUIDialogSettingsManagerBase.