SWCollaborationViewDelegate

Trait SWCollaborationViewDelegate 

Source
pub unsafe trait SWCollaborationViewDelegate: NSObjectProtocol {
    // Provided methods
    unsafe fn collaborationViewShouldPresentPopover(
        &self,
        collaboration_view: &SWCollaborationView,
    ) -> bool
       where Self: Sized + Message { ... }
    unsafe fn collaborationViewWillPresentPopover(
        &self,
        collaboration_view: &SWCollaborationView,
    )
       where Self: Sized + Message { ... }
    unsafe fn collaborationViewDidDismissPopover(
        &self,
        collaboration_view: &SWCollaborationView,
    )
       where Self: Sized + Message { ... }
}
Available on crate feature SWCollaborationView only.
Expand description

Provided Methods§

Source

unsafe fn collaborationViewShouldPresentPopover( &self, collaboration_view: &SWCollaborationView, ) -> bool
where Self: Sized + Message,

Available on crate feature objc2-app-kit and macOS only.
Source

unsafe fn collaborationViewWillPresentPopover( &self, collaboration_view: &SWCollaborationView, )
where Self: Sized + Message,

Available on crate feature objc2-app-kit and macOS only.
Source

unsafe fn collaborationViewDidDismissPopover( &self, collaboration_view: &SWCollaborationView, )
where Self: Sized + Message,

Available on crate feature objc2-app-kit and macOS only.

Trait Implementations§

Source§

impl ProtocolType for dyn SWCollaborationViewDelegate

Source§

const NAME: &'static str = "SWCollaborationViewDelegate"

The name of the Objective-C protocol that this type represents. Read more
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 SWCollaborationViewDelegate

Implementations on Foreign Types§

Source§

impl<T> SWCollaborationViewDelegate for ProtocolObject<T>

Implementors§