Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <netedit/GNEApplicationWindow.h>
#include <netedit/GNENet.h>
#include <netedit/GNEUndoList.h>
#include <netedit/GNEViewNet.h>
#include <netedit/GNEViewParent.h>
#include <netedit/changes/GNEChange_Children.h>
#include <netedit/elements/data/GNEDataInterval.h>
#include <netedit/elements/network/GNEConnection.h>
#include <netedit/elements/network/GNECrossing.h>
#include <netedit/frames/common/GNEInspectorFrame.h>
#include <utils/foxtools/MFXMenuHeader.h>
#include <utils/gui/div/GUIDesigns.h>
#include <utils/gui/windows/GUIAppEnum.h>
#include "GNEElementTree.h"
Go to the source code of this file.
Functions | |
FXDEFMAP (GNEElementTree) HierarchicalElementTreeMap[] | |
Definition in file GNEElementTree.cpp.
FXDEFMAP | ( | GNEElementTree | ) |
References MID_GNE_ACHIERARCHY_MOVEDOWN, MID_GNE_ACHIERARCHY_MOVEUP, MID_GNE_ACHIERARCHY_SHOWCHILDMENU, MID_GNE_CENTER, MID_GNE_DELETE, MID_GNE_INSPECT, GNEElementTree::onCmdCenterItem(), GNEElementTree::onCmdDeleteItem(), GNEElementTree::onCmdInspectItem(), GNEElementTree::onCmdMoveItemDown(), GNEElementTree::onCmdMoveItemUp(), and GNEElementTree::onCmdShowChildMenu().