![]() |
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 43 of file GUIDialog_AboutSUMO.h.
| GUIDialog_AboutSUMO::GUIDialog_AboutSUMO | ( | FXWindow * | parent | ) |
Constructor.
| [in] | parent | The parent window |
Definition at line 44 of file GUIDialog_AboutSUMO.cpp.
References GUIIconSubSys::getIcon(), GUIDesignAuxiliarHorizontalFrame, GUIDesignButtonOK, GUIDesignHorizontalFrame, GUIDesignLabelAboutInfo, GUIDesignLabelCenter, GUIDesignLabelIcon64x64noSpacing, HAVE_ENABLED, ICON_ACCEPT, ICON_DLR, ICON_SUMO, myHeadlineFont, and VERSION_STRING.
| GUIDialog_AboutSUMO::~GUIDialog_AboutSUMO | ( | ) |
| void GUIDialog_AboutSUMO::create | ( | ) |
Creates the widget.
Definition at line 83 of file GUIDialog_AboutSUMO.cpp.
Referenced by GUIApplicationWindow::onCmdAbout().
|
private |
Font for the widget.
Definition at line 58 of file GUIDialog_AboutSUMO.h.
Referenced by GUIDialog_AboutSUMO(), and ~GUIDialog_AboutSUMO().