Struct map_gui::render::building::DrawBuilding [−][src]
pub struct DrawBuilding { pub id: BuildingID, label: RefCell<Option<Drawable>>, }
Fields
id: BuildingID
label: RefCell<Option<Drawable>>
Implementations
impl DrawBuilding
[src]
impl DrawBuilding
[src]pub fn new(
ctx: &EventCtx<'_>,
bldg: &Building,
map: &Map,
cs: &ColorScheme,
opts: &Options,
bldg_batch: &mut GeomBatch,
outlines_batch: &mut GeomBatch
) -> DrawBuilding
[src]
ctx: &EventCtx<'_>,
bldg: &Building,
map: &Map,
cs: &ColorScheme,
opts: &Options,
bldg_batch: &mut GeomBatch,
outlines_batch: &mut GeomBatch
) -> DrawBuilding
pub fn draw_driveway(
bldg: &Building,
map: &Map,
cs: &ColorScheme,
opts: &Options,
batch: &mut GeomBatch
)
[src]
bldg: &Building,
map: &Map,
cs: &ColorScheme,
opts: &Options,
batch: &mut GeomBatch
)
pub fn clear_rendering(&mut self)
[src]
Trait Implementations
impl Renderable for DrawBuilding
[src]
impl Renderable for DrawBuilding
[src]fn get_id(&self) -> ID
[src]
fn draw(&self, g: &mut GfxCtx<'_>, app: &dyn AppLike, opts: &DrawOptions)
[src]
fn get_zorder(&self) -> isize
[src]
fn get_outline(&self, map: &Map) -> Polygon
[src]
fn contains_pt(&self, pt: Pt2D, map: &Map) -> bool
[src]
Auto Trait Implementations
impl !RefUnwindSafe for DrawBuilding
impl !Send for DrawBuilding
impl !Sync for DrawBuilding
impl Unpin for DrawBuilding
impl UnwindSafe for DrawBuilding
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>,