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 text_)
 constructor More...
 

Data Fields

FXIcon * icon = nullptr
 icon associated with undo/redo operation More...
 
int index = 0
 index uses for count undo/redos More...
 
std::string text
 definition of undo/redo operation 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  text_ 
)

constructor

Definition at line 198 of file GNEUndoListDialog.cpp.

Field Documentation

◆ 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().

◆ text

std::string GNEUndoListDialog::UndoListRow::text

definition of undo/redo operation

Definition at line 98 of file GNEUndoListDialog.h.

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


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