Struct tui_logger::TuiLoggerSmartWidget [] [src]

pub struct TuiLoggerSmartWidget<'b> { /* 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<'b> TuiLoggerSmartWidget<'b>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<'b> Default for TuiLoggerSmartWidget<'b>
[src]

[src]

Returns the "default value" for a type. Read more

impl<'b> EventListener<Event> for TuiLoggerSmartWidget<'b>
[src]

[src]

Hand over a Dispatcher to the widget.

impl<'b> Widget for TuiLoggerSmartWidget<'b>
[src]

[src]

Nothing to draw for combo widget

[src]

Helper method that can be chained with a widget's builder methods to render it.

[src]

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

Auto Trait Implementations

impl<'b> !Send for TuiLoggerSmartWidget<'b>

impl<'b> !Sync for TuiLoggerSmartWidget<'b>