[][src]Trait uikit_sys::IUINavigationBar

pub trait IUINavigationBar: Sized + Deref {
    unsafe fn pushNavigationItem_animated_(
        self,
        item: UINavigationItem,
        animated: BOOL
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn popNavigationItemAnimated_(
        self,
        animated: BOOL
    ) -> UINavigationItem
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setItems_animated_(self, items: NSArray, animated: BOOL)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setBackgroundImage_forBarPosition_barMetrics_(
        self,
        backgroundImage: UIImage,
        barPosition: UIBarPosition,
        barMetrics: UIBarMetrics
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn backgroundImageForBarPosition_barMetrics_(
        self,
        barPosition: UIBarPosition,
        barMetrics: UIBarMetrics
    ) -> UIImage
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setBackgroundImage_forBarMetrics_(
        self,
        backgroundImage: UIImage,
        barMetrics: UIBarMetrics
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn backgroundImageForBarMetrics_(
        self,
        barMetrics: UIBarMetrics
    ) -> UIImage
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setTitleVerticalPositionAdjustment_forBarMetrics_(
        self,
        adjustment: CGFloat,
        barMetrics: UIBarMetrics
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn titleVerticalPositionAdjustmentForBarMetrics_(
        self,
        barMetrics: UIBarMetrics
    ) -> CGFloat
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn barStyle(self) -> UIBarStyle
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setBarStyle_(self, barStyle: UIBarStyle)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn delegate(self) -> *mut u64
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setDelegate_(self, delegate: *mut u64)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn isTranslucent(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setTranslucent_(self, translucent: BOOL)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn topItem(self) -> UINavigationItem
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn backItem(self) -> UINavigationItem
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn items(self) -> NSArray
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setItems_(self, items: NSArray)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn prefersLargeTitles(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setPrefersLargeTitles_(self, prefersLargeTitles: BOOL)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn tintColor(self) -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setTintColor_(self, tintColor: UIColor)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn barTintColor(self) -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setBarTintColor_(self, barTintColor: UIColor)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn shadowImage(self) -> UIImage
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setShadowImage_(self, shadowImage: UIImage)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn titleTextAttributes(self) -> NSDictionary
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setTitleTextAttributes_(self, titleTextAttributes: NSDictionary)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn largeTitleTextAttributes(self) -> NSDictionary
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setLargeTitleTextAttributes_(
        self,
        largeTitleTextAttributes: NSDictionary
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn backIndicatorImage(self) -> UIImage
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setBackIndicatorImage_(self, backIndicatorImage: UIImage)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn backIndicatorTransitionMaskImage(self) -> UIImage
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setBackIndicatorTransitionMaskImage_(
        self,
        backIndicatorTransitionMaskImage: UIImage
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn standardAppearance(self) -> UINavigationBarAppearance
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setStandardAppearance_(
        self,
        standardAppearance: UINavigationBarAppearance
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn compactAppearance(self) -> UINavigationBarAppearance
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setCompactAppearance_(
        self,
        compactAppearance: UINavigationBarAppearance
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn scrollEdgeAppearance(self) -> UINavigationBarAppearance
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setScrollEdgeAppearance_(
        self,
        scrollEdgeAppearance: UINavigationBarAppearance
    )
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn pushNavigationItem_animated_(
    self,
    item: UINavigationItem,
    animated: BOOL
) where
    Self::Target: Message + Sized

unsafe fn popNavigationItemAnimated_(self, animated: BOOL) -> UINavigationItem where
    Self::Target: Message + Sized

unsafe fn setItems_animated_(self, items: NSArray, animated: BOOL) where
    Self::Target: Message + Sized

unsafe fn setBackgroundImage_forBarPosition_barMetrics_(
    self,
    backgroundImage: UIImage,
    barPosition: UIBarPosition,
    barMetrics: UIBarMetrics
) where
    Self::Target: Message + Sized

unsafe fn backgroundImageForBarPosition_barMetrics_(
    self,
    barPosition: UIBarPosition,
    barMetrics: UIBarMetrics
) -> UIImage where
    Self::Target: Message + Sized

unsafe fn setBackgroundImage_forBarMetrics_(
    self,
    backgroundImage: UIImage,
    barMetrics: UIBarMetrics
) where
    Self::Target: Message + Sized

unsafe fn backgroundImageForBarMetrics_(
    self,
    barMetrics: UIBarMetrics
) -> UIImage where
    Self::Target: Message + Sized

unsafe fn setTitleVerticalPositionAdjustment_forBarMetrics_(
    self,
    adjustment: CGFloat,
    barMetrics: UIBarMetrics
) where
    Self::Target: Message + Sized

unsafe fn titleVerticalPositionAdjustmentForBarMetrics_(
    self,
    barMetrics: UIBarMetrics
) -> CGFloat where
    Self::Target: Message + Sized

unsafe fn barStyle(self) -> UIBarStyle where
    Self::Target: Message + Sized

unsafe fn setBarStyle_(self, barStyle: UIBarStyle) where
    Self::Target: Message + Sized

unsafe fn delegate(self) -> *mut u64 where
    Self::Target: Message + Sized

unsafe fn setDelegate_(self, delegate: *mut u64) where
    Self::Target: Message + Sized

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

unsafe fn setTranslucent_(self, translucent: BOOL) where
    Self::Target: Message + Sized

unsafe fn topItem(self) -> UINavigationItem where
    Self::Target: Message + Sized

unsafe fn backItem(self) -> UINavigationItem where
    Self::Target: Message + Sized

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

unsafe fn setItems_(self, items: NSArray) where
    Self::Target: Message + Sized

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

unsafe fn setPrefersLargeTitles_(self, prefersLargeTitles: BOOL) where
    Self::Target: Message + Sized

unsafe fn tintColor(self) -> UIColor where
    Self::Target: Message + Sized

unsafe fn setTintColor_(self, tintColor: UIColor) where
    Self::Target: Message + Sized

unsafe fn barTintColor(self) -> UIColor where
    Self::Target: Message + Sized

unsafe fn setBarTintColor_(self, barTintColor: UIColor) where
    Self::Target: Message + Sized

unsafe fn shadowImage(self) -> UIImage where
    Self::Target: Message + Sized

unsafe fn setShadowImage_(self, shadowImage: UIImage) where
    Self::Target: Message + Sized

unsafe fn titleTextAttributes(self) -> NSDictionary where
    Self::Target: Message + Sized

unsafe fn setTitleTextAttributes_(self, titleTextAttributes: NSDictionary) where
    Self::Target: Message + Sized

unsafe fn largeTitleTextAttributes(self) -> NSDictionary where
    Self::Target: Message + Sized

unsafe fn setLargeTitleTextAttributes_(
    self,
    largeTitleTextAttributes: NSDictionary
) where
    Self::Target: Message + Sized

unsafe fn backIndicatorImage(self) -> UIImage where
    Self::Target: Message + Sized

unsafe fn setBackIndicatorImage_(self, backIndicatorImage: UIImage) where
    Self::Target: Message + Sized

unsafe fn backIndicatorTransitionMaskImage(self) -> UIImage where
    Self::Target: Message + Sized

unsafe fn setBackIndicatorTransitionMaskImage_(
    self,
    backIndicatorTransitionMaskImage: UIImage
) where
    Self::Target: Message + Sized

unsafe fn standardAppearance(self) -> UINavigationBarAppearance where
    Self::Target: Message + Sized

unsafe fn setStandardAppearance_(
    self,
    standardAppearance: UINavigationBarAppearance
) where
    Self::Target: Message + Sized

unsafe fn compactAppearance(self) -> UINavigationBarAppearance where
    Self::Target: Message + Sized

unsafe fn setCompactAppearance_(
    self,
    compactAppearance: UINavigationBarAppearance
) where
    Self::Target: Message + Sized

unsafe fn scrollEdgeAppearance(self) -> UINavigationBarAppearance where
    Self::Target: Message + Sized

unsafe fn setScrollEdgeAppearance_(
    self,
    scrollEdgeAppearance: UINavigationBarAppearance
) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUINavigationBar for UINavigationBar[src]

Loading content...