Trait sourceview5::prelude::PrintOperationPreviewExt

source ·
pub trait PrintOperationPreviewExt: IsA<PrintOperationPreview> + Sealed + 'static {
    // Provided methods
    fn end_preview(&self) { ... }
    fn is_selected(&self, page_nr: i32) -> bool { ... }
    fn render_page(&self, page_nr: i32) { ... }
    fn connect_got_page_size<F>(&self, f: F) -> SignalHandlerId
       where F: Fn(&Self, &PrintContext, &PageSetup) + 'static { ... }
    fn connect_ready<F>(&self, f: F) -> SignalHandlerId
       where F: Fn(&Self, &PrintContext) + 'static { ... }
}

Provided Methods§

source

fn end_preview(&self)

source

fn is_selected(&self, page_nr: i32) -> bool

source

fn render_page(&self, page_nr: i32)

source

fn connect_got_page_size<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self, &PrintContext, &PageSetup) + 'static,

source

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

Object Safety§

This trait is not object safe.

Implementors§