The IPresenter class header. More...
#include <QtCore/qexception.h>#include "QtMvvmCore/qtmvvmcore_global.h"#include "QtMvvmCore/viewmodel.h"#include "QtMvvmCore/message.h"Go to the source code of this file.
Classes | |
| class | QtMvvm::PresenterException |
| An exception to be thrown from the presenter if presenting fails. More... | |
| class | QtMvvm::IPresenter |
| The interface for a GUI view presenter. More... | |
Namespaces | |
| QtMvvm | |
| The primary namespace of the QtMvvm library. | |
Macros | |
| #define | QtMvvm_IPresenterIid "de.skycoder42.qtmvvm.core.IPresenter" |
| The IID of the QtMvvm::IPresenter class. | |
The IPresenter class header.
Definition in file ipresenter.h.
1.8.14