![]() |
SUMO - Simulation of Urban MObility
|
The application's "About" - dialog. More...
#include <GNEDialog_About.h>
Public Member Functions | |
void | create () |
Creates the widget (and the icons) More... | |
GNEDialog_About (FXWindow *parent) | |
Constructor. More... | |
~GNEDialog_About () | |
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 43 of file GNEDialog_About.h.
GNEDialog_About::GNEDialog_About | ( | FXWindow * | parent | ) |
Constructor.
[in] | parent | The parent window |
Definition at line 101 of file GNEDialog_About.cpp.
References dlr_icon, GUIIconSubSys::getIcon(), HAVE_ENABLED, ICON_NETEDIT, myDLRIcon, myHeadlineFont, and VERSION_STRING.
GNEDialog_About::~GNEDialog_About | ( | ) |
Destructor.
Definition at line 137 of file GNEDialog_About.cpp.
References myDLRIcon, and myHeadlineFont.
void GNEDialog_About::create | ( | ) |
Creates the widget (and the icons)
Definition at line 131 of file GNEDialog_About.cpp.
References myDLRIcon.
Referenced by GNEApplicationWindow::onCmdAbout().
|
private |
Icons for the widget.
Definition at line 59 of file GNEDialog_About.h.
Referenced by create(), GNEDialog_About(), and ~GNEDialog_About().
|
private |
Font for the widget.
Definition at line 62 of file GNEDialog_About.h.
Referenced by GNEDialog_About(), and ~GNEDialog_About().