QtMvvm  1.1.0
A mvvm oriented library for Qt, to create Projects for Widgets and Quick in parallel
Classes | Namespaces | Macros
ipresenter.h File Reference

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.
 

Detailed Description

The IPresenter class header.

Definition in file ipresenter.h.