<!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="Customize the appearance and behavior of a minimap."><metaname="keywords"content="rust, rustlang, rust-lang, MinimapControls"><title>map_gui::tools::MinimapControls - Rust</title><linkrel="stylesheet"type="text/css"href="../../normalize.css"><linkrel="stylesheet"type="text/css"href="../../rustdoc.css"id="mainThemeStyle"><linkrel="stylesheet"type="text/css"href="../../light.css"id="themeStyle"><linkrel="stylesheet"type="text/css"href="../../dark.css"disabled><linkrel="stylesheet"type="text/css"href="../../ayu.css"disabled><scriptid="default-settings"></script><scriptsrc="../../storage.js"></script><scriptsrc="../../crates.js"></script><noscript><linkrel="stylesheet"href="../../noscript.css"></noscript><linkrel="icon"type="image/svg+xml"href="../../favicon.svg">
<linkrel="alternate icon"type="image/png"href="../../favicon-32x32.png"><styletype="text/css">#crate-search{background-image:url("../../down-arrow.svg");}</style></head><bodyclass="rustdoc trait"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><navclass="sidebar"><divclass="sidebar-menu"role="button">☰</div><ahref='../../map_gui/index.html'><divclass='logo-container rust-logo'><imgsrc='../../rust-logo.png'alt='logo'></div></a><pclass="location">Trait MinimapControls</p><divclass="sidebar-elems"><divclass="block items"><aclass="sidebar-title"href="#required-methods">Required Methods</a><divclass="sidebar-links"><ahref="#tymethod.has_zorder">has_zorder</a></div><aclass="sidebar-title"href="#provided-methods">Provided Methods</a><divclass="sidebar-links"><ahref="#method.make_legend">make_legend</a><ahref="#method.has_layer">has_layer</a><ahref="#method.draw_extra">draw_extra</a><ahref="#method.make_unzoomed_panel">make_unzoomed_panel</a><ahref="#method.make_zoomed_side_panel">make_zoomed_side_panel</a><ahref="#method.panel_clicked">panel_clicked</a><ahref="#method.panel_changed">panel_changed</a></div><aclass="sidebar-title"href="#implementors">Implementors</a></div><pclass="location"><ahref="../index.html">map_gui</a>::<wbr><ahref="index.html">tools</a></p><divid="sidebar-vars"data-name="MinimapControls"data-ty="trait"data-relpath=""></div><scriptdefersrc="sidebar-items.js"></script></div></nav><divclass="theme-picker"><buttonid="theme-picker"aria-label="Pick another theme!"aria-haspopup="menu"><imgsrc="../../brush.svg"width="18"height="18"alt="Pick another theme!"></button><divid="theme-choices"role="menu"></div></div><scriptsrc="../../theme.js"></script><navclass="sub"><formclass="search-form"><divclass="search-container"><div><selectid="crate-search"><optionvalue="All crates">All crates</option></select><inputclass="search-input"name="search"disabledautocomplete="off"spellcheck="false"placeholder="Click or press ‘S’ to search, ‘?’ for more options…"type="search"></div><buttontype="button"class="help-button">?</button>
</div><h2id="required-methods"class="small-section-header">Required methods<ahref="#required-methods"class="anchor"></a></h2><divclass="methods"><h3id="tymethod.has_zorder"class="method"><code>fn <ahref="#tymethod.has_zorder"class="fnname">has_zorder</a>(&self, app: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>A) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><aclass="srclink"href="../../src/map_gui/tools/minimap.rs.html#38"title="goto source code">[src]</a></h3><divclass="docblock"><p>Should the user be able to control the z-order visible? The control is only present when
</div></div><spanclass="loading-content">Loading content...</span><h2id="provided-methods"class="small-section-header">Provided methods<ahref="#provided-methods"class="anchor"></a></h2><divclass="methods"><h3id="method.has_layer"class="method"><code>fn <ahref="#method.has_layer"class="fnname">has_layer</a>(&self, _: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>A) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><aclass="srclink"href="../../src/map_gui/tools/minimap.rs.html#41-43"title="goto source code">[src]</a></h3><divclass="docblock"><p>Is there some additional layer displayed on the minimap? If this changes, the panel gets
</div><h3id="method.draw_extra"class="method"><code>fn <ahref="#method.draw_extra"class="fnname">draw_extra</a>(&self, _: &mut GfxCtx<'_>, _: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>A)</code><aclass="srclink"href="../../src/map_gui/tools/minimap.rs.html#46"title="goto source code">[src]</a></h3><divclass="docblock"><p>Draw extra stuff on the minimap, just pulling from the app.</p>
</div><h3id="method.make_unzoomed_panel"class="method"><code>fn <ahref="#method.make_unzoomed_panel"class="fnname">make_unzoomed_panel</a>(&self, ctx: &mut EventCtx<'_>, _: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>A) -> Panel</code><aclass="srclink"href="../../src/map_gui/tools/minimap.rs.html#49-51"title="goto source code">[src]</a></h3><divclass="docblock"><p>When unzoomed, display this panel. By default, no controls when unzoomed.</p>
</div><h3id="method.make_legend"class="method"><code>fn <ahref="#method.make_legend"class="fnname">make_legend</a>(&self, _: &mut EventCtx<'_>, _: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>A) -> Widget</code><aclass="srclink"href="../../src/map_gui/tools/minimap.rs.html#54-56"title="goto source code">[src]</a></h3><divclass="docblock"><p>A row beneath the minimap in the zoomed view, usually used as a legend for things on the
</div><h3id="method.make_zoomed_side_panel"class="method"><code>fn <ahref="#method.make_zoomed_side_panel"class="fnname">make_zoomed_side_panel</a>(&self, _: &mut EventCtx<'_>, _: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>A) -> Widget</code><aclass="srclink"href="../../src/map_gui/tools/minimap.rs.html#58-60"title="goto source code">[src]</a></h3><divclass="docblock"><p>Controls to be placed to the left to the zoomed-in panel</p>
</div><h3id="method.panel_clicked"class="method"><code>fn <ahref="#method.panel_clicked"class="fnname">panel_clicked</a>(<br> &self, <br> _: &mut EventCtx<'_>, <br> _: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut </a>A, <br> _: &<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html"title="enum core::option::Option">Option</a><Transition<A>></code><aclass="srclink"href="../../src/map_gui/tools/minimap.rs.html#63-65"title="goto source code">[src]</a></h3><divclass="docblock"><p>If a button is clicked that was produced by some method in this trait, respond to it here.</p>
</div><h3id="method.panel_changed"class="method"><code>fn <ahref="#method.panel_changed"class="fnname">panel_changed</a>(&self, _: &mut EventCtx<'_>, _: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut </a>A, _: &Panel)</code><aclass="srclink"href="../../src/map_gui/tools/minimap.rs.html#67"title="goto source code">[src]</a></h3><divclass="docblock"><p>Called for <code>Outcome::Changed</code> on the panel.</p>