![]() |
nsbaci 1.0
|
Implementation of the Controller class for nsbaci. More...

Namespaces | |
| namespace | nsbaci |
| Root namespace for the nsbaci application. | |
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.