Create a command to close all floating windows
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
Create a command to close all floating windows for situations, in which many plots are created and shall be closed at once.
This can be implemented by processing the following steps:
enum WindowType, which defines all window types that are closable by a terminal commandstd::map<wxWindow*, WindowType>, where all opened windows are registeredNumeReKernel::KernelStatus type to communicate with the GUIclose without deviation.Manual test.
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r802]
Diff: