22#ifndef ABSTRACTCONTROLLER_H
23#define ABSTRACTCONTROLLER_H
26#include <QErrorMessage>
Abstract controller providing a set of methods which must be implemented by every controller.
virtual void onConnectComponent()=0
Connects all signals and slots of the controller.
virtual void onExitComponent()=0
Called on exit, cleans.
virtual void onInitComponent()=0
Initializes the controller.
virtual void onDisconnectComponent()=0
Called whenever a component is disconnected.
This file offers overloads of toIce() and fromIce() functions for STL container types.
std::shared_ptr< AbstractController > AbstractControllerPtr