![]() |
SUMO - Simulation of Urban MObility
|
#include <GNEViewNet.h>
Public Member Functions | |
void | abortOperation (bool clearSelection=true) |
abort current edition operation More... | |
void | addDecals (const std::vector< Decal > &decals) |
add decals More... | |
bool | autoSelectNodes () |
whether to autoselect nodes or to lanes More... | |
virtual void | buildViewToolBars (GUIGlChildWindow &) |
builds the view toolbars More... | |
virtual void | centerTo (GUIGlID id, bool applyZoom, double zoomDist=20) |
centers to the chosen artifact More... | |
void | centerTo (const Boundary &bound) |
centers to the chosen artifact More... | |
bool | changeAllPhases () const |
change all phases More... | |
virtual void | copyViewportTo (GUISUMOAbstractView *view) |
copy the viewport to the given view More... | |
void | destroyPopup () |
destoys the popup More... | |
GUIPerspectiveChanger & | getChanger () const |
get changer More... | |
FXComboBox & | getColoringSchemesCombo () |
get coloring schemes combo More... | |
EditMode | getCurrentEditMode () const |
get the current edit mode More... | |
double | getDelay () const |
Returns the delay of the parent application. More... | |
double | getGridHeight () const |
get grid Height More... | |
double | getGridWidth () const |
get grid width More... | |
GNENet * | getNet () const |
get the net object More... | |
Position | getPositionInformation () const |
Returns the cursor's x/y position within the network. More... | |
virtual GUIGlID | getTrackedID () const |
get tracked id More... | |
GNEUndoList * | getUndoList () const |
get the undoList object More... | |
GNEViewParent * | getViewParent () const |
get the net object More... | |
GUIDialog_EditViewport * | getViewportEditor () |
get the viewport and create it on first access More... | |
Boundary | getVisibleBoundary () const |
get visible boundary More... | |
GUIVisualizationSettings * | getVisualisationSettings () const |
get visualitation settings More... | |
GUIVisualizationSettings * | getVisualisationSettings () |
get visualisation settings More... | |
GNEViewNet (FXComposite *tmpParent, FXComposite *actualParent, GUIMainWindow &app, GNEViewParent *viewParent, GNENet *net, GNEUndoList *undoList, FXGLVisual *glVis, FXGLCanvas *share, FXToolBar *toolBar) | |
FOX-declaration. More... | |
void | hotkeyDel () |
handle del keypress More... | |
void | hotkeyEnter () |
handle enter keypress More... | |
void | hotkeyFocusFrame () |
handle focus frame keypress More... | |
bool | isInEditMode () |
returns true, if the edit button was pressed More... | |
bool | isTestingModeEnabled () const |
check if netedit is running in testing mode More... | |
double | m2p (double meter) const |
meter-to-pixels conversion method More... | |
FXbool | makeCurrent () |
A reimplementation due to some internal reasons. More... | |
void | markPopupPosition () |
store the position where a popup-menu was requested More... | |
long | onCmdAddRestrictedLaneBikelane (FXObject *, FXSelector typeOfTransformation, void *) |
Add restricted lane for bikes. More... | |
long | onCmdAddRestrictedLaneBuslane (FXObject *, FXSelector typeOfTransformation, void *) |
Add restricted lane for buses. More... | |
long | onCmdAddRestrictedLaneSidewalk (FXObject *, FXSelector typeOfTransformation, void *) |
Add restricted lane for pedestrians. More... | |
long | onCmdAddReversedEdge (FXObject *, FXSelector, void *) |
add reversed edge More... | |
long | onCmdDeleteGeometry (FXObject *, FXSelector, void *) |
delete the closes geometry point More... | |
long | onCmdDuplicateLane (FXObject *, FXSelector, void *) |
duplicate selected lane More... | |
long | onCmdNodeReplace (FXObject *, FXSelector, void *) |
replace node by geometry More... | |
long | onCmdNodeShape (FXObject *, FXSelector, void *) |
input custom node shape More... | |
long | onCmdRemoveRestrictedLaneBikelane (FXObject *, FXSelector typeOfTransformation, void *) |
remove restricted lane for bikes More... | |
long | onCmdRemoveRestrictedLaneBuslane (FXObject *, FXSelector typeOfTransformation, void *) |
remove restricted lane for bus More... | |
long | onCmdRemoveRestrictedLaneSidewalk (FXObject *, FXSelector typeOfTransformation, void *) |
remove restricted lane for pedestrians More... | |
long | onCmdResetEdgeEndpoint (FXObject *, FXSelector, void *) |
restore geometry endpoint to node position More... | |
long | onCmdRestrictLaneBikelane (FXObject *, FXSelector typeOfTransformation, void *) |
restrict lane to bikes More... | |
long | onCmdRestrictLaneBuslane (FXObject *, FXSelector typeOfTransformation, void *) |
restrict lane to buslanes More... | |
long | onCmdRestrictLaneSidewalk (FXObject *, FXSelector typeOfTransformation, void *) |
restrict lane to pedestrians More... | |
long | onCmdReverseEdge (FXObject *, FXSelector, void *) |
reverse edge More... | |
long | onCmdRevertRestriction (FXObject *, FXSelector, void *) |
revert transformation More... | |
long | onCmdSetEdgeEndpoint (FXObject *, FXSelector, void *) |
set non-default geometry endpoint More... | |
long | onCmdShowGrid (FXObject *, FXSelector, void *) |
toogle show grid More... | |
long | onCmdSimplifyShape (FXObject *, FXSelector, void *) |
simply shape of current polygon More... | |
long | onCmdSplitEdge (FXObject *, FXSelector, void *) |
split edge at cursor position More... | |
long | onCmdSplitEdgeBidi (FXObject *, FXSelector, void *) |
split edge at cursor position More... | |
long | onCmdStraightenEdges (FXObject *, FXSelector, void *) |
makes selected edges straight More... | |
long | onCmdToogleSelectEdges (FXObject *, FXSelector, void *) |
toogle selet edges More... | |
long | onCmdToogleShowBubbles (FXObject *, FXSelector, void *) |
toogle show bubbles More... | |
long | onCmdToogleShowConnection (FXObject *, FXSelector, void *) |
toogle show connections More... | |
virtual void | onGamingClick (Position) |
on gaming click More... | |
virtual void | openObjectDialog () |
double | p2m (double pixel) const |
pixels-to-meters conversion method More... | |
virtual void | recenterView () |
recenters the view More... | |
void | remove (GUIDialog_EditViewport *) |
remove viewport More... | |
void | remove (GUIDialog_ViewSettings *) |
remove view settings More... | |
Position | screenPos2NetPos (int x, int y) const |
Translate screen position to network position. More... | |
bool | selectEdges () |
whether inspection, selection and inversion should apply to edges or to lanes More... | |
bool | setColorScheme (const std::string &name) |
set color schieme More... | |
void | setDelay (double delay) |
Sets the delay of the parent application. More... | |
void | setEditModeFromHotkey (FXushort selid) |
sets edit mode (from hotkey) More... | |
void | setSelectionScaling (double selectionScale) |
set selection scaling More... | |
void | setStatusBarText (const std::string &text) |
set staturBar text More... | |
virtual void | setViewportFromTo (const Position &lookFrom, const Position &lookAt) |
applies the given viewport settings More... | |
void | setWindowCursorPosition (FXint x, FXint y) |
Returns the information whether rotation is allowd. More... | |
bool | showConnections () |
show connections over junctions More... | |
bool | showJunctionAsBubbles () const |
return true if junction must be showed as bubbles More... | |
bool | showLockIcon () const |
check if lock icon should be visible More... | |
void | showToolTips (bool val) |
show tool tips More... | |
virtual void | showViewportEditor () |
show viewport editor More... | |
void | showViewschemeEditor () |
show viewsscheme editor More... | |
Position | snapToActiveGrid (const Position &pos) const |
Returns a position that is mapped to the closest grid point if the grid is active. More... | |
virtual void | startTrack (int) |
star track More... | |
virtual void | stopTrack () |
stop track More... | |
void | updateControls () |
update control contents after undo/redo or recompute More... | |
void | updateToolTip () |
A method that updates the tooltip. More... | |
virtual | ~GNEViewNet () |
destructor More... | |
overloaded handlers | |
long | onLeftBtnPress (FXObject *, FXSelector, void *) |
called when user press mouse's left button More... | |
long | onLeftBtnRelease (FXObject *, FXSelector, void *) |
called when user releases mouse's left button More... | |
long | onDoubleClicked (FXObject *, FXSelector, void *) |
called when user press mouse's left button two times More... | |
long | onMouseMove (FXObject *, FXSelector, void *) |
called when user moves mouse More... | |
set mode call backs | |
long | onCmdSetModeCreateEdge (FXObject *, FXSelector, void *) |
called when user press the button for create edge mode More... | |
long | onCmdSetModeMove (FXObject *, FXSelector, void *) |
called when user press the button for move mode More... | |
long | onCmdSetModeDelete (FXObject *, FXSelector, void *) |
called when user press the button for delete mode More... | |
long | onCmdSetModeInspect (FXObject *, FXSelector, void *) |
called when user press the button for inspect mode More... | |
long | onCmdSetModeSelect (FXObject *, FXSelector, void *) |
called when user press the button for select mode More... | |
long | onCmdSetModeConnect (FXObject *, FXSelector, void *) |
called when user press the button for connect mode More... | |
long | onCmdSetModeTLS (FXObject *, FXSelector, void *) |
called when user press the button for traffic lights mode More... | |
long | onCmdSetModeAdditional (FXObject *, FXSelector, void *) |
called when user press the button for additional mode More... | |
long | onCmdSetModeCrossing (FXObject *, FXSelector, void *) |
called when user press the button for crossing mode More... | |
virtual long | onConfigure (FXObject *, FXSelector, void *) |
mouse functions More... | |
virtual long | onPaint (FXObject *, FXSelector, void *) |
virtual long | onMiddleBtnPress (FXObject *, FXSelector, void *) |
virtual long | onMiddleBtnRelease (FXObject *, FXSelector, void *) |
virtual long | onRightBtnPress (FXObject *, FXSelector, void *) |
virtual long | onRightBtnRelease (FXObject *, FXSelector, void *) |
virtual long | onMouseWheel (FXObject *, FXSelector, void *) |
virtual long | onMouseLeft (FXObject *, FXSelector, void *) |
virtual long | onKeyPress (FXObject *o, FXSelector sel, void *data) |
keyboard functions More... | |
virtual long | onKeyRelease (FXObject *o, FXSelector sel, void *data) |
Dealing with snapshots | |
void | setSnapshots (std::map< SUMOTime, std::string > snaps) |
Sets the snapshot time to file map. More... | |
std::string | makeSnapshot (const std::string &destFile) |
Takes a snapshots and writes it into the given file. More... | |
virtual void | saveFrame (const std::string &destFile, FXColor *buf) |
Adds a frame to a video snapshot which will be initialized if neccessary. More... | |
virtual void | endSnapshot () |
Ends a video snapshot. More... | |
virtual void | checkSnapshots () |
Checks whether it is time for a snapshot. More... | |
virtual SUMOTime | getCurrentTimeStep () const |
get the current simulation time More... | |
Additional visualisations | |
bool | addAdditionalGLVisualisation (const GUIGlObject *const which) |
Adds an object to call its additional visualisation method. More... | |
bool | removeAdditionalGLVisualisation (const GUIGlObject *const which) |
Removes an object from the list of objects that show additional things. More... | |
bool | isAdditionalGLVisualisationEnabled (GUIGlObject *const which) const |
Check if an object is added in the additional GL visualitation. More... | |
Protected Member Functions | |
void | applyGLTransform (bool fixRatio=true) |
applies gl-transformations to fit the Boundary given by myChanger onto the canvas. If fixRatio is true, this boundary will be enlarged to prevent anisotropic stretching. (this should be set to false when doing selections) More... | |
FXImage * | checkGDALImage (Decal &d) |
check whether we can read image data or position with gdal More... | |
void | displayLegend () |
a line with ticks, and the length information. More... | |
void | doInit () |
called after some features are already initialized More... | |
int | doPaintGL (int mode, const Boundary &bound) |
do paintGL More... | |
void | drawDecals () |
Draws the stored decals. More... | |
GUIGlID | getObjectAtPosition (Position pos) |
returns the id of the object at position using GL_SELECT More... | |
std::vector< GUIGlID > | getObjectsAtPosition (Position pos, double radius) |
returns the ids of the object at position within the given (rectangular) radius using GL_SELECT More... | |
std::vector< GUIGlID > | getObjectsInBoundary (const Boundary &bound) |
returns the ids of all objects in the given boundary More... | |
GUIGlID | getObjectUnderCursor () |
returns the id of the object under the cursor using GL_SELECT More... | |
GNEViewNet () | |
FOX needs this. More... | |
void | paintGL () |
performs the painting of the simulation More... | |
void | paintGLGrid () |
paints a grid More... | |
void | showToolTipFor (const GUIGlID id) |
invokes the tooltip for the given object More... | |
void | updatePositionInformation () const |
update position information More... | |
Protected Attributes | |
std::map< const GUIGlObject *, int > | myAdditionallyDrawn |
List of objects for which GUIGlObject::drawGLAdditional is called. More... | |
bool | myAmInitialised |
Internal information whether doInit() was called. More... | |
GUIMainWindow * | myApp |
The application. More... | |
GUIPerspectiveChanger * | myChanger |
The perspective changer. More... | |
SUMORTree * | myGrid |
The visualization speed-up. More... | |
bool | myInEditMode |
Information whether too-tip informations shall be generated. More... | |
int | myMouseHotspotX |
Offset to the mouse-hotspot from the mouse position. More... | |
int | myMouseHotspotY |
GUIGlChildWindow * | myParent |
The parent window. More... | |
MFXMutex | myPolyDrawLock |
poly draw lock More... | |
GUIGLObjectPopupMenu * | myPopup |
The current popup-menu. More... | |
std::map< SUMOTime, std::string > | mySnapshots |
Snapshots. More... | |
bool | myUseToolTips |
use tool tips More... | |
GUIDialog_EditViewport * | myViewportChooser |
viewport chooser More... | |
GUIDialog_ViewSettings * | myVisualizationChanger |
Visualization changer. More... | |
GUIVisualizationSettings * | myVisualizationSettings |
visualization settings More... | |
FXint | myWindowCursorPositionX |
Position of the cursor relative to the window. More... | |
FXint | myWindowCursorPositionY |
Optionally shown decals | |
The list of decals to show | |
std::vector< Decal > | myDecals |
MFXMutex | myDecalsLock |
The mutex to use before accessing the decals list in order to avoid thread conficts. More... | |
Private Member Functions | |
bool | addRestrictedLane (SUMOVehicleClass vclass) |
add restricted lane More... | |
void | buildEditModeControls () |
adds controls for setting the edit mode More... | |
void | deleteSelectedAdditionals () |
delete all currently selected additionals More... | |
void | deleteSelectedEdges () |
delete all currently selected edges More... | |
void | deleteSelectedJunctions () |
delete all currently selected junctions More... | |
GNEEdge * | getEdgeAtCursorPosition (Position &pos) |
try to retrieve an edge at the given position More... | |
std::set< GNEEdge * > | getEdgesAtCursorPosition (Position &pos) |
try to retrieve multiple edges at the given position More... | |
GNEJunction * | getJunctionAtCursorPosition (Position &pos) |
try to retrieve a junction at the given position More... | |
GNELane * | getLaneAtCurserPosition (Position &pos) |
try to retrieve a lane at the given position More... | |
GNEViewNet (const GNEViewNet &) | |
Invalidated copy constructor. More... | |
bool | mergeJunctions (GNEJunction *moved) |
try to merge moved junction with another junction in that spot return true if merging did take place More... | |
GNEViewNet & | operator= (const GNEViewNet &) |
Invalidated assignment operator. More... | |
void | processClick (FXEvent *e, void *data) |
Auxiliar function used by onLeftBtnPress(...) More... | |
void | removeCurrentPoly () |
remove the currently edited polygon More... | |
bool | removeRestrictedLane (SUMOVehicleClass vclass) |
remove restricted lane More... | |
bool | restrictLane (SUMOVehicleClass vclass) |
restrict lane More... | |
void | setEditMode (EditMode mode) |
set edit mode More... | |
void | updateModeSpecificControls () |
updates mode specific controls More... | |
Private Attributes | |
GNEFrame * | myCurrentFrame |
the current frame More... | |
GNEPoly * | myCurrentPoly |
current polygon More... | |
EditMode | myEditMode |
the current edit mode More... | |
FXMenuCheck * | myMenuCheckChangeAllPhases |
menu check to set change all phases More... | |
FXMenuCheck * | myMenuCheckExtendToEdgeNodes |
menu check to extend to edge nodes More... | |
FXMenuCheck * | myMenuCheckSelectEdges |
menu check to select only edges More... | |
FXMenuCheck * | myMenuCheckShowConnections |
menu check to show connections More... | |
FXMenuCheck * | myMenuCheckShowGrid |
show grid button More... | |
GNENet * | myNet |
we are not responsible for deletion More... | |
Position | myPopupSpot |
Poput spot. More... | |
EditMode | myPreviousEditMode |
the previous edit mode used for toggling More... | |
bool | mySelectEdges |
flag to check if select edges is enabled More... | |
bool | myShowConnections |
whether show connections has been activated once More... | |
FXToolBar * | myToolbar |
a reference to the toolbar in myParent More... | |
GNEUndoList * | myUndoList |
a reference to the undolist maintained in the application More... | |
GNEViewParent * | myViewParent |
view parent More... | |
the state-variables of the create-edge state-machine | |
GNEJunction * | myCreateEdgeSource |
source junction for new edge 0 if no edge source is selected an existing (or newly created) junction otherwise More... | |
FXMenuCheck * | myChainCreateEdge |
whether the endpoint for a created edge should be set as the new source More... | |
FXMenuCheck * | myAutoCreateOppositeEdge |
the state-variables of the move state-machine | |
FXMenuCheck * | myMenuCheckWarnAboutMerge |
whether we should warn about merging junctions More... | |
FXMenuCheck * | myMenuCheckShowBubbleOverJunction |
show connection as buuble in "Move" mode. More... | |
GNEJunction * | myJunctionToMove |
the Junction to be moved. More... | |
GNEEdge * | myEdgeToMove |
the edge of which geometry is being moved More... | |
GNEPoly * | myPolyToMove |
the poly of which geometry is being moved More... | |
GNEPOI * | myPoiToMove |
the poi which is being moved More... | |
GNEAdditional * | myAdditionalToMove |
the stoppingPlace element which shape is being moved More... | |
Position | myAdditionalMovingReference |
variable for calculating moving offset of additionals More... | |
Position | myOldAdditionalPosition |
variable for saving additional position before moving More... | |
Position | myMoveSrc |
position from which to move edge geometry More... | |
bool | myMoveSelection |
whether a selection is being moved More... | |
state-variables of inspect-mode and select-mode | |
bool | myAmInRectSelect |
whether we have started rectangle-selection More... | |
Position | mySelCorner1 |
firstcorner of the rectangle-selection More... | |
Position | mySelCorner2 |
second corner of the rectangle-selection More... | |
buttons for selecting the edit mode | |
chekable button for edit mode create edge | |
MFXCheckableButton * | myEditModeCreateEdge |
MFXCheckableButton * | myEditModeMove |
chekable button for edit mode move More... | |
MFXCheckableButton * | myEditModeDelete |
chekable button for edit mode delete More... | |
MFXCheckableButton * | myEditModeInspect |
chekable button for edit mode inspect More... | |
MFXCheckableButton * | myEditModeSelect |
chekable button for edit mode select More... | |
MFXCheckableButton * | myEditModeConnection |
chekable button for edit mode connection More... | |
MFXCheckableButton * | myEditModeTrafficLight |
chekable button for edit mode traffic light More... | |
MFXCheckableButton * | myEditModeAdditional |
chekable button for edit mode additional More... | |
MFXCheckableButton * | myEditModeCrossing |
chekable button for edit mode crossing More... | |
StringBijection< EditMode > | myEditModeNames |
since we cannot switch on strings we map the mode names to an enum More... | |
StringBijection< EditMode > | myEditAdditionalModeNames |
stringBijection for edit additional mode names More... | |
variables for testing mode | |
flag to enable or disable testing mode | |
bool | myTestingMode |
int | myTestingWidth |
Width of viewNet in testing mode. More... | |
int | myTestingHeight |
Height of viewNet in testing mode. More... | |
Microsocopic view at the simulation
Definition at line 91 of file GNEViewNet.h.
GNEViewNet::GNEViewNet | ( | FXComposite * | tmpParent, |
FXComposite * | actualParent, | ||
GUIMainWindow & | app, | ||
GNEViewParent * | viewParent, | ||
GNENet * | net, | ||
GNEUndoList * | undoList, | ||
FXGLVisual * | glVis, | ||
FXGLCanvas * | share, | ||
FXToolBar * | toolBar | ||
) |
FOX-declaration.
Definition at line 129 of file GNEViewNet.cpp.
References GUIPropertyScheme< T >::addColor(), GUIPropertySchemeStorage< T >::addScheme(), RGBColor::BLACK, RGBColor::BLUE, RGBColor::CYAN, OptionsCont::getOptions(), OptionsCont::getStringVector(), RGBColor::GREEN, RGBColor::GREY, RGBColor::MAGENTA, RGBColor::ORANGE, RGBColor::RED, GUIPropertyScheme< T >::setAllowsNegativeValues(), SVC_BICYCLE, SVC_BUS, SVC_DELIVERY, SVC_MOPED, SVC_NON_ROAD, SVC_PASSENGER, SVC_PEDESTRIAN, SVC_SHIP, SVC_TAXI, SVCAll, and RGBColor::YELLOW.
|
virtual |
destructor
Definition at line 287 of file GNEViewNet.cpp.
|
inlineprotected |
|
private |
Invalidated copy constructor.
void GNEViewNet::abortOperation | ( | bool | clearSelection = true | ) |
abort current edition operation
Definition at line 955 of file GNEViewNet.cpp.
References GUISelectedStorage::clear(), GNEViewParent::getConnectorFrame(), GNEViewParent::getTLSEditorFrame(), GNE_MODE_CONNECT, GNE_MODE_MOVE, GNE_MODE_SELECT, GNE_MODE_TLS, gSelected, myAmInRectSelect, myCreateEdgeSource, myEditMode, myUndoList, myViewParent, GNEConnectorFrame::onCmdCancel(), GNETLSEditorFrame::onCmdCancel(), GNEUndoList::p_abort(), removeCurrentPoly(), and GNEJunction::unMarkAsCreateEdgeSource().
Referenced by GNEApplicationWindow::onCmdAbort(), and setEditMode().
|
inherited |
Adds an object to call its additional visualisation method.
[in] | which | The object to add |
Definition at line 1233 of file GUISUMOAbstractView.cpp.
References GUISUMOAbstractView::myAdditionallyDrawn.
Referenced by GUIBaseVehicle::addActiveAddVisualisation(), GUIPerson::addActiveAddVisualisation(), GUIVehicle::drawOutsideNetwork(), and GUISUMOAbstractView::endSnapshot().
|
inherited |
add decals
Definition at line 207 of file GUISUMOAbstractView.cpp.
References GUISUMOAbstractView::myDecals.
Referenced by GNEApplicationWindow::handleEvent_NetworkLoaded(), and GUIApplicationWindow::handleEvent_SimulationLoaded().
|
private |
add restricted lane
Definition at line 1500 of file GNEViewNet.cpp.
References GNENet::addSRestrictedLane(), getLaneAtCurserPosition(), GNELane::getParentEdge(), myNet, myPopupSpot, myTestingMode, myUndoList, GNEUndoList::p_begin(), GNEUndoList::p_end(), GNENet::retrieveEdge(), GNENet::retrieveEdges(), GNENet::retrieveLanes(), toString(), and WRITE_WARNING.
Referenced by onCmdAddRestrictedLaneBikelane(), onCmdAddRestrictedLaneBuslane(), and onCmdAddRestrictedLaneSidewalk().
|
protectedinherited |
applies gl-transformations to fit the Boundary given by myChanger onto the canvas. If fixRatio is true, this boundary will be enlarged to prevent anisotropic stretching. (this should be set to false when doing selections)
Definition at line 1271 of file GUISUMOAbstractView.cpp.
References Boundary::getHeight(), GUIPerspectiveChanger::getViewport(), Boundary::getWidth(), GLO_MAX, GUISUMOAbstractView::myChanger, Boundary::xmin(), and Boundary::ymin().
Referenced by GUISUMOAbstractView::getObjectsInBoundary(), GUISUMOAbstractView::makeSnapshot(), and GUISUMOAbstractView::paintGL().
bool GNEViewNet::autoSelectNodes | ( | ) |
whether to autoselect nodes or to lanes
Definition at line 381 of file GNEViewNet.cpp.
References myMenuCheckExtendToEdgeNodes.
Referenced by GNESelectorFrame::handleIDs().
|
private |
adds controls for setting the edit mode
Definition at line 1886 of file GNEViewNet.cpp.
References GUIIconSubSys::getIcon(), GNE_MODE_ADDITIONAL, GNE_MODE_CONNECT, GNE_MODE_CREATE_EDGE, GNE_MODE_CROSSING, GNE_MODE_DELETE, GNE_MODE_INSPECT, GNE_MODE_MOVE, GNE_MODE_SELECT, GNE_MODE_TLS, GUIDesignButtonToolbarCheckable, ICON_MODEADDITIONAL, ICON_MODECONNECTION, ICON_MODECREATEEDGE, ICON_MODECROSSING, ICON_MODEDELETE, ICON_MODEINSPECT, ICON_MODEMOVE, ICON_MODESELECT, ICON_MODETLS, StringBijection< T >::insert(), MID_GNE_MODE_ADDITIONAL, MID_GNE_MODE_CONNECT, MID_GNE_MODE_CREATE_EDGE, MID_GNE_MODE_CROSSING, MID_GNE_MODE_DELETE, MID_GNE_MODE_INSPECT, MID_GNE_MODE_MOVE, MID_GNE_MODE_SELECT, MID_GNE_MODE_TLS, MID_GNE_SELECT_EDGES, MID_GNE_SHOW_BUBBLES, MID_GNE_SHOW_CONNECTIONS, MID_GNE_SHOW_GRID, myAutoCreateOppositeEdge, myChainCreateEdge, myEditModeAdditional, myEditModeConnection, myEditModeCreateEdge, myEditModeCrossing, myEditModeDelete, myEditModeInspect, myEditModeMove, myEditModeNames, myEditModeSelect, myEditModeTrafficLight, myMenuCheckChangeAllPhases, myMenuCheckExtendToEdgeNodes, myMenuCheckSelectEdges, myMenuCheckShowBubbleOverJunction, myMenuCheckShowConnections, myMenuCheckShowGrid, myMenuCheckWarnAboutMerge, myToolbar, SUMO_TAG_CONNECTION, SUMO_TAG_EDGE, SUMO_TAG_JUNCTION, SUMO_TAG_LANE, SUMO_TAG_TRAFFIC_LIGHT, and toString().
|
virtual |
builds the view toolbars
Reimplemented from GUISUMOAbstractView.
Definition at line 295 of file GNEViewNet.cpp.
References GUIGlChildWindow::getColoringSchemesCombo(), GUIIconSubSys::getIcon(), GUIGlChildWindow::getLocatorPopup(), GUICompleteSchemeStorage::getNames(), gSchemeStorage, ICON_LOCATEADD, ICON_LOCATEEDGE, ICON_LOCATEJUNCTION, ICON_LOCATEPOI, ICON_LOCATEPOLY, ICON_LOCATETLS, MAX2(), MID_LOCATEADD, MID_LOCATEEDGE, MID_LOCATEJUNCTION, MID_LOCATEPOI, MID_LOCATEPOLY, MID_LOCATETLS, GUISUMOAbstractView::myVisualizationSettings, and GUIVisualizationSettings::name.
Referenced by GNEViewParent::GNEViewParent().
|
virtualinherited |
centers to the chosen artifact
[in] | id | The id of the artifact to center to |
[in] | applyZoom | Whether to zoom in |
[in] | zoomDist | The distance in m to use for the zoom, values < 0 means: use the centeringBoundary |
Definition at line 564 of file GUISUMOAbstractView.cpp.
References GUIPerspectiveChanger::centerTo(), Boundary::getCenter(), GUIGlObject::getCenteringBoundary(), GUIGlObjectStorage::getObjectBlocking(), GUIGlObjectStorage::gIDStorage, GUISUMOAbstractView::myChanger, GUIPerspectiveChanger::setViewport(), GUIGlObjectStorage::unblockObject(), and GUISUMOAbstractView::updatePositionInformation().
Referenced by GUISUMOAbstractView::buildViewToolBars(), GNECalibrator::GNECalibrator(), GNERouteProbe::GNERouteProbe(), GNEVaporizer::GNEVaporizer(), GUIGLObjectPopupMenu::onCmdCenter(), GNEDeleteFrame::onCmdCenterItem(), GNEInspectorFrame::onCmdCenterItem(), GUISUMOAbstractView::paintGL(), TraCIServerAPI_GUI::processSet(), and GUIGlChildWindow::setView().
|
inherited |
centers to the chosen artifact
Definition at line 581 of file GUISUMOAbstractView.cpp.
References GUISUMOAbstractView::myChanger, and GUIPerspectiveChanger::setViewport().
bool GNEViewNet::changeAllPhases | ( | ) | const |
change all phases
Definition at line 393 of file GNEViewNet.cpp.
References myMenuCheckChangeAllPhases.
Referenced by GNETLSEditorFrame::handleChange().
|
protectedinherited |
check whether we can read image data or position with gdal
Definition at line 1106 of file GUISUMOAbstractView.cpp.
References GUISUMOAbstractView::Decal::centerX, GUISUMOAbstractView::Decal::centerY, GUISUMOAbstractView::Decal::filename, GUISUMOAbstractView::getGridHeight(), GUISUMOAbstractView::getGridWidth(), GeoConvHelper::getProcessing(), GUISUMOAbstractView::Decal::height, GUISUMOAbstractView::Decal::width, WRITE_MESSAGE, WRITE_WARNING, Position::x(), GeoConvHelper::x2cartesian(), and Position::y().
Referenced by GUISUMOAbstractView::drawDecals().
|
virtualinherited |
Checks whether it is time for a snapshot.
Reimplemented in GUIViewTraffic.
Definition at line 969 of file GUISUMOAbstractView.cpp.
References GUISUMOAbstractView::getCurrentTimeStep(), GUISUMOAbstractView::makeSnapshot(), GUISUMOAbstractView::mySnapshots, and WRITE_WARNING.
Referenced by GUIViewTraffic::checkSnapshots(), GUISUMOAbstractView::endSnapshot(), GUISUMOAbstractView::onConfigure(), and GUISUMOViewParent::onSimStep().
|
virtualinherited |
copy the viewport to the given view
Definition at line 1029 of file GUISUMOAbstractView.cpp.
References GUIPerspectiveChanger::getXPos(), GUIPerspectiveChanger::getYPos(), GUIPerspectiveChanger::getZPos(), GUISUMOAbstractView::myChanger, and GUISUMOAbstractView::setViewportFromTo().
Referenced by GUISUMOAbstractView::buildViewToolBars(), and GUIApplicationWindow::openNewView().
|
private |
delete all currently selected additionals
Definition at line 2091 of file GNEViewNet.cpp.
References GNEViewParent::getAdditionalFrame(), getViewParent(), myNet, myUndoList, GNEUndoList::p_begin(), GNEUndoList::p_end(), GNEAdditionalFrame::removeAdditional(), GNENet::retrieveAdditionals(), SUMO_TAG_VIEWSETTINGS_ADDITIONALS, and toString().
Referenced by hotkeyDel().
|
private |
delete all currently selected edges
Definition at line 2072 of file GNEViewNet.cpp.
References GNENet::deleteEdge(), GNENet::deleteLane(), myNet, mySelectEdges, myUndoList, GNEUndoList::p_begin(), GNEUndoList::p_end(), GNENet::retrieveEdges(), GNENet::retrieveLanes(), SUMO_TAG_EDGE, SUMO_TAG_LANE, and toString().
Referenced by hotkeyDel().
|
private |
delete all currently selected junctions
Definition at line 2061 of file GNEViewNet.cpp.
References GNENet::deleteJunction(), myNet, myUndoList, GNEUndoList::p_begin(), GNEUndoList::p_end(), GNENet::retrieveJunctions(), SUMO_TAG_JUNCTION, and toString().
Referenced by hotkeyDel().
|
inherited |
destoys the popup
Definition at line 640 of file GUISUMOAbstractView.cpp.
References GUISUMOAbstractView::myPopup.
Referenced by GUISUMOAbstractView::endSnapshot(), GNEInternalLane::onDefault(), GUISUMOAbstractView::onLeftBtnPress(), GUISUMOAbstractView::onLeftBtnRelease(), GUISUMOAbstractView::onRightBtnPress(), GUISUMOAbstractView::onRightBtnRelease(), and processClick().
|
protectedinherited |
a line with ticks, and the length information.
Definition at line 478 of file GUISUMOAbstractView.cpp.
References GUISUMOAbstractView::m2p(), pfDrawString(), pfSetPosition(), and pfSetScaleXY().
Referenced by GUISUMOAbstractView::makeSnapshot(), and GUISUMOAbstractView::paintGL().
|
protectedvirtual |
called after some features are already initialized
Reimplemented from GUISUMOAbstractView.
Definition at line 291 of file GNEViewNet.cpp.
Referenced by GNEViewNet().
|
protectedvirtual |
do paintGL
Reimplemented from GUISUMOAbstractView.
Definition at line 410 of file GNEViewNet.cpp.
References GUISUMOAbstractView::drawDecals(), GUIVisualizationSettings::editMode, GLO_ADDITIONAL, GLO_MAX, GUISUMOAbstractView::m2p(), RGBColor::MAGENTA, GUISUMOAbstractView::myAdditionallyDrawn, myAmInRectSelect, GUISUMOAbstractView::myApp, myEditMode, GUISUMOAbstractView::myGrid, myMenuCheckShowGrid, mySelCorner1, mySelCorner2, myTestingHeight, myTestingMode, myTestingWidth, GUISUMOAbstractView::myUseToolTips, GUISUMOAbstractView::myVisualizationSettings, GUISUMOAbstractView::p2m(), GUISUMOAbstractView::paintGLGrid(), GUITextureSubSys::resetTextures(), GUIVisualizationSettings::scale, GUISUMOAbstractView::screenPos2NetPos(), SUMORTree::Search(), GNENet::selectionColor, GLHelper::setColor(), GUIVisualizationSettings::showGrid, SUMO_const_laneWidth, Position::x(), Boundary::xmax(), Boundary::xmin(), Position::y(), Boundary::ymax(), and Boundary::ymin().
Referenced by GNEViewNet().
|
protectedinherited |
Draws the stored decals.
Definition at line 1185 of file GUISUMOAbstractView.cpp.
References GUITexturesHelper::add(), GUISUMOAbstractView::Decal::centerX, GUISUMOAbstractView::Decal::centerY, GUISUMOAbstractView::checkGDALImage(), GUITexturesHelper::drawTexturedBox(), GUISUMOAbstractView::Decal::filename, GUITexturesHelper::getMaxTextureSize(), GUISUMOAbstractView::Decal::glID, GUISUMOAbstractView::Decal::height, GUISUMOAbstractView::Decal::image, GUISUMOAbstractView::Decal::initialised, GUISUMOAbstractView::Decal::layer, MFXImageHelper::loadImage(), MFXMutex::lock(), GUISUMOAbstractView::myDecals, GUISUMOAbstractView::myDecalsLock, GUISUMOAbstractView::p2m(), GUISUMOAbstractView::Decal::rot, MFXImageHelper::scalePower2(), GUISUMOAbstractView::screenPos2NetPos(), GUISUMOAbstractView::Decal::screenRelative, GUISUMOAbstractView::Decal::skip2D, MFXMutex::unlock(), GUISUMOAbstractView::Decal::width, WRITE_ERROR, Position::x(), and Position::y().
Referenced by GUIViewTraffic::doPaintGL(), doPaintGL(), and GUISUMOAbstractView::makeSnapshot().
|
inlinevirtualinherited |
Ends a video snapshot.
Reimplemented in GUIViewTraffic.
Definition at line 187 of file GUISUMOAbstractView.h.
References GUISUMOAbstractView::addAdditionalGLVisualisation(), GUISUMOAbstractView::checkSnapshots(), GUISUMOAbstractView::destroyPopup(), GUISUMOAbstractView::getCurrentTimeStep(), GUISUMOAbstractView::getGridHeight(), GUISUMOAbstractView::getGridWidth(), GUISUMOAbstractView::getTrackedID(), GUISUMOAbstractView::getViewportEditor(), GUISUMOAbstractView::getVisualisationSettings(), GUISUMOAbstractView::isAdditionalGLVisualisationEnabled(), GUISUMOAbstractView::onGamingClick(), GUISUMOAbstractView::removeAdditionalGLVisualisation(), GUISUMOAbstractView::setColorScheme(), GUISUMOAbstractView::showToolTips(), GUISUMOAbstractView::showViewportEditor(), GUISUMOAbstractView::showViewschemeEditor(), GUISUMOAbstractView::startTrack(), and GUISUMOAbstractView::stopTrack().
Referenced by GUISUMOViewParent::onCmdMakeSnapshot().
|
inherited |
get changer
Definition at line 163 of file GUISUMOAbstractView.cpp.
References GUISUMOAbstractView::myChanger.
Referenced by GUISettingsHandler::applyViewport(), GUISUMOAbstractView::buildViewToolBars(), GUIDialog_EditViewport::onCmdChanged(), GUIDialog_EditViewport::onCmdLoad(), GUIApplicationWindow::onCmdNetedit(), TraCIServerAPI_GUI::processGet(), TraCIServerAPI_GUI::processSet(), and GUIDialog_EditViewport::setValues().
|
inherited |
get coloring schemes combo
Definition at line 1100 of file GUISUMOAbstractView.cpp.
References GUIGlChildWindow::getColoringSchemesCombo(), and GUISUMOAbstractView::myParent.
Referenced by GUISettingsHandler::addSettings(), GUIDialog_ViewSettings::onCmdColorChange(), and GUIDialog_ViewSettings::onCmdSaveSetting().
EditMode GNEViewNet::getCurrentEditMode | ( | ) | const |
get the current edit mode
Definition at line 1080 of file GNEViewNet.cpp.
References myEditMode.
Referenced by GNELane::updateGeometry().
|
virtualinherited |
get the current simulation time
Reimplemented in GUIViewTraffic.
Definition at line 981 of file GUISUMOAbstractView.cpp.
Referenced by GUISUMOAbstractView::checkSnapshots(), and GUISUMOAbstractView::endSnapshot().
|
inherited |
Returns the delay of the parent application.
Definition at line 1289 of file GUISUMOAbstractView.cpp.
References GUIMainWindow::getDelay(), and GUISUMOAbstractView::myApp.
Referenced by GUIDialog_ViewSettings::onCmdExportSetting().
try to retrieve an edge at the given position
Definition at line 1115 of file GNEViewNet.cpp.
References GUISUMOAbstractView::getObjectAtPosition(), GUIGlObjectStorage::getObjectBlocking(), GUIGlObject::getType(), GUIGlObjectStorage::gIDStorage, GLO_EDGE, GLO_LANE, GUISUMOAbstractView::makeCurrent(), myPopupSpot, and GUIGlObjectStorage::unblockObject().
Referenced by onCmdAddReversedEdge(), onCmdResetEdgeEndpoint(), onCmdReverseEdge(), onCmdSetEdgeEndpoint(), onCmdSplitEdge(), and onCmdStraightenEdges().
try to retrieve multiple edges at the given position
Definition at line 1156 of file GNEViewNet.cpp.
References GUIGlObjectStorage::getObjectBlocking(), GUISUMOAbstractView::getObjectsAtPosition(), GUIGlObject::getType(), GUIGlObjectStorage::gIDStorage, GLO_EDGE, GLO_LANE, GUISUMOAbstractView::makeCurrent(), myPopupSpot, and GUIGlObjectStorage::unblockObject().
Referenced by onCmdSplitEdgeBidi().
|
inherited |
get grid Height
Definition at line 1073 of file GUISUMOAbstractView.cpp.
References Boundary::getHeight(), and GUISUMOAbstractView::myGrid.
Referenced by GUISUMOAbstractView::checkGDALImage(), GUISUMOAbstractView::endSnapshot(), and GUIDialog_ViewSettings::onCmdEditTable().
|
inherited |
get grid width
Definition at line 1067 of file GUISUMOAbstractView.cpp.
References Boundary::getWidth(), and GUISUMOAbstractView::myGrid.
Referenced by GUISUMOAbstractView::checkGDALImage(), GUISUMOAbstractView::endSnapshot(), and GUIDialog_ViewSettings::onCmdEditTable().
|
private |
try to retrieve a junction at the given position
Definition at line 1092 of file GNEViewNet.cpp.
References GUISUMOAbstractView::getObjectAtPosition(), GUIGlObjectStorage::getObjectBlocking(), GUIGlObject::getType(), GUIGlObjectStorage::gIDStorage, GLO_JUNCTION, GUISUMOAbstractView::makeCurrent(), myPopupSpot, and GUIGlObjectStorage::unblockObject().
Referenced by onCmdNodeReplace(), and onCmdNodeShape().
try to retrieve a lane at the given position
Definition at line 1139 of file GNEViewNet.cpp.
References GUISUMOAbstractView::getObjectAtPosition(), GUIGlObjectStorage::getObjectBlocking(), GUIGlObject::getType(), GUIGlObjectStorage::gIDStorage, GLO_LANE, GUISUMOAbstractView::makeCurrent(), myPopupSpot, and GUIGlObjectStorage::unblockObject().
Referenced by addRestrictedLane(), onCmdDuplicateLane(), onCmdRevertRestriction(), removeRestrictedLane(), and restrictLane().
GNENet * GNEViewNet::getNet | ( | ) | const |
get the net object
Definition at line 1068 of file GNEViewNet.cpp.
References myNet.
Referenced by GNEAdditionalFrame::addAdditional(), GNEAdditionalHandler::buildAdditional(), GNEAdditionalHandler::buildBusStop(), GNEAdditionalHandler::buildCalibrator(), GNEAdditionalHandler::buildChargingStation(), GNEAdditionalHandler::buildContainerStop(), GNEAdditionalHandler::buildDetectorE1(), GNEAdditionalHandler::buildDetectorE2(), GNEAdditionalHandler::buildDetectorE3(), GNEAdditionalHandler::buildDetectorEntry(), GNEAdditionalHandler::buildDetectorExit(), GNETLSEditorFrame::buildIinternalLanes(), GNEAdditionalHandler::buildRerouter(), GNEAdditionalHandler::buildRouteProbe(), GNEAdditionalHandler::buildVariableSpeedSign(), GNEAdditional::changeEdge(), GNEAdditional::changeLane(), GNECalibratorRoute::checkEdgeRoute(), GNEVariableSpeedSign::commmitAdditionalGeometryMoved(), GNEDetector::commmitAdditionalGeometryMoved(), GNEStoppingPlace::commmitAdditionalGeometryMoved(), GNERerouter::commmitAdditionalGeometryMoved(), GNEDetectorE3::commmitAdditionalGeometryMoved(), GNEAdditional::commmitAdditionalGeometryMoved(), GNEDetectorE3::generateEntryID(), GNEDetectorE3::generateExitID(), GNECalibrator::generateFlowID(), GNEAdditionalFrame::generateID(), GNECalibrator::generateRouteID(), GNECalibrator::generateVehicleTypeID(), GNESelectorFrame::getMatches(), GNEVariableSpeedSign::getParentName(), GNERerouter::getParentName(), GNEDetectorE3::getParentName(), GNEAdditional::getParentName(), GNEAdditional::getPopUpMenu(), GNESelectorFrame::handleIDs(), GNEConnectorFrame::handleLaneClick(), GNETLSEditorFrame::handleMultiChange(), GNEConnectorFrame::initTargets(), GNEDetectorE1::isValid(), GNEDetectorEntry::isValid(), GNEDetectorExit::isValid(), GNEDetectorE2::isValid(), GNEContainerStop::isValid(), GNEBusStop::isValid(), GNEVaporizer::isValid(), GNEVariableSpeedSign::isValid(), GNERouteProbe::isValid(), GNERerouter::isValid(), GNEChargingStation::isValid(), GNEDetectorE3::isValid(), GNECalibrator::isValid(), GNESelectorFrame::onCmdClear(), GNETLSEditorFrame::onCmdDefSwitch(), GNERerouterIntervalDialog::onCmdEditClosingLaneReroute(), GNERerouterIntervalDialog::onCmdEditClosingReroute(), GNERerouterIntervalDialog::onCmdEditDestProbReroute(), GNESelectorFrame::onCmdInvert(), GNEViewParent::onCmdLocate(), GNETLSEditorFrame::onCmdOK(), GNEConnectorFrame::onCmdSelectConflicts(), GNEConnectorFrame::onCmdSelectDeadEnds(), GNEConnectorFrame::onCmdSelectDeadStarts(), GNEConnectorFrame::onCmdSelectPass(), GNECrossingFrame::crossingParameters::onCmdSetAttribute(), onCmdToogleShowConnection(), GNEAdditionalHandler::parseAndBuildBusStop(), GNEAdditionalHandler::parseAndBuildCalibrator(), GNEAdditionalHandler::parseAndBuildChargingStation(), GNEAdditionalHandler::parseAndBuildContainerStop(), GNEAdditionalHandler::parseAndBuildDetectorE1(), GNEAdditionalHandler::parseAndBuildDetectorE2(), GNEAdditionalHandler::parseAndBuildDetectorE3(), GNEAdditionalHandler::parseAndBuildDetectorEntry(), GNEAdditionalHandler::parseAndBuildDetectorExit(), GNEAdditionalHandler::parseAndBuildRerouter(), GNEAdditionalHandler::parseAndBuildRouteProbe(), GNEAdditionalHandler::parseAndBuildVaporizer(), GNEAdditionalHandler::parseAndBuildVariableSpeedSign(), GNEAdditionalHandler::parseCalibratorFlow(), GNEAdditionalHandler::parseCalibratorRoute(), GNEAdditionalHandler::parseCalibratorVehicleType(), GNEDeleteFrame::removeAttributeCarrier(), GNEAdditional::setAdditionalID(), GNEVariableSpeedSign::setAttribute(), GNERerouter::setAttribute(), GNECalibrator::setAttribute(), GNECalibratorRoute::setEdges(), GNECalibratorFlow::setFlowID(), GNECalibratorFlow::setRoute(), GNECalibratorRoute::setRouteID(), GNECalibratorFlow::setVehicleType(), GNECalibratorVehicleType::setVehicleTypeID(), GNEAdditionalFrame::SelectorParentEdges::showList(), GNEAdditionalFrame::SelectorParentLanes::showList(), GNEAdditionalFrame::SelectorParentAdditional::showListOfAdditionals(), GNEVariableSpeedSign::updateGeometry(), GNEDetectorE1::updateGeometry(), GNERerouter::updateGeometry(), GNEChargingStation::updateGeometry(), GNEVaporizer::updateGeometry(), GNEDetectorE2::updateGeometry(), GNEDetectorE3::updateGeometry(), GNERouteProbe::updateGeometry(), GNEBusStop::updateGeometry(), GNEContainerStop::updateGeometry(), GNECalibrator::updateGeometry(), GNEDetectorEntry::updateGeometryByParent(), GNEDetectorExit::updateGeometryByParent(), GNEAdditionalFrame::SelectorParentEdges::updateUseSelectedEdges(), and GNEAdditionalFrame::SelectorParentLanes::updateUseSelectedLanes().
returns the id of the object at position using GL_SELECT
Definition at line 310 of file GUISUMOAbstractView.cpp.
References Boundary::add(), GUIGlObject::getGlID(), GUIGlObjectStorage::getObjectBlocking(), GUISUMOAbstractView::getObjectsInBoundary(), GUIGlObject::getType(), GUIGlObjectStorage::gIDStorage, GLO_LANE, GLO_POI, GLO_POLYGON, Boundary::grow(), max, GUIGlObjectStorage::unblockObject(), and GUIVisualizationSettings::UseMesoSim.
Referenced by getEdgeAtCursorPosition(), getJunctionAtCursorPosition(), getLaneAtCurserPosition(), and GUISUMOAbstractView::getObjectUnderCursor().
|
protectedinherited |
returns the ids of the object at position within the given (rectangular) radius using GL_SELECT
Definition at line 355 of file GUISUMOAbstractView.cpp.
References Boundary::add(), GUIGlObject::getGlID(), GUIGlObjectStorage::getObjectBlocking(), GUISUMOAbstractView::getObjectsInBoundary(), GUIGlObject::getType(), GUIGlObjectStorage::gIDStorage, Boundary::grow(), and GUIGlObjectStorage::unblockObject().
Referenced by getEdgesAtCursorPosition().
|
protectedinherited |
returns the ids of all objects in the given boundary
Definition at line 383 of file GUISUMOAbstractView.cpp.
References GUISUMOAbstractView::applyGLTransform(), GUISUMOAbstractView::doPaintGL(), GUIVisualizationSettings::drawForSelecting, GUIPerspectiveChanger::getViewport(), GUISUMOAbstractView::myApp, GUISUMOAbstractView::myChanger, GUISUMOAbstractView::myVisualizationSettings, GUIMainWindow::setStatusBarText(), GUIPerspectiveChanger::setViewport(), and toString().
Referenced by GUISUMOAbstractView::getObjectAtPosition(), GUISUMOAbstractView::getObjectsAtPosition(), mergeJunctions(), and onLeftBtnRelease().
|
protectedinherited |
returns the id of the object under the cursor using GL_SELECT
Definition at line 304 of file GUISUMOAbstractView.cpp.
References GUISUMOAbstractView::getObjectAtPosition(), and GUISUMOAbstractView::getPositionInformation().
Referenced by GUIViewTraffic::getLaneUnderCursor(), onDoubleClicked(), onLeftBtnPress(), GUISUMOAbstractView::onLeftBtnPress(), onMouseMove(), GUISUMOAbstractView::openObjectDialog(), and GUISUMOAbstractView::paintGL().
|
inherited |
Returns the cursor's x/y position within the network.
Definition at line 178 of file GUISUMOAbstractView.cpp.
References GUISUMOAbstractView::myWindowCursorPositionX, GUISUMOAbstractView::myWindowCursorPositionY, and GUISUMOAbstractView::screenPos2NetPos().
Referenced by GNEAdditionalFrame::addAdditional(), GUISUMOAbstractView::getObjectUnderCursor(), GUIEdge::getParameterWindow(), GNELane::getPopUpMenu(), GUIEdge::getPopUpMenu(), GNEAdditional::getPopUpMenu(), GUILane::getPopUpMenu(), markPopupPosition(), GUIDanielPerspectiveChanger::onKeyPress(), onLeftBtnPress(), GUISUMOAbstractView::onLeftBtnRelease(), onMouseMove(), GUIDanielPerspectiveChanger::onMouseWheel(), GUIDanielPerspectiveChanger::onRightBtnPress(), GNEDeleteFrame::removeAttributeCarrier(), GUISUMOAbstractView::showToolTipFor(), and GUISUMOAbstractView::updatePositionInformation().
|
virtualinherited |
get tracked id
Reimplemented in GUIViewTraffic.
Definition at line 1089 of file GUISUMOAbstractView.cpp.
References GUIGlObject::INVALID_ID.
Referenced by GUISUMOAbstractView::endSnapshot(), GUIPerson::getPopUpMenu(), GUIBaseVehicle::getPopUpMenu(), GUIPerson::GUIPersonPopupMenu::onCmdStartTrack(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdStartTrack(), GUISUMOAbstractView::paintGL(), and TraCIServerAPI_GUI::processSet().
GNEUndoList * GNEViewNet::getUndoList | ( | ) | const |
get the undoList object
Definition at line 1074 of file GNEViewNet.cpp.
References myUndoList.
Referenced by GNEAdditionalHandler::buildBusStop(), GNEAdditionalHandler::buildCalibrator(), GNEAdditionalHandler::buildChargingStation(), GNEAdditionalHandler::buildContainerStop(), GNEAdditionalHandler::buildDetectorE1(), GNEAdditionalHandler::buildDetectorE2(), GNEAdditionalHandler::buildDetectorE3(), GNEAdditionalHandler::buildDetectorEntry(), GNEAdditionalHandler::buildDetectorExit(), GNEAdditionalHandler::buildRerouter(), GNEAdditionalHandler::buildRouteProbe(), GNEAdditionalHandler::buildVaporizer(), GNEAdditionalHandler::buildVariableSpeedSign(), GNENet::deleteConnection(), GNETLSEditorFrame::editJunction(), GNESelectorFrame::handleIDs(), GNEConnectorFrame::handleLaneClick(), GNEConnectorFrame::onCmdCancel(), GNETLSEditorFrame::onCmdCancel(), GNESelectorFrame::onCmdClear(), GNEConnectorFrame::onCmdClearSelectedConnections(), GNEInspectorFrame::onCmdCopyTemplate(), GNECrossingFrame::onCmdCreateCrossing(), GNETLSEditorFrame::onCmdDefCreate(), GNETLSEditorFrame::onCmdDefDelete(), GNEConnectorFrame::onCmdOK(), GNETLSEditorFrame::onCmdOK(), GNEConnectorFrame::onCmdResetSelectedConnections(), GNEInspectorFrame::AttributeInput::onCmdSetAttribute(), GNEAdditionalFrame::removeAdditional(), and GNEDeleteFrame::removeAttributeCarrier().
GNEViewParent * GNEViewNet::getViewParent | ( | ) | const |
get the net object
Definition at line 1062 of file GNEViewNet.cpp.
References myViewParent.
Referenced by GNEDeleteFrame::createPopUpMenu(), GNEInspectorFrame::createPopUpMenu(), deleteSelectedAdditionals(), GNEFrame::hide(), GNEInspectorFrame::onCmdDeleteItem(), GNEInspectorFrame::onCmdGoBack(), GNEDeleteFrame::onCmdInspectItem(), GNEConnectorFrame::onCmdSelectConflicts(), GNEConnectorFrame::onCmdSelectDeadEnds(), GNEConnectorFrame::onCmdSelectDeadStarts(), GNEConnectorFrame::onCmdSelectPass(), GNEDeleteFrame::removeAttributeCarrier(), and GNEFrame::show().
|
inherited |
get the viewport and create it on first access
Definition at line 1002 of file GUISUMOAbstractView.cpp.
References GUIPerspectiveChanger::getXPos(), GUIPerspectiveChanger::getYPos(), GUIPerspectiveChanger::getZoom(), GUISUMOAbstractView::myChanger, GUISUMOAbstractView::myViewportChooser, and GUIDialog_EditViewport::setValues().
Referenced by GUISUMOAbstractView::endSnapshot(), GUIDialog_ViewSettings::onCmdExportSetting(), and GUISUMOAbstractView::showViewportEditor().
|
inherited |
get visible boundary
Definition at line 245 of file GUISUMOAbstractView.cpp.
References GUIPerspectiveChanger::getViewport(), and GUISUMOAbstractView::myChanger.
Referenced by GUISUMOAbstractView::buildViewToolBars(), and TraCIServerAPI_GUI::processGet().
|
inherited |
get visualitation settings
Definition at line 1049 of file GUISUMOAbstractView.cpp.
References GUISUMOAbstractView::myVisualizationSettings.
Referenced by GUISUMOAbstractView::endSnapshot(), GNEJunction::getPopUpMenu(), GNELane::getPopUpMenu(), GUIApplicationWindow::onCmdEditChosen(), and TraCIServerAPI_GUI::processGet().
|
inherited |
get visualisation settings
Definition at line 213 of file GUISUMOAbstractView.cpp.
References GUISUMOAbstractView::myVisualizationSettings.
void GNEViewNet::hotkeyDel | ( | ) |
handle del keypress
Definition at line 979 of file GNEViewNet.cpp.
References deleteSelectedAdditionals(), deleteSelectedEdges(), deleteSelectedJunctions(), GNE_MODE_CONNECT, GNE_MODE_TLS, myEditMode, myUndoList, GNEUndoList::p_begin(), GNEUndoList::p_end(), and setStatusBarText().
Referenced by GNEApplicationWindow::onCmdDel().
void GNEViewNet::hotkeyEnter | ( | ) |
handle enter keypress
Definition at line 994 of file GNEViewNet.cpp.
References GNEViewParent::getConnectorFrame(), GNEPoly::getEditedJunction(), SUMO::Polygon::getShape(), GNEViewParent::getTLSEditorFrame(), GNE_MODE_CONNECT, GNE_MODE_MOVE, GNE_MODE_TLS, myCurrentPoly, myEditMode, myUndoList, myViewParent, GNEConnectorFrame::onCmdOK(), GNETLSEditorFrame::onCmdOK(), removeCurrentPoly(), GNEJunction::setAttribute(), SUMO_ATTR_SHAPE, and toString().
Referenced by GNEApplicationWindow::onCmdEnter().
void GNEViewNet::hotkeyFocusFrame | ( | ) |
handle focus frame keypress
Definition at line 1010 of file GNEViewNet.cpp.
References GNEFrame::focusUpperElement(), and myCurrentFrame.
Referenced by GNEApplicationWindow::onCmdFocusFrame().
|
inherited |
Check if an object is added in the additional GL visualitation.
[in] | which | The object to check |
Definition at line 1261 of file GUISUMOAbstractView.cpp.
References GUISUMOAbstractView::myAdditionallyDrawn.
Referenced by GUISUMOAbstractView::endSnapshot().
|
inherited |
returns true, if the edit button was pressed
Definition at line 157 of file GUISUMOAbstractView.cpp.
References GUISUMOAbstractView::myInEditMode.
Referenced by GUISUMOAbstractView::buildViewToolBars().
bool GNEViewNet::isTestingModeEnabled | ( | ) | const |
check if netedit is running in testing mode
Definition at line 405 of file GNEViewNet.cpp.
References myTestingMode.
Referenced by GNEApplicationWindow::continueWithUnsavedAdditionalChanges(), GNEApplicationWindow::continueWithUnsavedChanges(), GNEBusStop::isValid(), GNEContainerStop::isValid(), GNEChargingStation::isValid(), GNECalibratorFlowDialog::onCmdAccept(), GNECalibratorRouteDialog::onCmdAccept(), GNECalibratorVehicleTypeDialog::onCmdAccept(), GNERerouterIntervalDialog::onCmdAccept(), GNECalibratorDialog::onCmdClickedRoute(), GNECalibratorDialog::onCmdClickedVehicleType(), GNESelectorFrame::onCmdLoad(), GNESelectorFrame::onCmdSave(), GNEApplicationWindow::onCmdSaveAdditionals(), GNEApplicationWindow::onCmdSaveAsPlainXML(), GNEApplicationWindow::onCmdSaveJoined(), GNEApplicationWindow::onCmdSaveNetwork(), GNEApplicationWindow::onCmdSavePois(), GNEInspectorFrame::AttributeInput::onCmdSetAttribute(), GNEChange_Junction::redo(), GNEChange_TLS::redo(), GNEChange_Connection::redo(), GNEChange_Lane::redo(), GNEChange_Additional::redo(), GNEChange_Edge::redo(), GNEChange_Crossing::redo(), GNEDeleteFrame::removeAttributeCarrier(), GNEAdditionalFrame::AdditionalAttributes::showWarningMessage(), GNEChange_Junction::undo(), GNEChange_TLS::undo(), GNEChange_Connection::undo(), GNEChange_Lane::undo(), GNEChange_Additional::undo(), GNEChange_Edge::undo(), GNEChange_Crossing::undo(), GNEChange_Additional::~GNEChange_Additional(), GNEChange_Edge::~GNEChange_Edge(), GNEChange_Junction::~GNEChange_Junction(), GNEChange_Lane::~GNEChange_Lane(), and GNEChange_TLS::~GNEChange_TLS().
|
inherited |
meter-to-pixels conversion method
Definition at line 546 of file GUISUMOAbstractView.cpp.
References GUIPerspectiveChanger::getViewport(), Boundary::getWidth(), and GUISUMOAbstractView::myChanger.
Referenced by GUISUMOAbstractView::buildViewToolBars(), GUISUMOAbstractView::displayLegend(), GUIViewTraffic::doPaintGL(), doPaintGL(), and GUISUMOAbstractView::makeSnapshot().
|
inherited |
A reimplementation due to some internal reasons.
Definition at line 602 of file GUISUMOAbstractView.cpp.
Referenced by GUISUMOAbstractView::buildViewToolBars(), getEdgeAtCursorPosition(), getEdgesAtCursorPosition(), getJunctionAtCursorPosition(), getLaneAtCurserPosition(), GUIViewTraffic::getLaneUnderCursor(), GUISUMOAbstractView::makeSnapshot(), mergeJunctions(), GUISUMOAbstractView::onConfigure(), onDoubleClicked(), onLeftBtnPress(), GUISUMOAbstractView::onLeftBtnPress(), onLeftBtnRelease(), onMouseMove(), GUISUMOAbstractView::onPaint(), and GUISUMOAbstractView::openObjectDialog().
|
inherited |
Takes a snapshots and writes it into the given file.
The format to use is determined from the extension. If compiled with ffmpeg and a video format is requested it will instantiate a video encoder.
[in] | destFile | The name of the file to write the snapshot into |
Definition at line 811 of file GUISUMOAbstractView.cpp.
References RGBColor::alpha(), GUIVisualizationSettings::antialiase, GUISUMOAbstractView::applyGLTransform(), GUIVisualizationSettings::backgroundColor, RGBColor::blue(), GUISUMOAbstractView::displayLegend(), GUIVisualizationSettings::dither, GUISUMOAbstractView::doPaintGL(), GUISUMOAbstractView::drawDecals(), GUIPerspectiveChanger::getViewport(), RGBColor::green(), GUISUMOAbstractView::m2p(), GUISUMOAbstractView::makeCurrent(), GUISUMOAbstractView::myChanger, GUISUMOAbstractView::myGrid, GUISUMOAbstractView::myUseToolTips, GUISUMOAbstractView::myVisualizationSettings, GUISUMOAbstractView::paintGLGrid(), RGBColor::red(), GUISUMOAbstractView::saveFrame(), MFXImageHelper::saveImage(), GUIVisualizationSettings::scale, SUMORTree::Search(), GUIVisualizationSettings::showGrid, GUIVisualizationSettings::showSizeLegend, FXSingleEventThread::sleep(), SUMO_const_laneWidth, Boundary::xmax(), Boundary::xmin(), Boundary::ymax(), and Boundary::ymin().
Referenced by GUISUMOAbstractView::buildViewToolBars(), GUIViewTraffic::checkSnapshots(), GUISUMOAbstractView::checkSnapshots(), GUIApplicationWindow::handleEvent_Screenshot(), GUISUMOViewParent::onCmdMakeSnapshot(), and GNEViewParent::onCmdMakeSnapshot().
void GNEViewNet::markPopupPosition | ( | ) |
store the position where a popup-menu was requested
Definition at line 1056 of file GNEViewNet.cpp.
References GUISUMOAbstractView::getPositionInformation(), and myPopupSpot.
|
private |
try to merge moved junction with another junction in that spot return true if merging did take place
Definition at line 2102 of file GNEViewNet.cpp.
References Boundary::add(), GUIGlObject::getGlID(), GUIGlObject::getMicrosimID(), GNEJunction::getNBNode(), GUIGlObjectStorage::getObjectBlocking(), GUISUMOAbstractView::getObjectsInBoundary(), NBNode::getPosition(), GUIGlObject::getType(), GUIGlObjectStorage::gIDStorage, GLO_JUNCTION, Boundary::grow(), GUISUMOAbstractView::makeCurrent(), GNENet::mergeJunctions(), myMenuCheckWarnAboutMerge, myNet, myTestingMode, myUndoList, toString(), GUIGlObjectStorage::unblockObject(), and WRITE_WARNING.
Referenced by onLeftBtnRelease().
long GNEViewNet::onCmdAddRestrictedLaneBikelane | ( | FXObject * | , |
FXSelector | typeOfTransformation, | ||
void * | |||
) |
Add restricted lane for bikes.
Definition at line 1391 of file GNEViewNet.cpp.
References addRestrictedLane(), and SVC_BICYCLE.
long GNEViewNet::onCmdAddRestrictedLaneBuslane | ( | FXObject * | , |
FXSelector | typeOfTransformation, | ||
void * | |||
) |
Add restricted lane for buses.
Definition at line 1397 of file GNEViewNet.cpp.
References addRestrictedLane(), and SVC_BUS.
long GNEViewNet::onCmdAddRestrictedLaneSidewalk | ( | FXObject * | , |
FXSelector | typeOfTransformation, | ||
void * | |||
) |
Add restricted lane for pedestrians.
Definition at line 1385 of file GNEViewNet.cpp.
References addRestrictedLane(), and SVC_PEDESTRIAN.
long GNEViewNet::onCmdAddReversedEdge | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
add reversed edge
Definition at line 1275 of file GNEViewNet.cpp.
References GNENet::addReversedEdge(), getEdgeAtCursorPosition(), myNet, myPopupSpot, and myUndoList.
long GNEViewNet::onCmdDeleteGeometry | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
delete the closes geometry point
Definition at line 1336 of file GNEViewNet.cpp.
References GNEPoly::deleteGeometryNear(), myCurrentPoly, and myPopupSpot.
long GNEViewNet::onCmdDuplicateLane | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
duplicate selected lane
Definition at line 1346 of file GNEViewNet.cpp.
References GNENet::duplicateLane(), GUIGlObject::getGlID(), getLaneAtCurserPosition(), GLO_LANE, gSelected, GUISelectedStorage::isSelected(), myNet, myPopupSpot, myUndoList, GNEUndoList::p_begin(), GNEUndoList::p_end(), GNENet::retrieveLanes(), SUMO_TAG_LANE, and toString().
long GNEViewNet::onCmdNodeReplace | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
replace node by geometry
Definition at line 1799 of file GNEViewNet.cpp.
References getJunctionAtCursorPosition(), myNet, myPopupSpot, myUndoList, and GNENet::replaceJunctionByGeometry().
long GNEViewNet::onCmdNodeShape | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
input custom node shape
Definition at line 1756 of file GNEViewNet.cpp.
References SUMORTree::addAdditionalGLObject(), PositionVector::closePolygon(), NBNode::computeNodeShape(), getJunctionAtCursorPosition(), GUIGlObject::getMicrosimID(), GNEJunction::getNBNode(), SUMO::Polygon::getShape(), NBNode::getShape(), GNENet::getVisualisationSpeedUp(), GLO_POLYGON, RGBColor::GREEN, MID_GNE_MODE_MOVE, myCurrentPoly, myNet, myPopupSpot, myUndoList, SUMORTree::removeAdditionalGLObject(), removeCurrentPoly(), GNEJunction::setAttribute(), setEditModeFromHotkey(), GUIPolygon::setLineWidth(), SUMO_ATTR_SHAPE, and toString().
long GNEViewNet::onCmdRemoveRestrictedLaneBikelane | ( | FXObject * | , |
FXSelector | typeOfTransformation, | ||
void * | |||
) |
remove restricted lane for bikes
Definition at line 1409 of file GNEViewNet.cpp.
References removeRestrictedLane(), and SVC_BICYCLE.
long GNEViewNet::onCmdRemoveRestrictedLaneBuslane | ( | FXObject * | , |
FXSelector | typeOfTransformation, | ||
void * | |||
) |
remove restricted lane for bus
Definition at line 1415 of file GNEViewNet.cpp.
References removeRestrictedLane(), and SVC_BUS.
long GNEViewNet::onCmdRemoveRestrictedLaneSidewalk | ( | FXObject * | , |
FXSelector | typeOfTransformation, | ||
void * | |||
) |
remove restricted lane for pedestrians
Definition at line 1403 of file GNEViewNet.cpp.
References removeRestrictedLane(), and SVC_PEDESTRIAN.
long GNEViewNet::onCmdResetEdgeEndpoint | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
restore geometry endpoint to node position
Definition at line 1295 of file GNEViewNet.cpp.
References getEdgeAtCursorPosition(), myPopupSpot, myUndoList, and GNEEdge::resetEndpoint().
long GNEViewNet::onCmdRestrictLaneBikelane | ( | FXObject * | , |
FXSelector | typeOfTransformation, | ||
void * | |||
) |
restrict lane to bikes
Definition at line 1373 of file GNEViewNet.cpp.
References restrictLane(), and SVC_BICYCLE.
long GNEViewNet::onCmdRestrictLaneBuslane | ( | FXObject * | , |
FXSelector | typeOfTransformation, | ||
void * | |||
) |
restrict lane to buslanes
Definition at line 1379 of file GNEViewNet.cpp.
References restrictLane(), and SVC_BUS.
long GNEViewNet::onCmdRestrictLaneSidewalk | ( | FXObject * | , |
FXSelector | typeOfTransformation, | ||
void * | |||
) |
restrict lane to pedestrians
Definition at line 1367 of file GNEViewNet.cpp.
References restrictLane(), and SVC_PEDESTRIAN.
long GNEViewNet::onCmdReverseEdge | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
reverse edge
Definition at line 1265 of file GNEViewNet.cpp.
References getEdgeAtCursorPosition(), myNet, myPopupSpot, myUndoList, and GNENet::reverseEdge().
long GNEViewNet::onCmdRevertRestriction | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
revert transformation
Definition at line 1675 of file GNEViewNet.cpp.
References GUIGlObject::getGlID(), getLaneAtCurserPosition(), GNELane::getParentEdge(), GLO_EDGE, GLO_LANE, gSelected, GUISelectedStorage::isSelected(), myNet, myPopupSpot, myTestingMode, myUndoList, GNEUndoList::p_begin(), GNEUndoList::p_end(), GNENet::retrieveEdges(), GNENet::retrieveLanes(), GNENet::revertLaneRestriction(), SVC_BICYCLE, SVC_BUS, SVC_PEDESTRIAN, toString(), and WRITE_WARNING.
long GNEViewNet::onCmdSetEdgeEndpoint | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
set non-default geometry endpoint
Definition at line 1285 of file GNEViewNet.cpp.
References getEdgeAtCursorPosition(), myPopupSpot, myUndoList, and GNEEdge::setEndpoint().
long GNEViewNet::onCmdSetModeAdditional | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
called when user press the button for additional mode
Definition at line 1231 of file GNEViewNet.cpp.
References GNE_MODE_ADDITIONAL, and setEditMode().
long GNEViewNet::onCmdSetModeConnect | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
called when user press the button for connect mode
Definition at line 1217 of file GNEViewNet.cpp.
References GNE_MODE_CONNECT, and setEditMode().
long GNEViewNet::onCmdSetModeCreateEdge | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
called when user press the button for create edge mode
Definition at line 1182 of file GNEViewNet.cpp.
References GNE_MODE_CREATE_EDGE, and setEditMode().
long GNEViewNet::onCmdSetModeCrossing | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
called when user press the button for crossing mode
Definition at line 1238 of file GNEViewNet.cpp.
References GNE_MODE_CROSSING, and setEditMode().
long GNEViewNet::onCmdSetModeDelete | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
called when user press the button for delete mode
Definition at line 1196 of file GNEViewNet.cpp.
References GNE_MODE_DELETE, and setEditMode().
long GNEViewNet::onCmdSetModeInspect | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
called when user press the button for inspect mode
Definition at line 1203 of file GNEViewNet.cpp.
References GNE_MODE_INSPECT, and setEditMode().
long GNEViewNet::onCmdSetModeMove | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
called when user press the button for move mode
Definition at line 1189 of file GNEViewNet.cpp.
References GNE_MODE_MOVE, and setEditMode().
long GNEViewNet::onCmdSetModeSelect | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
called when user press the button for select mode
Definition at line 1210 of file GNEViewNet.cpp.
References GNE_MODE_SELECT, and setEditMode().
long GNEViewNet::onCmdSetModeTLS | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
called when user press the button for traffic lights mode
Definition at line 1224 of file GNEViewNet.cpp.
References GNE_MODE_TLS, and setEditMode().
long GNEViewNet::onCmdShowGrid | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
toogle show grid
Definition at line 1843 of file GNEViewNet.cpp.
References myMenuCheckShowGrid, GUISUMOAbstractView::myVisualizationSettings, and GUIVisualizationSettings::showGrid.
long GNEViewNet::onCmdSimplifyShape | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
simply shape of current polygon
Definition at line 1326 of file GNEViewNet.cpp.
References myCurrentPoly, and GNEPoly::simplifyShape().
long GNEViewNet::onCmdSplitEdge | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
split edge at cursor position
Definition at line 1245 of file GNEViewNet.cpp.
References getEdgeAtCursorPosition(), GNEEdge::getSplitPos(), myNet, myPopupSpot, myUndoList, and GNENet::splitEdge().
long GNEViewNet::onCmdSplitEdgeBidi | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
split edge at cursor position
Definition at line 1255 of file GNEViewNet.cpp.
References getEdgesAtCursorPosition(), myNet, myPopupSpot, myUndoList, and GNENet::splitEdgesBidi().
long GNEViewNet::onCmdStraightenEdges | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
makes selected edges straight
Definition at line 1305 of file GNEViewNet.cpp.
References getEdgeAtCursorPosition(), GUIGlObject::getGlID(), GLO_EDGE, gSelected, GUISelectedStorage::isSelected(), myNet, myPopupSpot, myUndoList, GNEUndoList::p_begin(), GNEUndoList::p_end(), GNENet::retrieveEdges(), GNEEdge::setAttribute(), SUMO_ATTR_SHAPE, SUMO_TAG_EDGE, and toString().
long GNEViewNet::onCmdToogleSelectEdges | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
toogle selet edges
Definition at line 1824 of file GNEViewNet.cpp.
References myMenuCheckSelectEdges, and mySelectEdges.
long GNEViewNet::onCmdToogleShowBubbles | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
toogle show bubbles
Definition at line 1835 of file GNEViewNet.cpp.
long GNEViewNet::onCmdToogleShowConnection | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
toogle show connections
Definition at line 1810 of file GNEViewNet.cpp.
References getNet(), GNENet::initGNEConnections(), myShowConnections, and GNENet::requireRecompute().
|
virtualinherited |
mouse functions
Definition at line 609 of file GUISUMOAbstractView.cpp.
References RGBColor::alpha(), GUIVisualizationSettings::backgroundColor, RGBColor::blue(), GUISUMOAbstractView::checkSnapshots(), GUISUMOAbstractView::doInit(), RGBColor::green(), GUISUMOAbstractView::makeCurrent(), GUISUMOAbstractView::myAmInitialised, GUISUMOAbstractView::myVisualizationSettings, and RGBColor::red().
Referenced by GUISUMOAbstractView::buildViewToolBars().
|
virtual |
called when user press mouse's left button two times
Reimplemented from GUISUMOAbstractView.
Definition at line 870 of file GNEViewNet.cpp.
References GUIGlObjectStorage::getObjectBlocking(), GUISUMOAbstractView::getObjectUnderCursor(), GUIGlObjectStorage::gIDStorage, GNE_MODE_ADDITIONAL, GNE_MODE_INSPECT, GUISUMOAbstractView::makeCurrent(), myEditMode, GNEAdditional::openAdditionalDialog(), and GUIGlObjectStorage::unblockObject().
|
virtualinherited |
on gaming click
Reimplemented in GUIViewTraffic.
Definition at line 1095 of file GUISUMOAbstractView.cpp.
Referenced by GUISUMOAbstractView::endSnapshot(), and GUISUMOAbstractView::onLeftBtnRelease().
|
virtualinherited |
keyboard functions
Definition at line 790 of file GUISUMOAbstractView.cpp.
References GUISUMOAbstractView::myChanger, and GUIPerspectiveChanger::onKeyPress().
Referenced by GUISUMOAbstractView::buildViewToolBars(), GUISUMOViewParent::onKeyPress(), and GNEViewParent::onKeyPress().
|
virtualinherited |
Definition at line 797 of file GUISUMOAbstractView.cpp.
References GUISUMOAbstractView::myChanger, and GUIPerspectiveChanger::onKeyRelease().
Referenced by GUISUMOAbstractView::buildViewToolBars(), GUISUMOViewParent::onKeyRelease(), and GNEViewParent::onKeyRelease().
|
virtual |
called when user press mouse's left button
Reimplemented from GUISUMOAbstractView.
Definition at line 496 of file GNEViewNet.cpp.
References GNEAdditionalFrame::addAdditional(), GNEAdditionalFrame::ADDADDITIONAL_INVALID_PARENT, GNEAdditionalFrame::ADDADDITIONAL_SUCCESS, GNECrossingFrame::addCrossing(), GNENet::createEdge(), GNENet::createJunction(), GNETLSEditorFrame::editJunction(), GNEFrame::focusUpperElement(), GNEViewParent::getAdditionalFrame(), GNEAdditional::getAttribute(), GNEViewParent::getConnectorFrame(), GNEViewParent::getCrossingFrame(), GNEViewParent::getDeleteFrame(), GNEInspectorFrame::getEdgeTemplate(), GUIGlObject::getGlID(), Named::getID(), GNEViewParent::getInspectorFrame(), GNEAdditional::getLane(), GNEDeleteFrame::getMarkedAttributeCarrier(), GNEEdge::getNBEdge(), GUIGlObjectStorage::getObjectBlocking(), GUISUMOAbstractView::getObjectUnderCursor(), GNELane::getParentEdge(), GUISUMOAbstractView::getPositionInformation(), GNEAdditional::getPositionInView(), GUISelectedStorage::getSelected(), GNELane::getShape(), GNEAttributeCarrier::getTag(), GNEViewParent::getTLSEditorFrame(), GUIGlObject::getType(), GUIGlObjectStorage::gIDStorage, GLO_ADDITIONAL, GLO_CONNECTION, GLO_CROSSING, GLO_EDGE, GLO_JUNCTION, GLO_LANE, GLO_POI, GLO_POLYGON, GNE_MODE_ADDITIONAL, GNE_MODE_CONNECT, GNE_MODE_CREATE_EDGE, GNE_MODE_CROSSING, GNE_MODE_DELETE, GNE_MODE_INSPECT, GNE_MODE_MOVE, GNE_MODE_SELECT, GNE_MODE_TLS, gSelected, GNEConnectorFrame::handleLaneClick(), GNEAttributeCarrier::hasAttribute(), GNEUndoList::hasCommandGroup(), GNEInspectorFrame::inspectElement(), GNEInspectorFrame::inspectMultisection(), GNEAdditional::isAdditionalBlocked(), GUISelectedStorage::isSelected(), GUISUMOAbstractView::makeCurrent(), GNEJunction::markAsCreateEdgeSource(), GNEDeleteFrame::markAttributeCarrier(), myAdditionalMovingReference, myAdditionalToMove, myAmInRectSelect, myAutoCreateOppositeEdge, myChainCreateEdge, myCreateEdgeSource, myEdgeToMove, myEditMode, myJunctionToMove, myMoveSelection, myMoveSrc, myNet, myOldAdditionalPosition, myPoiToMove, myPolyToMove, mySelCorner1, mySelCorner2, mySelectEdges, myUndoList, myViewParent, PositionVector::nearest_offset_to_point2D(), GNEUndoList::p_begin(), GNEUndoList::p_end(), processClick(), GNEDeleteFrame::removeAttributeCarrier(), GNENet::retrieveAttributeCarriers(), Position::set(), setStatusBarText(), GNEDeleteFrame::showAttributeCarrierChilds(), GUISUMOAbstractView::snapToActiveGrid(), SUMO_ATTR_ENDPOS, SUMO_ATTR_LENGTH, SUMO_ATTR_POSITION, SUMO_ATTR_STARTPOS, SUMO_TAG_EDGE, GUISelectedStorage::toggleSelection(), toString(), GUIGlObjectStorage::unblockObject(), and GNEJunction::unMarkAsCreateEdgeSource().
|
virtual |
called when user releases mouse's left button
Reimplemented from GUISUMOAbstractView.
Definition at line 822 of file GNEViewNet.cpp.
References Boundary::add(), GNEAdditional::commmitAdditionalGeometryMoved(), GNENet::finishMoveSelection(), GNEEdge::getAttribute(), GNEAdditional::getLane(), GUISUMOAbstractView::getObjectsInBoundary(), GNEViewParent::getSelectorFrame(), GNESelectorFrame::handleIDs(), GUISUMOAbstractView::makeCurrent(), mergeJunctions(), myAdditionalMovingReference, myAdditionalToMove, myAmInRectSelect, myEdgeToMove, myJunctionToMove, myMoveSelection, myNet, myOldAdditionalPosition, myPoiToMove, myPolyToMove, mySelCorner1, mySelCorner2, mySelectEdges, myUndoList, myViewParent, GUISUMOAbstractView::onLeftBtnRelease(), GNEJunction::registerMove(), GNEEdge::setAttribute(), and SUMO_ATTR_SHAPE.
|
virtualinherited |
Definition at line 690 of file GUISUMOAbstractView.cpp.
Referenced by GUISUMOAbstractView::buildViewToolBars().
|
virtualinherited |
Definition at line 696 of file GUISUMOAbstractView.cpp.
Referenced by GUISUMOAbstractView::buildViewToolBars().
|
virtualinherited |
Definition at line 752 of file GUISUMOAbstractView.cpp.
Referenced by GUISUMOAbstractView::buildViewToolBars().
|
virtual |
called when user moves mouse
Reimplemented from GUISUMOAbstractView.
Definition at line 893 of file GNEViewNet.cpp.
References GNEViewParent::getDeleteFrame(), GNEJunction::getJunctionNeighbours(), GNEAdditional::getLane(), GNEDeleteFrame::getMarkedAttributeCarrier(), GUIGlObjectStorage::getObjectBlocking(), GUISUMOAbstractView::getObjectUnderCursor(), GUISUMOAbstractView::getPositionInformation(), GNELane::getShape(), GUIGlObjectStorage::gIDStorage, GNE_MODE_DELETE, GUISUMOAbstractView::makeCurrent(), GNEPOI::move(), GNEJunction::move(), GNEAdditional::moveAdditionalGeometry(), GNEPoly::moveGeometry(), GNEEdge::moveGeometry(), GNENet::moveSelection(), myAdditionalMovingReference, myAdditionalToMove, myAmInRectSelect, myEdgeToMove, myEditMode, myJunctionToMove, myMoveSelection, myMoveSrc, myNet, myOldAdditionalPosition, myPoiToMove, myPolyToMove, mySelCorner2, myViewParent, PositionVector::nearest_offset_to_point2D(), GUISUMOAbstractView::onMouseMove(), Position::set(), GNEDeleteFrame::showAttributeCarrierChilds(), GUISUMOAbstractView::snapToActiveGrid(), GUIGlObjectStorage::unblockObject(), GNEDeleteFrame::updateCurrentLabel(), and Position::x().
|
virtualinherited |
Definition at line 729 of file GUISUMOAbstractView.cpp.
References GUIMainWindow::isGaming(), GUISUMOAbstractView::myApp, GUISUMOAbstractView::myChanger, GUIPerspectiveChanger::onMouseWheel(), and GUISUMOAbstractView::updatePositionInformation().
Referenced by GUISUMOAbstractView::buildViewToolBars().
|
virtualinherited |
Definition at line 627 of file GUISUMOAbstractView.cpp.
References GUISUMOAbstractView::makeCurrent(), GUISUMOAbstractView::myAmInitialised, and GUISUMOAbstractView::paintGL().
Referenced by GUISUMOAbstractView::buildViewToolBars(), and updateModeSpecificControls().
|
virtualinherited |
Definition at line 702 of file GUISUMOAbstractView.cpp.
References GUISUMOAbstractView::destroyPopup(), GUISUMOAbstractView::myChanger, and GUIPerspectiveChanger::onRightBtnPress().
Referenced by GUISUMOAbstractView::buildViewToolBars().
|
virtualinherited |
Definition at line 711 of file GUISUMOAbstractView.cpp.
References GUISUMOAbstractView::destroyPopup(), GUIMainWindow::isGaming(), GUISUMOAbstractView::myApp, GUISUMOAbstractView::myChanger, GUISUMOAbstractView::onMouseMove(), GUIPerspectiveChanger::onRightBtnRelease(), and GUISUMOAbstractView::openObjectDialog().
Referenced by GUISUMOAbstractView::buildViewToolBars().
|
virtualinherited |
Definition at line 758 of file GUISUMOAbstractView.cpp.
References GUIGlObjectStorage::getNetObject(), GUIGlObjectStorage::getObjectBlocking(), GUISUMOAbstractView::getObjectUnderCursor(), GUIGlObject::getPopUpMenu(), GUIGlObjectStorage::gIDStorage, GUISUMOAbstractView::makeCurrent(), GUISUMOAbstractView::myAmInitialised, GUISUMOAbstractView::myApp, GUISUMOAbstractView::myChanger, GUISUMOAbstractView::myPopup, GUIPerspectiveChanger::onRightBtnRelease(), and GUIGlObjectStorage::unblockObject().
Referenced by GUISUMOAbstractView::buildViewToolBars(), and GUISUMOAbstractView::onRightBtnRelease().
|
private |
Invalidated assignment operator.
|
inherited |
pixels-to-meters conversion method
Definition at line 552 of file GUISUMOAbstractView.cpp.
References GUIPerspectiveChanger::getViewport(), Boundary::getWidth(), and GUISUMOAbstractView::myChanger.
Referenced by GUISUMOAbstractView::buildViewToolBars(), GUIDanielPerspectiveChanger::changeCanvasSizeLeft(), doPaintGL(), GUISUMOAbstractView::drawDecals(), GUIDanielPerspectiveChanger::move(), and GUISUMOAbstractView::showToolTipFor().
|
protectedinherited |
performs the painting of the simulation
Definition at line 251 of file GUISUMOAbstractView.cpp.
References RGBColor::alpha(), GUIVisualizationSettings::antialiase, GUISUMOAbstractView::applyGLTransform(), GUIVisualizationSettings::backgroundColor, RGBColor::blue(), GUISUMOAbstractView::centerTo(), GUISUMOAbstractView::displayLegend(), GUIVisualizationSettings::dither, GUISUMOAbstractView::doPaintGL(), GUISUMOAbstractView::getObjectUnderCursor(), GUISUMOAbstractView::getTrackedID(), GUIPerspectiveChanger::getViewport(), RGBColor::green(), GUIGlObject::INVALID_ID, GUISUMOAbstractView::myChanger, GUISUMOAbstractView::myUseToolTips, GUISUMOAbstractView::myVisualizationSettings, RGBColor::red(), GUIVisualizationSettings::showSizeLegend, and GUISUMOAbstractView::showToolTipFor().
Referenced by GUISUMOAbstractView::onPaint().
|
protectedinherited |
paints a grid
Definition at line 436 of file GUISUMOAbstractView.cpp.
References GUIVisualizationSettings::addSize, GUIVisualizationSizeSettings::getExaggeration(), GUIPerspectiveChanger::getViewport(), GUIVisualizationSettings::gridXSize, GUIVisualizationSettings::gridYSize, GUISUMOAbstractView::myChanger, GUISUMOAbstractView::myVisualizationSettings, GUIVisualizationSettings::scale, Boundary::xmax(), Boundary::xmin(), Boundary::ymax(), and Boundary::ymin().
Referenced by GUIViewTraffic::doPaintGL(), doPaintGL(), and GUISUMOAbstractView::makeSnapshot().
|
private |
Auxiliar function used by onLeftBtnPress(...)
Definition at line 1662 of file GNEViewNet.cpp.
References GUISUMOAbstractView::destroyPopup(), GUISUMOAbstractView::myChanger, and GUIPerspectiveChanger::onLeftBtnPress().
Referenced by onLeftBtnPress().
|
virtualinherited |
recenters the view
Definition at line 558 of file GUISUMOAbstractView.cpp.
References GUISUMOAbstractView::myChanger, GUISUMOAbstractView::myGrid, and GUIPerspectiveChanger::setViewport().
Referenced by GUISUMOAbstractView::buildViewToolBars(), GUIGlChildWindow::onCmdRecenterView(), GUIDanielPerspectiveChanger::onKeyPress(), and GUICompleteSchemeStorage::setViewport().
|
inherited |
remove viewport
Definition at line 1055 of file GUISUMOAbstractView.cpp.
References GUISUMOAbstractView::myViewportChooser.
Referenced by GUIDialog_ViewSettings::~GUIDialog_ViewSettings().
|
inherited |
remove view settings
Definition at line 1061 of file GUISUMOAbstractView.cpp.
References GUISUMOAbstractView::myVisualizationChanger.
|
inherited |
Removes an object from the list of objects that show additional things.
[in] | which | The object to remoe |
Definition at line 1245 of file GUISUMOAbstractView.cpp.
References GUISUMOAbstractView::myAdditionallyDrawn.
Referenced by GUIVehicle::drawOutsideNetwork(), GUISUMOAbstractView::endSnapshot(), GUIBaseVehicle::removeActiveAddVisualisation(), and GUIPerson::removeActiveAddVisualisation().
|
private |
remove the currently edited polygon
Definition at line 1789 of file GNEViewNet.cpp.
References GNENet::getVisualisationSpeedUp(), myCurrentPoly, myNet, and SUMORTree::removeAdditionalGLObject().
Referenced by abortOperation(), hotkeyEnter(), and onCmdNodeShape().
|
private |
remove restricted lane
Definition at line 1581 of file GNEViewNet.cpp.
References getLaneAtCurserPosition(), GNELane::getParentEdge(), myNet, myPopupSpot, myTestingMode, myUndoList, GNEUndoList::p_begin(), GNEUndoList::p_end(), GNENet::removeRestrictedLane(), GNENet::retrieveEdge(), GNENet::retrieveEdges(), GNENet::retrieveLanes(), toString(), and WRITE_WARNING.
Referenced by onCmdRemoveRestrictedLaneBikelane(), onCmdRemoveRestrictedLaneBuslane(), and onCmdRemoveRestrictedLaneSidewalk().
|
private |
restrict lane
Definition at line 1421 of file GNEViewNet.cpp.
References getLaneAtCurserPosition(), myNet, myPopupSpot, myTestingMode, myUndoList, GNEUndoList::p_begin(), GNEUndoList::p_end(), GNENet::restrictLane(), GNENet::retrieveEdge(), GNENet::retrieveLanes(), toString(), and WRITE_WARNING.
Referenced by onCmdRestrictLaneBikelane(), onCmdRestrictLaneBuslane(), and onCmdRestrictLaneSidewalk().
|
virtualinherited |
Adds a frame to a video snapshot which will be initialized if neccessary.
Reimplemented in GUIViewTraffic.
Definition at line 962 of file GUISUMOAbstractView.cpp.
References UNUSED_PARAMETER.
Referenced by GUISUMOAbstractView::buildViewToolBars(), and GUISUMOAbstractView::makeSnapshot().
|
inherited |
Translate screen position to network position.
Definition at line 197 of file GUISUMOAbstractView.cpp.
References Boundary::getHeight(), GUIPerspectiveChanger::getViewport(), Boundary::getWidth(), GUISUMOAbstractView::myChanger, Boundary::xmin(), and Boundary::ymin().
Referenced by doPaintGL(), GUISUMOAbstractView::drawDecals(), and GUISUMOAbstractView::getPositionInformation().
bool GNEViewNet::selectEdges | ( | ) |
whether inspection, selection and inversion should apply to edges or to lanes
Definition at line 363 of file GNEViewNet.cpp.
References mySelectEdges.
Referenced by GNESelectorFrame::onCmdInvert().
|
virtual |
set color schieme
Reimplemented from GUISUMOAbstractView.
Definition at line 341 of file GNEViewNet.cpp.
References GUICompleteSchemeStorage::contains(), GUICompleteSchemeStorage::get(), GUIDialog_ViewSettings::getCurrentScheme(), gSchemeStorage, GUISUMOAbstractView::myVisualizationChanger, GUISUMOAbstractView::myVisualizationSettings, and GUIDialog_ViewSettings::setCurrentScheme().
|
inherited |
Sets the delay of the parent application.
Definition at line 1295 of file GUISUMOAbstractView.cpp.
References GUISUMOAbstractView::myApp, and GUIMainWindow::setDelay().
Referenced by GUIDialog_ViewSettings::loadSettings().
|
private |
set edit mode
Definition at line 1860 of file GNEViewNet.cpp.
References abortOperation(), GNENet::computeEverything(), GNEFrame::focusUpperElement(), GNE_MODE_CONNECT, GNE_MODE_TLS, GUISUMOAbstractView::myApp, myCurrentFrame, myEditMode, myNet, myPreviousEditMode, setStatusBarText(), and updateModeSpecificControls().
Referenced by onCmdSetModeAdditional(), onCmdSetModeConnect(), onCmdSetModeCreateEdge(), onCmdSetModeCrossing(), onCmdSetModeDelete(), onCmdSetModeInspect(), onCmdSetModeMove(), onCmdSetModeSelect(), onCmdSetModeTLS(), and setEditModeFromHotkey().
void GNEViewNet::setEditModeFromHotkey | ( | FXushort | selid | ) |
sets edit mode (from hotkey)
[in] | selid | An id MID_GNE_MODE_<foo> as defined in GUIAppEnum |
Definition at line 1019 of file GNEViewNet.cpp.
References GNE_MODE_ADDITIONAL, GNE_MODE_CONNECT, GNE_MODE_CREATE_EDGE, GNE_MODE_CROSSING, GNE_MODE_DELETE, GNE_MODE_INSPECT, GNE_MODE_MOVE, GNE_MODE_SELECT, GNE_MODE_TLS, MID_GNE_MODE_ADDITIONAL, MID_GNE_MODE_CONNECT, MID_GNE_MODE_CREATE_EDGE, MID_GNE_MODE_CROSSING, MID_GNE_MODE_DELETE, MID_GNE_MODE_INSPECT, MID_GNE_MODE_MOVE, MID_GNE_MODE_SELECT, MID_GNE_MODE_TLS, and setEditMode().
Referenced by GNEApplicationWindow::handleEvent_NetworkLoaded(), onCmdNodeShape(), and GNEApplicationWindow::onCmdSetMode().
void GNEViewNet::setSelectionScaling | ( | double | selectionScale | ) |
set selection scaling
Definition at line 387 of file GNEViewNet.cpp.
References GUISUMOAbstractView::myVisualizationSettings, and GUIVisualizationSettings::selectionScale.
Referenced by GNESelectorFrame::onCmdScaleSelection().
|
inherited |
Sets the snapshot time to file map.
[in] | snaps | The snapshots to take at certain times |
Definition at line 805 of file GUISUMOAbstractView.cpp.
References GUISUMOAbstractView::mySnapshots.
Referenced by GUISUMOAbstractView::buildViewToolBars(), and GUISettingsHandler::setSnapshots().
void GNEViewNet::setStatusBarText | ( | const std::string & | text | ) |
set staturBar text
Definition at line 357 of file GNEViewNet.cpp.
References GUISUMOAbstractView::myApp, and GUIMainWindow::setStatusBarText().
Referenced by GNEAdditionalFrame::addAdditional(), GNETLSEditorFrame::editJunction(), GNEConnectorFrame::handleLaneClick(), hotkeyDel(), GNEConnectorFrame::onCmdCancel(), GNETLSEditorFrame::onCmdDefSwitch(), GNEConnectorFrame::onCmdOK(), onLeftBtnPress(), setEditMode(), and GNEAdditionalFrame::AdditionalAttributes::showWarningMessage().
|
virtualinherited |
applies the given viewport settings
Definition at line 1022 of file GUISUMOAbstractView.cpp.
References GUISUMOAbstractView::myChanger, GUIPerspectiveChanger::setViewportFrom(), Position::x(), Position::y(), and Position::z().
Referenced by GUISettingsHandler::applyViewport(), GUISUMOAbstractView::buildViewToolBars(), GUISUMOAbstractView::copyViewportTo(), GNEApplicationWindow::handleEvent_NetworkLoaded(), GUIDialog_EditViewport::onCmdCancel(), GUIDialog_EditViewport::onCmdChanged(), GUIDialog_EditViewport::onCmdOk(), TraCIServerAPI_GUI::processSet(), and GUICompleteSchemeStorage::setViewport().
|
inherited |
Returns the information whether rotation is allowd.
Definition at line 595 of file GUISUMOAbstractView.cpp.
References GUISUMOAbstractView::myMouseHotspotX, GUISUMOAbstractView::myMouseHotspotY, GUISUMOAbstractView::myWindowCursorPositionX, and GUISUMOAbstractView::myWindowCursorPositionY.
Referenced by GUISUMOAbstractView::buildViewToolBars(), and GUIDanielPerspectiveChanger::onMouseMove().
bool GNEViewNet::showConnections | ( | ) |
show connections over junctions
Definition at line 369 of file GNEViewNet.cpp.
References GNE_MODE_CONNECT, myEditMode, and myMenuCheckShowConnections.
Referenced by GNEConnection::drawGL().
bool GNEViewNet::showJunctionAsBubbles | ( | ) | const |
return true if junction must be showed as bubbles
Definition at line 399 of file GNEViewNet.cpp.
References GNE_MODE_MOVE, myEditMode, and myMenuCheckShowBubbleOverJunction.
Referenced by GNEJunction::drawGL().
bool GNEViewNet::showLockIcon | ( | ) | const |
check if lock icon should be visible
Definition at line 1086 of file GNEViewNet.cpp.
References GNE_MODE_ADDITIONAL, GNE_MODE_INSPECT, GNE_MODE_MOVE, and myEditMode.
Referenced by GNEAdditional::drawLockIcon().
|
protectedinherited |
invokes the tooltip for the given object
Definition at line 422 of file GUISUMOAbstractView.cpp.
References Position::add(), RGBColor::BLACK, GLHelper::drawTextBox(), GUIGlObject::getFullName(), GUIGlObjectStorage::getObjectBlocking(), GUISUMOAbstractView::getPositionInformation(), GUIGlObjectStorage::gIDStorage, GLO_MAX, GUISUMOAbstractView::p2m(), and GUIGlObjectStorage::unblockObject().
Referenced by GUISUMOAbstractView::paintGL().
|
inherited |
show tool tips
Definition at line 1037 of file GUISUMOAbstractView.cpp.
References GUISUMOAbstractView::myUseToolTips.
Referenced by GUISUMOAbstractView::endSnapshot(), and GUIGlChildWindow::onCmdShowToolTips().
|
virtualinherited |
show viewport editor
Definition at line 1013 of file GUISUMOAbstractView.cpp.
References GUISUMOAbstractView::getViewportEditor(), GUIPerspectiveChanger::getXPos(), GUIPerspectiveChanger::getYPos(), GUIPerspectiveChanger::getZPos(), Position::INVALID, GUISUMOAbstractView::myChanger, GUISUMOAbstractView::myViewportChooser, GUIDialog_EditViewport::setOldValues(), and GUIDialog_EditViewport::show().
Referenced by GUISUMOAbstractView::endSnapshot(), GUIGlChildWindow::onCmdEditViewport(), and GNEApplicationWindow::onCmdEditViewport().
|
inherited |
show viewsscheme editor
Definition at line 987 of file GUISUMOAbstractView.cpp.
References GUISUMOAbstractView::myDecals, GUISUMOAbstractView::myDecalsLock, GUISUMOAbstractView::myVisualizationChanger, GUISUMOAbstractView::myVisualizationSettings, GUIDialog_ViewSettings::setCurrent(), and GUIDialog_ViewSettings::show().
Referenced by GUISUMOAbstractView::endSnapshot(), GUIGlChildWindow::onCmdEditViewScheme(), and GUIDanielPerspectiveChanger::onKeyPress().
Returns a position that is mapped to the closest grid point if the grid is active.
Definition at line 184 of file GUISUMOAbstractView.cpp.
References GUIVisualizationSettings::gridXSize, GUIVisualizationSettings::gridYSize, GUISUMOAbstractView::myVisualizationSettings, Position::setx(), Position::sety(), GUIVisualizationSettings::showGrid, Position::x(), and Position::y().
Referenced by GNEAdditionalFrame::addAdditional(), onLeftBtnPress(), and onMouseMove().
|
virtualinherited |
star track
Reimplemented in GUIViewTraffic.
Definition at line 1079 of file GUISUMOAbstractView.cpp.
Referenced by GUISUMOAbstractView::endSnapshot(), GUIPerson::GUIPersonPopupMenu::onCmdStartTrack(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdStartTrack(), and TraCIServerAPI_GUI::processSet().
|
virtualinherited |
stop track
Reimplemented in GUIViewTraffic.
Definition at line 1084 of file GUISUMOAbstractView.cpp.
Referenced by GUISUMOAbstractView::endSnapshot(), GUIPerson::GUIPersonPopupMenu::onCmdStopTrack(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdStopTrack(), and TraCIServerAPI_GUI::processSet().
void GNEViewNet::updateControls | ( | ) |
update control contents after undo/redo or recompute
Definition at line 2165 of file GNEViewNet.cpp.
References GNEViewParent::getInspectorFrame(), GNE_MODE_INSPECT, myEditMode, and myViewParent.
Referenced by GNEApplicationWindow::updateControls().
|
private |
updates mode specific controls
Definition at line 1950 of file GNEViewNet.cpp.
References GNEFrame::focusUpperElement(), GNEViewParent::getAdditionalFrame(), GNEViewParent::getConnectorFrame(), GNEViewParent::getCrossingFrame(), GNEViewParent::getDeleteFrame(), GNEViewParent::getInspectorFrame(), GNEViewParent::getSelectorFrame(), GNEViewParent::getTLSEditorFrame(), GNE_MODE_ADDITIONAL, GNE_MODE_CONNECT, GNE_MODE_CREATE_EDGE, GNE_MODE_CROSSING, GNE_MODE_DELETE, GNE_MODE_INSPECT, GNE_MODE_MOVE, GNE_MODE_SELECT, GNE_MODE_TLS, GNEViewParent::hideAllFrames(), myAutoCreateOppositeEdge, myChainCreateEdge, myCurrentFrame, myEditMode, myEditModeAdditional, myEditModeConnection, myEditModeCreateEdge, myEditModeCrossing, myEditModeDelete, myEditModeInspect, myEditModeMove, myEditModeSelect, myEditModeTrafficLight, myMenuCheckChangeAllPhases, myMenuCheckExtendToEdgeNodes, myMenuCheckSelectEdges, myMenuCheckShowBubbleOverJunction, myMenuCheckShowConnections, myMenuCheckShowGrid, myMenuCheckWarnAboutMerge, myToolbar, myViewParent, GUISUMOAbstractView::myVisualizationSettings, GUISUMOAbstractView::onPaint(), MFXCheckableButton::setChecked(), GNESelectorFrame::show(), GNEFrame::show(), GNEInspectorFrame::show(), GNEAdditionalFrame::show(), and GUIVisualizationSettings::showGrid.
Referenced by setEditMode().
|
protectedinherited |
update position information
Definition at line 219 of file GUISUMOAbstractView.cpp.
References GeoConvHelper::cartesian2geo(), GUIMainWindow::getCartesianLabel(), GeoConvHelper::getFinal(), GUIMainWindow::getGeoLabel(), GUISUMOAbstractView::getPositionInformation(), gPrecisionGeo, GUISUMOAbstractView::myApp, toString(), Position::x(), and Position::y().
Referenced by GUISUMOAbstractView::centerTo(), GUISUMOAbstractView::onMouseMove(), and GUISUMOAbstractView::onMouseWheel().
|
inherited |
A method that updates the tooltip.
Definition at line 169 of file GUISUMOAbstractView.cpp.
References GUISUMOAbstractView::myUseToolTips.
Referenced by GUISUMOAbstractView::buildViewToolBars(), GUIDanielPerspectiveChanger::onKeyPress(), GUIDanielPerspectiveChanger::onMouseMove(), and GUIDanielPerspectiveChanger::onMouseWheel().
|
protectedinherited |
List of objects for which GUIGlObject::drawGLAdditional is called.
Definition at line 434 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::addAdditionalGLVisualisation(), GUIViewTraffic::doPaintGL(), doPaintGL(), GUISUMOAbstractView::isAdditionalGLVisualisationEnabled(), and GUISUMOAbstractView::removeAdditionalGLVisualisation().
|
private |
variable for calculating moving offset of additionals
Definition at line 390 of file GNEViewNet.h.
Referenced by onLeftBtnPress(), onLeftBtnRelease(), and onMouseMove().
|
private |
the stoppingPlace element which shape is being moved
Definition at line 387 of file GNEViewNet.h.
Referenced by onLeftBtnPress(), onLeftBtnRelease(), and onMouseMove().
|
protectedinherited |
Internal information whether doInit() was called.
Definition at line 407 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::onConfigure(), GUISUMOAbstractView::onPaint(), and GUISUMOAbstractView::openObjectDialog().
|
private |
whether we have started rectangle-selection
Definition at line 405 of file GNEViewNet.h.
Referenced by abortOperation(), doPaintGL(), onLeftBtnPress(), onLeftBtnRelease(), and onMouseMove().
|
protectedinherited |
The application.
Definition at line 380 of file GUISUMOAbstractView.h.
Referenced by doPaintGL(), GUISUMOAbstractView::getDelay(), GUISUMOAbstractView::getObjectsInBoundary(), GUISUMOAbstractView::onLeftBtnRelease(), GUISUMOAbstractView::onMouseWheel(), GUISUMOAbstractView::onRightBtnRelease(), GUISUMOAbstractView::openObjectDialog(), GUIViewTraffic::saveFrame(), GUIViewTraffic::setColorScheme(), GUISUMOAbstractView::setDelay(), setEditMode(), setStatusBarText(), and GUISUMOAbstractView::updatePositionInformation().
|
private |
Definition at line 362 of file GNEViewNet.h.
Referenced by buildEditModeControls(), onLeftBtnPress(), and updateModeSpecificControls().
|
private |
whether the endpoint for a created edge should be set as the new source
Definition at line 361 of file GNEViewNet.h.
Referenced by buildEditModeControls(), onLeftBtnPress(), and updateModeSpecificControls().
|
protectedinherited |
The perspective changer.
Definition at line 389 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::applyGLTransform(), GUISUMOAbstractView::centerTo(), GUISUMOAbstractView::copyViewportTo(), GUISUMOAbstractView::getChanger(), GUISUMOAbstractView::getObjectsInBoundary(), GUISUMOAbstractView::getViewportEditor(), GUISUMOAbstractView::getVisibleBoundary(), GUISUMOAbstractView::m2p(), GUISUMOAbstractView::makeSnapshot(), GUISUMOAbstractView::onKeyPress(), GUISUMOAbstractView::onKeyRelease(), GUISUMOAbstractView::onLeftBtnPress(), GUISUMOAbstractView::onLeftBtnRelease(), GUISUMOAbstractView::onMouseMove(), GUISUMOAbstractView::onMouseWheel(), GUISUMOAbstractView::onRightBtnPress(), GUISUMOAbstractView::onRightBtnRelease(), GUISUMOAbstractView::openObjectDialog(), GUISUMOAbstractView::p2m(), GUISUMOAbstractView::paintGL(), GUISUMOAbstractView::paintGLGrid(), processClick(), GUISUMOAbstractView::recenterView(), GUISUMOAbstractView::screenPos2NetPos(), GUISUMOAbstractView::setViewportFromTo(), GUISUMOAbstractView::showViewportEditor(), and GUISUMOAbstractView::~GUISUMOAbstractView().
|
private |
source junction for new edge 0 if no edge source is selected an existing (or newly created) junction otherwise
Definition at line 358 of file GNEViewNet.h.
Referenced by abortOperation(), and onLeftBtnPress().
|
private |
the current frame
Definition at line 332 of file GNEViewNet.h.
Referenced by hotkeyFocusFrame(), setEditMode(), and updateModeSpecificControls().
|
private |
current polygon
Definition at line 463 of file GNEViewNet.h.
Referenced by hotkeyEnter(), onCmdDeleteGeometry(), onCmdNodeShape(), onCmdSimplifyShape(), and removeCurrentPoly().
|
protectedinherited |
Definition at line 421 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::addDecals(), GUISUMOAbstractView::drawDecals(), GUISUMOAbstractView::showViewschemeEditor(), and GUISUMOAbstractView::~GUISUMOAbstractView().
|
protectedinherited |
The mutex to use before accessing the decals list in order to avoid thread conficts.
Definition at line 424 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::drawDecals(), and GUISUMOAbstractView::showViewschemeEditor().
|
private |
the edge of which geometry is being moved
Definition at line 378 of file GNEViewNet.h.
Referenced by onLeftBtnPress(), onLeftBtnRelease(), and onMouseMove().
|
private |
stringBijection for edit additional mode names
Definition at line 453 of file GNEViewNet.h.
|
private |
the current edit mode
Definition at line 326 of file GNEViewNet.h.
Referenced by abortOperation(), doPaintGL(), getCurrentEditMode(), hotkeyDel(), hotkeyEnter(), onDoubleClicked(), onLeftBtnPress(), onMouseMove(), setEditMode(), showConnections(), showJunctionAsBubbles(), showLockIcon(), updateControls(), and updateModeSpecificControls().
|
private |
chekable button for edit mode additional
Definition at line 441 of file GNEViewNet.h.
Referenced by buildEditModeControls(), and updateModeSpecificControls().
|
private |
chekable button for edit mode connection
Definition at line 435 of file GNEViewNet.h.
Referenced by buildEditModeControls(), and updateModeSpecificControls().
|
private |
Definition at line 420 of file GNEViewNet.h.
Referenced by buildEditModeControls(), and updateModeSpecificControls().
|
private |
chekable button for edit mode crossing
Definition at line 444 of file GNEViewNet.h.
Referenced by buildEditModeControls(), and updateModeSpecificControls().
|
private |
chekable button for edit mode delete
Definition at line 426 of file GNEViewNet.h.
Referenced by buildEditModeControls(), and updateModeSpecificControls().
|
private |
chekable button for edit mode inspect
Definition at line 429 of file GNEViewNet.h.
Referenced by buildEditModeControls(), and updateModeSpecificControls().
|
private |
chekable button for edit mode move
Definition at line 423 of file GNEViewNet.h.
Referenced by buildEditModeControls(), and updateModeSpecificControls().
|
private |
since we cannot switch on strings we map the mode names to an enum
stringBijection for edit mode names
Definition at line 450 of file GNEViewNet.h.
Referenced by buildEditModeControls().
|
private |
chekable button for edit mode select
Definition at line 432 of file GNEViewNet.h.
Referenced by buildEditModeControls(), and updateModeSpecificControls().
|
private |
chekable button for edit mode traffic light
Definition at line 438 of file GNEViewNet.h.
Referenced by buildEditModeControls(), and updateModeSpecificControls().
|
protectedinherited |
The visualization speed-up.
Definition at line 386 of file GUISUMOAbstractView.h.
Referenced by GUIViewTraffic::doPaintGL(), doPaintGL(), GUISUMOAbstractView::getGridHeight(), GUISUMOAbstractView::getGridWidth(), GUISUMOAbstractView::makeSnapshot(), and GUISUMOAbstractView::recenterView().
|
protectedinherited |
Information whether too-tip informations shall be generated.
Definition at line 392 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::isInEditMode().
|
private |
the Junction to be moved.
Definition at line 375 of file GNEViewNet.h.
Referenced by onLeftBtnPress(), onLeftBtnRelease(), and onMouseMove().
|
private |
menu check to set change all phases
Definition at line 344 of file GNEViewNet.h.
Referenced by buildEditModeControls(), changeAllPhases(), and updateModeSpecificControls().
|
private |
menu check to extend to edge nodes
Definition at line 341 of file GNEViewNet.h.
Referenced by autoSelectNodes(), buildEditModeControls(), and updateModeSpecificControls().
|
private |
menu check to select only edges
Definition at line 335 of file GNEViewNet.h.
Referenced by buildEditModeControls(), onCmdToogleSelectEdges(), and updateModeSpecificControls().
|
private |
show connection as buuble in "Move" mode.
Definition at line 372 of file GNEViewNet.h.
Referenced by buildEditModeControls(), showJunctionAsBubbles(), and updateModeSpecificControls().
|
private |
menu check to show connections
Definition at line 338 of file GNEViewNet.h.
Referenced by buildEditModeControls(), showConnections(), and updateModeSpecificControls().
|
private |
show grid button
Definition at line 347 of file GNEViewNet.h.
Referenced by buildEditModeControls(), doPaintGL(), onCmdShowGrid(), and updateModeSpecificControls().
|
private |
whether we should warn about merging junctions
Definition at line 369 of file GNEViewNet.h.
Referenced by buildEditModeControls(), mergeJunctions(), and updateModeSpecificControls().
|
protectedinherited |
Offset to the mouse-hotspot from the mouse position.
Definition at line 395 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::setWindowCursorPosition().
|
protectedinherited |
Definition at line 395 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::setWindowCursorPosition().
|
private |
whether a selection is being moved
Definition at line 399 of file GNEViewNet.h.
Referenced by onLeftBtnPress(), onLeftBtnRelease(), and onMouseMove().
|
private |
position from which to move edge geometry
Definition at line 396 of file GNEViewNet.h.
Referenced by onLeftBtnPress(), and onMouseMove().
|
private |
we are not responsible for deletion
Definition at line 323 of file GNEViewNet.h.
Referenced by addRestrictedLane(), deleteSelectedAdditionals(), deleteSelectedEdges(), deleteSelectedJunctions(), getNet(), mergeJunctions(), onCmdAddReversedEdge(), onCmdDuplicateLane(), onCmdNodeReplace(), onCmdNodeShape(), onCmdReverseEdge(), onCmdRevertRestriction(), onCmdSplitEdge(), onCmdSplitEdgeBidi(), onCmdStraightenEdges(), onLeftBtnPress(), onLeftBtnRelease(), onMouseMove(), removeCurrentPoly(), removeRestrictedLane(), restrictLane(), and setEditMode().
|
private |
variable for saving additional position before moving
Definition at line 393 of file GNEViewNet.h.
Referenced by onLeftBtnPress(), onLeftBtnRelease(), and onMouseMove().
|
protectedinherited |
The parent window.
Definition at line 383 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::getColoringSchemesCombo().
|
private |
the poi which is being moved
Definition at line 384 of file GNEViewNet.h.
Referenced by onLeftBtnPress(), onLeftBtnRelease(), and onMouseMove().
|
mutableprotectedinherited |
poly draw lock
Definition at line 431 of file GUISUMOAbstractView.h.
|
private |
the poly of which geometry is being moved
Definition at line 381 of file GNEViewNet.h.
Referenced by onLeftBtnPress(), onLeftBtnRelease(), and onMouseMove().
|
protectedinherited |
The current popup-menu.
Definition at line 398 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::destroyPopup(), GUISUMOAbstractView::openObjectDialog(), and GUISUMOAbstractView::~GUISUMOAbstractView().
|
private |
Poput spot.
Definition at line 460 of file GNEViewNet.h.
Referenced by addRestrictedLane(), getEdgeAtCursorPosition(), getEdgesAtCursorPosition(), getJunctionAtCursorPosition(), getLaneAtCurserPosition(), markPopupPosition(), onCmdAddReversedEdge(), onCmdDeleteGeometry(), onCmdDuplicateLane(), onCmdNodeReplace(), onCmdNodeShape(), onCmdResetEdgeEndpoint(), onCmdReverseEdge(), onCmdRevertRestriction(), onCmdSetEdgeEndpoint(), onCmdSplitEdge(), onCmdSplitEdgeBidi(), onCmdStraightenEdges(), removeRestrictedLane(), and restrictLane().
|
private |
the previous edit mode used for toggling
Definition at line 329 of file GNEViewNet.h.
Referenced by setEditMode().
|
private |
firstcorner of the rectangle-selection
Definition at line 408 of file GNEViewNet.h.
Referenced by doPaintGL(), onLeftBtnPress(), and onLeftBtnRelease().
|
private |
second corner of the rectangle-selection
Definition at line 411 of file GNEViewNet.h.
Referenced by doPaintGL(), onLeftBtnPress(), onLeftBtnRelease(), and onMouseMove().
|
private |
flag to check if select edges is enabled
Definition at line 353 of file GNEViewNet.h.
Referenced by deleteSelectedEdges(), onCmdToogleSelectEdges(), onLeftBtnPress(), onLeftBtnRelease(), and selectEdges().
|
private |
whether show connections has been activated once
Definition at line 350 of file GNEViewNet.h.
Referenced by onCmdToogleShowConnection().
|
protectedinherited |
Snapshots.
Definition at line 428 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::checkSnapshots(), and GUISUMOAbstractView::setSnapshots().
|
private |
Height of viewNet in testing mode.
Definition at line 474 of file GNEViewNet.h.
Referenced by doPaintGL().
|
private |
Definition at line 468 of file GNEViewNet.h.
Referenced by addRestrictedLane(), doPaintGL(), isTestingModeEnabled(), mergeJunctions(), onCmdRevertRestriction(), removeRestrictedLane(), and restrictLane().
|
private |
Width of viewNet in testing mode.
Definition at line 471 of file GNEViewNet.h.
Referenced by doPaintGL().
|
private |
a reference to the toolbar in myParent
Definition at line 415 of file GNEViewNet.h.
Referenced by buildEditModeControls(), and updateModeSpecificControls().
|
private |
a reference to the undolist maintained in the application
Definition at line 457 of file GNEViewNet.h.
Referenced by abortOperation(), addRestrictedLane(), deleteSelectedAdditionals(), deleteSelectedEdges(), deleteSelectedJunctions(), getUndoList(), hotkeyDel(), hotkeyEnter(), mergeJunctions(), onCmdAddReversedEdge(), onCmdDuplicateLane(), onCmdNodeReplace(), onCmdNodeShape(), onCmdResetEdgeEndpoint(), onCmdReverseEdge(), onCmdRevertRestriction(), onCmdSetEdgeEndpoint(), onCmdSplitEdge(), onCmdSplitEdgeBidi(), onCmdStraightenEdges(), onLeftBtnPress(), onLeftBtnRelease(), removeRestrictedLane(), and restrictLane().
|
protectedinherited |
use tool tips
Definition at line 404 of file GUISUMOAbstractView.h.
Referenced by GUIViewTraffic::doPaintGL(), doPaintGL(), GUISUMOAbstractView::makeSnapshot(), GUISUMOAbstractView::paintGL(), GUISUMOAbstractView::showToolTips(), and GUISUMOAbstractView::updateToolTip().
|
private |
view parent
Definition at line 320 of file GNEViewNet.h.
Referenced by abortOperation(), getViewParent(), hotkeyEnter(), onLeftBtnPress(), onLeftBtnRelease(), onMouseMove(), updateControls(), and updateModeSpecificControls().
|
protectedinherited |
viewport chooser
Definition at line 410 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::getViewportEditor(), GUISUMOAbstractView::onMouseMove(), GUISUMOAbstractView::remove(), GUISUMOAbstractView::showViewportEditor(), and GUISUMOAbstractView::~GUISUMOAbstractView().
|
protectedinherited |
Visualization changer.
Definition at line 416 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::remove(), GUIViewTraffic::setColorScheme(), setColorScheme(), GUISUMOAbstractView::showViewschemeEditor(), and GUISUMOAbstractView::~GUISUMOAbstractView().
|
protectedinherited |
visualization settings
Definition at line 401 of file GUISUMOAbstractView.h.
Referenced by GUIViewTraffic::buildViewToolBars(), buildViewToolBars(), GUIViewTraffic::doPaintGL(), doPaintGL(), GUISUMOAbstractView::getObjectsInBoundary(), GUISUMOAbstractView::getVisualisationSettings(), GUISUMOAbstractView::makeSnapshot(), onCmdShowGrid(), GUISUMOAbstractView::onConfigure(), GUISUMOAbstractView::paintGL(), GUISUMOAbstractView::paintGLGrid(), GUIViewTraffic::setColorScheme(), setColorScheme(), setSelectionScaling(), GUISUMOAbstractView::showViewschemeEditor(), GUISUMOAbstractView::snapToActiveGrid(), updateModeSpecificControls(), and GUISUMOAbstractView::~GUISUMOAbstractView().
|
protectedinherited |
Position of the cursor relative to the window.
Definition at line 413 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::getPositionInformation(), and GUISUMOAbstractView::setWindowCursorPosition().
|
protectedinherited |
Definition at line 413 of file GUISUMOAbstractView.h.
Referenced by GUISUMOAbstractView::getPositionInformation(), and GUISUMOAbstractView::setWindowCursorPosition().