Eclipse SUMO - Simulation of Urban MObility
GNEUndoListDialog::GUIRow Class Reference

row used for show GUI row elements More...

#include <GNEUndoListDialog.h>

Collaboration diagram for GNEUndoListDialog::GUIRow:
[legend]

Public Member Functions

void checkRow ()
 check row and set background green More...
 
int getIndex () const
 get index More...
 
const FXRadioButton * getRadioButton () const
 get radio button (read only) More...
 
 GUIRow (GNEUndoListDialog *undoListDialog, FXVerticalFrame *mainFrame, MFXStaticToolTip *staticToolTip)
 constructor More...
 
void setBlueBackground ()
 set blue background More...
 
void setRedBackground ()
 set red background More...
 
void update (const UndoListRow &row)
 update row More...
 
 ~GUIRow ()
 destructor More...
 

Private Attributes

FXLabel * myIcon = nullptr
 label with icon More...
 
int myIndex = 0
 index More...
 
FXRadioButton * myRadioButton
 radioButton More...
 
MFXTextFieldTooltipmyTextFieldDescription = nullptr
 textField description More...
 
FXTextField * myTextFieldTimeStamp = nullptr
 textField timeStamp More...
 

Detailed Description

row used for show GUI row elements

Definition at line 105 of file GNEUndoListDialog.h.

Constructor & Destructor Documentation

◆ GUIRow()

GNEUndoListDialog::GUIRow::GUIRow ( GNEUndoListDialog undoListDialog,
FXVerticalFrame *  mainFrame,
MFXStaticToolTip staticToolTip 
)

◆ ~GUIRow()

GNEUndoListDialog::GUIRow::~GUIRow ( )

destructor

Definition at line 225 of file GNEUndoListDialog.cpp.

Member Function Documentation

◆ checkRow()

void GNEUndoListDialog::GUIRow::checkRow ( )

check row and set background green

Definition at line 281 of file GNEUndoListDialog.cpp.

◆ getIndex()

int GNEUndoListDialog::GUIRow::getIndex ( ) const

get index

Definition at line 255 of file GNEUndoListDialog.cpp.

◆ getRadioButton()

const FXRadioButton * GNEUndoListDialog::GUIRow::getRadioButton ( ) const

get radio button (read only)

Definition at line 261 of file GNEUndoListDialog.cpp.

◆ setBlueBackground()

void GNEUndoListDialog::GUIRow::setBlueBackground ( )

set blue background

Definition at line 274 of file GNEUndoListDialog.cpp.

◆ setRedBackground()

void GNEUndoListDialog::GUIRow::setRedBackground ( )

set red background

Definition at line 267 of file GNEUndoListDialog.cpp.

◆ update()

Field Documentation

◆ myIcon

FXLabel* GNEUndoListDialog::GUIRow::myIcon = nullptr
private

label with icon

Definition at line 140 of file GNEUndoListDialog.h.

◆ myIndex

int GNEUndoListDialog::GUIRow::myIndex = 0
private

index

Definition at line 137 of file GNEUndoListDialog.h.

◆ myRadioButton

FXRadioButton* GNEUndoListDialog::GUIRow::myRadioButton
private

radioButton

Definition at line 134 of file GNEUndoListDialog.h.

◆ myTextFieldDescription

MFXTextFieldTooltip* GNEUndoListDialog::GUIRow::myTextFieldDescription = nullptr
private

textField description

Definition at line 143 of file GNEUndoListDialog.h.

◆ myTextFieldTimeStamp

FXTextField* GNEUndoListDialog::GUIRow::myTextFieldTimeStamp = nullptr
private

textField timeStamp

Definition at line 146 of file GNEUndoListDialog.h.


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