Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
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

Data Fields

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

Detailed Description

Definition at line 59 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 146 of file GNEUndoListDialog.cpp.

References description, icon, index, and timestamp.

Field Documentation

◆ description

std::string GNEUndoListDialog::UndoListRow::description

definition of undo/redo operation

Definition at line 70 of file GNEUndoListDialog.h.

Referenced by UndoListRow(), and GNEUndoListDialog::GUIRow::update().

◆ icon

FXIcon* GNEUndoListDialog::UndoListRow::icon = nullptr

icon associated with undo/redo operation

Definition at line 67 of file GNEUndoListDialog.h.

Referenced by UndoListRow(), and GNEUndoListDialog::GUIRow::update().

◆ index

int GNEUndoListDialog::UndoListRow::index = 0

index uses for count undo/redos

Definition at line 64 of file GNEUndoListDialog.h.

Referenced by UndoListRow(), and GNEUndoListDialog::GUIRow::update().

◆ timestamp

std::string GNEUndoListDialog::UndoListRow::timestamp

timestamp

Definition at line 73 of file GNEUndoListDialog.h.

Referenced by UndoListRow(), and GNEUndoListDialog::GUIRow::update().


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