Loading...
Searching...
No Matches
Execution::Settings::Presenter Class Reference
Inheritance diagram for Execution::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:
- ExecutorPresenter.hpp
- ExecutorPresenter.cpp
Public Types inherited from