Share via


IQLPreviewPanelDelegate Interface

Definition

This interface represents the Objective-C protocol QLPreviewPanelDelegate.

[Foundation.Protocol(Name="QLPreviewPanelDelegate", WrapperType=typeof(QuickLookUI.QLPreviewPanelDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="HandleEvent", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(QuickLookUI.QLPreviewPanel), typeof(AppKit.NSEvent) }, ReturnType=typeof(System.Boolean), Selector="previewPanel:handleEvent:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="SourceFrameOnScreenForPreviewItem", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(QuickLookUI.QLPreviewPanel), typeof(QuickLookUI.IQLPreviewItem) }, ReturnType=typeof(CoreGraphics.CGRect), Selector="previewPanel:sourceFrameOnScreenForPreviewItem:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="TransitionImageForPreviewItem", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(QuickLookUI.QLPreviewPanel), typeof(QuickLookUI.IQLPreviewItem), typeof(CoreGraphics.CGRect) }, ReturnType=typeof(Foundation.NSObject), Selector="previewPanel:transitionImageForPreviewItem:contentRect:")]
public interface IQLPreviewPanelDelegate : AppKit.INSWindowDelegate, IDisposable
[<Foundation.Protocol(Name="QLPreviewPanelDelegate", WrapperType=typeof(QuickLookUI.QLPreviewPanelDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="HandleEvent", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(QuickLookUI.QLPreviewPanel), typeof(AppKit.NSEvent) }, ReturnType=typeof(System.Boolean), Selector="previewPanel:handleEvent:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="SourceFrameOnScreenForPreviewItem", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(QuickLookUI.QLPreviewPanel), typeof(QuickLookUI.IQLPreviewItem) }, ReturnType=typeof(CoreGraphics.CGRect), Selector="previewPanel:sourceFrameOnScreenForPreviewItem:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="TransitionImageForPreviewItem", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(QuickLookUI.QLPreviewPanel), typeof(QuickLookUI.IQLPreviewItem), typeof(CoreGraphics.CGRect) }, ReturnType=typeof(Foundation.NSObject), Selector="previewPanel:transitionImageForPreviewItem:contentRect:")>]
type IQLPreviewPanelDelegate = interface
    interface INativeObject
    interface IDisposable
    interface INSWindowDelegate
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
CustomWindowsToEnterFullScreen(NSWindow) (Inherited from INSWindowDelegate)
CustomWindowsToExitFullScreen(NSWindow) (Inherited from INSWindowDelegate)
DidBecomeKey(NSNotification) (Inherited from INSWindowDelegate)
DidBecomeMain(NSNotification) (Inherited from INSWindowDelegate)
DidChangeBackingProperties(NSNotification) (Inherited from INSWindowDelegate)
DidChangeScreen(NSNotification) (Inherited from INSWindowDelegate)
DidChangeScreenProfile(NSNotification) (Inherited from INSWindowDelegate)
DidDecodeRestorableState(NSWindow, NSCoder) (Inherited from INSWindowDelegate)
DidDeminiaturize(NSNotification) (Inherited from INSWindowDelegate)
DidEndLiveResize(NSNotification) (Inherited from INSWindowDelegate)
DidEndSheet(NSNotification) (Inherited from INSWindowDelegate)
DidEnterFullScreen(NSNotification) (Inherited from INSWindowDelegate)
DidEnterVersionBrowser(NSNotification) (Inherited from INSWindowDelegate)
DidExitFullScreen(NSNotification) (Inherited from INSWindowDelegate)
DidExitVersionBrowser(NSNotification) (Inherited from INSWindowDelegate)
DidExpose(NSNotification) (Inherited from INSWindowDelegate)
DidFailToEnterFullScreen(NSWindow) (Inherited from INSWindowDelegate)
DidFailToExitFullScreen(NSWindow) (Inherited from INSWindowDelegate)
DidMiniaturize(NSNotification) (Inherited from INSWindowDelegate)
DidMove(NSNotification) (Inherited from INSWindowDelegate)
DidResignKey(NSNotification) (Inherited from INSWindowDelegate)
DidResignMain(NSNotification) (Inherited from INSWindowDelegate)
DidResize(NSNotification) (Inherited from INSWindowDelegate)
DidUpdate(NSNotification) (Inherited from INSWindowDelegate)
GetPreviewRepresentableActivityItems(NSWindow) (Inherited from INSWindowDelegate)
GetWindowForSharingRequest(NSWindow) (Inherited from INSWindowDelegate)
HandleEvent(QLPreviewPanel, NSEvent)
ShouldDragDocumentWithEvent(NSWindow, NSEvent, CGPoint, NSPasteboard) (Inherited from INSWindowDelegate)
ShouldPopUpDocumentPathMenu(NSWindow, NSMenu) (Inherited from INSWindowDelegate)
ShouldZoom(NSWindow, CGRect) (Inherited from INSWindowDelegate)
SourceFrameOnScreenForPreviewItem(QLPreviewPanel, IQLPreviewItem)
StartCustomAnimationToEnterFullScreen(NSWindow, Double) (Inherited from INSWindowDelegate)
StartCustomAnimationToExitFullScreen(NSWindow, Double) (Inherited from INSWindowDelegate)
TransitionImageForPreviewItem(QLPreviewPanel, IQLPreviewItem, CGRect)
WillBeginSheet(NSNotification) (Inherited from INSWindowDelegate)
WillClose(NSNotification) (Inherited from INSWindowDelegate)
WillEncodeRestorableState(NSWindow, NSCoder) (Inherited from INSWindowDelegate)
WillEnterFullScreen(NSNotification) (Inherited from INSWindowDelegate)
WillEnterVersionBrowser(NSNotification) (Inherited from INSWindowDelegate)
WillExitFullScreen(NSNotification) (Inherited from INSWindowDelegate)
WillExitVersionBrowser(NSNotification) (Inherited from INSWindowDelegate)
WillMiniaturize(NSNotification) (Inherited from INSWindowDelegate)
WillMove(NSNotification) (Inherited from INSWindowDelegate)
WillPositionSheet(NSWindow, NSWindow, CGRect) (Inherited from INSWindowDelegate)
WillResize(NSWindow, CGSize) (Inherited from INSWindowDelegate)
WillResizeForVersionBrowser(NSWindow, CGSize, CGSize) (Inherited from INSWindowDelegate)
WillReturnFieldEditor(NSWindow, NSObject) (Inherited from INSWindowDelegate)
WillReturnUndoManager(NSWindow) (Inherited from INSWindowDelegate)
WillStartLiveResize(NSNotification) (Inherited from INSWindowDelegate)
WillUseFullScreenContentSize(NSWindow, CGSize) (Inherited from INSWindowDelegate)
WillUseFullScreenPresentationOptions(NSWindow, NSApplicationPresentationOptions) (Inherited from INSWindowDelegate)
WillUseStandardFrame(NSWindow, CGRect) (Inherited from INSWindowDelegate)
WindowShouldClose(NSObject) (Inherited from INSWindowDelegate)

Extension Methods

Name Description
CustomWindowsToEnterFullScreen(INSWindowDelegate, NSWindow)
CustomWindowsToExitFullScreen(INSWindowDelegate, NSWindow)
DidBecomeKey(INSWindowDelegate, NSNotification)
DidBecomeMain(INSWindowDelegate, NSNotification)
DidChangeBackingProperties(INSWindowDelegate, NSNotification)
DidChangeScreen(INSWindowDelegate, NSNotification)
DidChangeScreenProfile(INSWindowDelegate, NSNotification)
DidDecodeRestorableState(INSWindowDelegate, NSWindow, NSCoder)
DidDeminiaturize(INSWindowDelegate, NSNotification)
DidEndLiveResize(INSWindowDelegate, NSNotification)
DidEndSheet(INSWindowDelegate, NSNotification)
DidEnterFullScreen(INSWindowDelegate, NSNotification)
DidEnterVersionBrowser(INSWindowDelegate, NSNotification)
DidExitFullScreen(INSWindowDelegate, NSNotification)
DidExitVersionBrowser(INSWindowDelegate, NSNotification)
DidExpose(INSWindowDelegate, NSNotification)
DidFailToEnterFullScreen(INSWindowDelegate, NSWindow)
DidFailToExitFullScreen(INSWindowDelegate, NSWindow)
DidMiniaturize(INSWindowDelegate, NSNotification)
DidMove(INSWindowDelegate, NSNotification)
DidResignKey(INSWindowDelegate, NSNotification)
DidResignMain(INSWindowDelegate, NSNotification)
DidResize(INSWindowDelegate, NSNotification)
DidUpdate(INSWindowDelegate, NSNotification)
GetPreviewRepresentableActivityItems(INSWindowDelegate, NSWindow)
GetWindowForSharingRequest(INSWindowDelegate, NSWindow)
ShouldDragDocumentWithEvent(INSWindowDelegate, NSWindow, NSEvent, CGPoint, NSPasteboard)
ShouldPopUpDocumentPathMenu(INSWindowDelegate, NSWindow, NSMenu)
ShouldZoom(INSWindowDelegate, NSWindow, CGRect)
StartCustomAnimationToEnterFullScreen(INSWindowDelegate, NSWindow, Double)
StartCustomAnimationToExitFullScreen(INSWindowDelegate, NSWindow, Double)
WillBeginSheet(INSWindowDelegate, NSNotification)
WillClose(INSWindowDelegate, NSNotification)
WillEncodeRestorableState(INSWindowDelegate, NSWindow, NSCoder)
WillEnterFullScreen(INSWindowDelegate, NSNotification)
WillEnterVersionBrowser(INSWindowDelegate, NSNotification)
WillExitFullScreen(INSWindowDelegate, NSNotification)
WillExitVersionBrowser(INSWindowDelegate, NSNotification)
WillMiniaturize(INSWindowDelegate, NSNotification)
WillMove(INSWindowDelegate, NSNotification)
WillPositionSheet(INSWindowDelegate, NSWindow, NSWindow, CGRect)
WillResize(INSWindowDelegate, NSWindow, CGSize)
WillResizeForVersionBrowser(INSWindowDelegate, NSWindow, CGSize, CGSize)
WillReturnFieldEditor(INSWindowDelegate, NSWindow, NSObject)
WillReturnUndoManager(INSWindowDelegate, NSWindow)
WillStartLiveResize(INSWindowDelegate, NSNotification)
WillUseFullScreenContentSize(INSWindowDelegate, NSWindow, CGSize)
WillUseFullScreenPresentationOptions(INSWindowDelegate, NSWindow, NSApplicationPresentationOptions)
WillUseStandardFrame(INSWindowDelegate, NSWindow, CGRect)
WindowShouldClose(INSWindowDelegate, NSObject)
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)
HandleEvent(IQLPreviewPanelDelegate, QLPreviewPanel, NSEvent)
SourceFrameOnScreenForPreviewItem(IQLPreviewPanelDelegate, QLPreviewPanel, IQLPreviewItem)
TransitionImageForPreviewItem(IQLPreviewPanelDelegate, QLPreviewPanel, IQLPreviewItem, CGRect)

Applies to