![]() |
Eclipse SUMO - Simulation of Urban MObility
|
The application's "About" - dialog. More...
#include <GNEAbout.h>
Public Member Functions | |
| void | create () |
| Creates the widget. | |
| GNEAbout (FXWindow *parent) | |
| Constructor. | |
| ~GNEAbout () | |
| Destructor. | |
Private Attributes | |
| FXFont * | myHeadlineFont |
| Font for the widget. | |
The application's "About" - dialog.
Definition at line 33 of file GNEAbout.h.
| GNEAbout::GNEAbout | ( | FXWindow * | parent | ) |
Constructor.
| [in] | parent | The parent window |
Definition at line 37 of file GNEAbout.cpp.
References ACCEPT, GUIIconSubSys::getIcon(), GUIDesignAuxiliarHorizontalFrame, GUIDesignButtonOK, GUIDesignHorizontalFrame, GUIDesignLabel, GUIDesignLabelAboutInfo, GUIDesignLabelIcon, myHeadlineFont, NETEDIT_MINI, SUMO_LOGO, TL, and WRITE_DEBUG.
| GNEAbout::~GNEAbout | ( | ) |
| void GNEAbout::create | ( | ) |
Creates the widget.
Definition at line 85 of file GNEAbout.cpp.
Referenced by GNEApplicationWindow::onCmdAbout().
|
private |
Font for the widget.
Definition at line 48 of file GNEAbout.h.
Referenced by GNEAbout(), and ~GNEAbout().