![]() |
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 37 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 GUIIconSubSys::getIcon(), GUIDesignAuxiliarHorizontalFrame, GUIDesignButtonOK, GUIDesignHorizontalFrame, GUIDesignLabelAboutInfo, GUIDesignLabelCenter, GUIDesignLabelIcon, HAVE_ENABLED, ICON_ACCEPT, ICON_SUMO_LOGO, ICON_SUMO_MINI, myHeadlineFont, and VERSION_STRING.
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 52 of file GUIDialog_AboutSUMO.h.
Referenced by GUIDialog_AboutSUMO(), and ~GUIDialog_AboutSUMO().