Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
DialogType.h
Go to the documentation of this file.
1
/****************************************************************************/
2
// Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.dev/sumo
3
// Copyright (C) 2006-2026 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
// Enum of dialog types used by the internal test system to identify and
19
// drive dialogs from the netedit GUI. Lives in utils/tests because it
20
// forms the (test-driver <-> GUI dialog) contract; netedit includes it
21
// from here so that the test layer does not have to depend on netedit.
22
/****************************************************************************/
23
#pragma once
24
#include <config.h>
25
26
// ===========================================================================
27
// enumeration
28
// ===========================================================================
29
30
enum class
DialogType
{
31
ABOUT
,
32
ATTRIBUTECARRIER
,
33
BASIC_ERROR
,
34
BASIC_HELP
,
35
BASIC_INFORMATION
,
36
BASIC_WARNING
,
37
CALIBRATOR
,
38
COLOR
,
39
DISTRIBUTION_REF
,
40
FILE
,
41
FILEPATH
,
42
FIX_ADDITIONALELEMENTS
,
43
FIX_DEMANDELEMENTS
,
44
FIX_NETWORKELEMENTS
,
45
GEOMETRYPOINT
,
46
NETGENERATE
,
47
OPTIONS_NETEDIT
,
48
OPTIONS_NETGENERATE
,
49
OPTIONS_SUMO
,
50
OVERWRITE
,
51
PARAMETERS
,
52
PYTHON
,
53
QUESTION
,
54
REROUTER
,
55
REROUTERINTERVAL
,
56
RUN
,
57
SAVE
,
58
UNDOLIST
,
59
VCLASS
,
60
VSS
,
61
VTYPE
,
62
DEFAULT
63
};
DialogType
DialogType
Definition
DialogType.h:30
DialogType::COLOR
@ COLOR
DialogType::PYTHON
@ PYTHON
DialogType::FIX_DEMANDELEMENTS
@ FIX_DEMANDELEMENTS
DialogType::OVERWRITE
@ OVERWRITE
DialogType::DISTRIBUTION_REF
@ DISTRIBUTION_REF
DialogType::FIX_NETWORKELEMENTS
@ FIX_NETWORKELEMENTS
DialogType::QUESTION
@ QUESTION
DialogType::ABOUT
@ ABOUT
DialogType::OPTIONS_NETGENERATE
@ OPTIONS_NETGENERATE
DialogType::UNDOLIST
@ UNDOLIST
DialogType::BASIC_HELP
@ BASIC_HELP
DialogType::BASIC_INFORMATION
@ BASIC_INFORMATION
DialogType::VSS
@ VSS
DialogType::BASIC_WARNING
@ BASIC_WARNING
DialogType::OPTIONS_SUMO
@ OPTIONS_SUMO
DialogType::DEFAULT
@ DEFAULT
DialogType::BASIC_ERROR
@ BASIC_ERROR
DialogType::RUN
@ RUN
DialogType::FILEPATH
@ FILEPATH
DialogType::VTYPE
@ VTYPE
DialogType::FILE
@ FILE
DialogType::VCLASS
@ VCLASS
DialogType::ATTRIBUTECARRIER
@ ATTRIBUTECARRIER
DialogType::FIX_ADDITIONALELEMENTS
@ FIX_ADDITIONALELEMENTS
DialogType::REROUTER
@ REROUTER
DialogType::NETGENERATE
@ NETGENERATE
DialogType::REROUTERINTERVAL
@ REROUTERINTERVAL
DialogType::OPTIONS_NETEDIT
@ OPTIONS_NETEDIT
DialogType::PARAMETERS
@ PARAMETERS
DialogType::GEOMETRYPOINT
@ GEOMETRYPOINT
DialogType::SAVE
@ SAVE
DialogType::CALIBRATOR
@ CALIBRATOR
src
utils
tests
DialogType.h
Generated on Sun Jun 28 2026 00:08:37 for Eclipse SUMO - Simulation of Urban MObility by
1.9.8