Home
last modified time | relevance | path

Searched refs:EditCmd (Results 1 – 22 of 22) sorted by relevance

/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/map_model/src/edits/
H A Dmod.rs19 pub commands: Vec<EditCmd>,
62 pub enum EditCmd { enum
132 EditCmd::ChangeRoad { r, .. } => { in update_derived()
161 self.commands.push(EditCmd::ChangeRoad { in compress()
202 impl EditCmd { impl
263 EditCmd::ChangeIntersection { in apply()
305 fn undo(self) -> EditCmd { in undo() argument
307 EditCmd::ChangeRoad { r, old, new } => EditCmd::ChangeRoad { in undo()
312 EditCmd::ChangeIntersection { i, old, new } => EditCmd::ChangeIntersection { in undo()
317 EditCmd::ChangeRouteSchedule { id, old, new } => EditCmd::ChangeRouteSchedule { in undo()
[all …]
H A Dperma.rs1 use crate::edits::{EditCmd, EditIntersection, EditRoad, MapEdits};
69 EditCmd::ChangeRoad { r, new, old } => PermanentEditCmd::ChangeRoad { in to_permanent()
74 EditCmd::ChangeIntersection { i, new, old } => { in to_permanent()
81 EditCmd::ChangeRouteSchedule { id, old, new } => { in to_permanent()
113 Ok(EditCmd::ChangeRoad { r: id, new, old }) in from_permanent()
117 Ok(EditCmd::ChangeIntersection { in from_permanent()
135 Ok(EditCmd::ChangeRouteSchedule { id, old, new }) in from_permanent()
138 .collect::<Result<Vec<EditCmd>, String>>()?, in from_permanent()
/dports/astro/gpstk/GPSTk-8.0.0/core/apps/Rinextools/
H A DRinEdit.cpp91 class EditCmd class
145 bool operator()(const EditCmd& ec1, const EditCmd& ec2) in operator ()()
727 vector<EditCmd> toCurr; in processOneEpoch()
991 case EditCmd::ddCT: in executeEditCmd()
997 case EditCmd::sdCT: in executeEditCmd()
1001 case EditCmd::ssCT: in executeEditCmd()
1005 case EditCmd::slCT: in executeEditCmd()
1396 EditCmd ec(lab,vec[i]); in parseEditCmds()
1405 EditCmd::EditCmd(const string intypestr, const string inarg) in EditCmd() function in EditCmd
1584 vector<EditCmd> newCmds; in fixEditCmdList()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/edit/
H A Dvalidate.rs5 use map_model::{connectivity, EditCmd, LaneID, LaneType, Map, PathConstraints};
16 cmd: EditCmd, in check_sidewalk_connectivity() argument
62 pub fn check_blackholes(ctx: &mut EventCtx, app: &mut App, cmd: EditCmd) -> Option<Box<dyn State>> { in check_blackholes()
121 ) -> Result<EditCmd, Box<dyn State>> { in try_change_lt() argument
167 pub fn try_reverse(ctx: &mut EventCtx, map: &Map, l: LaneID) -> Result<EditCmd, Box<dyn State>> { in try_reverse() argument
H A Dstop_signs.rs10 ControlStopSign, ControlTrafficSignal, EditCmd, EditIntersection, IntersectionID, RoadID,
104 edits.commands.push(EditCmd::ChangeIntersection { in event()
126 edits.commands.push(EditCmd::ChangeIntersection { in event()
143 let cmd = EditCmd::ChangeIntersection { in event()
160 edits.commands.push(EditCmd::ChangeIntersection { in event()
H A Droutes.rs5 use map_model::{BusRouteID, EditCmd};
63 edits.commands.push(EditCmd::ChangeRouteSchedule { in event()
H A Dmod.rs29 use map_model::{EditCmd, IntersectionID, LaneID, LaneType, MapEdits};
661 edits.commands.push(EditCmd::ChangeIntersection { in maybe_edit_intersection()
742 fn cmd_to_id(cmd: &EditCmd) -> Option<ID> { in cmd_to_id()
744 EditCmd::ChangeRoad { r, .. } => Some(ID::Road(*r)), in cmd_to_id()
745 EditCmd::ChangeIntersection { i, .. } => Some(ID::Intersection(*i)), in cmd_to_id()
746 EditCmd::ChangeRouteSchedule { .. } => None, in cmd_to_id()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/edit/traffic_signals/
H A Dedits.rs9 ControlStopSign, ControlTrafficSignal, EditCmd, EditIntersection, IntersectionID, PhaseType,
169 edits.commands.push(EditCmd::ChangeIntersection { in edit_entire_signal()
183 let cmd = EditCmd::ChangeIntersection { in edit_entire_signal()
H A Dmod.rs15 ControlTrafficSignal, EditCmd, EditIntersection, IntersectionID, Movement, MovementID,
742 edits.commands.push(EditCmd::ChangeIntersection { in commit()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/sandbox/gameplay/
H A Dmod.rs20 use map_model::{EditCmd, EditIntersection, Map, MapEdits};
167 EditCmd::ChangeRoad { .. } => { in allows()
172 EditCmd::ChangeIntersection { ref new, .. } => match new { in allows()
181 EditCmd::ChangeRouteSchedule { .. } => {} in allows()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/headless/src/
H A Dmain.rs16 CompressedMovementID, ControlTrafficSignal, EditCmd, EditIntersection, IntersectionID, Map,
127 edits.commands.push(EditCmd::ChangeIntersection { in handle_command()
/dports/ftp/ncftp3/ncftp-3.2.6/ncftp/
H A Dcmds.h28 void EditCmd(const int, char **const, const CommandPtr, const ArgvInfoPtr);
H A Dcmdlist.c169 EditCmd,
H A Dcmds.c850 EditCmd(const int argc, char **const argv, const CommandPtr cmdp, const ArgvInfoPtr aip) in EditCmd() function
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/map_model/src/
H A Dlib.rs14 EditCmd, EditEffects, EditIntersection, EditRoad, MapEdits, PermanentMapEdits,
/dports/news/golded+/golded-plus/golded+/golded3/
H A Dgelang.h324 char* EditCmd; // MS_EDITCMD member
H A Dgepost.cpp551 gsprintf(PRINTF_DECLARE_BUFFER(buf2), LNG->EditCmd, buf);
/dports/comms/viewfax/viewfax-2.6/
H A Dviewfax.c68 static char *EditCmd = NULL; variable
143 EditCmd = getenv("VIEWFAX_EDIT"); in main()
834 DoExtCmd(EditCmd, Event.xkey.state & ShiftMask); in ShowLoop()
/dports/comms/mgetty+sendfax/mgetty-1.1.37/frontends/X11/viewfax/
H A Dviewfax.c68 static char *EditCmd = NULL; variable
143 EditCmd = getenv("VIEWFAX_EDIT"); in main()
834 DoExtCmd(EditCmd, Event.xkey.state & ShiftMask); in ShowLoop()
/dports/net-im/coccinella/Coccinella-0.96.20Src/jabber/
H A DRosterPlain.tcl231 ::RosterTree::EditSetBinds [namespace code EditCmd]
H A DRosterAvatar.tcl519 ::RosterTree::EditSetBinds [namespace code EditCmd]
/dports/security/keepass/KeePass-2.49-Source/KeePass/Resources/
H A DKPRes.Generated.cs4317 public static string EditCmd property in KeePass.Resources.KPRes