2022-01-13 21:04:25 +03:00
<!DOCTYPE html> < html lang = "en" > < head > < meta charset = "utf-8" > < meta name = "viewport" content = "width=device-width, initial-scale=1.0" > < meta name = "generator" content = "rustdoc" > < meta name = "description" content = "An application wishing to use the tools in this crate has to implement this on the struct that implements `widgetry::SharedAppState`, so that the tools here can access the map. See `SimpleApp` for an example implementation." > < meta name = "keywords" content = "rust, rustlang, rust-lang, AppLike" > < title > AppLike in map_gui - Rust< / title > < link rel = "stylesheet" type = "text/css" href = "../normalize.css" > < link rel = "stylesheet" type = "text/css" href = "../rustdoc.css" id = "mainThemeStyle" > < link rel = "stylesheet" type = "text/css" href = "../light.css" id = "themeStyle" > < link rel = "stylesheet" type = "text/css" href = "../dark.css" disabled > < link rel = "stylesheet" type = "text/css" href = "../ayu.css" disabled > < script id = "default-settings" > < / script > < script src = "../storage.js" > < / script > < script src = "../crates.js" > < / script > < script defer src = "../main.js" > < / script >
< noscript > < link rel = "stylesheet" href = "../noscript.css" > < / noscript > < link rel = "alternate icon" type = "image/png" href = "../favicon-16x16.png" > < link rel = "alternate icon" type = "image/png" href = "../favicon-32x32.png" > < link rel = "icon" type = "image/svg+xml" href = "../favicon.svg" > < style type = "text/css" > # crate-search { background-image : url ( "../down-arrow.svg" ) ; } < / style > < / head > < body class = "rustdoc trait" > <!-- [if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif] --> < nav class = "sidebar" > < div class = "sidebar-menu" role = "button" > ☰ < / div > < a href = '../map_gui/index.html' > < div class = 'logo-container rust-logo' > < img src = '../rust-logo.png' alt = 'logo' > < / div > < / a > < h2 class = "location" > Trait AppLike< / h2 > < div class = "sidebar-elems" > < div class = "block items" > < h3 class = "sidebar-title" > < a href = "#required-methods" > Required Methods< / a > < / h3 > < div class = "sidebar-links" > < a href = "#tymethod.cs" > cs< / a > < a href = "#tymethod.draw_map" > draw_map< / a > < a href = "#tymethod.draw_with_opts" > draw_with_opts< / a > < a href = "#tymethod.make_warper" > make_warper< / a > < a href = "#tymethod.map" > map< / a > < a href = "#tymethod.map_switched" > map_switched< / a > < a href = "#tymethod.mut_cs" > mut_cs< / a > < a href = "#tymethod.mut_draw_map" > mut_draw_map< / a > < a href = "#tymethod.mut_opts" > mut_opts< / a > < a href = "#tymethod.opts" > opts< / a > < a href = "#tymethod.sim" > sim< / a > < / div > < h3 class = "sidebar-title" > < a href = "#provided-methods" > Provided Methods< / a > < / h3 > < div class = "sidebar-links" > < a href = "#method.change_color_scheme" > change_color_scheme< / a > < a href = "#method.current_stage_and_remaining_time" > current_stage_and_remaining_time< / a > < a href = "#method.sim_time" > sim_time< / a > < / div > < h3 class = "sidebar-title" > < a href = "#implementors" > Implementors< / a > < / h3 > < / div > < h2 class = "location" > Other items in< br > < a href = "index.html" > map_gui< / a > < / h2 > < div id = "sidebar-vars" data-name = "AppLike" data-ty = "trait" data-relpath = "" > < / div > < script defer src = "sidebar-items.js" > < / script > < / div > < / nav > < div class = "theme-picker" > < button id = "theme-picker" aria-label = "Pick another theme!" aria-haspopup = "menu" title = "themes" > < img width = "18" height = "18" alt = "Pick another theme!" src = "../brush.svg" > < / button > < div id = "theme-choices" role = "menu" > < / div > < / div > < nav class = "sub" > < form class = "search-form" > < div class = "search-container" > < div > < select id = "crate-search" > < option value = "All crates" > All crates< / option > < / select > < input class = "search-input" name = "search" autocomplete = "off" spellcheck = "false" placeholder = "Click or press ‘ S’ to search, ‘ ?’ for more options…" type = "search" > < / div > < button type = "button" id = "help-button" title = "help" > ?< / button > < a id = "settings-menu" href = "../settings.html" title = "settings" > < img width = "18" height = "18" alt = "Change settings" src = "../wheel.svg" > < / a > < / div > < / form > < / nav > < section id = "main" class = "content" > < h1 class = "fqn" > < span class = "in-band" > Trait < a href = "index.html" > map_gui< / a > ::< wbr > < a class = "trait" href = "#" > AppLike< / a > < button id = "copy-path" onclick = "copy_path(this)" title = "Copy item path to clipboard" > < img src = "../clipboard.svg" width = "19" height = "18" alt = "Copy item path" > < / button > < / span > < span class = "out-of-band" > < span id = "render-detail" > < a id = "toggle-all-docs" href = "javascript:void(0)" title = "collapse all docs" > [< span class = "inner" > − < / span > ]< / a > < / span > < a class = "srclink" href = "../src/map_gui/lib.rs.html#36-81" title = "goto source code" > [src]< / a > < / span > < / h1 > < div class = "docblock item-decl" > < pre class = "rust trait" > < code > pub trait AppLike {
2021-09-09 19:19:47 +03:00
< details class = "rustdoc-toggle type-contents-toggle" > < summary class = "hideme" > < span > Show 14 methods< / span > < / summary > fn < a href = "#tymethod.map" class = "fnname" > map< / a > (& self) -> & < a class = "struct" href = "../map_model/struct.Map.html" title = "struct map_model::Map" > Map< / a > ;
2020-12-31 22:29:16 +03:00
< div class = "item-spacer" > < / div > fn < a href = "#tymethod.sim" class = "fnname" > sim< / a > (& self) -> & < a class = "struct" href = "../sim/sim/struct.Sim.html" title = "struct sim::sim::Sim" > Sim< / a > ;
2021-06-17 19:13:28 +03:00
< div class = "item-spacer" > < / div > fn < a href = "#tymethod.cs" class = "fnname" > cs< / a > (& self) -> & < a class = "struct" href = "colors/struct.ColorScheme.html" title = "struct map_gui::colors::ColorScheme" > ColorScheme< / a > ;
< div class = "item-spacer" > < / div > fn < a href = "#tymethod.mut_cs" class = "fnname" > mut_cs< / a > (& mut self) -> & mut < a class = "struct" href = "colors/struct.ColorScheme.html" title = "struct map_gui::colors::ColorScheme" > ColorScheme< / a > ;
< div class = "item-spacer" > < / div > fn < a href = "#tymethod.draw_map" class = "fnname" > draw_map< / a > (& self) -> & < a class = "struct" href = "render/map/struct.DrawMap.html" title = "struct map_gui::render::map::DrawMap" > DrawMap< / a > ;
< div class = "item-spacer" > < / div > fn < a href = "#tymethod.mut_draw_map" class = "fnname" > mut_draw_map< / a > (& mut self) -> & mut < a class = "struct" href = "render/map/struct.DrawMap.html" title = "struct map_gui::render::map::DrawMap" > DrawMap< / a > ;
< div class = "item-spacer" > < / div > fn < a href = "#tymethod.opts" class = "fnname" > opts< / a > (& self) -> & < a class = "struct" href = "options/struct.Options.html" title = "struct map_gui::options::Options" > Options< / a > ;
< div class = "item-spacer" > < / div > fn < a href = "#tymethod.mut_opts" class = "fnname" > mut_opts< / a > (& mut self) -> & mut < a class = "struct" href = "options/struct.Options.html" title = "struct map_gui::options::Options" > Options< / a > ;
2020-12-31 22:29:16 +03:00
< div class = "item-spacer" > < / div > fn < a href = "#tymethod.map_switched" class = "fnname" > map_switched< / a > (< br > & mut self, < br > ctx: & mut EventCtx< '_> , < br > map: < a class = "struct" href = "../map_model/struct.Map.html" title = "struct map_model::Map" > Map< / a > , < br > timer: & mut < a class = "struct" href = "../abstutil/time/struct.Timer.html" title = "struct abstutil::time::Timer" > Timer< / a > < '_> < br > );
2021-06-17 19:13:28 +03:00
< div class = "item-spacer" > < / div > fn < a href = "#tymethod.draw_with_opts" class = "fnname" > draw_with_opts< / a > (& self, g: & mut GfxCtx< '_> , opts: < a class = "struct" href = "render/struct.DrawOptions.html" title = "struct map_gui::render::DrawOptions" > DrawOptions< / a > );
2022-01-21 12:51:40 +03:00
< div class = "item-spacer" > < / div > fn < a href = "#tymethod.make_warper" class = "fnname" > make_warper< / a > (< br > & mut self, < br > ctx: & EventCtx< '_> , < br > pt: < a class = "struct" href = "../geom/pt/struct.Pt2D.html" title = "struct geom::pt::Pt2D" > Pt2D< / a > , < br > target_cam_zoom: < a class = "enum" href = "https://doc.rust-lang.org/1.58.1/core/option/enum.Option.html" title = "enum core::option::Option" > Option< / a > < < a class = "primitive" href = "https://doc.rust-lang.org/1.58.1/std/primitive.f64.html" > f64< / a > > , < br > id: < a class = "enum" href = "https://doc.rust-lang.org/1.58.1/core/option/enum.Option.html" title = "enum core::option::Option" > Option< / a > < < a class = "enum" href = "enum.ID.html" title = "enum map_gui::ID" > ID< / a > > < br > ) -> < a class = "struct" href = "https://doc.rust-lang.org/1.58.1/alloc/boxed/struct.Box.html" title = "struct alloc::boxed::Box" > Box< / a > < dyn State< Self> > < br > < span class = "where" > where< br > Self: < a class = "trait" href = "https://doc.rust-lang.org/1.58.1/core/marker/trait.Sized.html" title = "trait core::marker::Sized" > Sized< / a > < / span > ;
2020-11-24 10:58:48 +03:00
2020-12-31 22:29:16 +03:00
fn < a href = "#method.sim_time" class = "fnname" > sim_time< / a > (& self) -> < a class = "struct" href = "../geom/time/struct.Time.html" title = "struct geom::time::Time" > Time< / a > { ... }
2022-01-21 12:51:40 +03:00
< div class = "item-spacer" > < / div > fn < a href = "#method.current_stage_and_remaining_time" class = "fnname" > current_stage_and_remaining_time< / a > (< br > & self, < br > id: < a class = "struct" href = "../map_model/objects/intersection/struct.IntersectionID.html" title = "struct map_model::objects::intersection::IntersectionID" > IntersectionID< / a > < br > ) -> < a class = "primitive" href = "https://doc.rust-lang.org/1.58.1/std/primitive.tuple.html" > (< / a > < a class = "primitive" href = "https://doc.rust-lang.org/1.58.1/std/primitive.usize.html" > usize< / a > , < a class = "struct" href = "../geom/duration/struct.Duration.html" title = "struct geom::duration::Duration" > Duration< / a > < a class = "primitive" href = "https://doc.rust-lang.org/1.58.1/std/primitive.tuple.html" > )< / a > { ... }
< div class = "item-spacer" > < / div > fn < a href = "#method.change_color_scheme" class = "fnname" > change_color_scheme< / a > (< br > & mut self, < br > ctx: & mut EventCtx< '_> , < br > cs: < a class = "enum" href = "colors/enum.ColorSchemeChoice.html" title = "enum map_gui::colors::ColorSchemeChoice" > ColorSchemeChoice< / a > < br > ) -> < a class = "primitive" href = "https://doc.rust-lang.org/1.58.1/std/primitive.bool.html" > bool< / a > { ... }
2021-10-24 23:53:34 +03:00
< / details > }< / code > < / pre > < / div > < details class = "rustdoc-toggle top-doc" open > < summary class = "hideme" > < span > Expand description< / span > < / summary > < div class = "docblock" > < p > An application wishing to use the tools in this crate has to implement this on the struct that
2020-11-24 10:58:48 +03:00
implements < code > widgetry::SharedAppState< / code > , so that the tools here can access the map. See
< code > SimpleApp< / code > for an example implementation.< / p >
2022-01-21 12:51:40 +03:00
< / div > < / details > < h2 id = "required-methods" class = "small-section-header" > Required methods< a href = "#required-methods" class = "anchor" > < / a > < / h2 > < div class = "methods" > < div id = "tymethod.map" class = "method has-srclink" > < div class = "rightside" > < a class = "srclink" href = "../src/map_gui/lib.rs.html#37" title = "goto source code" > [src]< / a > < / div > < h4 class = "code-header" > fn < a href = "#tymethod.map" class = "fnname" > map< / a > (& self) -> & < a class = "struct" href = "../map_model/struct.Map.html" title = "struct map_model::Map" > Map< / a > < / h4 > < / div > < div id = "tymethod.sim" class = "method has-srclink" > < div class = "rightside" > < a class = "srclink" href = "../src/map_gui/lib.rs.html#38" title = "goto source code" > [src]< / a > < / div > < h4 class = "code-header" > fn < a href = "#tymethod.sim" class = "fnname" > sim< / a > (& self) -> & < a class = "struct" href = "../sim/sim/struct.Sim.html" title = "struct sim::sim::Sim" > Sim< / a > < / h4 > < / div > < div id = "tymethod.cs" class = "method has-srclink" > < div class = "rightside" > < a class = "srclink" href = "../src/map_gui/lib.rs.html#39" title = "goto source code" > [src]< / a > < / div > < h4 class = "code-header" > fn < a href = "#tymethod.cs" class = "fnname" > cs< / a > (& self) -> & < a class = "struct" href = "colors/struct.ColorScheme.html" title = "struct map_gui::colors::ColorScheme" > ColorScheme< / a > < / h4 > < / div > < div id = "tymethod.mut_cs" class = "method has-srclink" > < div class = "rightside" > < a class = "srclink" href = "../src/map_gui/lib.rs.html#40" title = "goto source code" > [src]< / a > < / div > < h4 class = "code-header" > fn < a href = "#tymethod.mut_cs" class = "fnname" > mut_cs< / a > (& mut self) -> & mut < a class = "struct" href = "colors/struct.ColorScheme.html" title = "struct map_gui::colors::ColorScheme" > ColorScheme< / a > < / h4 > < / div > < div id = "tymethod.draw_map" class = "method has-srclink" > < div class = "rightside" > < a class = "srclink" href = "../src/map_gui/lib.rs.html#41" title = "goto source code" > [src]< / a > < / div > < h4 class = "code-header" > fn < a href = "#tymethod.draw_map" class = "fnname" > draw_map< / a > (& self) -> & < a class = "struct" href = "render/map/struct.DrawMap.html" title = "struct map_gui::render::map::DrawMap" > DrawMap< / a > < / h4 > < / div > < div id = "tymethod.mut_draw_map" class = "method has-srclink" > < div class = "rightside" > < a class = "srclink" href = "../src/map_gui/lib.rs.html#42" title = "goto source code" > [src]< / a > < / div > < h4 class = "code-header" > fn < a href = "#tymethod.mut_draw_map" class = "fnname" > mut_draw_map< / a > (& mut self) -> & mut < a class = "struct" href = "render/map/struct.DrawMap.html" title = "struct map_gui::render::map::DrawMap" > DrawMap< / a > < / h4 > < / div > < div id = "tymethod.opts" class = "method has-srclink" > < div class = "rightside" > < a class = "srclink" href = "../src/map_gui/lib.rs.html#43" title = "goto source code" > [src]< / a > < / div > < h4 class = "code-header" > fn < a href = "#tymethod.opts" class = "fnname" > opts< / a > (& self) -> & < a class = "struct" href = "options/struct.Options.html" title = "struct map_gui::options::Options" > Options< / a > < / h4 > < / div > < div id = "tymethod.mut_opts" class = "method has-srclink" > < div class = "rightside" > < a class = "srclink" href = "../src/map_gui/lib.rs.html#44" title = "goto source code" > [src]< / a > < / div > < h4 class = "code-header" > fn < a href = "#tymethod.mut_opts" class = "fnname" > mut_opts< / a > (& mut self) -> & mut < a class = "struct" href = "options/struct.Options.html" title = "struct map_gui::options::Options" > Options< / a > < / h4 > < / div > < div id = "tymethod.map_switched" class = "method has-srclink" > < div class = "rightside" > < a class = "srclink" href = "../src/map_gui/lib.rs.html#45" title = "goto source code" > [src]< / a > < / div > < h4 class = "code-header" > fn < a href = "#tymethod.map_switched" class = "fnname" > map_switched< / a > (< br > & mut self, < br > ctx: & mut EventCtx< '_> , < br > map: < a class = "struct" href = "../map_model/struct.Map.html" title = "struct map_model::Map" > Map< / a > , < br > timer: & mut < a class = "struct" href = "../abstutil/time/struct.Timer.html" title = "struct abstutil::time::Timer" > Timer< / a > < '_> < br > )< / h4 > < / div > < div id = "tymethod.draw_with_opts" class = "method has-srclink" > < div class = "rightside" > < a class = "srclink" href = "../src/m
< / div > < / details > < / div > < h2 id = "provided-methods" class = "small-section-header" > Provided methods< a href = "#provided-methods" class = "anchor" > < / a > < / h2 > < div class = "methods" > < div id = "method.sim_time" class = "method has-srclink" > < div class = "rightside" > < a class = "srclink" href = "../src/map_gui/lib.rs.html#60-62" title = "goto source code" > [src]< / a > < / div > < h4 class = "code-header" > fn < a href = "#method.sim_time" class = "fnname" > sim_time< / a > (& self) -> < a class = "struct" href = "../geom/time/struct.Time.html" title = "struct geom::time::Time" > Time< / a > < / h4 > < / div > < div id = "method.current_stage_and_remaining_time" class = "method has-srclink" > < div class = "rightside" > < a class = "srclink" href = "../src/map_gui/lib.rs.html#63-65" title = "goto source code" > [src]< / a > < / div > < h4 class = "code-header" > fn < a href = "#method.current_stage_and_remaining_time" class = "fnname" > current_stage_and_remaining_time< / a > (< br > & self, < br > id: < a class = "struct" href = "../map_model/objects/intersection/struct.IntersectionID.html" title = "struct map_model::objects::intersection::IntersectionID" > IntersectionID< / a > < br > ) -> < a class = "primitive" href = "https://doc.rust-lang.org/1.58.1/std/primitive.tuple.html" > (< / a > < a class = "primitive" href = "https://doc.rust-lang.org/1.58.1/std/primitive.usize.html" > usize< / a > , < a class = "struct" href = "../geom/duration/struct.Duration.html" title = "struct geom::duration::Duration" > Duration< / a > < a class = "primitive" href = "https://doc.rust-lang.org/1.58.1/std/primitive.tuple.html" > )< / a > < / h4 > < / div > < details class = "rustdoc-toggle" open > < summary > < div id = "method.change_color_scheme" class = "method has-srclink" > < div class = "rightside" > < a class = "srclink" href = "../src/map_gui/lib.rs.html#68-80" title = "goto source code" > [src]< / a > < / div > < h4 class = "code-header" > fn < a href = "#method.change_color_scheme" class = "fnname" > change_color_scheme< / a > (< br > & mut self, < br > ctx: & mut EventCtx< '_> , < br > cs: < a class = "enum" href = "colors/enum.ColorSchemeChoice.html" title = "enum map_gui::colors::ColorSchemeChoice" > ColorSchemeChoice< / a > < br > ) -> < a class = "primitive" href = "https://doc.rust-lang.org/1.58.1/std/primitive.bool.html" > bool< / a > < / h4 > < / div > < / summary > < div class = "docblock" > < p > Change the color scheme. Idempotent. Return true if there was a change.< / p >
2022-02-19 18:37:25 +03:00
< / div > < / details > < / div > < h2 id = "implementors" class = "small-section-header" > Implementors< a href = "#implementors" class = "anchor" > < / a > < / h2 > < div class = "item-list" id = "implementors-list" > < div id = "impl-AppLike" class = "impl has-srclink" > < div class = "rightside" > < a class = "srclink" href = "../src/map_gui/simple_app.rs.html#258-334" title = "goto source code" > [src]< / a > < / div > < a href = "#impl-AppLike" class = "anchor" > < / a > < h3 class = "code-header in-band" > impl< T: 'static> < a class = "trait" href = "trait.AppLike.html" title = "trait map_gui::AppLike" > AppLike< / a > for < a class = "struct" href = "simple_app/struct.SimpleApp.html" title = "struct map_gui::simple_app::SimpleApp" > SimpleApp< / a > < T> < / h3 > < / div > < / div > < script type = "text/javascript" src = "../implementors/map_gui/trait.AppLike.js" async > < / script > < / section > < section id = "search" class = "content hidden" > < / section > < div id = "rustdoc-vars" data-root-path = "../" data-current-crate = "map_gui" data-search-index-js = "../search-index.js" data-search-js = "../search.js" > < / div >
2021-09-09 19:19:47 +03:00
< / body > < / html >