Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <utils/gui/div/GUIDesigns.h>
#include <utils/gui/windows/GUIAppEnum.h>
#include <utils/gui/windows/GUIMainWindow.h>
#include <utils/gui/windows/GUISUMOAbstractView.h>
#include <netedit/GNEUndoList.h>
#include "GUICursorDialog.h"
Go to the source code of this file.
Macros | |
#define | NUM_VISIBLE_ITEMS 10 |
Functions | |
FXDEFMAP (GUICursorDialog) GUICursorDialogMap[] | |
Definition in file GUICursorDialog.cpp.
#define NUM_VISIBLE_ITEMS 10 |
Definition at line 32 of file GUICursorDialog.cpp.
FXDEFMAP | ( | GUICursorDialog | ) |
References MID_CURSORDIALOG_DELETEELEMENT, MID_CURSORDIALOG_FRONT, MID_CURSORDIALOG_MOVEDOWN, MID_CURSORDIALOG_MOVEUP, MID_CURSORDIALOG_PROPERTIES, MID_CURSORDIALOG_SELECTELEMENT, MID_CURSORDIALOG_SETFRONTELEMENT, GUICursorDialog::onCmdDeleteElement(), GUICursorDialog::onCmdMoveListDown(), GUICursorDialog::onCmdMoveListUp(), GUICursorDialog::onCmdOpenPropertiesPopUp(), GUICursorDialog::onCmdProcessFront(), GUICursorDialog::onCmdSelectElement(), GUICursorDialog::onCmdSetFrontElement(), and GUICursorDialog::onCmdUnpost().