Trait objc2_web_kit::WebDocumentView

source ·
pub unsafe trait WebDocumentView: NSObjectProtocol {
    // Provided methods
    unsafe fn setDataSource(&self, data_source: Option<&WebDataSource>)
       where Self: Sized + Message { ... }
    unsafe fn dataSourceUpdated(&self, data_source: Option<&WebDataSource>)
       where Self: Sized + Message { ... }
    unsafe fn setNeedsLayout(&self, flag: bool)
       where Self: Sized + Message { ... }
    unsafe fn layout(&self)
       where Self: Sized + Message { ... }
    unsafe fn viewDidMoveToHostWindow(&self)
       where Self: Sized + Message { ... }
}
👎Deprecated
Available on crate feature WebDocument only.

Provided Methods§

source

unsafe fn setDataSource(&self, data_source: Option<&WebDataSource>)
where Self: Sized + Message,

👎Deprecated
Available on crate feature WebDataSource only.
source

unsafe fn dataSourceUpdated(&self, data_source: Option<&WebDataSource>)
where Self: Sized + Message,

👎Deprecated
Available on crate feature WebDataSource only.
source

unsafe fn setNeedsLayout(&self, flag: bool)
where Self: Sized + Message,

👎Deprecated
source

unsafe fn layout(&self)
where Self: Sized + Message,

👎Deprecated
source

unsafe fn viewDidMoveToHostWindow(&self)
where Self: Sized + Message,

👎Deprecated

Trait Implementations§

source§

impl ProtocolType for dyn WebDocumentView

source§

const NAME: &'static str = "WebDocumentView"

The name of the Objective-C protocol that this type represents.
source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
source§

impl<T> ImplementedBy<T> for dyn WebDocumentView

Implementations on Foreign Types§

source§

impl<T> WebDocumentView for ProtocolObject<T>
where T: ?Sized + WebDocumentView,

Implementors§