[][src]Struct orbtk::prelude::shell::WindowShell

pub struct WindowShell<A> where
    A: WindowAdapter
{ /* fields omitted */ }

Concrete implementation of the window shell.

Methods

impl<A> WindowShell<A> where
    A: WindowAdapter
[src]

pub fn new(
    window: Window,
    adapter: A,
    key_events: Rc<RefCell<Vec<KeyEvent>>>
) -> WindowShell<A>
[src]

Creates a new window shell with an adapter.

pub fn adapter(&mut self) -> &mut A[src]

Gets the shell adapter.

pub fn render_context_2_d(&mut self) -> &mut RenderContext2D[src]

Gets the render ctx 2D.

pub fn flip(&mut self) -> bool[src]

Trait Implementations

impl<A> Drop for WindowShell<A> where
    A: WindowAdapter
[src]

Auto Trait Implementations

impl<A> !Send for WindowShell<A>

impl<A> !Sync for WindowShell<A>

impl<A> Unpin for WindowShell<A> where
    A: Unpin

impl<A> !UnwindSafe for WindowShell<A>

impl<A> !RefUnwindSafe for WindowShell<A>

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

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

impl<E> Component for E where
    E: Any
[src]

impl<T> SetParameter for T