[][src]Trait uikit_sys::INSCollectionLayoutGroup

pub trait INSCollectionLayoutGroup: Sized + Deref {
    unsafe fn init(self) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn visualDescription(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn supplementaryItems(self) -> NSArray
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setSupplementaryItems_(self, supplementaryItems: NSArray)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn interItemSpacing(self) -> NSCollectionLayoutSpacing
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setInterItemSpacing_(
        self,
        interItemSpacing: NSCollectionLayoutSpacing
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn subitems(self) -> NSArray
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn horizontalGroupWithLayoutSize_subitem_count_(
        layoutSize: NSCollectionLayoutSize,
        subitem: NSCollectionLayoutItem,
        count: NSInteger
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn horizontalGroupWithLayoutSize_subitems_(
        layoutSize: NSCollectionLayoutSize,
        subitems: NSArray
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn verticalGroupWithLayoutSize_subitem_count_(
        layoutSize: NSCollectionLayoutSize,
        subitem: NSCollectionLayoutItem,
        count: NSInteger
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn verticalGroupWithLayoutSize_subitems_(
        layoutSize: NSCollectionLayoutSize,
        subitems: NSArray
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn customGroupWithLayoutSize_itemProvider_(
        layoutSize: NSCollectionLayoutSize,
        itemProvider: NSCollectionLayoutGroupCustomItemProvider
    ) -> 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 visualDescription(self) -> NSString where
    Self::Target: Message + Sized

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

unsafe fn setSupplementaryItems_(self, supplementaryItems: NSArray) where
    Self::Target: Message + Sized

unsafe fn interItemSpacing(self) -> NSCollectionLayoutSpacing where
    Self::Target: Message + Sized

unsafe fn setInterItemSpacing_(
    self,
    interItemSpacing: NSCollectionLayoutSpacing
) where
    Self::Target: Message + Sized

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

unsafe fn horizontalGroupWithLayoutSize_subitem_count_(
    layoutSize: NSCollectionLayoutSize,
    subitem: NSCollectionLayoutItem,
    count: NSInteger
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn horizontalGroupWithLayoutSize_subitems_(
    layoutSize: NSCollectionLayoutSize,
    subitems: NSArray
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn verticalGroupWithLayoutSize_subitem_count_(
    layoutSize: NSCollectionLayoutSize,
    subitem: NSCollectionLayoutItem,
    count: NSInteger
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn verticalGroupWithLayoutSize_subitems_(
    layoutSize: NSCollectionLayoutSize,
    subitems: NSArray
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn customGroupWithLayoutSize_itemProvider_(
    layoutSize: NSCollectionLayoutSize,
    itemProvider: NSCollectionLayoutGroupCustomItemProvider
) -> instancetype where
    Self::Target: Message + Sized

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

Loading content...

Implementors

impl INSCollectionLayoutGroup for NSCollectionLayoutGroup[src]

Loading content...