nsbaci 1.0
Loading...
Searching...
No Matches
controller.cpp File Reference

Implementation of the Controller class for nsbaci. More...

Include dependency graph for controller.cpp:

Namespaces

namespace  nsbaci
 Root namespace for the nsbaci application.

Detailed Description

Implementation of the Controller class for nsbaci.

This file contains the implementation of all Controller methods that coordinate between the user interface and backend services. It handles the complete workflow from file operations through compilation to runtime execution and monitoring.

The implementation uses Qt's signal-slot mechanism for asynchronous communication with the UI, and a QTimer-based approach for continuous program execution that maintains UI responsiveness.

Author
Nicolás Serrano García