Trait ux::prelude::ZlibCompressorExt[]

pub trait ZlibCompressorExt: 'static {
    pub fn get_file_info(&self) -> Option<FileInfo>;
pub fn set_file_info(&self, file_info: Option<&FileInfo>);
pub fn get_property_format(&self) -> ZlibCompressorFormat;
pub fn get_property_level(&self) -> i32;
pub fn connect_property_file_info_notify<F>(&self, f: F) -> SignalHandlerId
    where
        F: 'static + Fn(&Self)
; }

Required methods

pub fn get_file_info(&self) -> Option<FileInfo>

pub fn set_file_info(&self, file_info: Option<&FileInfo>)

pub fn get_property_format(&self) -> ZlibCompressorFormat

pub fn get_property_level(&self) -> i32

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

Loading content...

Implementors

impl<O> ZlibCompressorExt for O where
    O: IsA<ZlibCompressor>, 

Loading content...