Eclipse SUMO - Simulation of Urban MObility
GNEDialog_About.h
Go to the documentation of this file.
1 /****************************************************************************/
2 // Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.org/sumo
3 // Copyright (C) 2001-2019 German Aerospace Center (DLR) and others.
4 // This program and the accompanying materials
5 // are made available under the terms of the Eclipse Public License v2.0
6 // which accompanies this distribution, and is available at
7 // http://www.eclipse.org/legal/epl-v20.html
8 // SPDX-License-Identifier: EPL-2.0
9 /****************************************************************************/
15 // The "About" - dialog for NETEDIT, (adapted from GUIDialog_AboutSUMO)
16 /****************************************************************************/
17 #ifndef GNEDialog_About_h
18 #define GNEDialog_About_h
19 
20 
21 // ===========================================================================
22 // included modules
23 // ===========================================================================
24 #include <config.h>
25 
26 #include <fx.h>
27 
28 
29 // ===========================================================================
30 // class definitions
31 // ===========================================================================
36 class GNEDialog_About : public FXDialogBox {
37 public:
41  GNEDialog_About(FXWindow* parent);
42 
45 
47  void create();
48 
49 private:
51  FXFont* myHeadlineFont;
52 };
53 
54 
55 #endif
56 
57 /****************************************************************************/
58 
GNEDialog_About::myHeadlineFont
FXFont * myHeadlineFont
Font for the widget.
Definition: GNEDialog_About.h:51
GNEDialog_About::~GNEDialog_About
~GNEDialog_About()
Destructor.
Definition: GNEDialog_About.cpp:92
GNEDialog_About
The application's "About" - dialog.
Definition: GNEDialog_About.h:36
GNEDialog_About::create
void create()
Creates the widget.
Definition: GNEDialog_About.cpp:87
config.h
GNEDialog_About::GNEDialog_About
GNEDialog_About(FXWindow *parent)
Constructor.
Definition: GNEDialog_About.cpp:39