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