pyanno4rt.gui._gui

Graphical user interface.

Overview

Classes

GraphicalUserInterface

Graphical user interface class.

Classes

class pyanno4rt.gui._gui.GraphicalUserInterface[source]

Graphical user interface class.

This class provides …

Parameters:

...

...

Overview

Methods

launch(plan)

Launch the graphical user interface.

fetch()

Get the treatment plan dictionary of the GUI.

closeEvent(event)

Close the application.

Members

launch(plan=None)[source]

Launch the graphical user interface.

fetch()[source]

Get the treatment plan dictionary of the GUI.

closeEvent(event)[source]

Close the application.

Parameters:

event (object of class QCloseEvent) – Instance of the class QCloseEvent to be triggered at window closing.