 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
17 #ifndef GUIDialog_GLChosenEditor_h
18 #define GUIDialog_GLChosenEditor_h
80 long onCmdLoad(FXObject*, FXSelector,
void*);
91 long onCmdSave(FXObject*, FXSelector,
void*);
105 long onCmdClear(FXObject*, FXSelector,
void*);
111 long onCmdClose(FXObject*, FXSelector,
void*);
long onCmdClear(FXObject *, FXSelector, void *)
Called when the user presses the Clear-button.
~GUIDialog_GLChosenEditor()
Destructor (Notifies both the parent and the storage about being destroyed)
GUIDialog_GLChosenEditor()
FOX needs this.
long onCmdDeselect(FXObject *, FXSelector, void *)
Called when the user presses the Deselect-button.
GUIMainWindow * myParent
The parent window.
GUISelectedStorage * myStorage
The storage.
void rebuildList()
Rebuilds the entire list.
long onCmdLoad(FXObject *, FXSelector, void *)
Called when the user presses the Load-button.
void selectionUpdated()
called when selection is updated
long onCmdClose(FXObject *, FXSelector, void *)
Called when the user presses the Close-button.
long onCmdSave(FXObject *, FXSelector, void *)
Called when the user presses the Save-button.
Storage for "selected" objects.
FXList * myList
The list that holds the ids.
Editor for the list of chosen objects.