 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
18 #ifndef GUIDialog_GLChosenEditor_h
19 #define GUIDialog_GLChosenEditor_h
81 long onCmdLoad(FXObject*, FXSelector,
void*);
92 long onCmdSave(FXObject*, FXSelector,
void*);
106 long onCmdClear(FXObject*, FXSelector,
void*);
112 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.