147 lines
5.3 KiB
Rust
147 lines
5.3 KiB
Rust
//! This file has been automatically generated by `objc2`'s `header-translator`.
|
|
//! DO NOT EDIT
|
|
use objc2::__framework_prelude::*;
|
|
use objc2_foundation::*;
|
|
|
|
use crate::*;
|
|
|
|
extern_class!(
|
|
#[derive(Debug, PartialEq, Eq, Hash)]
|
|
#[cfg(feature = "UIBarAppearance")]
|
|
pub struct UINavigationBarAppearance;
|
|
|
|
#[cfg(feature = "UIBarAppearance")]
|
|
unsafe impl ClassType for UINavigationBarAppearance {
|
|
#[inherits(NSObject)]
|
|
type Super = UIBarAppearance;
|
|
type Mutability = MainThreadOnly;
|
|
}
|
|
);
|
|
|
|
#[cfg(feature = "UIBarAppearance")]
|
|
unsafe impl NSCoding for UINavigationBarAppearance {}
|
|
|
|
#[cfg(feature = "UIBarAppearance")]
|
|
unsafe impl NSCopying for UINavigationBarAppearance {}
|
|
|
|
#[cfg(feature = "UIBarAppearance")]
|
|
unsafe impl NSObjectProtocol for UINavigationBarAppearance {}
|
|
|
|
#[cfg(feature = "UIBarAppearance")]
|
|
unsafe impl NSSecureCoding for UINavigationBarAppearance {}
|
|
|
|
extern_methods!(
|
|
#[cfg(feature = "UIBarAppearance")]
|
|
unsafe impl UINavigationBarAppearance {
|
|
#[method_id(@__retain_semantics Other titleTextAttributes)]
|
|
pub unsafe fn titleTextAttributes(
|
|
&self,
|
|
) -> Retained<NSDictionary<NSAttributedStringKey, AnyObject>>;
|
|
|
|
#[method(setTitleTextAttributes:)]
|
|
pub unsafe fn setTitleTextAttributes(
|
|
&self,
|
|
title_text_attributes: &NSDictionary<NSAttributedStringKey, AnyObject>,
|
|
);
|
|
|
|
#[cfg(feature = "UIGeometry")]
|
|
#[method(titlePositionAdjustment)]
|
|
pub unsafe fn titlePositionAdjustment(&self) -> UIOffset;
|
|
|
|
#[cfg(feature = "UIGeometry")]
|
|
#[method(setTitlePositionAdjustment:)]
|
|
pub unsafe fn setTitlePositionAdjustment(&self, title_position_adjustment: UIOffset);
|
|
|
|
#[method_id(@__retain_semantics Other largeTitleTextAttributes)]
|
|
pub unsafe fn largeTitleTextAttributes(
|
|
&self,
|
|
) -> Retained<NSDictionary<NSAttributedStringKey, AnyObject>>;
|
|
|
|
#[method(setLargeTitleTextAttributes:)]
|
|
pub unsafe fn setLargeTitleTextAttributes(
|
|
&self,
|
|
large_title_text_attributes: &NSDictionary<NSAttributedStringKey, AnyObject>,
|
|
);
|
|
|
|
#[cfg(feature = "UIBarButtonItemAppearance")]
|
|
#[method_id(@__retain_semantics Other buttonAppearance)]
|
|
pub unsafe fn buttonAppearance(&self) -> Retained<UIBarButtonItemAppearance>;
|
|
|
|
#[cfg(feature = "UIBarButtonItemAppearance")]
|
|
#[method(setButtonAppearance:)]
|
|
pub unsafe fn setButtonAppearance(&self, button_appearance: &UIBarButtonItemAppearance);
|
|
|
|
#[cfg(feature = "UIBarButtonItemAppearance")]
|
|
#[method_id(@__retain_semantics Other doneButtonAppearance)]
|
|
pub unsafe fn doneButtonAppearance(&self) -> Retained<UIBarButtonItemAppearance>;
|
|
|
|
#[cfg(feature = "UIBarButtonItemAppearance")]
|
|
#[method(setDoneButtonAppearance:)]
|
|
pub unsafe fn setDoneButtonAppearance(
|
|
&self,
|
|
done_button_appearance: &UIBarButtonItemAppearance,
|
|
);
|
|
|
|
#[cfg(feature = "UIBarButtonItemAppearance")]
|
|
#[method_id(@__retain_semantics Other backButtonAppearance)]
|
|
pub unsafe fn backButtonAppearance(&self) -> Retained<UIBarButtonItemAppearance>;
|
|
|
|
#[cfg(feature = "UIBarButtonItemAppearance")]
|
|
#[method(setBackButtonAppearance:)]
|
|
pub unsafe fn setBackButtonAppearance(
|
|
&self,
|
|
back_button_appearance: &UIBarButtonItemAppearance,
|
|
);
|
|
|
|
#[cfg(feature = "UIImage")]
|
|
#[method_id(@__retain_semantics Other backIndicatorImage)]
|
|
pub unsafe fn backIndicatorImage(&self) -> Retained<UIImage>;
|
|
|
|
#[cfg(feature = "UIImage")]
|
|
#[method_id(@__retain_semantics Other backIndicatorTransitionMaskImage)]
|
|
pub unsafe fn backIndicatorTransitionMaskImage(&self) -> Retained<UIImage>;
|
|
|
|
#[cfg(feature = "UIImage")]
|
|
#[method(setBackIndicatorImage:transitionMaskImage:)]
|
|
pub unsafe fn setBackIndicatorImage_transitionMaskImage(
|
|
&self,
|
|
back_indicator_image: Option<&UIImage>,
|
|
back_indicator_transition_mask_image: Option<&UIImage>,
|
|
);
|
|
}
|
|
);
|
|
|
|
extern_methods!(
|
|
/// Methods declared on superclass `UIBarAppearance`
|
|
#[cfg(feature = "UIBarAppearance")]
|
|
unsafe impl UINavigationBarAppearance {
|
|
#[method_id(@__retain_semantics Init init)]
|
|
pub unsafe fn init(this: Allocated<Self>) -> Retained<Self>;
|
|
|
|
#[cfg(feature = "UIDevice")]
|
|
#[method_id(@__retain_semantics Init initWithIdiom:)]
|
|
pub unsafe fn initWithIdiom(
|
|
this: Allocated<Self>,
|
|
idiom: UIUserInterfaceIdiom,
|
|
) -> Retained<Self>;
|
|
|
|
#[method_id(@__retain_semantics Init initWithBarAppearance:)]
|
|
pub unsafe fn initWithBarAppearance(
|
|
this: Allocated<Self>,
|
|
bar_appearance: &UIBarAppearance,
|
|
) -> Retained<Self>;
|
|
|
|
#[method_id(@__retain_semantics Init initWithCoder:)]
|
|
pub unsafe fn initWithCoder(this: Allocated<Self>, coder: &NSCoder) -> Retained<Self>;
|
|
}
|
|
);
|
|
|
|
extern_methods!(
|
|
/// Methods declared on superclass `NSObject`
|
|
#[cfg(feature = "UIBarAppearance")]
|
|
unsafe impl UINavigationBarAppearance {
|
|
#[method_id(@__retain_semantics New new)]
|
|
pub unsafe fn new(mtm: MainThreadMarker) -> Retained<Self>;
|
|
}
|
|
);
|