44 FXLabel* neteditLabel =
new FXLabel(descriptionFrame,
"SUMO netedit " VERSION_STRING,
nullptr,
GUIDesignLabelAboutInfo);
46 new FXLabel(descriptionFrame,
TL(
"Network editor for Eclipse SUMO, the Simulation of Urban MObility"),
nullptr,
GUIDesignLabelAboutInfo);
47 new FXLabel(descriptionFrame,
TL(
"Graphical editor for road networks and infrastructure."),
nullptr,
GUIDesignLabelAboutInfo);
51 std::string modules(HAVE_ENABLED);
52 while ((modules.size() > 0) && (modules.front() !=
' ')) {
53 modules.erase(modules.begin());
56 new FXLabel(descriptionFrame, std::string(
"SUMO_HOME: " + std::string(getenv(
"SUMO_HOME"))).c_str(),
nullptr,
GUIDesignLabelAboutInfo);
#define GUIDesignLabelIcon
design for label with icon
#define GUIDesignLabelAboutInfo
label extended over frame without thick and with text justify to left
#define GUIDesignLabel(justify)
GUIIcon
An enumeration of icons used by the gui applications.
void runInternalTest(const InternalTestStep::DialogArgument *dialogArgument)
run internal test
FXFont * myHeadlineFont
Font for the widget.
~GNEAboutDialog()
Destructor.
GNEAboutDialog(GNEApplicationWindow *applicationWindow)
Constructor.
The main window of Netedit.
FXVerticalFrame * myContentFrame
content frame
void openDialog(FXWindow *focusableElement=nullptr)
open dialog
OpenType
Open dialog type.
static FXIcon * getIcon(const GUIIcon which)
returns a icon previously defined in the enum GUIIcon
dialog arguments, used for certain modal dialogs that can not be edited using tab