#include <SettingControl.h>
◆ CSettingControlCreator()
CSettingControlCreator::CSettingControlCreator |
( |
| ) |
|
|
protecteddefault |
◆ ~CSettingControlCreator()
CSettingControlCreator::~CSettingControlCreator |
( |
| ) |
|
|
overrideprotecteddefault |
◆ CreateControl()
std::shared_ptr< ISettingControl > CSettingControlCreator::CreateControl |
( |
const std::string & | controlType | ) |
const |
|
overridevirtual |
Creates a new setting control of the given custom setting control type.
- Parameters
-
controlType | string representation of the setting control type |
- Returns
- A new setting control object of the given (custom) setting control type or nullptr if the setting control type is unknown
Implements ISettingControlCreator.
The documentation for this class was generated from the following files: