Home
last modified time | relevance | path

Searched refs:containerstop (Results 1 – 14 of 14) sorted by relevance

/dports/finance/gnucash/gnucash-4.9/gnucash/gnome-utils/
H A Dcursors.c86 GList *containerstop, *node; in gnc_set_busy_cursor() local
88 for (containerstop = node = gtk_window_list_toplevels (); node; node = node->next) in gnc_set_busy_cursor()
97 g_list_free (containerstop); in gnc_set_busy_cursor()
117 GList *containerstop, *node; in gnc_unset_busy_cursor() local
119 for (containerstop = node = gtk_window_list_toplevels (); node; node = node->next) in gnc_unset_busy_cursor()
128 g_list_free (containerstop); in gnc_unset_busy_cursor()
/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSStopOut.cpp133 if (stop.containerstop != "") { in stopEnded()
134 myDevice.writeAttr(SUMO_ATTR_CONTAINER_STOP, stop.containerstop); in stopEnded()
/dports/cad/sumo/sumo-1.2.0/src/utils/vehicle/
H A DSUMORouteHandler.cpp328 stop.containerstop = attrs.getOpt<std::string>(SUMO_ATTR_CONTAINER_STOP, nullptr, ok, ""); in parseStop()
334 } else if (stop.containerstop != "") { in parseStop()
335 errorSuffix = " at '" + stop.containerstop + "'" + errorSuffix; in parseStop()
H A DSUMOVehicleParameter.cpp156 if (containerstop != "") { in write()
157 dev.writeAttr(SUMO_ATTR_CONTAINER_STOP, containerstop); in write()
162 if (busstop == "" && containerstop == "" && parkingarea == "") { in write()
H A DSUMOVehicleParameter.h545 std::string containerstop; member
/dports/cad/sumo/sumo-1.2.0/src/router/
H A DRORouteHandler.cpp682 else if (stop.containerstop != "") { in addStop()
683 …const SUMOVehicleParameter::Stop* containerstop = myNet.getStoppingPlace(stop.containerstop, SUMO_… in addStop() local
684 if (containerstop == nullptr) { in addStop()
685 … myErrorOutput->inform("Unknown container stop '" + stop.containerstop + "'" + errorSuffix); in addStop()
688 stop.lane = containerstop->lane; in addStop()
689 stop.endPos = containerstop->endPos; in addStop()
690 stop.startPos = containerstop->startPos; in addStop()
/dports/cad/sumo/sumo-1.2.0/src/netedit/demandelements/
H A DGNERouteHandler.cpp182 } else if (stopParameters.containerstop.size() > 0) { in buildStop()
183 …iewNet->getNet()->retrieveAdditional(SUMO_TAG_CONTAINER_STOP, stopParameters.containerstop, false); in buildStop()
425 else if (stop.containerstop != "") { in addStop()
429 … WRITE_ERROR("The containerStop '" + stop.containerstop + "' is not known" + errorSuffix); in addStop()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSVehicle.cpp910 } else if (containerstop != nullptr) { in getEndPos()
925 } else if (containerstop != nullptr) { in getDescription()
944 if (containerstop != nullptr) { in write()
1535 …stop.containerstop = MSNet::getInstance()->getStoppingPlace(stopPar.containerstop, SUMO_TAG_CONTAI…
1556 } else if (stop.containerstop != nullptr) {
1558 stopID = stop.containerstop->getID();
1864 if (stop.containerstop != nullptr) {
1945 if (stop.containerstop != nullptr) {
2062 || s.containerstop == stop
5665 stop = iter->containerstop;
[all …]
H A DMSRouteHandler.cpp925 else if (stop.containerstop != "") { in addStop()
927 …MSStoppingPlace* cs = MSNet::getInstance()->getStoppingPlace(stop.containerstop, SUMO_TAG_CONTAINE… in addStop()
929 … WRITE_ERROR("The containerStop '" + stop.containerstop + "' is not known" + errorSuffix); in addStop()
H A DMSVehicle.h936 MSStoppingPlace* containerstop; variable
H A DMSLane.cpp1588 stop.containerstop = ""; in handleCollisionBetween()
/dports/cad/sumo/sumo-1.2.0/src/utils/gui/images/
H A DMakefile.am30 containerstop.xpm \
/dports/cad/sumo/sumo-1.2.0/src/netedit/frames/
H A DGNEStopFrame.cpp362 stopParameter.containerstop = objectsUnderCursor.getAdditionalFront()->getID(); in addStop()
/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DVehicle.cpp444 if (it->containerstop != nullptr) { in getNextStops()
445 nsd.stoppingPlaceID = it->containerstop->getID(); in getNextStops()
458 (it->containerstop != nullptr ? 32 : 0) + in getNextStops()
481 (stop.containerstop != nullptr ? 32 : 0) + in getStopState()