Home
last modified time | relevance | path

Searched refs:shapeCont (Results 1 – 5 of 5) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DPolygon.cpp51 ShapeContainer& shapeCont = MSNet::getInstance()->getShapeContainer(); in getIDList() local
52 shapeCont.getPolygons().insertIDs(ids); in getIDList()
110 ShapeContainer& shapeCont = MSNet::getInstance()->getShapeContainer(); in setShape() local
111 shapeCont.reshapePolygon(polygonID, positionVector); in setShape()
123 ShapeContainer& shapeCont = MSNet::getInstance()->getShapeContainer(); in add() local
164 ShapeContainer& shapeCont = MSNet::getInstance()->getShapeContainer(); in addDynamics() local
177 shapeCont.addPolygonUpdateCommand(pd->getPolygonID(), cmd); in addDynamics()
185 ShapeContainer& shapeCont = MSNet::getInstance()->getShapeContainer(); in remove() local
186 if (!shapeCont.removePolygon(polygonID)) { in remove()
248 ShapeContainer& shapeCont = MSNet::getInstance()->getShapeContainer(); in LIBSUMO_SUBSCRIPTION_IMPLEMENTATION() local
[all …]
H A DPOI.cpp52 ShapeContainer& shapeCont = MSNet::getInstance()->getShapeContainer(); in getIDList() local
53 shapeCont.getPOIs().insertIDs(ids); in getIDList()
158 ShapeContainer& shapeCont = MSNet::getInstance()->getShapeContainer(); in add() local
159 …return shapeCont.addPOI(poiID, poiType, Helper::makeRGBColor(color), Position(x, y), false, "", 0,… in add()
170 ShapeContainer& shapeCont = MSNet::getInstance()->getShapeContainer(); in remove() local
171 return shapeCont.removePOI(poiID); in remove()
253 ShapeContainer& shapeCont = MSNet::getInstance()->getShapeContainer(); in getTree() local
254 for (const auto& i : shapeCont.getPOIs()) { in getTree()
/dports/editors/calligra/calligra-3.2.1/libs/text/
H A DKoTextPaste.cpp44 …Private(KoTextEditor *editor, KoShapeController *shapeCont, QSharedPointer<Soprano::Model> _rdfMod… in Private() argument
48 , resourceManager(shapeCont->resourceManager()) in Private()
50 , shapeController(shapeCont) in Private()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSNet.cpp192 ShapeContainer* shapeCont): in MSNet() argument
223 myShapeContainer = shapeCont == nullptr ? new ShapeContainer() : shapeCont; in MSNet()
H A DMSNet.h162 ShapeContainer* shapeCont = 0);