Eclipse SUMO - Simulation of Urban MObility
GNEUndoListDialog::UndoListRow Struct Reference

#include <GNEUndoListDialog.h>

Public Member Functions

 UndoListRow (const int index_, FXIcon *icon_, const std::string description_, const std::string timestamp_)
 constructor More...
 

Data Fields

std::string description
 definition of undo/redo operation More...
 
FXIcon * icon = nullptr
 icon associated with undo/redo operation More...
 
int index = 0
 index uses for count undo/redos More...
 
std::string timestamp
 timestamp More...
 

Detailed Description

Definition at line 87 of file GNEUndoListDialog.h.

Constructor & Destructor Documentation

◆ UndoListRow()

GNEUndoListDialog::UndoListRow::UndoListRow ( const int  index_,
FXIcon *  icon_,
const std::string  description_,
const std::string  timestamp_ 
)

constructor

Definition at line 198 of file GNEUndoListDialog.cpp.

Field Documentation

◆ description

std::string GNEUndoListDialog::UndoListRow::description

definition of undo/redo operation

Definition at line 98 of file GNEUndoListDialog.h.

Referenced by GNEUndoListDialog::GUIRow::update().

◆ icon

FXIcon* GNEUndoListDialog::UndoListRow::icon = nullptr

icon associated with undo/redo operation

Definition at line 95 of file GNEUndoListDialog.h.

Referenced by GNEUndoListDialog::GUIRow::update().

◆ index

int GNEUndoListDialog::UndoListRow::index = 0

index uses for count undo/redos

Definition at line 92 of file GNEUndoListDialog.h.

Referenced by GNEUndoListDialog::GUIRow::update().

◆ timestamp

std::string GNEUndoListDialog::UndoListRow::timestamp

timestamp

Definition at line 101 of file GNEUndoListDialog.h.

Referenced by GNEUndoListDialog::GUIRow::update().


The documentation for this struct was generated from the following files: