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),
&self,
f: F
) -> SignalHandlerId where
F: 'static + Fn(&Self),
Implementors
impl<O> FilterOutputStreamExt for O where
O: IsA<FilterOutputStream>,
O: IsA<FilterOutputStream>,
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(&O),
&self,
f: F
) -> SignalHandlerId where
F: 'static + Fn(&O),