SUMO - Simulation of Urban MObility
GUIManipulator.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-2018 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
// Abstract GUI manipulation class
16
/****************************************************************************/
17
18
19
// ===========================================================================
20
// included modules
21
// ===========================================================================
22
#include <
config.h
>
23
24
#include <fx.h>
25
#include <string>
26
#include <
gui/GUIApplicationWindow.h
>
27
#include "
GUIManipulator.h
"
28
#include <
gui/GUIGlobals.h
>
29
#include <
utils/gui/div/GUIDesigns.h
>
30
31
32
// ===========================================================================
33
// FOX callback mapping
34
// ===========================================================================
35
FXIMPLEMENT(
GUIManipulator
, FXDialogBox, NULL, 0)
36
37
38
// ===========================================================================
39
// method definitions
40
// ===========================================================================
41
GUIManipulator
::
GUIManipulator
(
GUIMainWindow
& app, const std::
string
& name,
int
xpos,
int
ypos) :
42
FXDialogBox(&app, name.c_str(),
GUIDesignDialogBox
, xpos, ypos, 0, 0) {}
43
44
45
GUIManipulator::~GUIManipulator
() {}
46
47
48
/****************************************************************************/
49
GUIApplicationWindow.h
GUIGlobals.h
GUIMainWindow
Definition:
GUIMainWindow.h:48
GUIManipulator.h
config.h
GUIManipulator
Definition:
GUIManipulator.h:43
GUIManipulator::~GUIManipulator
virtual ~GUIManipulator()
Destructor.
Definition:
GUIManipulator.cpp:45
GUIDesignDialogBox
#define GUIDesignDialogBox
Definition:
GUIDesigns.h:410
GUIDesigns.h
src
gui
GUIManipulator.cpp
Generated on Sun Feb 3 2019 09:17:52 for SUMO - Simulation of Urban MObility by
1.8.13