radioviz.controllers

Controllers package for RadioViz application.

This package contains all controller classes that manage the business logic and coordinate interactions between the UI views and the application models. Controllers follow the MVC pattern to separate concerns and maintain a clean architecture.

Modules

image_metadata_window_controller

Controller for displaying image metadata in a dedicated window.

image_window_controller

Image window controller module.

main_controller

Main controller for the RadioViz application.

sub_window_controller

Module for managing sub-windows and their controllers in the radioviz application.