From 91f6b8f59347d3316626a6cefafcb1b8d2a891f7 Mon Sep 17 00:00:00 2001 From: dabreegster Date: Sat, 23 Jan 2021 05:32:10 +0000 Subject: [PATCH] deploy: 72d3598e70172fdcdf74db41ac7b9abc8b945649 --- rustdoc/game/app/struct.App.html | 14 +++++------ .../built_info/constant.BUILT_TIME_UTC.html | 2 +- .../sandbox/gameplay/tutorial/fn.actions.html | 2 +- .../sandbox/gameplay/tutorial/fn.bldg.html | 2 +- .../sandbox/gameplay/tutorial/fn.execute.html | 2 +- .../gameplay/tutorial/fn.intro_story.html | 2 +- .../game/sandbox/gameplay/tutorial/index.html | 2 +- .../tutorial/struct.TutorialState.html | 2 +- .../uber_turns/fn.find_interior_roads.html | 2 +- rustdoc/game/sandbox/uber_turns/index.html | 2 +- .../uber_turns/struct.MergeIntersections.html | 8 +++---- .../uber_turns/struct.UberTurnViewer.html | 8 +++---- .../map_gui/tools/struct.TurnExplorer.html | 2 +- .../constant.CONFLICTING_TURN.html | 2 +- .../turn_explorer/constant.CURRENT_TURN.html | 2 +- .../map_gui/tools/turn_explorer/index.html | 2 +- .../turn_explorer/struct.TurnExplorer.html | 2 +- rustdoc/search-index.js | 10 ++++---- .../game-b5501e76eef510ad/out/built.rs.html | 2 +- .../game/sandbox/gameplay/tutorial.rs.html | 6 ++++- rustdoc/src/game/sandbox/uber_turns.rs.html | 4 ++++ .../src/map_gui/tools/turn_explorer.rs.html | 8 +++++-- rustdoc/src/widgetry/style/buttons.rs.html | 4 ---- rustdoc/src/widgetry/widgets/table.rs.html | 24 +++++++++++++++---- rustdoc/widgetry/struct.Style.html | 12 +++++----- .../style/buttons/fn.back_button.html | 2 +- .../style/buttons/fn.dropdown_button.html | 2 +- .../style/buttons/fn.icon_button.html | 2 +- .../style/buttons/fn.plain_builder.html | 2 +- rustdoc/widgetry/style/buttons/index.html | 2 +- .../style/buttons/trait.StyledButtons.html | 4 ++-- rustdoc/widgetry/style/struct.Style.html | 12 +++++----- rustdoc/widgetry/table/index.html | 2 +- rustdoc/widgetry/trait.StyledButtons.html | 4 ++-- .../widgets/table/fn.make_pagination.html | 2 +- .../widgetry/widgets/table/fn.make_table.html | 2 +- rustdoc/widgetry/widgets/table/index.html | 2 +- 37 files changed, 95 insertions(+), 71 deletions(-) diff --git a/rustdoc/game/app/struct.App.html b/rustdoc/game/app/struct.App.html index 25fde7adca..bd62d633ff 100644 --- a/rustdoc/game/app/struct.App.html +++ b/rustdoc/game/app/struct.App.html @@ -87,18 +87,18 @@ the fallback case can just use unreachable!(). Read more

impl SimpleState<App> for UberTurnViewer[src]

impl SimpleState<App> for UberTurnViewer[src]

impl SimpleState<App> for MergeIntersections[src]

impl SimpleState<App> for MergeIntersections[src]

impl State<App> for CutscenePlayer[src]

[][src]Function game::sandbox::gameplay::tutorial::actions

pub fn actions(app: &App, id: ID) -> Vec<(Key, String)>
\ No newline at end of file diff --git a/rustdoc/game/sandbox/gameplay/tutorial/fn.bldg.html b/rustdoc/game/sandbox/gameplay/tutorial/fn.bldg.html index 6018552255..d706f2cefb 100644 --- a/rustdoc/game/sandbox/gameplay/tutorial/fn.bldg.html +++ b/rustdoc/game/sandbox/gameplay/tutorial/fn.bldg.html @@ -1,4 +1,4 @@ game::sandbox::gameplay::tutorial::bldg - Rust

[][src]Function game::sandbox::gameplay::tutorial::bldg

fn bldg(id: i64) -> OsmID
\ No newline at end of file + Change settings

[][src]Function game::sandbox::gameplay::tutorial::bldg

fn bldg(id: i64) -> OsmID
\ No newline at end of file diff --git a/rustdoc/game/sandbox/gameplay/tutorial/fn.execute.html b/rustdoc/game/sandbox/gameplay/tutorial/fn.execute.html index 80c4556358..b52c425a81 100644 --- a/rustdoc/game/sandbox/gameplay/tutorial/fn.execute.html +++ b/rustdoc/game/sandbox/gameplay/tutorial/fn.execute.html @@ -1,4 +1,4 @@ game::sandbox::gameplay::tutorial::execute - Rust

[][src]Function game::sandbox::gameplay::tutorial::execute

pub fn execute(
    ctx: &mut EventCtx<'_>,
    app: &mut App,
    id: ID,
    action: &str
) -> Transition<App>
\ No newline at end of file + Change settings

[][src]Function game::sandbox::gameplay::tutorial::execute

pub fn execute(
    ctx: &mut EventCtx<'_>,
    app: &mut App,
    id: ID,
    action: &str
) -> Transition<App>
\ No newline at end of file diff --git a/rustdoc/game/sandbox/gameplay/tutorial/fn.intro_story.html b/rustdoc/game/sandbox/gameplay/tutorial/fn.intro_story.html index 1a59b0e115..82da2dab6c 100644 --- a/rustdoc/game/sandbox/gameplay/tutorial/fn.intro_story.html +++ b/rustdoc/game/sandbox/gameplay/tutorial/fn.intro_story.html @@ -1,4 +1,4 @@ game::sandbox::gameplay::tutorial::intro_story - Rust

[][src]Function game::sandbox::gameplay::tutorial::intro_story

fn intro_story(ctx: &mut EventCtx<'_>) -> Box<dyn State<App>>
\ No newline at end of file + Change settings

[][src]Function game::sandbox::gameplay::tutorial::intro_story

fn intro_story(ctx: &mut EventCtx<'_>) -> Box<dyn State<App>>
\ No newline at end of file diff --git a/rustdoc/game/sandbox/gameplay/tutorial/index.html b/rustdoc/game/sandbox/gameplay/tutorial/index.html index e571c28372..c7c398de32 100644 --- a/rustdoc/game/sandbox/gameplay/tutorial/index.html +++ b/rustdoc/game/sandbox/gameplay/tutorial/index.html @@ -1,7 +1,7 @@ game::sandbox::gameplay::tutorial - Rust

[][src]Module game::sandbox::gameplay::tutorial

Structs

+ Change settings

[][src]Module game::sandbox::gameplay::tutorial

Structs

Stage
Tutorial
TutorialPointer
TutorialState

Enums

Task

Constants

CAR_BIKE_CONTENTION_GOAL
ESCORT

Functions

diff --git a/rustdoc/game/sandbox/gameplay/tutorial/struct.TutorialState.html b/rustdoc/game/sandbox/gameplay/tutorial/struct.TutorialState.html index b16d4f53c8..b48d919fc3 100644 --- a/rustdoc/game/sandbox/gameplay/tutorial/struct.TutorialState.html +++ b/rustdoc/game/sandbox/gameplay/tutorial/struct.TutorialState.html @@ -18,7 +18,7 @@ score_delivered: bool, fire_station: BuildingID, }

- Fields

stages: Vec<Stage>current: TutorialPointerwindow_dims: (f64, f64)inspected_bike_lane: boolinspected_building: boolinspected_stop_sign: boolinspected_border: boolwas_paused: boolnum_pauses: usizefollowing_car: boolcar_parked: boolprank_done: boolparking_found: boolscore_delivered: boolfire_station: BuildingID

Implementations

impl TutorialState[src]

fn reset_state(&mut self)[src]

fn stage(&self) -> &Stage[src]

fn interaction(&self) -> Task[src]

fn lines(
    &self
) -> Option<&(Vec<String>, HorizontalAlignment, Option<Box<dyn Fn(&GfxCtx<'_>, &App) -> Pt2D>>)>
[src]

fn next(&mut self)[src]

fn prev(&mut self)[src]

fn make_top_center(&self, ctx: &mut EventCtx<'_>, edit_map: bool) -> Panel[src]

fn make_state(
    &self,
    ctx: &mut EventCtx<'_>,
    app: &mut App
) -> Box<dyn GameplayState>
[src]

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

pub fn scenarios_to_prebake(map: &Map) -> Vec<ScenarioGenerator>[src]

Auto Trait Implementations

Blanket Implementations

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

Loading content...

Implementors

Loading content...
\ No newline at end of file diff --git a/rustdoc/widgetry/style/struct.Style.html b/rustdoc/widgetry/style/struct.Style.html index 0d26debbc4..81995ae4b9 100644 --- a/rustdoc/widgetry/style/struct.Style.html +++ b/rustdoc/widgetry/style/struct.Style.html @@ -17,13 +17,13 @@ }

Fields

outline_thickness: f64outline_color: Colorpanel_bg: Colorhotkey_color: Colorhovering_color: Colorloading_tips: Textbtn_solid_dark: ButtonStylebtn_outline_dark: ButtonStylebtn_solid_light: ButtonStylebtn_outline_light: ButtonStylebtn_solid_destructive: ButtonStylebtn_outline_destructive: ButtonStyle

Implementations

impl Style[src]

pub fn standard() -> Style[src]

Trait Implementations

impl Clone for Style[src]

impl<'a> StyledButtons<'a> for Style[src]

impl<'a> StyledButtons<'a> for Style[src]

Auto Trait Implementations

impl RefUnwindSafe for Style

impl Send for Style

impl Sync for Style

impl Unpin for Style

impl UnwindSafe for Style

Blanket Implementations

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

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

[][src]Module widgetry::table

Structs

Filter
Table

Enums

Col
\ No newline at end of file diff --git a/rustdoc/widgetry/trait.StyledButtons.html b/rustdoc/widgetry/trait.StyledButtons.html index 4070ee5e9b..5950b1b306 100644 --- a/rustdoc/widgetry/trait.StyledButtons.html +++ b/rustdoc/widgetry/trait.StyledButtons.html @@ -1,7 +1,7 @@ widgetry::StyledButtons - Rust

[][src]Trait widgetry::StyledButtons

pub trait StyledButtons<'a> {
+                Change settings

[][src]Trait widgetry::StyledButtons

pub trait StyledButtons<'a> {
     fn btn_solid_dark(&self) -> ButtonBuilder<'a>;
 
fn btn_outline_dark(&self) -> ButtonBuilder<'a>;
fn btn_solid_light(&self) -> ButtonBuilder<'a>; @@ -60,4 +60,4 @@

fn btn_close(&self) -> ButtonBuilder<'a>

An "X" button to close the current state. Bound to the escape key.

fn btn_close_widget(&self, ctx: &EventCtx<'_>) -> Widget

An "X" button to close the current state. Bound to the escape key and aligned to the right, usually after a title.

-
Loading content...

Implementors

Loading content...
\ No newline at end of file +Loading content...

Implementors

impl<'a> StyledButtons<'a> for Style[src]

Loading content... \ No newline at end of file diff --git a/rustdoc/widgetry/widgets/table/fn.make_pagination.html b/rustdoc/widgetry/widgets/table/fn.make_pagination.html index db9044a79a..58e5590b1b 100644 --- a/rustdoc/widgetry/widgets/table/fn.make_pagination.html +++ b/rustdoc/widgetry/widgets/table/fn.make_pagination.html @@ -1,4 +1,4 @@ widgetry::widgets::table::make_pagination - Rust

[][src]Function widgetry::widgets::table::make_pagination

fn make_pagination(ctx: &mut EventCtx<'_>, total: usize, skip: usize) -> Widget
\ No newline at end of file + Change settings

[][src]Function widgetry::widgets::table::make_pagination

fn make_pagination(ctx: &mut EventCtx<'_>, total: usize, skip: usize) -> Widget
\ No newline at end of file diff --git a/rustdoc/widgetry/widgets/table/fn.make_table.html b/rustdoc/widgetry/widgets/table/fn.make_table.html index c8b4593ad0..b81e310391 100644 --- a/rustdoc/widgetry/widgets/table/fn.make_table.html +++ b/rustdoc/widgetry/widgets/table/fn.make_table.html @@ -1,4 +1,4 @@ widgetry::widgets::table::make_table - Rust

[][src]Function widgetry::widgets::table::make_table

fn make_table(
    ctx: &mut EventCtx<'_>,
    headers: Vec<Widget>,
    rows: Vec<(String, Vec<GeomBatch>)>,
    total_width: f64
) -> Widget
\ No newline at end of file + Change settings

[][src]Function widgetry::widgets::table::make_table

fn make_table(
    ctx: &mut EventCtx<'_>,
    headers: Vec<Widget>,
    rows: Vec<(String, Vec<GeomBatch>)>,
    total_width: f64
) -> Widget
\ No newline at end of file diff --git a/rustdoc/widgetry/widgets/table/index.html b/rustdoc/widgetry/widgets/table/index.html index 290bb6bb25..83119a5344 100644 --- a/rustdoc/widgetry/widgets/table/index.html +++ b/rustdoc/widgetry/widgets/table/index.html @@ -1,7 +1,7 @@ widgetry::widgets::table - Rust

[][src]Module widgetry::widgets::table

Structs

+ Change settings

[][src]Module widgetry::widgets::table

Structs

Column
Filter
Table

Enums

Col

Constants

ROWS

Functions