Expand description
§Bindings to the QuickLookUI framework
See Apple’s docs and the general docs on framework crates for more information.
Structs§
- QLFile
Preview Request QLFilePreviewRequest - This class contains information about the preview that should be provided.
- QLPreview
Panel QLPreviewPanelandobjc2-app-kit - A class that implements the Quick Look preview panel to display a preview of a list of items.
- QLPreview
Provider QLPreviewProvider - Data-based preview extensions should subclass QLPreviewProvider in their principal object. The subclass should conform to QLPreviewingController.
- QLPreview
Reply QLPreviewReply - To provide a data-based preview, you have to return a QLPreviewReply object.
- QLPreview
Reply Attachment QLPreviewReply - QLPreviewReplyAttachment is used to provide data for attachment in html data-based previews.
- QLPreview
View QLPreviewViewandobjc2-app-kit - A Quick Look preview of an item that you can embed into your view hierarchy.
- QLPreview
View Style QLPreviewView - Styles for a Preview View.
Traits§
- NSObjectQL
Preview Panel Controller QLPreviewPanel - Category “QLPreviewPanelController” on
NSObject. - QLPreview
Item QLPreviewItem - A protocol that defines a set of properties you implement to make a preview of your application’s content.
- QLPreview
Panel Data Source QLPreviewPanel - A protocol that the Quick Look preview panel uses to access the contents of its data source object.
- QLPreview
Panel Delegate QLPreviewPanelandobjc2-app-kit - A protocol for the delegate of the Quick Look preview panel.
- QLPreviewing
Controller QLPreviewingController - A protocol for implementing a custom controller to create previews of files.
Type Aliases§
- QLPreview
Item Loading Block Deprecated QLPreviewingControllerandblock2 - A type that defines a block used to load a Quick Look preview item.