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