51 FXLabel* neteditLabel =
new FXLabel(descriptionFrame,
"SUMO netedit " VERSION_STRING,
nullptr,
GUIDesignLabelAboutInfo);
53 new FXLabel(descriptionFrame,
"Network editor for Eclipse SUMO, the Simulation of Urban MObility",
nullptr,
GUIDesignLabelAboutInfo);
54 new FXLabel(descriptionFrame,
"Graphical editor for road networks and infrastructure.",
nullptr,
GUIDesignLabelAboutInfo);
58 std::string modules(HAVE_ENABLED);
59 while ((modules.size() > 0) && (modules.front() !=
' ')) {
60 modules.erase(modules.begin());
65 new FXLabel(
this,
"Copyright (C) 2001-2022 German Aerospace Center (DLR) and others.",
nullptr,
GUIDesignLabelAboutInfo);
66 new FXLabel(
this,
"This application is based on code provided by the Eclipse SUMO project.",
nullptr,
GUIDesignLabelAboutInfo);
67 new FXLabel(
this,
"These core components are available under the conditions of the Eclipse Public License v2.",
nullptr,
GUIDesignLabelAboutInfo);
86 FXDialogBox::create();
#define GUIDesignLabelIcon
design for label with icon
#define GUIDesignLabelCenter
label extended over frame without thick and with text justify to center
#define GUIDesignLabelAboutInfo
label extended over frame without thick and with text justify to left
#define GUIDesignAuxiliarHorizontalFrame
design for auxiliar (Without borders) horizontal frame used to pack another frames
#define GUIDesignDialogBox
#define GUIDesignButtonOK
#define GUIDesignHorizontalFrame
Horizontal frame extended over frame parent.
GNEAbout(FXWindow *parent)
Constructor.
void create()
Creates the widget.
FXFont * myHeadlineFont
Font for the widget.
static FXIcon * getIcon(const GUIIcon which)
returns a icon previously defined in the enum GUIIcon