abstreet/rustdoc/widgetry/app_state/sidebar-items.js
2021-05-06 18:00:40 +00:00

1 line
730 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

initSidebarItems({"enum":[["DrawBaselayer","Before `State::draw` is called, draw something else."],["Transition","When a state responds to an event, it can specify some way to manipulate the stack of states."]],"struct":[["App",""],["SimpleStateWrapper",""]],"trait":[["SharedAppState","Any data that should last the entire lifetime of the application should be stored in the struct implementing this trait."],["SimpleState","Many states fit a pattern of managing a single panel, handling mouseover events, and other interactions on the map. Implementing this instead of `State` reduces some boilerplate."],["State","A temporary state of an application. Theres a stack of these, with the most recent being the active one."]]});