Struct sixtyfps_corelib::items::Flickable [−][src]
#[repr(C)]pub struct Flickable { pub x: Property<f32>, pub y: Property<f32>, pub width: Property<f32>, pub height: Property<f32>, pub viewport: Rectangle, pub interactive: Property<bool>, pub cached_rendering_data: CachedRenderingData, // some fields omitted }
The implementation of the Flickable
element
Fields
x: Property<f32>
y: Property<f32>
width: Property<f32>
height: Property<f32>
viewport: Rectangle
interactive: Property<bool>
cached_rendering_data: CachedRenderingData
FIXME: remove this
Implementations
impl Flickable
[src]
impl Flickable
[src]pub const FIELD_OFFSETS: FlickableFieldsOffsets
[src]
Return a struct containing the offset of for the fields of this struct
Trait Implementations
impl HasStaticVTable<ItemVTable> for Flickable
[src]
impl HasStaticVTable<ItemVTable> for Flickable
[src]fn static_vtable() -> &'static ItemVTable
[src]
impl Item for Flickable
[src]
impl Item for Flickable
[src]fn init(self: Pin<&Self>, _window: &ComponentWindow)
[src]
fn geometry(self: Pin<&Self>) -> Rect
[src]
fn layouting_info(self: Pin<&Self>, _window: &ComponentWindow) -> LayoutInfo
[src]
fn implicit_size(self: Pin<&Self>, _window: &ComponentWindow) -> Size
[src]
fn input_event_filter_before_children(
self: Pin<&Self>,
event: MouseEvent,
_window: &ComponentWindow,
_self_rc: &ItemRc
) -> InputEventFilterResult
[src]
self: Pin<&Self>,
event: MouseEvent,
_window: &ComponentWindow,
_self_rc: &ItemRc
) -> InputEventFilterResult
fn input_event(
self: Pin<&Self>,
event: MouseEvent,
_window: &ComponentWindow,
_self_rc: &ItemRc
) -> InputEventResult
[src]
self: Pin<&Self>,
event: MouseEvent,
_window: &ComponentWindow,
_self_rc: &ItemRc
) -> InputEventResult
fn key_event(
self: Pin<&Self>,
_: &KeyEvent,
_window: &ComponentWindow
) -> KeyEventResult
[src]
self: Pin<&Self>,
_: &KeyEvent,
_window: &ComponentWindow
) -> KeyEventResult
fn focus_event(self: Pin<&Self>, _: &FocusEvent, _window: &ComponentWindow)
[src]
fn render(self: Pin<&Self>, backend: &mut &'_ mut dyn ItemRenderer)
[src]
impl ItemConsts for Flickable
[src]
impl ItemConsts for Flickable
[src]const cached_rendering_data_offset: FieldOffset<Self, CachedRenderingData>
[src]
Auto Trait Implementations
impl !RefUnwindSafe for Flickable
impl !RefUnwindSafe for Flickable
impl !UnwindSafe for Flickable
impl !UnwindSafe for Flickable