[][src]Trait uikit_sys::PUITableViewDropDelegate

pub trait PUITableViewDropDelegate: Sized + Deref {
    unsafe fn tableView_performDropWithCoordinator_(
        self,
        tableView: UITableView,
        coordinator: *mut u64
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn tableView_canHandleDropSession_(
        self,
        tableView: UITableView,
        session: *mut u64
    ) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn tableView_dropSessionDidEnter_(
        self,
        tableView: UITableView,
        session: *mut u64
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn tableView_dropSessionDidUpdate_withDestinationIndexPath_(
        self,
        tableView: UITableView,
        session: *mut u64,
        destinationIndexPath: NSIndexPath
    ) -> UITableViewDropProposal
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn tableView_dropSessionDidExit_(
        self,
        tableView: UITableView,
        session: *mut u64
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn tableView_dropSessionDidEnd_(
        self,
        tableView: UITableView,
        session: *mut u64
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn tableView_dropPreviewParametersForRowAtIndexPath_(
        self,
        tableView: UITableView,
        indexPath: NSIndexPath
    ) -> UIDragPreviewParameters
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn tableView_performDropWithCoordinator_(
    self,
    tableView: UITableView,
    coordinator: *mut u64
) where
    Self::Target: Message + Sized

unsafe fn tableView_canHandleDropSession_(
    self,
    tableView: UITableView,
    session: *mut u64
) -> BOOL where
    Self::Target: Message + Sized

unsafe fn tableView_dropSessionDidEnter_(
    self,
    tableView: UITableView,
    session: *mut u64
) where
    Self::Target: Message + Sized

unsafe fn tableView_dropSessionDidUpdate_withDestinationIndexPath_(
    self,
    tableView: UITableView,
    session: *mut u64,
    destinationIndexPath: NSIndexPath
) -> UITableViewDropProposal where
    Self::Target: Message + Sized

unsafe fn tableView_dropSessionDidExit_(
    self,
    tableView: UITableView,
    session: *mut u64
) where
    Self::Target: Message + Sized

unsafe fn tableView_dropSessionDidEnd_(
    self,
    tableView: UITableView,
    session: *mut u64
) where
    Self::Target: Message + Sized

unsafe fn tableView_dropPreviewParametersForRowAtIndexPath_(
    self,
    tableView: UITableView,
    indexPath: NSIndexPath
) -> UIDragPreviewParameters where
    Self::Target: Message + Sized

Loading content...

Implementors

Loading content...