Eclipse SUMO - Simulation of Urban MObility
GNEToolNetDiff.cpp
Go to the documentation of this file.
1
/****************************************************************************/
2
// Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.org/sumo
3
// Copyright (C) 2001-2022 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
// Dialog for GNEToolNetDiff
19
/****************************************************************************/
20
21
22
#include "
GNEToolNetDiff.h
"
23
24
25
// ============================================-===============================
26
// member method definitions
27
// ===========================================================================
28
29
GNEToolNetDiff::GNEToolNetDiff
(
GNEApplicationWindow
* GNEApp) :
30
GNEToolDialog
(GNEApp,
"NetDiff"
, 300, 300) {
31
// build elements
32
new
GNEToolDialogElements::Separator
(
myContentFrame
,
"Input"
);
33
new
GNEToolDialogElements::FileNameArgument
(
myContentFrame
,
this
,
"source"
,
""
);
34
new
GNEToolDialogElements::FileNameArgument
(
myContentFrame
,
this
,
"destiny"
,
""
);
35
new
GNEToolDialogElements::Separator
(
myContentFrame
,
"Output"
);
36
new
GNEToolDialogElements::FileNameArgument
(
myContentFrame
,
this
,
"output"
,
""
);
37
// open as modal dialog
38
openAsModalDialog
();
39
}
40
41
42
GNEToolNetDiff::~GNEToolNetDiff
() {}
43
44
/****************************************************************************/
GNEToolNetDiff.h
GNEApplicationWindow
The main window of the Netedit.
Definition:
GNEApplicationWindow.h:39
GNEToolDialogElements::FileNameArgument
filename
Definition:
GNEToolDialogElements.h:80
GNEToolDialogElements::Separator
separator
Definition:
GNEToolDialogElements.h:109
GNEToolDialog
Abstract dialog for tools.
Definition:
GNEToolDialog.h:40
GNEToolDialog::myContentFrame
FXVerticalFrame * myContentFrame
vertical frame for contents
Definition:
GNEToolDialog.h:84
GNEToolDialog::openAsModalDialog
FXint openAsModalDialog(FXuint placement=PLACEMENT_CURSOR)
execute dialog as modal
Definition:
GNEToolDialog.cpp:127
GNEToolNetDiff::GNEToolNetDiff
GNEToolNetDiff(GNEApplicationWindow *GNEApp)
Constructor.
Definition:
GNEToolNetDiff.cpp:29
GNEToolNetDiff::~GNEToolNetDiff
~GNEToolNetDiff()
destructor
Definition:
GNEToolNetDiff.cpp:42
src
netedit
dialogs
tools
GNEToolNetDiff.cpp
Generated on Thu Dec 15 2022 12:57:18 for Eclipse SUMO - Simulation of Urban MObility by
1.9.4