[][src]Trait uikit_sys::INSCollectionLayoutSection

pub trait INSCollectionLayoutSection: Sized + Deref {
    unsafe fn init(self) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn contentInsets(self) -> NSDirectionalEdgeInsets
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setContentInsets_(self, contentInsets: NSDirectionalEdgeInsets)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn interGroupSpacing(self) -> CGFloat
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setInterGroupSpacing_(self, interGroupSpacing: CGFloat)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn orthogonalScrollingBehavior(
        self
    ) -> UICollectionLayoutSectionOrthogonalScrollingBehavior
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setOrthogonalScrollingBehavior_(
        self,
        orthogonalScrollingBehavior: UICollectionLayoutSectionOrthogonalScrollingBehavior
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn boundarySupplementaryItems(self) -> NSArray
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setBoundarySupplementaryItems_(
        self,
        boundarySupplementaryItems: NSArray
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn supplementariesFollowContentInsets(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setSupplementariesFollowContentInsets_(
        self,
        supplementariesFollowContentInsets: BOOL
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn visibleItemsInvalidationHandler(
        self
    ) -> NSCollectionLayoutSectionVisibleItemsInvalidationHandler
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setVisibleItemsInvalidationHandler_(
        self,
        visibleItemsInvalidationHandler: NSCollectionLayoutSectionVisibleItemsInvalidationHandler
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn decorationItems(self) -> NSArray
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setDecorationItems_(self, decorationItems: NSArray)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn sectionWithGroup_(group: NSCollectionLayoutGroup) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn new() -> instancetype
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn init(self) -> instancetype where
    Self::Target: Message + Sized

unsafe fn contentInsets(self) -> NSDirectionalEdgeInsets where
    Self::Target: Message + Sized

unsafe fn setContentInsets_(self, contentInsets: NSDirectionalEdgeInsets) where
    Self::Target: Message + Sized

unsafe fn interGroupSpacing(self) -> CGFloat where
    Self::Target: Message + Sized

unsafe fn setInterGroupSpacing_(self, interGroupSpacing: CGFloat) where
    Self::Target: Message + Sized

unsafe fn orthogonalScrollingBehavior(
    self
) -> UICollectionLayoutSectionOrthogonalScrollingBehavior where
    Self::Target: Message + Sized

unsafe fn setOrthogonalScrollingBehavior_(
    self,
    orthogonalScrollingBehavior: UICollectionLayoutSectionOrthogonalScrollingBehavior
) where
    Self::Target: Message + Sized

unsafe fn boundarySupplementaryItems(self) -> NSArray where
    Self::Target: Message + Sized

unsafe fn setBoundarySupplementaryItems_(
    self,
    boundarySupplementaryItems: NSArray
) where
    Self::Target: Message + Sized

unsafe fn supplementariesFollowContentInsets(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn setSupplementariesFollowContentInsets_(
    self,
    supplementariesFollowContentInsets: BOOL
) where
    Self::Target: Message + Sized

unsafe fn visibleItemsInvalidationHandler(
    self
) -> NSCollectionLayoutSectionVisibleItemsInvalidationHandler where
    Self::Target: Message + Sized

unsafe fn setVisibleItemsInvalidationHandler_(
    self,
    visibleItemsInvalidationHandler: NSCollectionLayoutSectionVisibleItemsInvalidationHandler
) where
    Self::Target: Message + Sized

unsafe fn decorationItems(self) -> NSArray where
    Self::Target: Message + Sized

unsafe fn setDecorationItems_(self, decorationItems: NSArray) where
    Self::Target: Message + Sized

unsafe fn sectionWithGroup_(group: NSCollectionLayoutGroup) -> instancetype where
    Self::Target: Message + Sized

unsafe fn new() -> instancetype where
    Self::Target: Message + Sized

Loading content...

Implementors

impl INSCollectionLayoutSection for NSCollectionLayoutSection[src]

Loading content...