![]() |
Eclipse SUMO - Simulation of Urban MObility
|
The application's "About" - dialog. More...
#include <GNEDialog_About.h>
Public Member Functions | |
void | create () |
Creates the widget. More... | |
GNEDialog_About (FXWindow *parent) | |
Constructor. More... | |
~GNEDialog_About () | |
Destructor. More... | |
Private Attributes | |
FXFont * | myHeadlineFont |
Font for the widget. More... | |
The application's "About" - dialog.
Definition at line 36 of file GNEDialog_About.h.
GNEDialog_About::GNEDialog_About | ( | FXWindow * | parent | ) |
Constructor.
[in] | parent | The parent window |
Definition at line 39 of file GNEDialog_About.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.
GNEDialog_About::~GNEDialog_About | ( | ) |
void GNEDialog_About::create | ( | ) |
Creates the widget.
Definition at line 87 of file GNEDialog_About.cpp.
Referenced by GNEApplicationWindow::onCmdAbout().
|
private |
Font for the widget.
Definition at line 51 of file GNEDialog_About.h.
Referenced by GNEDialog_About(), and ~GNEDialog_About().