Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <utils/foxtools/MFXDynamicLabel.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/elements/network/GNEConnection.h>
#include <netedit/frames/network/GNEConnectorFrame.h>
#include <netedit/frames/common/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().