[][src]Struct tui_logger::TuiLoggerSmartWidget

pub struct TuiLoggerSmartWidget { /* fields omitted */ }

The Smart Widget combines the TuiLoggerWidget and the TuiLoggerTargetWidget into a nice combo, where the TuiLoggerTargetWidget can be shown/hidden.

In the title the number of logging messages/s in the whole buffer is shown.

Methods

impl TuiLoggerSmartWidget[src]

pub fn highlight_style(&mut self, style: Style) -> &mut TuiLoggerSmartWidget[src]

pub fn border_style(&mut self, style: Style) -> &mut TuiLoggerSmartWidget[src]

pub fn style(&mut self, style: Style) -> &mut TuiLoggerSmartWidget[src]

pub fn style_error(&mut self, style: Style) -> &mut TuiLoggerSmartWidget[src]

pub fn style_warn(&mut self, style: Style) -> &mut TuiLoggerSmartWidget[src]

pub fn style_info(&mut self, style: Style) -> &mut TuiLoggerSmartWidget[src]

pub fn style_trace(&mut self, style: Style) -> &mut TuiLoggerSmartWidget[src]

pub fn style_debug(&mut self, style: Style) -> &mut TuiLoggerSmartWidget[src]

pub fn style_off(&mut self, style: Style) -> &mut TuiLoggerSmartWidget[src]

pub fn style_hide(&mut self, style: Style) -> &mut TuiLoggerSmartWidget[src]

pub fn style_show(&mut self, style: Style) -> &mut TuiLoggerSmartWidget[src]

pub fn state(&mut self, state: &TuiWidgetState) -> &mut TuiLoggerSmartWidget[src]

Trait Implementations

impl EventListener<Event> for TuiLoggerSmartWidget[src]

impl Default for TuiLoggerSmartWidget[src]

impl Widget for TuiLoggerSmartWidget[src]

fn draw(&mut self, _area: Rect, _buf: &mut Buffer)[src]

Nothing to draw for combo widget

fn background(&self, area: Rect, buf: &mut Buffer, color: Color)[src]

Helper method to quickly set the background of all cells inside the specified area.

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Erased for T