SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GUIDialog_AboutSUMO Class Reference

The application's "About" - dialog. More...

#include <GUIDialog_AboutSUMO.h>

Inheritance diagram for GUIDialog_AboutSUMO:
FXDialogBox

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...
 

Detailed Description

The application's "About" - dialog.

Definition at line 44 of file GUIDialog_AboutSUMO.h.

Constructor & Destructor Documentation

GUIDialog_AboutSUMO::GUIDialog_AboutSUMO ( FXWindow *  parent,
const char *  name,
int  x,
int  y 
)

Constructor.

Parameters
[in]parentThe parent window
[in]nameThe title to show
[in]xx-position of the window to use
[in]yy-position of the window to use

Definition at line 101 of file GUIDialog_AboutSUMO.cpp.

References dlr_icon, GUIIconSubSys::getIcon(), ICON_APP, myDLRIcon, myHeadlineFont, and VERSION_STRING.

GUIDialog_AboutSUMO::~GUIDialog_AboutSUMO ( )

Destructor.

Definition at line 137 of file GUIDialog_AboutSUMO.cpp.

References myDLRIcon, and myHeadlineFont.

Member Function Documentation

void GUIDialog_AboutSUMO::create ( )

Creates the widget (and the icons)

Definition at line 131 of file GUIDialog_AboutSUMO.cpp.

References myDLRIcon.

Referenced by GUIApplicationWindow::onCmdAbout().

Field Documentation

FXIcon* GUIDialog_AboutSUMO::myDLRIcon
private

Icons for the widget.

Definition at line 67 of file GUIDialog_AboutSUMO.h.

Referenced by create(), GUIDialog_AboutSUMO(), and ~GUIDialog_AboutSUMO().

FXFont* GUIDialog_AboutSUMO::myHeadlineFont
private

Font for the widget.

Definition at line 70 of file GUIDialog_AboutSUMO.h.

Referenced by GUIDialog_AboutSUMO(), and ~GUIDialog_AboutSUMO().


The documentation for this class was generated from the following files: