![]() |
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/GLHelper.h>
#include <utils/gui/div/GUIDesigns.h>
#include <utils/gui/globjects/GLIncludes.h>
#include <utils/gui/windows/GUIAppEnum.h>
#include "GNEFrameModuls.h"
Go to the source code of this file.
Functions | |
FXDEFMAP (GNEFrameModuls::DemandElementSelector) DemandElementSelectorMap[] | |
FXDEFMAP (GNEFrameModuls::DrawingShape) DrawingShapeMap[] | |
FXDEFMAP (GNEFrameModuls::HierarchicalElementTree) HierarchicalElementTreeMap[] | |
FXDEFMAP (GNEFrameModuls::OverlappedInspection) OverlappedInspectionMap[] | |
FXDEFMAP (GNEFrameModuls::PathCreator) PathCreatorMap[] | |
FXDEFMAP (GNEFrameModuls::TagSelector) TagSelectorMap[] | |
Definition in file GNEFrameModuls.cpp.
FXDEFMAP | ( | GNEFrameModuls::DemandElementSelector | ) |
FXDEFMAP | ( | GNEFrameModuls::DrawingShape | ) |
FXDEFMAP | ( | GNEFrameModuls::HierarchicalElementTree | ) |
References MID_GNE_ACHIERARCHY_MOVEDOWN, MID_GNE_ACHIERARCHY_MOVEUP, MID_GNE_ACHIERARCHY_SHOWCHILDMENU, MID_GNE_CENTER, MID_GNE_DELETE, MID_GNE_INSPECT, GNEFrameModuls::HierarchicalElementTree::onCmdCenterItem(), GNEFrameModuls::HierarchicalElementTree::onCmdDeleteItem(), GNEFrameModuls::HierarchicalElementTree::onCmdInspectItem(), GNEFrameModuls::HierarchicalElementTree::onCmdMoveItemDown(), GNEFrameModuls::HierarchicalElementTree::onCmdMoveItemUp(), and GNEFrameModuls::HierarchicalElementTree::onCmdShowChildMenu().
FXDEFMAP | ( | GNEFrameModuls::OverlappedInspection | ) |
References MID_GNE_OVERLAPPED_ITEMSELECTED, MID_GNE_OVERLAPPED_NEXT, MID_GNE_OVERLAPPED_PREVIOUS, MID_GNE_OVERLAPPED_SHOWLIST, MID_HELP, GNEFrameModuls::OverlappedInspection::onCmdListItemSelected(), GNEFrameModuls::OverlappedInspection::onCmdNextElement(), GNEFrameModuls::OverlappedInspection::onCmdOverlappingHelp(), GNEFrameModuls::OverlappedInspection::onCmdPreviousElement(), and GNEFrameModuls::OverlappedInspection::onCmdShowList().
FXDEFMAP | ( | GNEFrameModuls::PathCreator | ) |
References MID_GNE_EDGEPATH_ABORT, MID_GNE_EDGEPATH_FINISH, MID_GNE_EDGEPATH_REMOVELAST, MID_GNE_EDGEPATH_SHOWCANDIDATES, GNEFrameModuls::PathCreator::onCmdAbortPathCreation(), GNEFrameModuls::PathCreator::onCmdCreatePath(), GNEFrameModuls::PathCreator::onCmdRemoveLastElement(), and GNEFrameModuls::PathCreator::onCmdShowCandidateEdges().