[][src]Trait uikit_sys::IUIDocumentBrowserViewController

pub trait IUIDocumentBrowserViewController: Sized + Deref {
    unsafe fn initForOpeningFilesWithContentTypes_(
        self,
        allowedContentTypes: NSArray
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithNibName_bundle_(
        self,
        nibName: NSString,
        bundle: NSBundle
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn revealDocumentAtURL_importIfNeeded_completion_(
        self,
        url: NSURL,
        importIfNeeded: BOOL,
        completion: _bindgen_ty_id_167034
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn importDocumentAtURL_nextToDocumentAtURL_mode_completionHandler_(
        self,
        documentURL: NSURL,
        neighbourURL: NSURL,
        importMode: UIDocumentBrowserImportMode,
        completion: _bindgen_ty_id_167046
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn transitionControllerForDocumentAtURL_(
        self,
        documentURL: NSURL
    ) -> UIDocumentBrowserTransitionController
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn transitionControllerForDocumentURL_(
        self,
        documentURL: NSURL
    ) -> UIDocumentBrowserTransitionController
    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 allowsDocumentCreation(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setAllowsDocumentCreation_(self, allowsDocumentCreation: BOOL)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn allowsPickingMultipleItems(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setAllowsPickingMultipleItems_(
        self,
        allowsPickingMultipleItems: BOOL
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn allowedContentTypes(self) -> NSArray
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn recentDocumentsContentTypes(self) -> NSArray
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn shouldShowFileExtensions(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setShouldShowFileExtensions_(self, shouldShowFileExtensions: BOOL)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn additionalLeadingNavigationBarButtonItems(self) -> NSArray
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setAdditionalLeadingNavigationBarButtonItems_(
        self,
        additionalLeadingNavigationBarButtonItems: NSArray
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn additionalTrailingNavigationBarButtonItems(self) -> NSArray
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setAdditionalTrailingNavigationBarButtonItems_(
        self,
        additionalTrailingNavigationBarButtonItems: NSArray
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn customActions(self) -> NSArray
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setCustomActions_(self, customActions: NSArray)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn browserUserInterfaceStyle(
        self
    ) -> UIDocumentBrowserUserInterfaceStyle
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setBrowserUserInterfaceStyle_(
        self,
        browserUserInterfaceStyle: UIDocumentBrowserUserInterfaceStyle
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn localizedCreateDocumentActionTitle(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setLocalizedCreateDocumentActionTitle_(
        self,
        localizedCreateDocumentActionTitle: NSString
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn defaultDocumentAspectRatio(self) -> CGFloat
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setDefaultDocumentAspectRatio_(
        self,
        defaultDocumentAspectRatio: CGFloat
    )
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initForOpeningFilesWithContentTypes_(
    self,
    allowedContentTypes: NSArray
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithNibName_bundle_(
    self,
    nibName: NSString,
    bundle: NSBundle
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn revealDocumentAtURL_importIfNeeded_completion_(
    self,
    url: NSURL,
    importIfNeeded: BOOL,
    completion: _bindgen_ty_id_167034
) where
    Self::Target: Message + Sized

unsafe fn importDocumentAtURL_nextToDocumentAtURL_mode_completionHandler_(
    self,
    documentURL: NSURL,
    neighbourURL: NSURL,
    importMode: UIDocumentBrowserImportMode,
    completion: _bindgen_ty_id_167046
) where
    Self::Target: Message + Sized

unsafe fn transitionControllerForDocumentAtURL_(
    self,
    documentURL: NSURL
) -> UIDocumentBrowserTransitionController where
    Self::Target: Message + Sized

unsafe fn transitionControllerForDocumentURL_(
    self,
    documentURL: NSURL
) -> UIDocumentBrowserTransitionController 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 allowsDocumentCreation(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn setAllowsDocumentCreation_(self, allowsDocumentCreation: BOOL) where
    Self::Target: Message + Sized

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

unsafe fn setAllowsPickingMultipleItems_(self, allowsPickingMultipleItems: BOOL) where
    Self::Target: Message + Sized

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

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

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

unsafe fn setShouldShowFileExtensions_(self, shouldShowFileExtensions: BOOL) where
    Self::Target: Message + Sized

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

unsafe fn setAdditionalLeadingNavigationBarButtonItems_(
    self,
    additionalLeadingNavigationBarButtonItems: NSArray
) where
    Self::Target: Message + Sized

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

unsafe fn setAdditionalTrailingNavigationBarButtonItems_(
    self,
    additionalTrailingNavigationBarButtonItems: NSArray
) where
    Self::Target: Message + Sized

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

unsafe fn setCustomActions_(self, customActions: NSArray) where
    Self::Target: Message + Sized

unsafe fn browserUserInterfaceStyle(self) -> UIDocumentBrowserUserInterfaceStyle where
    Self::Target: Message + Sized

unsafe fn setBrowserUserInterfaceStyle_(
    self,
    browserUserInterfaceStyle: UIDocumentBrowserUserInterfaceStyle
) where
    Self::Target: Message + Sized

unsafe fn localizedCreateDocumentActionTitle(self) -> NSString where
    Self::Target: Message + Sized

unsafe fn setLocalizedCreateDocumentActionTitle_(
    self,
    localizedCreateDocumentActionTitle: NSString
) where
    Self::Target: Message + Sized

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

unsafe fn setDefaultDocumentAspectRatio_(
    self,
    defaultDocumentAspectRatio: CGFloat
) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUIDocumentBrowserViewController for UIDocumentBrowserViewController[src]

Loading content...