![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <utils/gui/windows/GUIAppEnum.h>
#include <utils/gui/div/GUIDesigns.h>
#include <netedit/changes/GNEChange_Connection.h>
#include <netedit/GNEViewParent.h>
#include <netedit/GNEUndoList.h>
#include <netedit/GNENet.h>
#include <netedit/GNEViewNet.h>
#include <netedit/netelements/GNELane.h>
#include <netedit/netelements/GNEConnection.h>
#include <netedit/netelements/GNEEdge.h>
#include <netedit/netelements/GNEJunction.h>
#include <netedit/demandelements/GNEDemandElement.h>
#include "GNEConnectorFrame.h"
#include "GNESelectorFrame.h"
Go to the source code of this file.
Functions | |
FXDEFMAP (GNEConnectorFrame::ConnectionModifications) ConnectionModificationsMap[] | |
FXDEFMAP (GNEConnectorFrame::ConnectionOperations) ConnectionOperationsMap[] | |
Definition in file GNEConnectorFrame.cpp.
FXDEFMAP | ( | GNEConnectorFrame::ConnectionModifications | ) |
FXDEFMAP | ( | GNEConnectorFrame::ConnectionOperations | ) |
References MID_CHOOSEN_CLEAR, MID_CHOOSEN_RESET, MID_GNE_CONNECTORFRAME_SELECTCONFLICTS, MID_GNE_CONNECTORFRAME_SELECTDEADENDS, MID_GNE_CONNECTORFRAME_SELECTDEADSTARTS, MID_GNE_CONNECTORFRAME_SELECTPASS, GNEConnectorFrame::ConnectionOperations::onCmdClearSelectedConnections(), GNEConnectorFrame::ConnectionOperations::onCmdResetSelectedConnections(), GNEConnectorFrame::ConnectionOperations::onCmdSelectConflicts(), GNEConnectorFrame::ConnectionOperations::onCmdSelectDeadEnds(), GNEConnectorFrame::ConnectionOperations::onCmdSelectDeadStarts(), and GNEConnectorFrame::ConnectionOperations::onCmdSelectPass().