Media::Settings::Presenter Class Reference
Inheritance diagram for Media::Settings::Presenter:
Public Types | |
using | model_type = Model |
using | view_type = View |
Public Types inherited from score::SettingsDelegatePresenter< Model > | |
using | SView = score::SettingsDelegateView< Model > |
Public Member Functions | |
Presenter (Model &, View &, QObject *parent) | |
Public Member Functions inherited from score::SettingsDelegatePresenter< Model > | |
SettingsDelegatePresenter (Model &model, SView &view, QObject *parent) | |
virtual void | on_accept () |
virtual void | on_reject () |
template<typename T > | |
auto & | model (T *self) |
template<typename T > | |
auto & | view (T *self) |
Additional Inherited Members | |
Protected Attributes inherited from score::SettingsDelegatePresenter< Model > | |
Model & | m_model |
SView & | m_view |
score::SettingsCommandDispatcher | m_disp |
The documentation for this class was generated from the following files:
- plugins/score-plugin-media/Media/Effect/Settings/Presenter.hpp
- plugins/score-plugin-media/Media/Effect/Settings/Presenter.cpp