Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/netedit/
H A DGNEViewNetHelper.cpp1009 GNEViewNetHelper::SelectingArea::SelectingArea(GNEViewNet* viewNet) : in SelectingArea() function in GNEViewNetHelper::SelectingArea
1017 GNEViewNetHelper::SelectingArea::beginRectangleSelection() { in beginRectangleSelection()
1025 GNEViewNetHelper::SelectingArea::moveRectangleSelection() { in moveRectangleSelection()
1038 GNEViewNetHelper::SelectingArea::finishRectangleSelection() { in finishRectangleSelection()
1046 GNEViewNetHelper::SelectingArea::processRectangleSelection() { in processRectangleSelection()
1062 GNEViewNetHelper::SelectingArea::processEdgeRectangleSelection() { in processEdgeRectangleSelection()
1090 GNEViewNetHelper::SelectingArea::processShapeSelection(const PositionVector& shape) { in processShapeSelection()
1096 GNEViewNetHelper::SelectingArea::drawRectangleSelection(const RGBColor& color) const { in drawRectangleSelection()
1115 GNEViewNetHelper::SelectingArea::processBoundarySelection(const Boundary& boundary) { in processBoundarySelection()
H A DGNEViewNetHelper.h561 struct SelectingArea { struct
564 SelectingArea(GNEViewNet* viewNet);
H A DGNEViewNet.h353 GNEViewNetHelper::SelectingArea mySelectingArea;