Eclipse SUMO - Simulation of Urban MObility
GUIGlobalSelection.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
/****************************************************************************/
14
// A global holder of selected objects
15
/****************************************************************************/
16
17
18
// ===========================================================================
19
// included modules
20
// ===========================================================================
21
#include <
config.h
>
22
23
#include "
GUIGlobalSelection.h
"
24
#include <
utils/gui/globjects/GUIGlObjectStorage.h
>
25
#include <
utils/gui/div/GUISelectedStorage.h
>
26
27
#include <algorithm>
28
29
30
// ===========================================================================
31
// global variables definitions
32
// ===========================================================================
33
GUISelectedStorage
gSelected
;
34
35
36
37
/****************************************************************************/
38
GUISelectedStorage.h
GUIGlobalSelection.h
GUIGlObjectStorage.h
GUISelectedStorage
Storage for "selected" objects.
Definition:
GUISelectedStorage.h:69
gSelected
GUISelectedStorage gSelected
A global holder of selected objects.
Definition:
GUIGlobalSelection.cpp:33
config.h
src
utils
gui
div
GUIGlobalSelection.cpp
Generated on Sun Dec 13 2020 08:44:58 for Eclipse SUMO - Simulation of Urban MObility by
1.8.20