From 03c8f75b306e0393c1148cdca1662edc92385918 Mon Sep 17 00:00:00 2001 From: dabreegster Date: Wed, 31 Mar 2021 23:45:43 +0000 Subject: [PATCH] deploy: 3c601b50c19f7ee92a5ff4021edc053c2f0a1f6a --- rustdoc/game/all.html | 2 +- rustdoc/game/app/struct.App.html | 110 ++++---- .../built_info/constant.BUILT_TIME_UTC.html | 2 +- .../game/sandbox/dashboards/enum.DashTab.html | 10 +- .../generic_trip_table/fn.preview_route.html | 2 +- .../generic_trip_table/fn.preview_trip.html | 2 +- .../dashboards/generic_trip_table/index.html | 2 +- rustdoc/game/sandbox/dashboards/index.html | 4 +- .../parking_overhead/fn.make_table.html | 2 +- .../parking_overhead/fn.produce_raw_data.html | 2 +- .../dashboards/parking_overhead/index.html | 2 +- .../parking_overhead/struct.Entry.html | 2 +- .../parking_overhead/struct.Filters.html | 2 +- .../struct.ParkingOverhead.html | 6 +- .../sandbox/dashboards/selector/index.html | 6 + .../dashboards/selector/sidebar-items.js | 1 + .../selector/struct.RectangularSelector.html | 40 +++ .../game/sandbox/dashboards/sidebar-items.js | 2 +- .../fn.make_table_cancelled_trips.html | 2 +- .../fn.make_table_finished_trips.html | 2 +- .../fn.make_table_unfinished_trips.html | 2 +- .../trip_table/fn.produce_raw_data.html | 2 +- .../sandbox/dashboards/trip_table/index.html | 2 +- .../trip_table/struct.CancelledTrip.html | 10 +- .../dashboards/trip_table/struct.Filters.html | 8 +- .../trip_table/struct.FinishedTrip.html | 10 +- .../trip_table/struct.TripTable.html | 9 +- .../trip_table/struct.UnfinishedTrip.html | 2 +- .../implementors/core/marker/trait.Freeze.js | 4 +- .../implementors/core/marker/trait.Send.js | 4 +- .../implementors/core/marker/trait.Sync.js | 4 +- .../implementors/core/marker/trait.Unpin.js | 4 +- .../std/panic/trait.RefUnwindSafe.js | 4 +- .../std/panic/trait.UnwindSafe.js | 4 +- .../widgetry/app_state/trait.State.js | 2 +- rustdoc/search-index.js | 18 +- rustdoc/source-files.js | 4 +- .../game-e51c0a1cdd4549fe/out/built.rs.html | 2 +- .../dashboards/generic_trip_table.rs.html | 12 +- .../src/game/sandbox/dashboards/mod.rs.html | 2 + .../dashboards/parking_overhead.rs.html | 10 +- .../game/sandbox/dashboards/selector.rs.html | 235 ++++++++++++++++++ .../sandbox/dashboards/trip_table.rs.html | 210 ++++++++++++---- rustdoc/src/widgetry/lib.rs.html | 2 + rustdoc/src/widgetry/widgets/mod.rs.html | 2 + rustdoc/src/widgetry/widgets/panel.rs.html | 28 ++- rustdoc/src/widgetry/widgets/stash.rs.html | 75 ++++++ rustdoc/src/widgetry/widgets/table.rs.html | 6 +- rustdoc/widgetry/all.html | 2 +- rustdoc/widgetry/backend/index.html | 2 +- .../constant.DEFAULT_CORNER_RADIUS.html | 2 +- rustdoc/widgetry/enum.ContentMode.html | 8 +- rustdoc/widgetry/enum.ControlState.html | 6 +- rustdoc/widgetry/enum.CornerRounding.html | 12 +- rustdoc/widgetry/enum.Outcome.html | 10 +- rustdoc/widgetry/index.html | 6 +- .../widgetry/macro.include_labeled_bytes.html | 2 +- rustdoc/widgetry/sidebar-items.js | 2 +- rustdoc/widgetry/struct.Autocomplete.html | 4 +- rustdoc/widgetry/struct.Choice.html | 4 +- rustdoc/widgetry/struct.CompareTimes.html | 4 +- rustdoc/widgetry/struct.DrawWithTooltips.html | 4 +- rustdoc/widgetry/struct.EdgeInsets.html | 18 +- rustdoc/widgetry/struct.FanChart.html | 4 +- rustdoc/widgetry/struct.Filler.html | 4 +- rustdoc/widgetry/struct.LinePlot.html | 4 +- rustdoc/widgetry/struct.Menu.html | 4 +- rustdoc/widgetry/struct.MultiButton.html | 4 +- rustdoc/widgetry/struct.Panel.html | 16 +- rustdoc/widgetry/struct.PersistentSplit.html | 4 +- rustdoc/widgetry/struct.ScatterPlot.html | 4 +- rustdoc/widgetry/struct.Slider.html | 4 +- rustdoc/widgetry/struct.Spinner.html | 4 +- rustdoc/widgetry/struct.Stash.html | 38 +++ rustdoc/widgetry/struct.Toggle.html | 4 +- rustdoc/widgetry/struct.Widget.html | 12 +- rustdoc/widgetry/struct.WidgetOutput.html | 4 +- rustdoc/widgetry/table/struct.Filter.html | 4 +- rustdoc/widgetry/trait.WidgetImpl.html | 26 +- .../autocomplete/struct.Autocomplete.html | 4 +- .../widgets/button/struct.Button.html | 4 +- .../widgets/button/struct.MultiButton.html | 4 +- .../compare_times/struct.CompareTimes.html | 4 +- .../constant.DEFAULT_CORNER_RADIUS.html | 2 +- .../widgets/containers/struct.Container.html | 4 +- .../widgets/containers/struct.Nothing.html | 4 +- .../widgetry/widgets/enum.CornerRounding.html | 12 +- rustdoc/widgetry/widgets/enum.Outcome.html | 10 +- .../widgets/fan_chart/struct.FanChart.html | 4 +- .../widgets/filler/struct.Filler.html | 4 +- rustdoc/widgetry/widgets/index.html | 4 +- .../widgets/just_draw/struct.DeferDraw.html | 4 +- .../just_draw/struct.DrawWithTooltips.html | 4 +- .../widgets/just_draw/struct.JustDraw.html | 4 +- .../widgets/line_plot/struct.LinePlot.html | 4 +- .../widgetry/widgets/menu/struct.Menu.html | 4 +- rustdoc/widgetry/widgets/panel/enum.Dims.html | 2 +- rustdoc/widgetry/widgets/panel/index.html | 2 +- .../widgetry/widgets/panel/struct.Panel.html | 16 +- .../widgets/panel/struct.PanelBuilder.html | 4 +- .../struct.PersistentSplit.html | 4 +- .../scatter_plot/struct.ScatterPlot.html | 4 +- rustdoc/widgetry/widgets/sidebar-items.js | 2 +- .../widgets/slider/struct.Slider.html | 4 +- .../widgets/spinner/struct.Spinner.html | 4 +- rustdoc/widgetry/widgets/stash/index.html | 8 + .../widgetry/widgets/stash/sidebar-items.js | 1 + .../widgetry/widgets/stash/struct.Stash.html | 38 +++ .../widgetry/widgets/struct.EdgeInsets.html | 18 +- .../widgetry/widgets/struct.LayoutStyle.html | 2 +- rustdoc/widgetry/widgets/struct.Widget.html | 12 +- .../widgetry/widgets/struct.WidgetOutput.html | 4 +- .../widgetry/widgets/table/struct.Filter.html | 4 +- .../widgets/text_box/struct.TextBox.html | 4 +- .../widgets/toggle/struct.Toggle.html | 4 +- .../widgetry/widgets/trait.WidgetImpl.html | 26 +- 116 files changed, 977 insertions(+), 372 deletions(-) create mode 100644 rustdoc/game/sandbox/dashboards/selector/index.html create mode 100644 rustdoc/game/sandbox/dashboards/selector/sidebar-items.js create mode 100644 rustdoc/game/sandbox/dashboards/selector/struct.RectangularSelector.html create mode 100644 rustdoc/src/game/sandbox/dashboards/selector.rs.html create mode 100644 rustdoc/src/widgetry/widgets/stash.rs.html create mode 100644 rustdoc/widgetry/struct.Stash.html create mode 100644 rustdoc/widgetry/widgets/stash/index.html create mode 100644 rustdoc/widgetry/widgets/stash/sidebar-items.js create mode 100644 rustdoc/widgetry/widgets/stash/struct.Stash.html diff --git a/rustdoc/game/all.html b/rustdoc/game/all.html index e91fb73d81..7aca74c83e 100644 --- a/rustdoc/game/all.html +++ b/rustdoc/game/all.html @@ -3,5 +3,5 @@

List of all items[] -

Structs

Enums

Traits

Functions

Typedefs

Constants

+

Structs

Enums

Traits

Functions

Typedefs

Constants

\ No newline at end of file diff --git a/rustdoc/game/app/struct.App.html b/rustdoc/game/app/struct.App.html index 2f10a11d70..7ebc45a9df 100644 --- a/rustdoc/game/app/struct.App.html +++ b/rustdoc/game/app/struct.App.html @@ -36,15 +36,15 @@ the fallback case can just use unreachable!(). on_mouseover(&mut self, ctx: &mut EventCtx<'_>, app: &mut App)[src]

impl SimpleState<App> for UberTurnViewer[src]

impl SimpleState<App> for UberTurnViewer[src]

impl SimpleState<App> for LaneEditor[src]

impl SimpleState<App> for StopSignEditor[src]

impl SimpleState<App> for StopSignEditor[src]

impl SimpleState<App> for ChangeDuration[src]

impl SimpleState<App> for ChangeDuration[src]

impl SimpleState<App> for ShowAbsolute[src]

impl SimpleState<App> for ShowAbsolute[src]

impl SimpleState<App> for ShowRelative[src]

impl SimpleState<App> for ShowRelative[src]

impl SimpleState<App> for TuneRelative[src]

impl SimpleState<App> for TuneRelative[src]

impl SimpleState<App> for About[src]

impl SimpleState<App> for About[src]

impl SimpleState<App> for ChangeScenario[src]

impl SimpleState<App> for ChangeScenario[src]

impl State<App> for CutscenePlayer[src]

impl State<App> for CutscenePlayer[src]

impl State<App> for ParkingOverhead[src]

impl State<App> for ParkingOverhead[src]

impl State<App> for TripSummaries[src]

impl State<App> for RectangularSelector[src]

impl State<App> for TrafficSignalDemand[src]

impl State<App> for TripSummaries[src]

impl State<App> for TripTable[src]

impl State<App> for TrafficSignalDemand[src]

impl State<App> for AgentSpawner[src]

impl State<App> for TripTable[src]

impl State<App> for EditScenarioModifiers[src]

impl State<App> for AgentSpawner[src]

impl State<App> for ChangeMode[src]

impl State<App> for EditScenarioModifiers[src]

impl State<App> for FinalScore[src]

impl State<App> for ChangeMode[src]

impl State<App> for TrafficRecorder[src]

impl State<App> for FinalScore[src]

impl State<App> for Viewer[src]

impl State<App> for JumpToTime[src]

impl State<App> for TrafficRecorder[src]

impl State<App> for TimeWarpScreen[src]

impl State<App> for SandboxMode[src]

impl State<App> for BackToMainMenu[src]

impl State<App> for JumpToTime[src]

impl State<App> for TimeWarpScreen[src]

impl State<App> for SandboxMode[src]

impl State<App> for SandboxLoader[src]

impl State<App> for BackToMainMenu[src]

impl State<App> for SandboxLoader[src]

impl State<App> for Floodfiller[src]

Module game::sandbox::dashboards::parking_overhead[][src]

Structs

Entry
Filters
ParkingOverhead

Functions

make_table
produce_raw_data
\ No newline at end of file diff --git a/rustdoc/game/sandbox/dashboards/parking_overhead/struct.Entry.html b/rustdoc/game/sandbox/dashboards/parking_overhead/struct.Entry.html index e8fbbcd5d0..3c96e89e64 100644 --- a/rustdoc/game/sandbox/dashboards/parking_overhead/struct.Entry.html +++ b/rustdoc/game/sandbox/dashboards/parking_overhead/struct.Entry.html @@ -1,7 +1,7 @@ game::sandbox::dashboards::parking_overhead::Entry - Rust

Struct game::sandbox::dashboards::parking_overhead::Entry[][src]

struct Entry {
+                Change settings

Struct game::sandbox::dashboards::parking_overhead::Entry[][src]

struct Entry {
     trip: TripID,
     total_duration: Duration,
     driving_duration: Duration,
diff --git a/rustdoc/game/sandbox/dashboards/parking_overhead/struct.Filters.html b/rustdoc/game/sandbox/dashboards/parking_overhead/struct.Filters.html
index cfae404aab..0ce2df37a8 100644
--- a/rustdoc/game/sandbox/dashboards/parking_overhead/struct.Filters.html
+++ b/rustdoc/game/sandbox/dashboards/parking_overhead/struct.Filters.html
@@ -1,7 +1,7 @@
 game::sandbox::dashboards::parking_overhead::Filters - Rust
 
 

Struct game::sandbox::dashboards::parking_overhead::Filters[][src]

struct Filters {
+                Change settings

Struct game::sandbox::dashboards::parking_overhead::Filters[][src]

struct Filters {
     starts_off_map: bool,
     ends_off_map: bool,
 }

diff --git a/rustdoc/game/sandbox/dashboards/parking_overhead/struct.ParkingOverhead.html b/rustdoc/game/sandbox/dashboards/parking_overhead/struct.ParkingOverhead.html index 243f70bec0..623a26185a 100644 --- a/rustdoc/game/sandbox/dashboards/parking_overhead/struct.ParkingOverhead.html +++ b/rustdoc/game/sandbox/dashboards/parking_overhead/struct.ParkingOverhead.html @@ -1,13 +1,13 @@ game::sandbox::dashboards::parking_overhead::ParkingOverhead - Rust

Struct game::sandbox::dashboards::parking_overhead::ParkingOverhead[][src]

pub struct ParkingOverhead {
+                Change settings

Struct game::sandbox::dashboards::parking_overhead::ParkingOverhead[][src]

pub struct ParkingOverhead {
     tab: DashTab,
     table: Table<App, Entry, Filters>,
     panel: Panel,
 }

- Fields

tab: DashTabtable: Table<App, Entry, Filters>panel: Panel

Implementations

impl ParkingOverhead[src]

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

Trait Implementations

impl State<App> for ParkingOverhead[src]

tab: DashTabtable: Table<App, Entry, Filters>panel: Panel

Implementations

impl ParkingOverhead[src]

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

Trait Implementations

impl State<App> for ParkingOverhead[src]

Auto Trait Implementations

Blanket Implementations

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

Function game::sandbox::dashboards::trip_table::make_table_cancelled_trips[][src]

fn make_table_cancelled_trips(app: &App) -> Table<App, CancelledTrip, Filters>
\ No newline at end of file diff --git a/rustdoc/game/sandbox/dashboards/trip_table/fn.make_table_finished_trips.html b/rustdoc/game/sandbox/dashboards/trip_table/fn.make_table_finished_trips.html index 4518d575b9..59e191d227 100644 --- a/rustdoc/game/sandbox/dashboards/trip_table/fn.make_table_finished_trips.html +++ b/rustdoc/game/sandbox/dashboards/trip_table/fn.make_table_finished_trips.html @@ -1,5 +1,5 @@ game::sandbox::dashboards::trip_table::make_table_finished_trips - Rust

Function game::sandbox::dashboards::trip_table::make_table_finished_trips[][src]

fn make_table_finished_trips(app: &App) -> Table<App, FinishedTrip, Filters>
+ Change settings

Function game::sandbox::dashboards::trip_table::make_table_finished_trips[][src]

fn make_table_finished_trips(app: &App) -> Table<App, FinishedTrip, Filters>
\ No newline at end of file diff --git a/rustdoc/game/sandbox/dashboards/trip_table/fn.make_table_unfinished_trips.html b/rustdoc/game/sandbox/dashboards/trip_table/fn.make_table_unfinished_trips.html index 77bb762776..e30744c10d 100644 --- a/rustdoc/game/sandbox/dashboards/trip_table/fn.make_table_unfinished_trips.html +++ b/rustdoc/game/sandbox/dashboards/trip_table/fn.make_table_unfinished_trips.html @@ -1,5 +1,5 @@ game::sandbox::dashboards::trip_table::make_table_unfinished_trips - Rust

Function game::sandbox::dashboards::trip_table::make_table_unfinished_trips[][src]

fn make_table_unfinished_trips(app: &App) -> Table<App, UnfinishedTrip, Filters>
+ Change settings

Function game::sandbox::dashboards::trip_table::make_table_unfinished_trips[][src]

fn make_table_unfinished_trips(app: &App) -> Table<App, UnfinishedTrip, Filters>
\ No newline at end of file diff --git a/rustdoc/game/sandbox/dashboards/trip_table/fn.produce_raw_data.html b/rustdoc/game/sandbox/dashboards/trip_table/fn.produce_raw_data.html index 6445b00f9f..1828f36976 100644 --- a/rustdoc/game/sandbox/dashboards/trip_table/fn.produce_raw_data.html +++ b/rustdoc/game/sandbox/dashboards/trip_table/fn.produce_raw_data.html @@ -1,5 +1,5 @@ game::sandbox::dashboards::trip_table::produce_raw_data - Rust

Function game::sandbox::dashboards::trip_table::produce_raw_data[][src]

fn produce_raw_data(app: &App) -> (Vec<FinishedTrip>, Vec<CancelledTrip>)
+ Change settings

Function game::sandbox::dashboards::trip_table::produce_raw_data[][src]

fn produce_raw_data(app: &App) -> (Vec<FinishedTrip>, Vec<CancelledTrip>)
\ No newline at end of file diff --git a/rustdoc/game/sandbox/dashboards/trip_table/index.html b/rustdoc/game/sandbox/dashboards/trip_table/index.html index 4618f04aed..ec70dd9809 100644 --- a/rustdoc/game/sandbox/dashboards/trip_table/index.html +++ b/rustdoc/game/sandbox/dashboards/trip_table/index.html @@ -1,7 +1,7 @@ game::sandbox::dashboards::trip_table - Rust

Module game::sandbox::dashboards::trip_table[][src]

Structs

+ Change settings

Module game::sandbox::dashboards::trip_table[][src]

Structs

CancelledTrip
Filters
FinishedTrip
TripTable
UnfinishedTrip

Functions

make_table_cancelled_trips
make_table_finished_trips
make_table_unfinished_trips
produce_raw_data
\ No newline at end of file diff --git a/rustdoc/game/sandbox/dashboards/trip_table/struct.CancelledTrip.html b/rustdoc/game/sandbox/dashboards/trip_table/struct.CancelledTrip.html index 0964b4fb16..93e318dee2 100644 --- a/rustdoc/game/sandbox/dashboards/trip_table/struct.CancelledTrip.html +++ b/rustdoc/game/sandbox/dashboards/trip_table/struct.CancelledTrip.html @@ -1,16 +1,16 @@ game::sandbox::dashboards::trip_table::CancelledTrip - Rust -

Struct game::sandbox::dashboards::trip_table::CancelledTrip[][src]

struct CancelledTrip {
+

Struct game::sandbox::dashboards::trip_table::CancelledTrip[][src]

struct CancelledTrip {
     id: TripID,
     mode: TripMode,
     departure: Time,
-    starts_off_map: bool,
-    ends_off_map: bool,
+    start: TripEndpoint,
+    end: TripEndpoint,
     duration_before: Duration,
     reason: String,
 }

- Fields

id: TripIDmode: TripModedeparture: Timestarts_off_map: boolends_off_map: boolduration_before: Durationreason: String

Auto Trait Implementations

Blanket Implementations

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