Struct sixtyfps_corelib::items::Rotate [−][src]
#[repr(C)]pub struct Rotate { pub angle: Property<f32>, pub origin_x: Property<f32>, pub origin_y: Property<f32>, pub width: Property<f32>, pub height: Property<f32>, pub cached_rendering_data: CachedRenderingData, }
The implementation of the Rotate
element
Fields
angle: Property<f32>
origin_x: Property<f32>
origin_y: Property<f32>
width: Property<f32>
height: Property<f32>
cached_rendering_data: CachedRenderingData
Implementations
impl Rotate
[src]
impl Rotate
[src]pub const FIELD_OFFSETS: RotateFieldsOffsets
[src]
Return a struct containing the offset of for the fields of this struct
Trait Implementations
impl HasStaticVTable<ItemVTable> for Rotate
[src]
impl HasStaticVTable<ItemVTable> for Rotate
[src]fn static_vtable() -> &'static ItemVTable
[src]
impl Item for Rotate
[src]
impl Item for Rotate
[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>,
_: MouseEvent,
_window: &ComponentWindow,
_self_rc: &ItemRc
) -> InputEventFilterResult
[src]
self: Pin<&Self>,
_: MouseEvent,
_window: &ComponentWindow,
_self_rc: &ItemRc
) -> InputEventFilterResult
fn input_event(
self: Pin<&Self>,
_: MouseEvent,
_window: &ComponentWindow,
_self_rc: &ItemRc
) -> InputEventResult
[src]
self: Pin<&Self>,
_: 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 Rotate
[src]
impl ItemConsts for Rotate
[src]