Crate objc2_quick_look_ui

Crate objc2_quick_look_ui 

Source
Expand description

§Bindings to the QuickLookUI framework

See Apple’s docs and the general docs on framework crates for more information.

Structs§

QLFilePreviewRequestQLFilePreviewRequest
This class contains information about the preview that should be provided.
QLPreviewPanelQLPreviewPanel and objc2-app-kit
A class that implements the Quick Look preview panel to display a preview of a list of items.
QLPreviewProviderQLPreviewProvider
Data-based preview extensions should subclass QLPreviewProvider in their principal object. The subclass should conform to QLPreviewingController.
QLPreviewReplyQLPreviewReply
To provide a data-based preview, you have to return a QLPreviewReply object.
QLPreviewReplyAttachmentQLPreviewReply
QLPreviewReplyAttachment is used to provide data for attachment in html data-based previews.
QLPreviewViewQLPreviewView and objc2-app-kit
A Quick Look preview of an item that you can embed into your view hierarchy.
QLPreviewViewStyleQLPreviewView
Styles for a Preview View.

Traits§

NSObjectQLPreviewPanelControllerQLPreviewPanel
Category “QLPreviewPanelController” on NSObject.
QLPreviewItemQLPreviewItem
A protocol that defines a set of properties you implement to make a preview of your application’s content.
QLPreviewPanelDataSourceQLPreviewPanel
A protocol that the Quick Look preview panel uses to access the contents of its data source object.
QLPreviewPanelDelegateQLPreviewPanel and objc2-app-kit
A protocol for the delegate of the Quick Look preview panel.
QLPreviewingControllerQLPreviewingController
A protocol for implementing a custom controller to create previews of files.

Type Aliases§

QLPreviewItemLoadingBlockDeprecatedQLPreviewingController and block2
A type that defines a block used to load a Quick Look preview item.