pyanno4rt.visualization._visualizer

Visualizer.

Overview

Classes

Visualizer

Visualizer class.

MainWindow

Main window for the application.

Classes

class pyanno4rt.visualization._visualizer.Visualizer(parent=None)[source]

Visualizer class.

This class provides methods to build and launch the visual analysis tool, i.e., it initializes the application, creates the main window, provides the window configuration, and runs the application.

application

Instance of the class SpyderQApplication for managing control flow and main settings of the visual analysis tool.

Type:

object of class SpyderQApplication

Overview

Methods

launch()

Launch the visual analysis tool.

Members

launch()[source]

Launch the visual analysis tool.

class pyanno4rt.visualization._visualizer.MainWindow(application, standalone=True)[source]

Bases: PyQt5.QtWidgets.QMainWindow

Main window for the application.

This class creates the main window for the visual analysis tool, including logo, labels, and event buttons.

Parameters:

application (object of class SpyderQApplication) – Instance of the class SpyderQApplication for managing control flow and main settings of the visual analysis tool.

Overview

Methods

closeEvent(event)

Close the application.

Members

closeEvent(event)[source]

Close the application.

Parameters:

event (object of class QCloseEvent) – Instance of the class QCloseEvent.