Eclipse SUMO - Simulation of Urban MObility
|
The application's "About" - dialog. More...
#include <GUIDialog_AboutSUMO.h>
Public Member Functions | |
void | create () |
Creates the widget. | |
GUIDialog_AboutSUMO (FXWindow *parent) | |
Constructor. | |
~GUIDialog_AboutSUMO () | |
Destructor. | |
Private Attributes | |
FXFont * | myHeadlineFont |
Font for the widget. | |
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, GUIDesigns::buildFXButton(), GUIIconSubSys::getIcon(), GUIDesignAuxiliarHorizontalFrame, GUIDesignButtonOK, GUIDesignHorizontalFrame, GUIDesignLabel, GUIDesignLabelAboutInfo, GUIDesignLabelIcon, myHeadlineFont, SUMO_LOGO, SUMO_MINI, TL, and TLF.
GUIDialog_AboutSUMO::~GUIDialog_AboutSUMO | ( | ) |
void GUIDialog_AboutSUMO::create | ( | ) |
Creates the widget.
Definition at line 80 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().