45 FXIMPLEMENT(
GNEUndoListDialog, FXTopWindow, GNEUndoListDialogMap, ARRAYNUMBER(GNEUndoListDialogMap))
74 show(PLACEMENT_SCREEN);
86 return FXWindow::shown();
FXDEFMAP(GNEUndoListDialog) GNEUndoListDialogMap[]
@ MID_GNE_REROUTEDIALOG_ADD_INTERVAL
add interval
@ MID_GNE_UNDOLIST_UPDATE
update undolist
@ MID_GNE_BUTTON_ACCEPT
accept button
#define GUIDesignDialogBoxExplicit(width, height)
design for dialog box with specift width and height (for example, additional dialogs)
#define GUIDesignTreeListDinamicExpandHeight
treeListDinamic used in undoList
#define GUIDesignButtonAccept
Accept Button.
#define GUIDesignAuxiliarHorizontalFrame
design for auxiliar (Without borders) horizontal frame used to pack another frames
#define GUIDesignAuxiliarFrame
design for auxiliar (Without borders) frames used to pack another frames extended in all directions
#define GUIDesignHorizontalFrame
GUIIcon
An enumeration of icons used by the gui applications.
The main window of the Netedit.
GNEUndoList * getUndoList()
get pointer to undoList
const std::string getDescription() const
get description
bool end() const
check if iterator is at the end
FXIcon * getIcon() const
get icon
Dialog for edit rerouters.
void updateList()
update data table
~GNEUndoListDialog()
destructor
FXTreeListDinamic * myTreeListDinamic
tree list dinamic to show the elements to erase
long onCmdClose(FXObject *, FXSelector, void *)
void setFocus()
Move the focus to this window.
GNEApplicationWindow * myGNEApp
pointer to GNEApplicationWindow
long onCmdSelectElement(FXObject *, FXSelector, void *)
event after selecting an element in the undoredolist
static FXIcon * getIcon(const GUIIcon which)
returns a icon previously defined in the enum GUIIcon