Struct game::info::InfoPanel [−][src]
pub struct InfoPanel { tab: Tab, time: Time, is_paused: bool, panel: Panel, unzoomed: Drawable, zoomed: Drawable, tooltips: Vec<(Polygon, Text)>, hyperlinks: HashMap<String, Tab>, warpers: HashMap<String, ID>, time_warpers: HashMap<String, (TripID, Time)>, cached_actions: Vec<Key>, }
Fields
tab: Tab
time: Time
is_paused: bool
panel: Panel
unzoomed: Drawable
zoomed: Drawable
tooltips: Vec<(Polygon, Text)>
hyperlinks: HashMap<String, Tab>
warpers: HashMap<String, ID>
time_warpers: HashMap<String, (TripID, Time)>
cached_actions: Vec<Key>
Implementations
impl InfoPanel
[src]
impl InfoPanel
[src]pub fn new(
ctx: &mut EventCtx<'_>,
app: &mut App,
tab: Tab,
ctx_actions: &mut dyn ContextualActions
) -> (InfoPanel, Option<Transition<App>>)
[src]
ctx: &mut EventCtx<'_>,
app: &mut App,
tab: Tab,
ctx_actions: &mut dyn ContextualActions
) -> (InfoPanel, Option<Transition<App>>)
Also returns Details::stop_immediately
, which can only be used when updating an existing
info panel.
pub fn event(
&mut self,
ctx: &mut EventCtx<'_>,
app: &mut App,
ctx_actions: &mut dyn ContextualActions
) -> (bool, Option<Transition<App>>)
[src]
&mut self,
ctx: &mut EventCtx<'_>,
app: &mut App,
ctx_actions: &mut dyn ContextualActions
) -> (bool, Option<Transition<App>>)
pub fn draw(&self, g: &mut GfxCtx<'_>, app: &App)
[src]
pub fn active_keys(&self) -> &Vec<Key>
[src]
pub fn active_id(&self, app: &App) -> Option<ID>
[src]
Auto Trait Implementations
impl !RefUnwindSafe for InfoPanel
impl !Send for InfoPanel
impl !Sync for InfoPanel
impl Unpin for InfoPanel
impl !UnwindSafe for InfoPanel
Blanket Implementations
impl<T> Downcast for T where
T: Any,
impl<T> Downcast for T where
T: Any,
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,