SUMO - Simulation of Urban MObility
|
The application's "About" - dialog. More...
#include <GUIDialog_AboutSUMO.h>
Public Member Functions | |
void | create () |
Creates the widget (and the icons) More... | |
GUIDialog_AboutSUMO (FXWindow *parent, const char *name, int x, int y) | |
Constructor. More... | |
~GUIDialog_AboutSUMO () | |
Destructor. More... | |
Private Attributes | |
FXIcon * | myDLRIcon |
Icons for the widget. More... | |
FXFont * | myHeadlineFont |
Font for the widget. More... | |
The application's "About" - dialog.
Definition at line 44 of file GUIDialog_AboutSUMO.h.
GUIDialog_AboutSUMO::GUIDialog_AboutSUMO | ( | FXWindow * | parent, |
const char * | name, | ||
int | x, | ||
int | y | ||
) |
Constructor.
[in] | parent | The parent window |
[in] | name | The title to show |
[in] | x | x-position of the window to use |
[in] | y | y-position of the window to use |
Definition at line 102 of file GUIDialog_AboutSUMO.cpp.
References dlr_icon, getBuildName(), GUIIconSubSys::getIcon(), ICON_APP, myDLRIcon, myHeadlineFont, and VERSION_STRING.
GUIDialog_AboutSUMO::~GUIDialog_AboutSUMO | ( | ) |
Destructor.
Definition at line 138 of file GUIDialog_AboutSUMO.cpp.
References myDLRIcon, and myHeadlineFont.
void GUIDialog_AboutSUMO::create | ( | ) |
Creates the widget (and the icons)
Definition at line 132 of file GUIDialog_AboutSUMO.cpp.
References myDLRIcon.
Referenced by GUIApplicationWindow::onCmdAbout().
|
private |
Icons for the widget.
Definition at line 67 of file GUIDialog_AboutSUMO.h.
Referenced by create(), GUIDialog_AboutSUMO(), and ~GUIDialog_AboutSUMO().
|
private |
Font for the widget.
Definition at line 70 of file GUIDialog_AboutSUMO.h.
Referenced by GUIDialog_AboutSUMO(), and ~GUIDialog_AboutSUMO().