Trait ux::prelude::FilterOutputStreamExt[]

pub trait FilterOutputStreamExt: 'static {
    pub fn get_base_stream(&self) -> Option<OutputStream>;
pub fn get_close_base_stream(&self) -> bool;
pub fn set_close_base_stream(&self, close_base: bool);
pub fn connect_property_close_base_stream_notify<F>(
        &self,
        f: F
    ) -> SignalHandlerId
    where
        F: 'static + Fn(&Self)
; }

Required methods

pub fn get_base_stream(&self) -> Option<OutputStream>

pub fn get_close_base_stream(&self) -> bool

pub fn set_close_base_stream(&self, close_base: bool)

pub fn connect_property_close_base_stream_notify<F>(
    &self,
    f: F
) -> SignalHandlerId where
    F: 'static + Fn(&Self), 

Loading content...

Implementors

impl<O> FilterOutputStreamExt for O where
    O: IsA<FilterOutputStream>, 

Loading content...