AbstractController Class Referenceabstract

Abstract controller providing a set of methods which must be implemented by every controller. More...

#include <RobotComponents/gui-plugins/RobotTrajectoryDesignerGuiPlugin/Controller/AbstractController.h>

+ Inheritance diagram for AbstractController:

Public Member Functions

virtual void onConnectComponent ()=0
 Connects all signals and slots of the controller. More...
 
virtual void onDisconnectComponent ()=0
 Called whenever a component is disconnected. More...
 
virtual void onExitComponent ()=0
 Called on exit, cleans. More...
 
virtual void onInitComponent ()=0
 Initializes the controller. More...
 

Detailed Description

Abstract controller providing a set of methods which must be implemented by every controller.

Definition at line 35 of file AbstractController.h.

Member Function Documentation

◆ onConnectComponent()

◆ onDisconnectComponent()

◆ onExitComponent()

◆ onInitComponent()


The documentation for this class was generated from the following file: