55 new FXLabel(descriptionFrame,
"Network editor for Eclipse SUMO, the Simulation of Urban MObility",
nullptr,
GUIDesignLabelAboutInfo);
56 new FXLabel(descriptionFrame,
"Graphical editor for road networks and infrastructure.",
nullptr,
GUIDesignLabelAboutInfo);
61 while ((modules.size() > 0) && (modules.front() !=
' ')) {
62 modules.erase(modules.begin());
67 new FXLabel(
this,
"Copyright (C) 2001-2019 German Aerospace Center (DLR) and others.",
nullptr,
GUIDesignLabelAboutInfo);
68 new FXLabel(
this,
"This application is based on code provided by the Eclipse SUMO project.",
nullptr,
GUIDesignLabelAboutInfo);
69 new FXLabel(
this,
"These core components are available under the conditions of the Eclipse Public License v2.",
nullptr,
GUIDesignLabelAboutInfo);
88 FXDialogBox::create();
#define GUIDesignLabelAboutInfo
label extended over frame without thick and with text justify to left
#define GUIDesignHorizontalFrame
void create()
Creates the widget.
FXFont * myHeadlineFont
Font for the widget.
GNEDialog_About(FXWindow *parent)
Constructor.
#define GUIDesignLabelIcon
design for label with icon
#define GUIDesignAuxiliarHorizontalFrame
design for auxiliar (Without borders) horizontal frame used to pack another frames ...
#define GUIDesignLabelCenter
label extended over frame without thick and with text justify to center and height of 23 ...
#define GUIDesignDialogBox
#define GUIDesignButtonOK
~GNEDialog_About()
Destructor.
static FXIcon * getIcon(GUIIcon which)
returns a icon previously defined in the enum GUIIcon