[−][src]Struct orbtk_widgets::FontIconBlockCtx
Represents a widget context that provides methods to access the properties of a widget.
Implementations
impl<'a> FontIconBlockCtx<'a>
[src]
pub fn bounds(&self) -> &Rectangle
[src]
Gets a reference of the property value.
pub fn bounds_mut(&mut self) -> &mut Rectangle
[src]
Gets a mutable reference of the property value.
pub fn set_bounds(&mut self, value: impl Into<Rectangle>)
[src]
Sets the property value.
pub fn clone_bounds(&mut self) -> Rectangle
[src]
Clones the property value.
pub fn position(&self) -> &Point
[src]
Gets a reference of the property value.
pub fn position_mut(&mut self) -> &mut Point
[src]
Gets a mutable reference of the property value.
pub fn set_position(&mut self, value: impl Into<Point>)
[src]
Sets the property value.
pub fn clone_position(&mut self) -> Point
[src]
Clones the property value.
pub fn constraint(&self) -> &Constraint
[src]
Gets a reference of the property value.
pub fn constraint_mut(&mut self) -> &mut Constraint
[src]
Gets a mutable reference of the property value.
pub fn set_constraint(&mut self, value: impl Into<Constraint>)
[src]
Sets the property value.
pub fn clone_constraint(&mut self) -> Constraint
[src]
Clones the property value.
pub fn h_align(&self) -> &Alignment
[src]
Gets a reference of the property value.
pub fn h_align_mut(&mut self) -> &mut Alignment
[src]
Gets a mutable reference of the property value.
pub fn set_h_align(&mut self, value: impl Into<Alignment>)
[src]
Sets the property value.
pub fn clone_h_align(&mut self) -> Alignment
[src]
Clones the property value.
pub fn v_align(&self) -> &Alignment
[src]
Gets a reference of the property value.
pub fn v_align_mut(&mut self) -> &mut Alignment
[src]
Gets a mutable reference of the property value.
pub fn set_v_align(&mut self, value: impl Into<Alignment>)
[src]
Sets the property value.
pub fn clone_v_align(&mut self) -> Alignment
[src]
Clones the property value.
pub fn margin(&self) -> &Thickness
[src]
Gets a reference of the property value.
pub fn margin_mut(&mut self) -> &mut Thickness
[src]
Gets a mutable reference of the property value.
pub fn set_margin(&mut self, value: impl Into<Thickness>)
[src]
Sets the property value.
pub fn clone_margin(&mut self) -> Thickness
[src]
Clones the property value.
pub fn enabled(&self) -> &bool
[src]
Gets a reference of the property value.
pub fn enabled_mut(&mut self) -> &mut bool
[src]
Gets a mutable reference of the property value.
pub fn set_enabled(&mut self, value: impl Into<bool>)
[src]
Sets the property value.
pub fn clone_enabled(&mut self) -> bool
[src]
Clones the property value.
pub fn clip(&self) -> &bool
[src]
Gets a reference of the property value.
pub fn clip_mut(&mut self) -> &mut bool
[src]
Gets a mutable reference of the property value.
pub fn set_clip(&mut self, value: impl Into<bool>)
[src]
Sets the property value.
pub fn clone_clip(&mut self) -> bool
[src]
Clones the property value.
pub fn opacity(&self) -> &f32
[src]
Gets a reference of the property value.
pub fn opacity_mut(&mut self) -> &mut f32
[src]
Gets a mutable reference of the property value.
pub fn set_opacity(&mut self, value: impl Into<f32>)
[src]
Sets the property value.
pub fn clone_opacity(&mut self) -> f32
[src]
Clones the property value.
pub fn visibility(&self) -> &Visibility
[src]
Gets a reference of the property value.
pub fn visibility_mut(&mut self) -> &mut Visibility
[src]
Gets a mutable reference of the property value.
pub fn set_visibility(&mut self, value: impl Into<Visibility>)
[src]
Sets the property value.
pub fn clone_visibility(&mut self) -> Visibility
[src]
Clones the property value.
pub fn selector(&self) -> &Selector
[src]
Gets a reference of the property value.
pub fn selector_mut(&mut self) -> &mut Selector
[src]
Gets a mutable reference of the property value.
pub fn set_selector(&mut self, value: impl Into<Selector>)
[src]
Sets the property value.
pub fn clone_selector(&mut self) -> Selector
[src]
Clones the property value.
pub fn on_changed_filter(&self) -> &Filter
[src]
Gets a reference of the property value.
pub fn on_changed_filter_mut(&mut self) -> &mut Filter
[src]
Gets a mutable reference of the property value.
pub fn set_on_changed_filter(&mut self, value: impl Into<Filter>)
[src]
Sets the property value.
pub fn clone_on_changed_filter(&mut self) -> Filter
[src]
Clones the property value.
pub fn icon(&self) -> &String
[src]
Gets a reference of the property value.
pub fn icon_mut(&mut self) -> &mut String
[src]
Gets a mutable reference of the property value.
pub fn set_icon(&mut self, value: impl Into<String>)
[src]
Sets the property value.
pub fn clone_icon(&mut self) -> String
[src]
Clones the property value.
pub fn icon_brush(&self) -> &Brush
[src]
Gets a reference of the property value.
pub fn icon_brush_mut(&mut self) -> &mut Brush
[src]
Gets a mutable reference of the property value.
pub fn set_icon_brush(&mut self, value: impl Into<Brush>)
[src]
Sets the property value.
pub fn clone_icon_brush(&mut self) -> Brush
[src]
Clones the property value.
pub fn icon_size(&self) -> &f64
[src]
Gets a reference of the property value.
pub fn icon_size_mut(&mut self) -> &mut f64
[src]
Gets a mutable reference of the property value.
pub fn set_icon_size(&mut self, value: impl Into<f64>)
[src]
Sets the property value.
pub fn clone_icon_size(&mut self) -> f64
[src]
Clones the property value.
pub fn icon_font(&self) -> &String
[src]
Gets a reference of the property value.
pub fn icon_font_mut(&mut self) -> &mut String
[src]
Gets a mutable reference of the property value.
pub fn set_icon_font(&mut self, value: impl Into<String>)
[src]
Sets the property value.
pub fn clone_icon_font(&mut self) -> String
[src]
Clones the property value.
Auto Trait Implementations
impl<'a> !RefUnwindSafe for FontIconBlockCtx<'a>
impl<'a> !Send for FontIconBlockCtx<'a>
impl<'a> !Sync for FontIconBlockCtx<'a>
impl<'a> Unpin for FontIconBlockCtx<'a>
impl<'a> !UnwindSafe for FontIconBlockCtx<'a>
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,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<E> Component for E where
E: Any,
[src]
E: Any,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> SetParameter for T
fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
T: Parameter<Self>,
T: Parameter<Self>,
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.
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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,