Trait objc2_app_kit::NSPathCellDelegate

source ·
pub unsafe trait NSPathCellDelegate: NSObjectProtocol + IsMainThreadOnly {
    // Provided methods
    unsafe fn pathCell_willDisplayOpenPanel(
        &self,
        path_cell: &NSPathCell,
        open_panel: &NSOpenPanel
    )
       where Self: Sized + Message { ... }
    unsafe fn pathCell_willPopUpMenu(
        &self,
        path_cell: &NSPathCell,
        menu: &NSMenu
    )
       where Self: Sized + Message { ... }
}
Available on crate feature NSPathCell only.

Provided Methods§

source

unsafe fn pathCell_willDisplayOpenPanel( &self, path_cell: &NSPathCell, open_panel: &NSOpenPanel )
where Self: Sized + Message,

Available on crate features NSActionCell and NSCell and NSOpenPanel and NSPanel and NSResponder and NSSavePanel and NSWindow only.
source

unsafe fn pathCell_willPopUpMenu(&self, path_cell: &NSPathCell, menu: &NSMenu)
where Self: Sized + Message,

Available on crate features NSActionCell and NSCell and NSMenu only.

Trait Implementations§

source§

impl ProtocolType for dyn NSPathCellDelegate

source§

const NAME: &'static str = "NSPathCellDelegate"

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 NSPathCellDelegate

Implementations on Foreign Types§

source§

impl<T> NSPathCellDelegate for ProtocolObject<T>

Implementors§