ImportDialogController Class Reference

Subcontroller which handles all user interaction with the import dialog in the GUI, communicates with other controllers via signals and slots. More...

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

+ Inheritance diagram for ImportDialogController:

Public Slots

void environmentChanged (EnvironmentPtr environment)
 Set the enviroment. More...
 
void open ()
 Opens an import dialog. More...
 

Signals

void import (DesignerTrajectoryPtr trajectory)
 Notifies other controllers about the import of a trajectory. More...
 

Public Member Functions

 ImportDialogController ()
 Creates a new ImportDialogController and assigns a designer importer to handle. More...
 
void onConnectComponent () override
 
void onDisconnectComponent () override
 
void onExitComponent () override
 
void onInitComponent () override
 

Detailed Description

Subcontroller which handles all user interaction with the import dialog in the GUI, communicates with other controllers via signals and slots.

Definition at line 15 of file ImportDialogController.h.

Constructor & Destructor Documentation

◆ ImportDialogController()

Creates a new ImportDialogController and assigns a designer importer to handle.

Definition at line 29 of file ImportDialogController.cpp.

+ Here is the call graph for this function:

Member Function Documentation

◆ environmentChanged

void environmentChanged ( EnvironmentPtr  environment)
slot

Set the enviroment.

Parameters
Thenew enviroment

Definition at line 86 of file ImportDialogController.cpp.

◆ import

void import ( DesignerTrajectoryPtr  trajectory)
signal

Notifies other controllers about the import of a trajectory.

◆ onConnectComponent()

void onConnectComponent ( )
overridevirtual
See also
AbstractController

Implements AbstractController.

Definition at line 13 of file ImportDialogController.cpp.

+ Here is the caller graph for this function:

◆ onDisconnectComponent()

void onDisconnectComponent ( )
overridevirtual
See also
AbstractController

Implements AbstractController.

Definition at line 18 of file ImportDialogController.cpp.

◆ onExitComponent()

void onExitComponent ( )
overridevirtual
See also
AbstractController

Implements AbstractController.

Definition at line 24 of file ImportDialogController.cpp.

◆ onInitComponent()

void onInitComponent ( )
overridevirtual
See also
AbstractController

Implements AbstractController.

Definition at line 8 of file ImportDialogController.cpp.

+ Here is the caller graph for this function:

◆ open

void open ( )
slot

Opens an import dialog.

Definition at line 35 of file ImportDialogController.cpp.


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