score::SettingsDelegateFactory Class Referenceabstract
The SettingsDelegateFactory class. More...
Inheritance diagram for score::SettingsDelegateFactory:
Detailed Description
The SettingsDelegateFactory class.
Reimplement in order to provide custom user settings for the plug-in.
Public Member Functions | |
GlobalSettingsPresenter * | makePresenter (score::SettingsDelegateModel &m, score::GlobalSettingsView &v, QObject *parent) |
virtual GlobalSettingsView * | makeView ()=0 |
virtual std::unique_ptr< SettingsDelegateModel > | makeModel (QSettings &settings, const score::ApplicationContext &ctx)=0 |
Public Member Functions inherited from score::InterfaceBase | |
virtual InterfaceKey | interfaceKey () const noexcept=0 |
Identifies an interface uniquely. | |
Protected Member Functions | |
virtual GlobalSettingsPresenter * | makePresenter_impl (score::SettingsDelegateModel &m, score::GlobalSettingsView &v, QObject *parent)=0 |
The documentation for this class was generated from the following files:
- SettingsDelegateFactory.hpp
- SettingsDelegateFactory.cpp