ENLIGHTEN
Cross-platform desktop GUI for Wasatch Photonics spectrometers
Loading...
Searching...
No Matches
enlighten.ui.BasicWindow.BasicWindow Class Reference

The codebase contains myriad references to "Controller.form" and "cfu" – those refer to an object of this class (and its .ui attribute). More...

Inheritance diagram for enlighten.ui.BasicWindow.BasicWindow:
[legend]
Collaboration diagram for enlighten.ui.BasicWindow.BasicWindow:
[legend]

Public Member Functions

 __init__ (self, title)
 
 closeEvent (self, event)
 
 create_signals (self)
 
 reconfigure_layout (self)
 
 resizeEvent (self, event)
 

Public Attributes

 exit_signal = ViewClose()
 
bool prompt_on_exit = True
 
 ui = enlighten_layout.Ui_MainWindow()
 

Detailed Description

The codebase contains myriad references to "Controller.form" and "cfu" – those refer to an object of this class (and its .ui attribute).

Constructor & Destructor Documentation

◆ __init__()

enlighten.ui.BasicWindow.BasicWindow.__init__ ( self,
title )

Member Function Documentation

◆ closeEvent()

enlighten.ui.BasicWindow.BasicWindow.closeEvent ( self,
event )

◆ create_signals()

enlighten.ui.BasicWindow.BasicWindow.create_signals ( self)

◆ reconfigure_layout()

enlighten.ui.BasicWindow.BasicWindow.reconfigure_layout ( self)

◆ resizeEvent()

enlighten.ui.BasicWindow.BasicWindow.resizeEvent ( self,
event )

Member Data Documentation

◆ exit_signal

enlighten.ui.BasicWindow.BasicWindow.exit_signal = ViewClose()

◆ prompt_on_exit

bool enlighten.ui.BasicWindow.BasicWindow.prompt_on_exit = True

◆ ui

enlighten.ui.BasicWindow.BasicWindow.ui = enlighten_layout.Ui_MainWindow()

The documentation for this class was generated from the following file: