82 #ifdef CHECK_MEMORY_LEAKS
109 FXMAPFUNC(SEL_COMMAND,
MID_NEW_OSGVIEW, GUIApplicationWindow::onCmdNewOSG),
163 const std::
string& configPattern)
165 myLoadThread(0), myRunThread(0),
167 myAlternateSimDelay(0),
168 myRecentNets(a, "nets"), myConfigPattern(configPattern),
169 hadDependentBuild(false),
170 myShowTimeAsHMS(false) {
189 LAYOUT_SIDE_TOP | LAYOUT_FILL_X | FRAME_RAISED);
200 myStatusbar =
new FXStatusBar(
this, LAYOUT_SIDE_BOTTOM | LAYOUT_FILL_X | FRAME_RAISED);
204 0, 0, 20, 0, 0, 0, 0, 0, 0, 0);
208 0, 0, 20, 0, 0, 0, 0, 0, 0, 0);
214 SPLITTER_REVERSED | SPLITTER_VERTICAL | LAYOUT_FILL_X | LAYOUT_FILL_Y | SPLITTER_TRACKING | FRAME_RAISED | FRAME_THICK);
216 LAYOUT_FILL_X | LAYOUT_FILL_Y | FRAME_SUNKEN | FRAME_THICK);
219 FXMDIClient::ID_MDI_MENUWINDOW, LAYOUT_LEFT);
221 FXMDIClient::ID_MDI_MENUCLOSE, FRAME_RAISED | LAYOUT_RIGHT);
223 FXMDIClient::ID_MDI_MENURESTORE, FRAME_RAISED | LAYOUT_RIGHT);
225 FXMDIClient::ID_MDI_MENUMINIMIZE, FRAME_RAISED | LAYOUT_RIGHT);
257 if (getApp()->reg().readIntEntry(
"SETTINGS",
"maximized", 0) == 0) {
258 setX(getApp()->reg().readIntEntry(
"SETTINGS",
"x", 150));
259 setY(getApp()->reg().readIntEntry(
"SETTINGS",
"y", 150));
260 setWidth(getApp()->reg().readIntEntry(
"SETTINGS",
"width", 600));
261 setHeight(getApp()->reg().readIntEntry(
"SETTINGS",
"height", 400));
263 gCurrentFolder = getApp()->reg().readStringEntry(
"SETTINGS",
"basedir",
"");
264 FXMainWindow::create();
276 FXint width = getApp()->getNormalFont()->getTextWidth(
"8", 1) * 24;
280 show(PLACEMENT_SCREEN);
281 if (getApp()->reg().readIntEntry(
"SETTINGS",
"maximized", 0) == 1) {
284 myShowTimeAsHMS = (getApp()->reg().readIntEntry(
"gui",
"timeasHMS", 0) == 1);
321 FXMainWindow::detach();
333 "&Open Simulation...\tCtl-O\tOpen a simulation (Configuration file).",
336 "Open &Network...\tCtl-N\tOpen a network.",
339 "&Reload\tCtl-R\tReloads the simulation / the network.",
343 "&Close\tCtl-W\tClose the simulation.",
346 FXMenuSeparator* sep1 =
new FXMenuSeparator(
myFileMenu);
348 sep1->setSelector(FXRecentFiles::ID_ANYFILES);
362 FXMenuSeparator* sep2 =
new FXMenuSeparator(
myFileMenu);
364 sep2->setSelector(FXRecentFiles::ID_ANYFILES);
380 "&Quit\tCtl-Q\tQuit the Application.",
387 "Edit Selected...\tCtl-E\tOpens a Dialog for editing the List of Selected Items.",
391 "Edit Breakpoints...\tCtl-B\tOpens a Dialog for editing breakpoints.",
398 "Application Settings...\t\tOpen a Dialog for Application Settings editing.",
401 "Gaming Mode\t\tToggle gaming mode on/off.",
407 "Locate &Junctions\t\tOpen a Dialog for Locating a Junction.",
410 "Locate &Edges\t\tOpen a Dialog for Locating an Edge.",
414 "Locate &Vehicles\t\tOpen a Dialog for Locating a Vehicle.",
418 "Locate &TLS\t\tOpen a Dialog for Locating a Traffic Light.",
421 "Locate &Additional\t\tOpen a Dialog for Locating an Additional Structure.",
424 "Locate &POI\t\tOpen a Dialog for Locating a Point of Intereset.",
427 "Locate P&olygon\t\tOpen a Dialog for Locating a Polygon.",
431 "Show Internal Structures\t\tShow internal junctions and streets in locator Dialog.",
437 "Run\tCtl-A\tStart running the simulation.",
440 "Stop\tCtl-S\tStop running the simulation.",
443 "Step\tCtl-D\tPerform one simulation step.",
450 "Show Status Line\t\tToggle the Status Bar on/off.",
453 "Show Message Window\t\tToggle the Message Window on/off.",
456 "Show Simulation Time\t\tToggle the Simulation Time on/off.",
459 "Show Simulation Delay\t\tToggle the Simulation Delay Entry on/off.",
476 sep1->setSelector(FXMDIClient::ID_MDI_ANY);
484 "Clear Message Window\t\tClear the message window.",
502 LAYOUT_DOCK_NEXT | LAYOUT_SIDE_TOP | FRAME_RAISED);
508 ICON_ABOVE_TEXT | BUTTON_TOOLBAR | FRAME_RAISED | LAYOUT_TOP | LAYOUT_LEFT);
511 ICON_ABOVE_TEXT | BUTTON_TOOLBAR | FRAME_RAISED | LAYOUT_TOP | LAYOUT_LEFT);
514 ICON_ABOVE_TEXT | BUTTON_TOOLBAR | FRAME_RAISED | LAYOUT_TOP | LAYOUT_LEFT);
520 LAYOUT_DOCK_SAME | LAYOUT_SIDE_TOP | FRAME_RAISED);
525 ICON_ABOVE_TEXT | BUTTON_TOOLBAR | FRAME_RAISED | LAYOUT_TOP | LAYOUT_LEFT);
528 ICON_ABOVE_TEXT | BUTTON_TOOLBAR | FRAME_RAISED | LAYOUT_TOP | LAYOUT_LEFT);
531 ICON_ABOVE_TEXT | BUTTON_TOOLBAR | FRAME_RAISED | LAYOUT_TOP | LAYOUT_LEFT);
537 LAYOUT_DOCK_SAME | LAYOUT_SIDE_TOP | FRAME_RAISED);
541 BUTTON_TOOLBAR | FRAME_RAISED | LAYOUT_TOP | LAYOUT_LEFT);
553 LAYOUT_DOCK_SAME | LAYOUT_SIDE_TOP | FRAME_RAISED | LAYOUT_FILL_Y);
557 BUTTON_TOOLBAR | FRAME_RAISED | LAYOUT_TOP | LAYOUT_LEFT);
560 LAYOUT_TOP | FRAME_SUNKEN | FRAME_THICK | LAYOUT_FILL_Y);
570 LAYOUT_DOCK_SAME | LAYOUT_SIDE_TOP | FRAME_RAISED);
576 ICON_ABOVE_TEXT | BUTTON_TOOLBAR | FRAME_RAISED | LAYOUT_TOP | LAYOUT_LEFT);
580 ICON_ABOVE_TEXT | BUTTON_TOOLBAR | FRAME_RAISED | LAYOUT_TOP | LAYOUT_LEFT);
588 getApp()->reg().writeIntEntry(
"SETTINGS",
"x", getX());
589 getApp()->reg().writeIntEntry(
"SETTINGS",
"y", getY());
590 getApp()->reg().writeIntEntry(
"SETTINGS",
"width", getWidth());
591 getApp()->reg().writeIntEntry(
"SETTINGS",
"height", getHeight());
592 getApp()->reg().writeStringEntry(
"SETTINGS",
"basedir",
gCurrentFolder.text());
593 getApp()->reg().writeIntEntry(
"SETTINGS",
"maximized", isMaximized() ? 1 : 0);
594 getApp()->reg().writeIntEntry(
"gui",
"timeasHMS",
myShowTimeAsHMS ? 1 : 0);
623 FXFileDialog opendialog(
this,
"Open Simulation Configuration");
625 opendialog.setSelectMode(SELECTFILE_EXISTING);
630 if (opendialog.execute()) {
632 std::string file = opendialog.getFilename().text();
643 FXFileDialog opendialog(
this,
"Open Network");
645 opendialog.setSelectMode(SELECTFILE_EXISTING);
646 opendialog.setPatternList(
"SUMO nets (*.net.xml)\nAll files (*)");
650 if (opendialog.execute()) {
652 std::string file = opendialog.getFilename().text();
662 load(
"",
false,
true);
670 myStatusbar->getStatusLine()->setText(
"Already loading!");
673 std::string file((
const char*)data);
689 myAmLoading ? FXSEL(SEL_COMMAND, ID_DISABLE) : FXSEL(SEL_COMMAND, ID_ENABLE),
699 ? FXSEL(SEL_COMMAND, ID_DISABLE) : FXSEL(SEL_COMMAND, ID_ENABLE),
708 myAmLoading ? FXSEL(SEL_COMMAND, ID_DISABLE) : FXSEL(SEL_COMMAND, ID_ENABLE),
718 ? FXSEL(SEL_COMMAND, ID_DISABLE) : FXSEL(SEL_COMMAND, ID_ENABLE),
728 myStatusbar->getStatusLine()->setText(
"No simulation loaded!");
752 myStatusbar->getStatusLine()->setText(
"No simulation loaded!");
795 ? FXSEL(SEL_COMMAND, ID_DISABLE) : FXSEL(SEL_COMMAND, ID_ENABLE),
805 ? FXSEL(SEL_COMMAND, ID_DISABLE) : FXSEL(SEL_COMMAND, ID_ENABLE),
815 ? FXSEL(SEL_COMMAND, ID_DISABLE) : FXSEL(SEL_COMMAND, ID_ENABLE),
825 ? FXSEL(SEL_COMMAND, ID_DISABLE) : FXSEL(SEL_COMMAND, ID_ENABLE),
846 d->show(PLACEMENT_OWNER);
877 GUIApplicationWindow::onCmdNewOSG(
FXObject*, FXSelector,
void*) {
889 about->show(PLACEMENT_OWNER);
895 FXEvent*
event = (FXEvent*)ptr;
897 setDNDData(FROM_CLIPBOARD, event->target,
string);
954 if (ec->
myNet != 0) {
956 std::map<int, TraCIServer::CmdExecutor> execs;
971 if (ec->
myNet == 0) {
1007 std::string settingsName = settings.
addSettings(view);
1023 setTitle(
"SUMO Traffic Light Game");
1033 getApp()->endWaitCursor();
1068 FXMessageBox::warning(
this, MBOX_OK,
"Simulation ended",
"%s", text.c_str());
1076 getApp()->beginWaitCursor();
1094 myStatusbar->getStatusLine()->setText(
"No simulation loaded!");
1098 FXuint opts = MDI_TRACKING;
1164 return getApp()->getDefaultCursor(DEF_ARROW_CURSOR);
1182 myStatusbar->getStatusLine()->setText(text.c_str());
1183 myStatusbar->getStatusLine()->setNormalText(text.c_str());
1190 const bool hideFraction =
myAmGaming || fmod(
TS, 1.) == 0.;
1191 const int BuffSize = 100;
1192 char buffer[BuffSize];
1194 const int hours = (
int)fracSeconds / 3600;
1195 const int minutes = ((
int)fracSeconds % 3600) / 60;
1196 fracSeconds = fracSeconds - 3600 * hours - 60 * minutes;
1197 const std::string format = (hideFraction ?
1198 "%02d-%02d-%02.0f" :
"%02d-%02d-%06.3f");
1199 snprintf(buffer, BuffSize, format.c_str(), hours, minutes, fracSeconds);
1201 const std::string format = (hideFraction ?
1202 "%13.0f" :
"%13.3f");
1203 snprintf(buffer, BuffSize, format.c_str(), fracSeconds);
std::vector< FXMainWindow * > myTrackerWindows
Event sent when the the simulation is over.
FXLabel * myGeoCoordinate
virtual ~GUIApplicationWindow()
Destructor.
GUILoadThread * myLoadThread
GUICompleteSchemeStorage gSchemeStorage
long onCmdStep(FXObject *, FXSelector, void *)
Called on "step".
static std::string clipped
void handleEvent_SimulationLoaded(GUIEvent *e)
long onCmdReload(FXObject *, FXSelector, void *)
Called on reload.
virtual bool simulationIsStepable() const
std::string addSettings(GUISUMOAbstractView *view=0) const
Adds the parsed settings to the global list of settings.
MSNet::SimulationState getReason() const
Returns the reason the simulation has ended due.
The Simulation execution thread.
SUMOTime myAlternateSimDelay
The alternate simulation delay for toggling.
send when a message occured
FXSplitter * myMainSplitter
The splitter that divides the main window into vies and the log window.
virtual bool init(GUINet *net, SUMOTime start, SUMOTime end)
initialises the thread with the new simulation
long onUpdOpenRecent(FXObject *, FXSelector, void *)
Determines whether opening a recent file is enabled.
const std::string & getViewType() const
Returns the parsed view type.
long onCmdEditChosen(FXObject *, FXSelector, void *)
Called on menu Edit->Edit Chosen.
MFXEventQue myEvents
List of got requests.
const bool myOsgView
whether to load the OpenSceneGraph view
const std::string & getMsg() const
Returns the message.
void load(const std::string &file, bool isNet)
begins the loading of the given file
FXToolBarShell * myToolBarDrag4
long onUpdStop(FXObject *, FXSelector, void *)
Determines whether "stop" is enabled.
long onClipboardRequest(FXObject *sender, FXSelector sel, void *ptr)
Somebody wants our clipped text.
virtual void setValue(FXdouble value)
Change current value.
void setNumberFormat(FXint prec, FXbool bExp=FALSE)
virtual bool simulationIsStartable() const
static bool gRunAfterLoad
the simulation shall start direct after loading
std::string time2string(SUMOTime t)
Edit simulation breakpoints.
virtual void detach()
Detaches the tool/menu bar.
Editor for the list of chosen objects.
void setThickness(const FXint width)
set/get segment width - must be less than half the segment length
FXMenuPane * myLocatorMenu
Reload the previously loaded simulation.
FXGLVisual * myGLVisual
The gl-visual used.
GUISUMOAbstractView * openNewView(GUISUMOViewParent::ViewType vt=GUISUMOViewParent::VIEW_2D_OPENGL)
long onCmdLocate(FXObject *, FXSelector, void *)
locator-callback
long onCmdStop(FXObject *, FXSelector, void *)
Called on "stop".
const std::vector< SUMOTime > & getBreakpoints() const
Returns the parsed breakpoints.
FXString gCurrentFolder
The folder used as last.
#define CMD_SET_GUI_VARIABLE
Loads a file previously loaded.
SUMOTime getCurrentTimeStep() const
Returns the current simulation step (in s)
bool isGaming() const
return whether the gui is in gaming mode
const SUMOTime myBegin
the time the simulation shall start with
long onCmdNewView(FXObject *, FXSelector, void *)
Called if a new view shall be opened (2D view)
Locate junction - button.
long onUpdOpen(FXObject *, FXSelector, void *)
Determines whether opening is enabled.
virtual FXGLCanvas * getBuildGLCanvas() const
static bool processSet(TraCIServer &server, tcpip::Storage &inputStorage, tcpip::Storage &outputStorage)
Processes a set value command (Command 0xcc: Change GUI State)
const std::vector< GUISUMOAbstractView::Decal > & getDecals() const
Returns the parsed decals.
void addDecals(const std::vector< Decal > &decals)
FXDEFMAP(GUIDialog_AppSettings) GUIDialog_AppSettingsMap[]
FXToolBarShell * myToolBarDrag2
void setViewport(GUISUMOAbstractView *view) const
Sets the viewport which has been parsed.
FXMenuPane * myFileMenu
the submenus
void addSeparator()
Adds a a separator to this log window.
static std::vector< SUMOTime > gBreakpoints
List of breakpoints.
Application settings - menu entry.
virtual void create()
Creates the main window (required by FOX)
FXHorizontalFrame * myCartesianFrame
SUMOReal getDelay() const
Returns the parsed delay.
FXRecentFiles myRecentNets
List of recent nets.
const std::vector< std::string > mySettingsFiles
the name of the settings file to load
Editor for simulation breakpoints.
bool myAmGaming
information whether the gui is currently in gaming mode
bool myShowTimeAsHMS
whether to show time as hour:minute:second
void handleEvent_Message(GUIEvent *e)
std::vector< FXMDIChild * > mySubWindows
static void clearTextures()
clears loaded textures
GUIEventType getOwnType() const
returns the event type
long onCmdOpenRecent(FXObject *, FXSelector, void *)
Called on opening a recent file.
An error occured during the simulation step.
void setRange(FXdouble lo, FXdouble hi)
Change the spinner's range.
Locator configuration - menu entry.
void handleEvent_SimulationEnded(GUIEvent *e)
FXdouble getValue() const
Return current value.
Locate polygons - button.
std::string myConfigPattern
Input file pattern.
long onCmdEditBreakpoints(FXObject *, FXSelector, void *)
Called on menu Edit->Edit Breakpoints.
long onCmdStart(FXObject *, FXSelector, void *)
Called on "play".
long onCmdAppSettings(FXObject *, FXSelector, void *)
Opens the application settings menu (Settings->Application Settings...)
virtual void buildToolBars()
Builds the tool bar.
void setHorizontal(const FXint len)
set/get segment horizontal length - must be more than twice the segment width
FXMenuPane * mySettingsMenu
static void init(FXApp *a)
size_t myViewNumber
The current view number.
FXMDIMenu * myMDIMenu
The menu used for the MDI-windows.
void load(const std::string &file, bool isNet, bool isReload=false)
void setSnapshots(GUISUMOAbstractView *view) const
Makes a snapshot if it has been parsed.
void setVertical(const FXint len)
set/get segment vertical length - must be more than twice the segment width
FXToolBarShell * myMenuBarDrag
SUMOTime getCurrentSimTime() const
ViewType
Available view types.
virtual void eventOccured()
GUIRunThread * myRunThread
long onCmdListInternal(FXObject *, FXSelector, void *)
Toggle listing of internal structures.
Gaming mode - menu entry.
Perform a single simulation step.
long onUpdReload(FXObject *, FXSelector, void *)
Determines whether reloading is enabled.
long onCmdDelayToggle(FXObject *, FXSelector, void *)
Called on "delay toggle".
const std::string myFile
the name of the loaded file
FXToolBarShell * myToolBarDrag3
The application's "About" - dialog.
void setStatusBarText(const std::string &)
The Simulation delay control.
long onCmdAbout(FXObject *, FXSelector, void *)
Shows the about dialog.
#define CMD_GET_GUI_VARIABLE
FXCursor * getDefaultCursor()
long onCmdClose(FXObject *, FXSelector, void *)
Called on menu File->Close.
void saveViewport(const SUMOReal x, const SUMOReal y, const SUMOReal zoom)
Makes the given viewport the default.
send when a error occured
void dependentBuild(bool game)
void setTarget(FXObject *tgt)
set the target
bool myListInternal
information whether the locator should list internal structures
std::string toString(const T &t, std::streamsize accuracy=OUTPUT_ACCURACY)
virtual bool simulationIsStopable() const
The dialog to change the application (gui) settings.
Send when the simulation is over; The reason and the time step are stored within the event...
long onCmdClearMsgWindow(FXObject *, FXSelector, void *)
Called if the message window shall be cleared.
virtual void fillMenuBar()
Builds the menu bar.
Open a new microscopic 3D view.
A single child window which contains a view of the simulation area.
static bool gQuitOnEnd
the window shall be closed when the simulation has ended
long onCmdGaming(FXObject *, FXSelector, void *)
Toggle gaming mode.
FXStatusBar * myStatusbar
The status bar.
void appendText(GUIEventType eType, const std::string &msg)
Adds new text to the window.
void unlock()
release mutex lock
FXMenuBar * myMenuBar
The application menu bar.
FXMenuPane * myWindowsMenu
FXToolBarShell * myToolBarDrag5
FXGLCanvas * getBuildGLCanvas() const
static void openSocket(const std::map< int, CmdExecutor > &execs)
Initialises the server.
Locate addtional structure - button.
long onCmdOpenConfiguration(FXObject *, FXSelector, void *)
Called on menu File->Open Configuration.
long onRunThreadEvent(FXObject *, FXSelector, void *)
Called on an event from the simulation thread.
void setGroove(const FXint width)
set/get groove width - must be less than segment width
FXLabel * myCartesianCoordinate
Labels for the current cartesian and geo-coordinate.
void prepareDestruction()
MFXMutex myTrackerLock
A lock to make the removal and addition of trackers secure.
void setSelector(FXSelector sel)
set the selector
void updateTimeLCD(const SUMOTime time)
updates the simulation time display
long onUpdAddView(FXObject *, FXSelector, void *)
Determines whether adding a view is enabled.
long onCmdLocate(FXObject *, FXSelector, void *)
Called on menu commands from the Locator menu.
FXRealSpinDial * mySimDelayTarget
FXHorizontalFrame * myGeoFrame
FXRecentFiles myRecentConfigs
List of recent config files.
void create()
Creates the widget (and the icons)
void clear()
Clears the list of selected objects.
FXToolBarShell * myToolBarDrag1
for some menu detaching fun
FXEX::FXThreadEvent myLoadThreadEvent
io-event with the load-thread
FXEX::FXThreadEvent myRunThreadEvent
io-event with the run-thread
toogle delay between alternative value
FXMDIClient * myMDIClient
The multi view panel.
send when a simulation has been loaded
bool simulationAvailable() const
send when a warning occured
FXToolBar * myToolBar1
The application tool bar.
long onCmdOpenNetwork(FXObject *, FXSelector, void *)
Called on menu File->Open Network.
long onUpdNeedsSimulation(FXObject *, FXSelector, void *)
Determines whether some buttons which require an active simulation may be shown.
SUMOTime getTimeStep() const
Returns the time step the simulation has ended at.
void setIncrements(FXdouble fine, FXdouble norm, FXdouble coarse)
Change all spinner increment.
static const bool gUseMesoSim
An XML-handler for visualisation schemes.
static std::string getStateMessage(SimulationState state)
Returns the message to show if a certain state occurs.
static FXString getTitleText(const FXString &appname, FXString filename="")
Returns the title text in dependance to an optional file name.
long onLoadThreadEvent(FXObject *, FXSelector, void *)
Called on an event from the loading thread.
virtual GUISUMOAbstractView * init(FXGLCanvas *share, GUINet &net, ViewType type)
"Initialises" this window by building the contents
void setText(FXString lbl)
manipulate text in LCD label
GUIMessageWindow * myMessageWindow
A window to display messages, warnings and error in.
const SUMOTime myEnd
the time the simulation shall end with
void clear()
Clears the window.
bool myAmLoading
information whether the gui is currently loading and the load-options shall be greyed out ...
long onCmdTimeToggle(FXObject *, FXSelector, void *)
Called on "time toggle".
void handleEvent_SimulationStep(GUIEvent *e)
FXEX::FXLCDLabel * myLCDLabel
the simulation step display
FXMenuPane * myControlMenu
GUISelectedStorage gSelected
A global holder of selected objects.
A logging window for the gui.
static bool processGet(TraCIServer &server, tcpip::Storage &inputStorage, tcpip::Storage &outputStorage)
Processes a get value command (Command 0xac: Get GUI Variable)
send when a simulation step has been performed
long onUpdStep(FXObject *, FXSelector, void *)
Determines whether "step" is enabled.
Open a new microscopic view.
static FXIcon * getIcon(GUIIcon which)
long onCmdQuit(FXObject *, FXSelector, void *)
Called by FOX if the application shall be closed.
GUINet * myNet
the loaded net
virtual void addToWindowsMenu(FXMenuPane *)
long onUpdStart(FXObject *sender, FXSelector, void *ptr)
Determines whether "play" is enabled.
The main window of the SUMO-gui.