<!DOCTYPE html><htmllang="en"><head><metacharset="utf-8"><metaname="viewport"content="width=device-width, initial-scale=1.0"><metaname="generator"content="rustdoc"><metaname="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."><title>AppLike in map_gui - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf0843ffd.woff2,FiraSans-Medium-8f9a781e4970d388.woff2,SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2,SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/${f}">`).join(""))</script><linkrel="stylesheet"href="../static.files/normalize-76eba96aa4d2e634.css"><linkrel="stylesheet"href="../static.files/rustdoc-081576b923113409.css"><metaname="rustdoc-vars"data-root-path="../"data-static-root-path="../static.files/"data-current-crate="map_gui"data-themes=""data-resource-suffix=""data-rustdoc-version="1.79.0 (129f3b996 2024-06-10)"data-channel="1.79.0"data-search-js="search-bf21c90c8c1d92b1.js"data-settings-js="settings-4313503d2e1961c2.js"><scriptsrc="../static.files/storage-e32f0c247825364d.js"></script><scriptdefersrc="sidebar-items.js"></script><scriptdefersrc="../static.files/main-20a3ad099b048cf2.js"></script><noscript><linkrel="stylesheet"href="../static.files/noscript-09095024cf37855e.css"></noscript><linkrel="alternate icon"type="image/png"href="../static.files/favicon-32x32-422f7d1d52889060.png"><linkrel="icon"type="image/svg+xml"href="../static.files/favicon-2c020d218678b618.svg"></head><bodyclass="rustdoc trait"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><navclass="mobile-topbar"><buttonclass="sidebar-menu-toggle"title="show sidebar"></button></nav><navclass="sidebar"><divclass="sidebar-crate"><h2><ahref="../map_gui/index.html">map_gui</a><spanclass="version">0.1.0</span></h2></div><h2class="location"><ahref="#">AppLike</a></h2><divclass="sidebar-elems"><section><h3><ahref="#required-methods">Required Methods</a></h3><ulclass="block"><li><ahref="#tymethod.cs">cs</a></li><li><ahref="#tymethod.current_stage_and_remaining_time">current_stage_and_remaining_time</a></li><li><ahref="#tymethod.draw_map">draw_map</a></li><li><ahref="#tymethod.draw_with_opts">draw_with_opts</a></li><li><ahref="#tymethod.make_warper">make_warper</a></li><li><ahref="#tymethod.map">map</a></li><li><ahref="#tymethod.map_switched">map_switched</a></li><li><ahref="#tymethod.mut_cs">mut_cs</a></li><li><ahref="#tymethod.mut_draw_map">mut_draw_map</a></li><li><ahref="#tymethod.mut_opts">mut_opts</a></li><li><ahref="#tymethod.opts">opts</a></li><li><ahref="#tymethod.sim_time">sim_time</a></li></ul><h3><ahref="#provided-methods">Provided Methods</a></h3><ulclass="block"><li><ahref="#method.change_color_scheme">change_color_scheme</a></li></ul><h3><ahref="#implementors">Implementors</a></h3></section><h2><ahref="index.html">In crate map_gui</a></h2></div></nav><divclass="sidebar-resizer"></div><main><divclass="width-limiter"><navclass="sub"><formclass="search-form"><span></span><divid="sidebar-button"tabindex="-1"><ahref="../map_gui/all.html"title="show sidebar"></a></div><inputclass="search-input"name="search"aria-label="Run search in the documentation"autocomplete="off"spellcheck="false"placeholder="Type ‘S’ or ‘/’ to search, ‘?’ for more options…"type="search"><divid="help-button"tabindex="-1"><ahref="../help.html"title="help">?</a></div><divid="settings-menu"tabindex="-1"><ahref="../settings.html"title="settings">Settings</a></div></form></nav><sectionid="main-content"class="content"><divclass="main-heading"><h1>Trait <ahref="index.html">map_g
</details>}</code></pre><detailsclass="toggle top-doc"open><summaryclass="hideme"><span>Expand description</span></summary><divclass="docblock"><p>An application wishing to use the tools in this crate has to implement this on the struct that
Self: <aclass="trait"href="https://doc.rust-lang.org/1.79.0/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><divclass="docblock"><p>Create a <code>widgetry::State</code> that warps to the given point.</p>
) -><aclass="primitive"href="https://doc.rust-lang.org/1.79.0/std/primitive.bool.html">bool</a></h4></section></summary><divclass="docblock"><p>Change the color scheme. Idempotent. Return true if there was a change.</p>