class documentation
GUI class.
Method | __init__ |
Initializes the GUI. |
Method | cleanup |
Perform clean-up upon quitting the application. |
Method | close |
Gets called when the window is closed (programmatically through close() or manually) |
Method | interrupt |
Kills any running calculation. |
Method | key |
Handles key press event. |
Method | on |
This is called after calculation thread has exited. |
Method | re |
Simple wrapper that decides between recalculation or redraw. |
Method | recalculate |
Recalculates the model. |
Method | redraw |
Redraws the scene. |
Method | reload |
Reloads the GUI. |
Class Variable | calculation |
Undocumented |
Class Variable | calculation |
Undocumented |
Class Variable | invalidate |
Undocumented |
Class Variable |
|
Undocumented |
Instance Variable | calculation |
Undocumented |
Instance Variable | calculation |
Undocumented |
Instance Variable | exiting |
Undocumented |
Instance Variable | initializing |
Undocumented |
Instance Variable | menu |
Undocumented |
Instance Variable | model |
Undocumented |
Instance Variable | project |
Undocumented |
Instance Variable | sidebar |
Undocumented |
Instance Variable | sidebar |
Undocumented |
Instance Variable | splitter |
Undocumented |
Instance Variable | statusbar |
Undocumented |
Instance Variable | user |
Undocumented |
Instance Variable | vispy |
Undocumented |
Gets called when the window is closed (programmatically through close() or manually)
Parameters | |
event:QCloseEvent | Close event |