Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
GNEAboutDialog.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 "
GNEDialog.h
"
24
25
// ===========================================================================
26
// class definitions
27
// ===========================================================================
28
29
class
GNEAboutDialog
:
public
GNEDialog
{
30
31
public
:
33
GNEAboutDialog
(
GNEApplicationWindow
* applicationWindow);
34
36
~GNEAboutDialog
();
37
39
void
runInternalTest
(
const
InternalTestStep::DialogArgument
* dialogArgument);
40
41
private
:
43
FXFont*
myHeadlineFont
;
44
46
GNEAboutDialog
(
const
GNEAboutDialog
&) =
delete
;
47
49
GNEAboutDialog
&
operator=
(
const
GNEAboutDialog
& src) =
delete
;
50
};
GNEDialog.h
GNEAboutDialog
Definition
GNEAboutDialog.h:29
GNEAboutDialog::runInternalTest
void runInternalTest(const InternalTestStep::DialogArgument *dialogArgument)
run internal test
Definition
GNEAboutDialog.cpp:76
GNEAboutDialog::myHeadlineFont
FXFont * myHeadlineFont
Font for the widget.
Definition
GNEAboutDialog.h:43
GNEAboutDialog::GNEAboutDialog
GNEAboutDialog(const GNEAboutDialog &)=delete
Invalidated copy constructor.
GNEAboutDialog::~GNEAboutDialog
~GNEAboutDialog()
Destructor.
Definition
GNEAboutDialog.cpp:70
GNEAboutDialog::operator=
GNEAboutDialog & operator=(const GNEAboutDialog &src)=delete
Invalidated assignment operator.
GNEApplicationWindow
Definition
GNEApplicationWindow.h:41
GNEDialog
Definition
GNEDialog.h:38
InternalTestStep::DialogArgument
dialog arguments, used for certain modal dialogs that can not be edited using tab
Definition
InternalTestStep.h:48
src
netedit
dialogs
GNEAboutDialog.h
Generated on Fri Dec 19 2025 00:11:39 for Eclipse SUMO - Simulation of Urban MObility by
1.9.8