[−][src]Struct sixtyfps_rendering_backend_default::native_widgets::NativeGroupBox
Fields
x: Property<f32>
y: Property<f32>
width: Property<f32>
height: Property<f32>
enabled: Property<bool>
title: Property<SharedString>
cached_rendering_data: CachedRenderingData
native_padding_left: Property<f32>
native_padding_right: Property<f32>
native_padding_top: Property<f32>
native_padding_bottom: Property<f32>
Implementations
impl NativeGroupBox
[src]
pub const FIELD_OFFSETS: NativeGroupBoxFieldsOffsets
[src]
Return a struct containing the offset of for the fields of this struct
Trait Implementations
impl BuiltinItem for NativeGroupBox
[src]
pub fn name() -> &'static str
[src]
pub fn properties<Value>(
) -> Vec<(&'static str, &'static (dyn PropertyInfo<NativeGroupBox, Value> + 'static)), Global> where
Value: ValueType,
[src]
) -> Vec<(&'static str, &'static (dyn PropertyInfo<NativeGroupBox, Value> + 'static)), Global> where
Value: ValueType,
pub fn fields<Value>(
) -> Vec<(&'static str, &'static (dyn FieldInfo<NativeGroupBox, Value> + 'static)), Global> where
Value: ValueType,
[src]
) -> Vec<(&'static str, &'static (dyn FieldInfo<NativeGroupBox, Value> + 'static)), Global> where
Value: ValueType,
pub fn signals(
) -> Vec<(&'static str, FieldOffset<NativeGroupBox, Signal<(), ()>, AllowPin>), Global>
[src]
) -> Vec<(&'static str, FieldOffset<NativeGroupBox, Signal<(), ()>, AllowPin>), Global>
impl Default for NativeGroupBox
[src]
pub fn default() -> NativeGroupBox
[src]
impl HasStaticVTable<ItemVTable> for NativeGroupBox
[src]
pub fn static_vtable() -> &'static ItemVTable
[src]
impl Item for NativeGroupBox
[src]
pub fn init(self: Pin<&NativeGroupBox>, window: &ComponentWindow)
[src]
pub fn geometry(self: Pin<&NativeGroupBox>) -> Rect<f32, UnknownUnit>
[src]
pub fn rendering_primitive(
self: Pin<&NativeGroupBox>,
window: &ComponentWindow
) -> HighLevelRenderingPrimitive
[src]
self: Pin<&NativeGroupBox>,
window: &ComponentWindow
) -> HighLevelRenderingPrimitive
pub fn rendering_variables(
self: Pin<&NativeGroupBox>,
_window: &ComponentWindow
) -> SharedArray<RenderingVariable>
[src]
self: Pin<&NativeGroupBox>,
_window: &ComponentWindow
) -> SharedArray<RenderingVariable>
pub fn layouting_info(
self: Pin<&NativeGroupBox>,
_window: &ComponentWindow
) -> LayoutInfo
[src]
self: Pin<&NativeGroupBox>,
_window: &ComponentWindow
) -> LayoutInfo
pub fn input_event(
self: Pin<&NativeGroupBox>,
MouseEvent,
_window: &ComponentWindow,
_self_rc: &ItemRc
) -> InputEventResult
[src]
self: Pin<&NativeGroupBox>,
MouseEvent,
_window: &ComponentWindow,
_self_rc: &ItemRc
) -> InputEventResult
pub fn key_event(
self: Pin<&NativeGroupBox>,
&KeyEvent,
_window: &ComponentWindow
) -> KeyEventResult
[src]
self: Pin<&NativeGroupBox>,
&KeyEvent,
_window: &ComponentWindow
) -> KeyEventResult
pub fn focus_event(
self: Pin<&NativeGroupBox>,
&FocusEvent,
_window: &ComponentWindow
)
[src]
self: Pin<&NativeGroupBox>,
&FocusEvent,
_window: &ComponentWindow
)
impl ItemConsts for NativeGroupBox
[src]
pub const cached_rendering_data_offset: FieldOffset<NativeGroupBox, CachedRenderingData, NotPinned>
[src]
impl<'__dummy_lifetime> Unpin for NativeGroupBox where
__MustNotImplUnpin<'__dummy_lifetime>: Unpin,
[src]
__MustNotImplUnpin<'__dummy_lifetime>: Unpin,
Auto Trait Implementations
impl !RefUnwindSafe for NativeGroupBox
[src]
impl Send for NativeGroupBox
[src]
impl !Sync for NativeGroupBox
[src]
impl UnwindSafe for NativeGroupBox
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,