Definition in file GUIGlobals.h.
#include <config.h>
#include <vector>
#include <fx.h>
#include <utils/gui/globjects/GUIGlObjectStorage.h>
Go to the source code of this file.
Variables | |
| std::vector< int > | gBreakpoints |
| List of breakpoint. | |
| bool | gQuitOnEnd |
| the window shall be closed when the simulation has ended | |
| std::vector<int> gBreakpoints |
List of breakpoint.
Definition at line 45 of file GUIGlobals.cpp.
Referenced by GUIDialog_Breakpoints::encode2TXT(), GUIDialog_Breakpoints::onCmdClear(), GUIDialog_Breakpoints::onCmdEditTable(), GUIDialog_Breakpoints::onCmdLoad(), GUIDialog_Breakpoints::rebuildList(), and GUIRunThread::run().
the window shall be closed when the simulation has ended
Definition at line 43 of file GUIGlobals.cpp.
Referenced by GUIApplicationWindow::handleEvent_SimulationEnded(), GUIApplicationWindow::handleEvent_SimulationLoaded(), main(), and GUIDialog_AppSettings::onCmdOk().
1.5.6