 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
18 #ifndef GUIDialog_Breakpoints_h
19 #define GUIDialog_Breakpoints_h
63 long onCmdLoad(FXObject*, FXSelector,
void*);
66 long onCmdSave(FXObject*, FXSelector,
void*);
void show()
sets the focus after the window is created
long onCmdLoad(FXObject *, FXSelector, void *)
Called when the user presses the Load-button.
std::string encode2TXT()
Builds a text representation of the items in the list.
std::vector< SUMOTime > * myBreakpoints
List of breakpoints.
FXMutex * myBreakpointLock
Lock for modifying the list of breakpoints.
long onCmdClear(FXObject *, FXSelector, void *)
Called when the user presses the Clear-button.
~GUIDialog_Breakpoints()
Destructor.
long onCmdSave(FXObject *, FXSelector, void *)
Called when the user presses the Save-button.
FXTable * myTable
The list that holds the ids.
GUIDialog_Breakpoints()
FOX needs this.
Editor for simulation breakpoints.
void rebuildList()
Rebuilds the entire list.
long onCmdEditTable(FXObject *, FXSelector, void *)
Called when the table was changed.
long onCmdClose(FXObject *, FXSelector, void *)
Called when the user presses the Close-button.
GUIMainWindow * myParent
The parent window.