Eclipse 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-2019 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>
27 #include "GUIManipulator.h"
28 #include <gui/GUIGlobals.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 
46 
47 
48 /****************************************************************************/
49 
GUIDesigns.h
GUIManipulator.h
GUIGlobals.h
GUIApplicationWindow.h
GUIMainWindow
Definition: GUIMainWindow.h:47
GUIManipulator
Definition: GUIManipulator.h:43
config.h
GUIManipulator::~GUIManipulator
virtual ~GUIManipulator()
Destructor.
Definition: GUIManipulator.cpp:45
GUIDesignDialogBox
#define GUIDesignDialogBox
Definition: GUIDesigns.h:449