Struct nuklear::StyleSlider [−][src]
#[repr(C)]pub struct StyleSlider { /* fields omitted */ }
Methods
impl StyleSlider[src]
impl StyleSliderpub fn normal(&self) -> &StyleItem[src]
pub fn normal(&self) -> &StyleItempub fn hover(&self) -> &StyleItem[src]
pub fn hover(&self) -> &StyleItempub fn active(&self) -> &StyleItem[src]
pub fn active(&self) -> &StyleItempub fn border_color(&self) -> &Color[src]
pub fn border_color(&self) -> &Colorpub fn bar_normal(&self) -> &Color[src]
pub fn bar_normal(&self) -> &Colorpub fn bar_hover(&self) -> &Color[src]
pub fn bar_hover(&self) -> &Colorpub fn bar_active(&self) -> &Color[src]
pub fn bar_active(&self) -> &Colorpub fn bar_filled(&self) -> &Color[src]
pub fn bar_filled(&self) -> &Colorpub fn cursor_normal(&self) -> &StyleItem[src]
pub fn cursor_normal(&self) -> &StyleItempub fn cursor_hover(&self) -> &StyleItem[src]
pub fn cursor_hover(&self) -> &StyleItempub fn cursor_active(&self) -> &StyleItem[src]
pub fn cursor_active(&self) -> &StyleItempub fn border(&self) -> f32[src]
pub fn border(&self) -> f32pub fn rounding(&self) -> f32[src]
pub fn rounding(&self) -> f32pub fn bar_height(&self) -> f32[src]
pub fn bar_height(&self) -> f32pub fn spacing(&self) -> &Vec2[src]
pub fn spacing(&self) -> &Vec2pub fn padding(&self) -> &Vec2[src]
pub fn padding(&self) -> &Vec2pub fn cursor_size(&self) -> &Vec2[src]
pub fn cursor_size(&self) -> &Vec2pub fn inc_symbol(&self) -> &SymbolType[src]
pub fn inc_symbol(&self) -> &SymbolTypepub fn dec_symbol(&self) -> &SymbolType[src]
pub fn dec_symbol(&self) -> &SymbolTypepub fn set_normal(&mut self, i: StyleItem)[src]
pub fn set_normal(&mut self, i: StyleItem)pub fn set_hover(&mut self, i: StyleItem)[src]
pub fn set_hover(&mut self, i: StyleItem)pub fn set_active(&mut self, i: StyleItem)[src]
pub fn set_active(&mut self, i: StyleItem)pub fn set_border_color(&mut self, c: Color)[src]
pub fn set_border_color(&mut self, c: Color)pub fn set_bar_normal(&mut self, c: Color)[src]
pub fn set_bar_normal(&mut self, c: Color)pub fn set_bar_hover(&mut self, c: Color)[src]
pub fn set_bar_hover(&mut self, c: Color)pub fn set_bar_active(&mut self, c: Color)[src]
pub fn set_bar_active(&mut self, c: Color)pub fn set_bar_filled(&mut self, c: Color)[src]
pub fn set_bar_filled(&mut self, c: Color)pub fn set_cursor_normal(&mut self, i: StyleItem)[src]
pub fn set_cursor_normal(&mut self, i: StyleItem)pub fn set_cursor_hover(&mut self, i: StyleItem)[src]
pub fn set_cursor_hover(&mut self, i: StyleItem)pub fn set_cursor_active(&mut self, i: StyleItem)[src]
pub fn set_cursor_active(&mut self, i: StyleItem)pub fn set_border(&mut self, v: f32)[src]
pub fn set_border(&mut self, v: f32)pub fn set_rounding(&mut self, v: f32)[src]
pub fn set_rounding(&mut self, v: f32)pub fn set_bar_height(&mut self, v: f32)[src]
pub fn set_bar_height(&mut self, v: f32)pub fn set_padding(&mut self, v: Vec2)[src]
pub fn set_padding(&mut self, v: Vec2)pub fn set_spacing(&mut self, v: Vec2)[src]
pub fn set_spacing(&mut self, v: Vec2)pub fn set_cursor_size(&mut self, v: Vec2)[src]
pub fn set_cursor_size(&mut self, v: Vec2)pub fn set_inc_symbol(&mut self, t: SymbolType)[src]
pub fn set_inc_symbol(&mut self, t: SymbolType)pub fn set_dec_symbol(&mut self, t: SymbolType)[src]
pub fn set_dec_symbol(&mut self, t: SymbolType)Trait Implementations
impl Clone for StyleSlider[src]
impl Clone for StyleSliderfn clone(&self) -> StyleSlider[src]
fn clone(&self) -> StyleSliderReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for StyleSlider[src]
impl Debug for StyleSliderfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl AsRef<nk_style_slider> for StyleSlider[src]
impl AsRef<nk_style_slider> for StyleSliderfn as_ref(&self) -> &nk_style_slider[src]
fn as_ref(&self) -> &nk_style_sliderPerforms the conversion.
impl AsMut<nk_style_slider> for StyleSlider[src]
impl AsMut<nk_style_slider> for StyleSliderfn as_mut(&mut self) -> &mut nk_style_slider[src]
fn as_mut(&mut self) -> &mut nk_style_sliderPerforms the conversion.
impl AsRef<StyleSlider> for nk_style_slider[src]
impl AsRef<StyleSlider> for nk_style_sliderfn as_ref(&self) -> &StyleSlider[src]
fn as_ref(&self) -> &StyleSliderPerforms the conversion.
impl AsMut<StyleSlider> for nk_style_slider[src]
impl AsMut<StyleSlider> for nk_style_sliderfn as_mut(&mut self) -> &mut StyleSlider[src]
fn as_mut(&mut self) -> &mut StyleSliderPerforms the conversion.
impl Default for StyleSlider[src]
impl Default for StyleSliderAuto Trait Implementations
impl !Send for StyleSlider
impl !Send for StyleSliderimpl !Sync for StyleSlider
impl !Sync for StyleSlider