From 6fe9bb4fcb749a1cce3d68ad10fd6bad8feaf59c Mon Sep 17 00:00:00 2001 From: dabreegster Date: Sat, 24 Oct 2020 20:58:15 +0000 Subject: [PATCH] deploy: ad23da1f6c4425bd0fd3df401b49602e2544db70 --- rustdoc/game/app/struct.App.html | 4 +- .../minimap/fn.make_horiz_viz_panel.html | 2 +- .../common/minimap/fn.make_minimap_panel.html | 2 +- .../common/minimap/fn.make_tool_panel.html | 2 +- .../minimap/fn.make_vert_viz_panel.html | 2 +- rustdoc/game/common/minimap/index.html | 2 +- rustdoc/game/devtools/osm_viewer/index.html | 2 +- .../osm_viewer/struct.BusinessSearch.html | 4 +- .../devtools/osm_viewer/struct.Viewer.html | 6 +- .../built_info/constant.BUILT_TIME_UTC.html | 2 +- rustdoc/search-index.js | 4 +- rustdoc/src/game/common/minimap.rs.html | 4 +- rustdoc/src/game/devtools/osm_viewer.rs.html | 162 +++++++++--------- .../game-e788b46a21eaee2a/out/built.rs.html | 2 +- rustdoc/src/widgetry/widgets/panel.rs.html | 12 +- rustdoc/widgetry/struct.Panel.html | 6 +- rustdoc/widgetry/widgets/panel/enum.Dims.html | 2 +- rustdoc/widgetry/widgets/panel/index.html | 2 +- .../widgetry/widgets/panel/struct.Panel.html | 6 +- .../widgets/panel/struct.PanelBuilder.html | 4 +- 20 files changed, 117 insertions(+), 115 deletions(-) diff --git a/rustdoc/game/app/struct.App.html b/rustdoc/game/app/struct.App.html index b2d3d8741a..fd863a283e 100644 --- a/rustdoc/game/app/struct.App.html +++ b/rustdoc/game/app/struct.App.html @@ -58,8 +58,8 @@

impl State<App> for Viewer[src]

impl State<App> for Viewer[src]

impl State<App> for IsochroneViewer[src]

[][src]Function game::common::minimap::make_horiz_viz_panel

fn make_horiz_viz_panel(ctx: &mut EventCtx<'_>, app: &App) -> Widget
\ No newline at end of file diff --git a/rustdoc/game/common/minimap/fn.make_minimap_panel.html b/rustdoc/game/common/minimap/fn.make_minimap_panel.html index 4156ea6389..882b25381f 100644 --- a/rustdoc/game/common/minimap/fn.make_minimap_panel.html +++ b/rustdoc/game/common/minimap/fn.make_minimap_panel.html @@ -1,2 +1,2 @@ game::common::minimap::make_minimap_panel - Rust

[][src]Function game::common::minimap::make_minimap_panel

fn make_minimap_panel(
    ctx: &mut EventCtx<'_>,
    app: &App,
    zoom_lvl: usize,
    extra_controls: bool
) -> Panel
\ No newline at end of file + Change settings

[][src]Function game::common::minimap::make_minimap_panel

fn make_minimap_panel(
    ctx: &mut EventCtx<'_>,
    app: &App,
    zoom_lvl: usize,
    extra_controls: bool
) -> Panel
\ No newline at end of file diff --git a/rustdoc/game/common/minimap/fn.make_tool_panel.html b/rustdoc/game/common/minimap/fn.make_tool_panel.html index f2b0191598..8e776fddd1 100644 --- a/rustdoc/game/common/minimap/fn.make_tool_panel.html +++ b/rustdoc/game/common/minimap/fn.make_tool_panel.html @@ -1,2 +1,2 @@ game::common::minimap::make_tool_panel - Rust

[][src]Function game::common::minimap::make_tool_panel

fn make_tool_panel(ctx: &mut EventCtx<'_>, app: &App) -> Widget
\ No newline at end of file + Change settings

[][src]Function game::common::minimap::make_tool_panel

fn make_tool_panel(ctx: &mut EventCtx<'_>, app: &App) -> Widget
\ No newline at end of file diff --git a/rustdoc/game/common/minimap/fn.make_vert_viz_panel.html b/rustdoc/game/common/minimap/fn.make_vert_viz_panel.html index 21c70ec5e7..7fcaff70d8 100644 --- a/rustdoc/game/common/minimap/fn.make_vert_viz_panel.html +++ b/rustdoc/game/common/minimap/fn.make_vert_viz_panel.html @@ -1,2 +1,2 @@ game::common::minimap::make_vert_viz_panel - Rust

[][src]Function game::common::minimap::make_vert_viz_panel

fn make_vert_viz_panel(ctx: &mut EventCtx<'_>, app: &App) -> Widget
\ No newline at end of file + Change settings

[][src]Function game::common::minimap::make_vert_viz_panel

fn make_vert_viz_panel(ctx: &mut EventCtx<'_>, app: &App) -> Widget
\ No newline at end of file diff --git a/rustdoc/game/common/minimap/index.html b/rustdoc/game/common/minimap/index.html index 7fab5b8957..e1d1c33423 100644 --- a/rustdoc/game/common/minimap/index.html +++ b/rustdoc/game/common/minimap/index.html @@ -1,4 +1,4 @@ game::common::minimap - Rust

[][src]Module game::common::minimap

Structs

+ Change settings

[][src]Module game::common::minimap

Structs

Minimap

Functions

make_horiz_viz_panel
make_minimap_panel
make_tool_panel
make_vert_viz_panel
\ No newline at end of file diff --git a/rustdoc/game/devtools/osm_viewer/index.html b/rustdoc/game/devtools/osm_viewer/index.html index 0cf176b39d..034f354024 100644 --- a/rustdoc/game/devtools/osm_viewer/index.html +++ b/rustdoc/game/devtools/osm_viewer/index.html @@ -1,3 +1,3 @@ game::devtools::osm_viewer - Rust

[][src]Module game::devtools::osm_viewer

Structs

+ Change settings

[][src]Module game::devtools::osm_viewer

Structs

BusinessSearch
Viewer
\ No newline at end of file diff --git a/rustdoc/game/devtools/osm_viewer/struct.BusinessSearch.html b/rustdoc/game/devtools/osm_viewer/struct.BusinessSearch.html index d6d8159c9e..2bbeb33d9d 100644 --- a/rustdoc/game/devtools/osm_viewer/struct.BusinessSearch.html +++ b/rustdoc/game/devtools/osm_viewer/struct.BusinessSearch.html @@ -1,10 +1,10 @@ game::devtools::osm_viewer::BusinessSearch - Rust

[][src]Struct game::devtools::osm_viewer::BusinessSearch

struct BusinessSearch {
+                Change settings

[][src]Struct game::devtools::osm_viewer::BusinessSearch

struct BusinessSearch {
     counts: Counter<String>,
     show: BTreeSet<String>,
     highlight: Drawable,
 }

- Fields

counts: Counter<String>show: BTreeSet<String>highlight: Drawable

Implementations

impl BusinessSearch[src]

fn new(ctx: &mut EventCtx<'_>, app: &App) -> BusinessSearch[src]

fn update(&mut self, panel: &Panel)[src]

fn render(&mut self, ctx: &mut EventCtx<'_>, app: &App) -> Widget[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]