Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
GNEAbout.h
Go to the documentation of this file.
1
/****************************************************************************/
2
// Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.dev/sumo
3
// Copyright (C) 2001-2025 German Aerospace Center (DLR) and others.
4
// This program and the accompanying materials are made available under the
5
// terms of the Eclipse Public License 2.0 which is available at
6
// https://www.eclipse.org/legal/epl-2.0/
7
// This Source Code may also be made available under the following Secondary
8
// Licenses when the conditions for such availability set forth in the Eclipse
9
// Public License 2.0 are satisfied: GNU General Public License, version 2
10
// or later which is available at
11
// https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
12
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
13
/****************************************************************************/
18
// The "About" - dialog for netedit, (adapted from GUIDialog_AboutSUMO)
19
/****************************************************************************/
20
#pragma once
21
#include <config.h>
22
23
#include <
utils/foxtools/MFXDialogBox.h
>
24
#include <
utils/foxtools/fxheader.h
>
25
26
// ===========================================================================
27
// class definitions
28
// ===========================================================================
29
30
class
GNEAbout
:
public
MFXDialogBox
{
31
32
public
:
34
GNEAbout
(FXWindow* parent);
35
37
~GNEAbout
();
38
40
void
runInternalTest
(
const
InternalTestStep::DialogTest
* dialogTest);
41
43
void
create
();
44
45
private
:
47
FXFont*
myHeadlineFont
;
48
};
MFXDialogBox.h
GNEAbout
Definition
GNEAbout.h:30
GNEAbout::runInternalTest
void runInternalTest(const InternalTestStep::DialogTest *dialogTest)
run internal test
Definition
GNEAbout.cpp:94
GNEAbout::~GNEAbout
~GNEAbout()
Destructor.
Definition
GNEAbout.cpp:88
GNEAbout::create
void create()
Creates the widget.
Definition
GNEAbout.cpp:83
GNEAbout::myHeadlineFont
FXFont * myHeadlineFont
Font for the widget.
Definition
GNEAbout.h:47
InternalTestStep::DialogTest
dialog arguments (used for certain functions that opens modal dialogs)
Definition
InternalTestStep.h:47
MFXDialogBox
Definition
MFXDialogBox.h:31
fxheader.h
src
netedit
dialogs
GNEAbout.h
Generated on Wed Jul 30 2025 00:12:34 for Eclipse SUMO - Simulation of Urban MObility by
1.9.8