89 UndoListRow(
const int index_, FXIcon* icon_,
const std::string description_,
const std::string timestamp_);
The main window of Netedit.
row used for show GUI row elements
void checkRow()
check row and set background green
const FXRadioButton * getRadioButton() const
get radio button (read only)
MFXTextFieldTooltip * myTextFieldDescription
textField description
int getIndex() const
get index
void setBlueBackground()
set blue background
void setRedBackground()
set red background
FXTextField * myTextFieldTimeStamp
textField timeStamp
FXLabel * myIcon
label with icon
FXRadioButton * myRadioButton
radioButton
Dialog for edit rerouters.
void updateList()
FOX needs this.
long onCmdSelectRow(FXObject *, FXSelector, void *)
event after select row
~GNEUndoListDialog()
destructor
long onCmdClose(FXObject *, FXSelector, void *)
bool shown() const
check if dialog is shown
void setFocus()
Move the focus to this window.
GNEUndoListDialog & operator=(const GNEUndoListDialog &)=delete
Invalidated assignment operator.
GNEApplicationWindow * myGNEApp
pointer to GNEApplicationWindow
FXVerticalFrame * myRowFrame
frame for rows
std::vector< GUIRow * > myGUIRows
vector with rows
GNEUndoListDialog(const GNEUndoListDialog &)=delete
Invalidated copy constructor.
void recalcList()
recalc list destroying and creating rows
int index
index uses for count undo/redos
FXIcon * icon
icon associated with undo/redo operation
std::string timestamp
timestamp
std::string description
definition of undo/redo operation