Struct map_gui::tools::Minimap [−][src]
pub struct Minimap<A: AppLike, T: MinimapControls<A>> { controls: T, time: Time, app_type: PhantomData<A>, dragging: bool, panel: Panel, zoomed: bool, layer: bool, zoom_lvl: usize, base_zoom: f64, zoom: f64, offset_x: f64, offset_y: f64, }
Fields
controls: T
time: Time
app_type: PhantomData<A>
dragging: bool
panel: Panel
zoomed: bool
layer: bool
zoom_lvl: usize
base_zoom: f64
zoom: f64
offset_x: f64
offset_y: f64
Implementations
impl<A: AppLike + 'static, T: MinimapControls<A>> Minimap<A, T>
[src]
impl<A: AppLike + 'static, T: MinimapControls<A>> Minimap<A, T>
[src]pub fn new(ctx: &mut EventCtx<'_>, app: &A, controls: T) -> Minimap<A, T>
[src]
pub fn recreate_panel(&mut self, ctx: &mut EventCtx<'_>, app: &A)
[src]
fn map_to_minimap_pct(&self, pt: Pt2D) -> (f64, f64)
[src]
pub fn set_zoom(&mut self, ctx: &mut EventCtx<'_>, app: &A, zoom_lvl: usize)
[src]
fn recenter(&mut self, ctx: &EventCtx<'_>, app: &A)
[src]
pub fn event(
&mut self,
ctx: &mut EventCtx<'_>,
app: &mut A
) -> Option<Transition<A>>
[src]
&mut self,
ctx: &mut EventCtx<'_>,
app: &mut A
) -> Option<Transition<A>>
pub fn draw(&self, g: &mut GfxCtx<'_>, app: &A)
[src]
pub fn draw_with_extra_layers(
&self,
g: &mut GfxCtx<'_>,
app: &A,
extra: Vec<&Drawable>
)
[src]
&self,
g: &mut GfxCtx<'_>,
app: &A,
extra: Vec<&Drawable>
)
pub fn get_panel(&self) -> &Panel
[src]
pub fn mut_panel(&mut self) -> &mut Panel
[src]
Auto Trait Implementations
impl<A, T> !RefUnwindSafe for Minimap<A, T>
impl<A, T> !Send for Minimap<A, T>
impl<A, T> !Sync for Minimap<A, T>
impl<A, T> Unpin for Minimap<A, T> where
A: Unpin,
T: Unpin,
A: Unpin,
T: Unpin,
impl<A, T> !UnwindSafe for Minimap<A, T>
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>,