| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
Interface for creating a new setting control of a custom setting control type. More...
#include <ISettingControlCreator.h>
  
Public Member Functions | |
| virtual | ~ISettingControlCreator ()=default | 
| 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.
      
  | 
  virtualdefault | 
      
  | 
  pure virtual | 
Creates a new setting control of the given custom setting control type.
| controlType | string representation of the setting control type | 
Implemented in CGUIDialogSettingsManagerBase, CSettingControlCreator, and CSettingsManager.