![]() |
Eclipse SUMO - Simulation of Urban MObility
|
The application's "About" - dialog. More...
#include <GNEAbout.h>
Public Member Functions | |
void | create () |
Creates the widget. More... | |
GNEAbout (FXWindow *parent) | |
Constructor. More... | |
~GNEAbout () | |
Destructor. More... | |
Private Attributes | |
FXFont * | myHeadlineFont |
Font for the widget. More... | |
The application's "About" - dialog.
Definition at line 35 of file GNEAbout.h.
GNEAbout::GNEAbout | ( | FXWindow * | parent | ) |
Constructor.
[in] | parent | The parent window |
Definition at line 38 of file GNEAbout.cpp.
References GUIIconSubSys::getIcon(), GUIDesignAuxiliarHorizontalFrame, GUIDesignButtonOK, GUIDesignHorizontalFrame, GUIDesignLabelAboutInfo, GUIDesignLabelCenter, GUIDesignLabelIcon, HAVE_ENABLED, ICON_ACCEPT, ICON_NETEDIT, ICON_SUMO_LOGO, myHeadlineFont, VERSION_STRING, and WRITE_DEBUG.
GNEAbout::~GNEAbout | ( | ) |
void GNEAbout::create | ( | ) |
Creates the widget.
Definition at line 86 of file GNEAbout.cpp.
Referenced by GNEApplicationWindow::onCmdAbout().
|
private |
Font for the widget.
Definition at line 50 of file GNEAbout.h.
Referenced by GNEAbout(), and ~GNEAbout().