pub struct BORDER;
Expand description
Coordinates nested borders and corner-radius.
Implementations§
source§impl BORDER
impl BORDER
sourcepub fn border_offsets(&self) -> SideOffsets2D<Px, Px>
pub fn border_offsets(&self) -> SideOffsets2D<Px, Px>
Gets the accumulated border offsets on the outside of the current border set on the current widget.
This is only valid to call during layout.
sourcepub fn inner_offsets(&self) -> SideOffsets2D<Px, Px>
pub fn inner_offsets(&self) -> SideOffsets2D<Px, Px>
Gets the accumulated border offsets including the current border.
sourcepub fn border_radius(&self) -> CornerRadius2D<Px, Px>
pub fn border_radius(&self) -> CornerRadius2D<Px, Px>
Gets the corner radius for the border at the current context.
This value is influenced by CORNER_RADIUS_VAR
, CORNER_RADIUS_FIT_VAR
and all contextual borders.
sourcepub fn inner_radius(&self) -> CornerRadius2D<Px, Px>
pub fn inner_radius(&self) -> CornerRadius2D<Px, Px>
Gets the corner radius for the inside of the current border at the current context.
sourcepub fn outer_radius(&self) -> CornerRadius2D<Px, Px>
pub fn outer_radius(&self) -> CornerRadius2D<Px, Px>
Gets the corner radius for the outside of the outer border of the current widget.
sourcepub fn fill_bounds(&self) -> (Rect<Px, Px>, CornerRadius2D<Px, Px>)
pub fn fill_bounds(&self) -> (Rect<Px, Px>, CornerRadius2D<Px, Px>)
Gets the bounds and corner radius for the widget fill content.
Must be called during layout in FILL nesting group.
This value is influenced by CORNER_RADIUS_VAR
, CORNER_RADIUS_FIT_VAR
and BORDER_ALIGN_VAR
.
sourcepub fn measure_border(
&self,
offsets: SideOffsets2D<Px, Px>,
f: impl FnOnce() -> Size2D<Px, Px>,
) -> Size2D<Px, Px>
pub fn measure_border( &self, offsets: SideOffsets2D<Px, Px>, f: impl FnOnce() -> Size2D<Px, Px>, ) -> Size2D<Px, Px>
Measure a border node, adding the offsets
to the context for the f
call.
sourcepub fn layout_border(&self, offsets: SideOffsets2D<Px, Px>, f: impl FnOnce())
pub fn layout_border(&self, offsets: SideOffsets2D<Px, Px>, f: impl FnOnce())
Measure a border node, adding the offsets
to the context for the f
call.
sourcepub fn with_corner_radius<R>(&self, f: impl FnOnce() -> R) -> R
pub fn with_corner_radius<R>(&self, f: impl FnOnce() -> R) -> R
Indicates a boundary point where the CORNER_RADIUS_VAR
backing context changes during layout.
The variable must have been just rebound before this call, the corner_radius
property implements this method.
Note that the corner radius is not set during measure
.
sourcepub fn border_layout(&self) -> (Rect<Px, Px>, SideOffsets2D<Px, Px>)
pub fn border_layout(&self) -> (Rect<Px, Px>, SideOffsets2D<Px, Px>)
Gets the computed border rect and side offsets for the border visual.
This is only valid to call in the border visual node during layout and render.
sourcepub fn with_border_layout(
&self,
rect: Rect<Px, Px>,
offsets: SideOffsets2D<Px, Px>,
f: impl FnOnce(),
)
pub fn with_border_layout( &self, rect: Rect<Px, Px>, offsets: SideOffsets2D<Px, Px>, f: impl FnOnce(), )
Sets the border layout for the context of f
.
Auto Trait Implementations§
impl Freeze for BORDER
impl RefUnwindSafe for BORDER
impl Send for BORDER
impl Sync for BORDER
impl Unpin for BORDER
impl UnwindSafe for BORDER
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Downcast for Twhere
T: Any,
impl<T> Downcast for Twhere
T: Any,
§fn into_any(self: Box<T>) -> Box<dyn Any>
fn into_any(self: Box<T>) -> Box<dyn Any>
Box<dyn Trait>
(where Trait: Downcast
) to Box<dyn Any>
. Box<dyn Any>
can
then be further downcast
into Box<ConcreteType>
where ConcreteType
implements Trait
.§fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
Rc<Trait>
(where Trait: Downcast
) to Rc<Any>
. Rc<Any>
can then be
further downcast
into Rc<ConcreteType>
where ConcreteType
implements Trait
.§fn as_any(&self) -> &(dyn Any + 'static)
fn as_any(&self) -> &(dyn Any + 'static)
&Trait
(where Trait: Downcast
) to &Any
. This is needed since Rust cannot
generate &Any
’s vtable from &Trait
’s.§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
&mut Trait
(where Trait: Downcast
) to &Any
. This is needed since Rust cannot
generate &mut Any
’s vtable from &mut Trait
’s.§impl<T> DowncastSync for T
impl<T> DowncastSync for T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more