Home
last modified time | relevance | path

Searched refs:getStopFrame (Results 1 – 3 of 3) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/netedit/
H A DGNEViewParent.h147 GNEStopFrame* getStopFrame() const;
H A DGNEViewParent.cpp256 GNEViewParent::getStopFrame() const { in getStopFrame() function in GNEViewParent
H A DGNEViewNet.cpp2351 myViewParent->getStopFrame()->show(); in updateDemandModeSpecificControls()
2352 myViewParent->getStopFrame()->focusUpperElement(); in updateDemandModeSpecificControls()
2353 myCurrentFrame = myViewParent->getStopFrame(); in updateDemandModeSpecificControls()
3074 … myViewParent->getStopFrame()->addStop(myObjectsUnderCursor, myKeyPressed.shiftKeyPressed()); in processLeftButtonPressDemand()