imagekit

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 13, 2026 License: MIT Imports: 14 Imported by: 0

Documentation

Rendered for darwin/amd64

Overview

Package imagekit provides purego-based Go bindings for the macOS ImageKit framework.

Apple documentation: https://developer.apple.com/documentation/imagekit

Index

Constants

View Source
const (
	IKCellsStyleNone      = 0
	IKCellsStyleOutlined  = 2
	IKCellsStyleShadowed  = 1
	IKCellsStyleSubtitled = 8
	IKCellsStyleTitled    = 4
)
View Source
const (
	IKGroupBezelStyle      = 0
	IKGroupDisclosureStyle = 1
)

Variables

This section is empty.

Functions

func IKFilterBrowserDefaultInputImage

func IKFilterBrowserDefaultInputImage() uintptr

@const IKFilterBrowserDefaultInputImage @abstract IKFilterBrowserDefaultInputImage - Allows you to set a custom image to be used as the inputImage for the filter preview. @discussion CIImage* - You can also set the inputImage among other parameters during the IKFilterBrowserWillPreviewFilterNotification. This image will be set before the notification is called. Setting the image to nil falls back to the image suplied by the framework.

func IKFilterBrowserExcludeCategories

func IKFilterBrowserExcludeCategories() uintptr

@const IKFilterBrowserExcludeCategories @abstract IKFilterBrowserExcludeCategories @discussion NSArray - The categories in this array will not be displayed in the browser

func IKFilterBrowserExcludeFilters

func IKFilterBrowserExcludeFilters() uintptr

@const IKFilterBrowserExcludeFilters @abstract IKFilterBrowserExcludeFilters @discussion NSArray - The filters in this array will not be displayed in the browser

func IKFilterBrowserFilterDoubleClickNotification

func IKFilterBrowserFilterDoubleClickNotification() uintptr

@const IKFilterBrowserFilterDoubleClickNotification @abstract IKFilterBrowserFilterDoubleClickNotification @discussion Send when the user made a double click on a filter in the Filter Browser. The name of the selected filter is send as the object in the notification

func IKFilterBrowserFilterSelectedNotification

func IKFilterBrowserFilterSelectedNotification() uintptr

@const IKFilterBrowserFilterSelectedNotification @abstract IKFilterBrowserFilterSelectedNotification @discussion Send when the user clicked on a filter in the Filter Browser. The name of the selected filter is send as the object in the notification

func IKFilterBrowserPanelFilterBrowserPanelWithStyleMask

func IKFilterBrowserPanelFilterBrowserPanelWithStyleMask(styleMask uint) objc.ID

@method filterBrowserPanelWithStyleMask: @abstract Create a shared instance of the IKFilterBrowser @discussion Use this method to create a shared instance of the IKFilterBrowser with a specific NSWindow style. Right now it only supports selecting of deselecting the NSTexturedBackgroundWindowMask style bit.

func IKFilterBrowserShowCategories

func IKFilterBrowserShowCategories() uintptr

@const IKFilterBrowserShowCategories @abstract IKFilterBrowserShowCategories @discussion BOOL - Determines if the filter browser should show the category list

func IKFilterBrowserShowPreview

func IKFilterBrowserShowPreview() uintptr

@const IKFilterBrowserShowPreview @abstract IKFilterBrowserShowPreview @discussion BOOL - Determines if the filter browser should show the preview well

func IKFilterBrowserWillPreviewFilterNotification

func IKFilterBrowserWillPreviewFilterNotification() uintptr

@const IKFilterBrowserWillPreviewFilterNotification @abstract IKFilterBrowserWillPreviewFilterNotification @discussion Send before a filter is previewed allowing for setting parameters of that filter. The selected CIFilter object is send as the object in the notification

func IKFilterUIViewViewWithFrameFilter

func IKFilterUIViewViewWithFrameFilter(frameRect corefoundation.CGRect, inFilter *coreimage.CIFilter) objc.ID

@method viewWithFrame:filter: @abstract The viewWithFrame method creates a view that retains the filter passed into it.

func IKImageBrowserBackgroundColorKey

func IKImageBrowserBackgroundColorKey() uintptr

func IKImageBrowserCGImageRepresentationType

func IKImageBrowserCGImageRepresentationType() uintptr

func IKImageBrowserCGImageSourceRepresentationType

func IKImageBrowserCGImageSourceRepresentationType() uintptr

func IKImageBrowserCellBackgroundLayer

func IKImageBrowserCellBackgroundLayer() uintptr

func IKImageBrowserCellForegroundLayer

func IKImageBrowserCellForegroundLayer() uintptr

func IKImageBrowserCellPlaceHolderLayer

func IKImageBrowserCellPlaceHolderLayer() uintptr

func IKImageBrowserCellSelectionLayer

func IKImageBrowserCellSelectionLayer() uintptr

func IKImageBrowserCellsHighlightedTitleAttributesKey

func IKImageBrowserCellsHighlightedTitleAttributesKey() uintptr

func IKImageBrowserCellsOutlineColorKey

func IKImageBrowserCellsOutlineColorKey() uintptr

func IKImageBrowserCellsSubtitleAttributesKey

func IKImageBrowserCellsSubtitleAttributesKey() uintptr

func IKImageBrowserCellsTitleAttributesKey

func IKImageBrowserCellsTitleAttributesKey() uintptr

func IKImageBrowserGroupBackgroundColorKey

func IKImageBrowserGroupBackgroundColorKey() uintptr

func IKImageBrowserGroupFooterLayer

func IKImageBrowserGroupFooterLayer() uintptr

func IKImageBrowserGroupHeaderLayer

func IKImageBrowserGroupHeaderLayer() uintptr

func IKImageBrowserGroupRangeKey

func IKImageBrowserGroupRangeKey() uintptr

func IKImageBrowserGroupStyleKey

func IKImageBrowserGroupStyleKey() uintptr

func IKImageBrowserGroupTitleKey

func IKImageBrowserGroupTitleKey() uintptr

func IKImageBrowserIconRefPathRepresentationType

func IKImageBrowserIconRefPathRepresentationType() uintptr

func IKImageBrowserIconRefRepresentationType

func IKImageBrowserIconRefRepresentationType() uintptr

func IKImageBrowserNSBitmapImageRepresentationType

func IKImageBrowserNSBitmapImageRepresentationType() uintptr

func IKImageBrowserNSDataRepresentationType

func IKImageBrowserNSDataRepresentationType() uintptr

func IKImageBrowserNSImageRepresentationType

func IKImageBrowserNSImageRepresentationType() uintptr

func IKImageBrowserNSURLRepresentationType

func IKImageBrowserNSURLRepresentationType() uintptr

func IKImageBrowserPDFPageRepresentationType

func IKImageBrowserPDFPageRepresentationType() uintptr

func IKImageBrowserPathRepresentationType

func IKImageBrowserPathRepresentationType() uintptr

func IKImageBrowserQCCompositionPathRepresentationType

func IKImageBrowserQCCompositionPathRepresentationType() uintptr

func IKImageBrowserQCCompositionRepresentationType

func IKImageBrowserQCCompositionRepresentationType() uintptr

func IKImageBrowserQTMoviePathRepresentationType

func IKImageBrowserQTMoviePathRepresentationType() uintptr

func IKImageBrowserQTMovieRepresentationType

func IKImageBrowserQTMovieRepresentationType() uintptr

func IKImageBrowserQuickLookPathRepresentationType

func IKImageBrowserQuickLookPathRepresentationType() uintptr

func IKImageBrowserSelectionColorKey

func IKImageBrowserSelectionColorKey() uintptr

func IKOverlayTypeBackground

func IKOverlayTypeBackground() uintptr

func IKOverlayTypeImage

func IKOverlayTypeImage() uintptr

func IKPictureTakerAllowsEditingKey

func IKPictureTakerAllowsEditingKey() uintptr

func IKPictureTakerAllowsFileChoosingKey

func IKPictureTakerAllowsFileChoosingKey() uintptr

func IKPictureTakerAllowsVideoCaptureKey

func IKPictureTakerAllowsVideoCaptureKey() uintptr

func IKPictureTakerCropAreaSizeKey

func IKPictureTakerCropAreaSizeKey() uintptr

func IKPictureTakerImageTransformsKey

func IKPictureTakerImageTransformsKey() uintptr

func IKPictureTakerInformationalTextKey

func IKPictureTakerInformationalTextKey() uintptr

func IKPictureTakerOutputImageMaxSizeKey

func IKPictureTakerOutputImageMaxSizeKey() uintptr

func IKPictureTakerRemainOpenAfterValidateKey

func IKPictureTakerRemainOpenAfterValidateKey() uintptr

func IKPictureTakerShowAddressBookPicture

func IKPictureTakerShowAddressBookPicture() uintptr

func IKPictureTakerShowAddressBookPictureKey

func IKPictureTakerShowAddressBookPictureKey() uintptr

func IKPictureTakerShowEffectsKey

func IKPictureTakerShowEffectsKey() uintptr

func IKPictureTakerShowEmptyPicture

func IKPictureTakerShowEmptyPicture() uintptr

func IKPictureTakerShowEmptyPictureKey

func IKPictureTakerShowEmptyPictureKey() uintptr

func IKPictureTakerShowRecentPictureKey

func IKPictureTakerShowRecentPictureKey() uintptr

func IKPictureTakerUpdateRecentPictureKey

func IKPictureTakerUpdateRecentPictureKey() uintptr

func IKSlideshowAudioFile

func IKSlideshowAudioFile() uintptr

func IKSlideshowCanExportToApplication

func IKSlideshowCanExportToApplication(applicationBundleIdentifier *foundation.NSString) bool

@method canExportToApplication: @abstract Is exporting to a given application possible (application installed?, right version?, ...).

func IKSlideshowExportSlideshowItemToApplication

func IKSlideshowExportSlideshowItemToApplication(item objc.ID, applicationBundleIdentifier *foundation.NSString)

@method exportSlideshowItem:toApplication: @abstract export an item to the given application. @discussion The item can be either: NSImage, NSString, NSURL, or a NSArray of NSImage / NSString / NSURL.

func IKSlideshowModeImages

func IKSlideshowModeImages() uintptr

func IKSlideshowModeOther

func IKSlideshowModeOther() uintptr

func IKSlideshowModePDF

func IKSlideshowModePDF() uintptr

func IKSlideshowPDFDisplayBox

func IKSlideshowPDFDisplayBox() uintptr

func IKSlideshowPDFDisplayMode

func IKSlideshowPDFDisplayMode() uintptr

func IKSlideshowPDFDisplaysAsBook

func IKSlideshowPDFDisplaysAsBook() uintptr

func IKSlideshowScreen

func IKSlideshowScreen() uintptr

func IKSlideshowStartIndex

func IKSlideshowStartIndex() uintptr

func IKSlideshowStartPaused

func IKSlideshowStartPaused() uintptr

func IKSlideshowWrapAround

func IKSlideshowWrapAround() uintptr

func IKToolModeAnnotate

func IKToolModeAnnotate() uintptr

func IKToolModeCrop

func IKToolModeCrop() uintptr

func IKToolModeMove

func IKToolModeMove() uintptr

func IKToolModeNone

func IKToolModeNone() uintptr

func IKToolModeRotate

func IKToolModeRotate() uintptr

func IKToolModeSelect

func IKToolModeSelect() uintptr

func IKToolModeSelectEllipse

func IKToolModeSelectEllipse() uintptr

func IKToolModeSelectLasso

func IKToolModeSelectLasso() uintptr

func IKToolModeSelectRect

func IKToolModeSelectRect() uintptr

func IKUIFlavorAllowFallback

func IKUIFlavorAllowFallback() *foundation.NSString

@const IKUIFlavorAllowFallback @abstract IKUIFlavorAllowFallback @discussion Allow the filter to provide a view with controls of a different size and set than requested, if it cannot provide a view for the requested flavor.

func IKUISizeFlavor

func IKUISizeFlavor() *foundation.NSString

@const IKUISizeFlavor @abstract IKUISizeFlavor @discussion Key to request the desired size of controls in a filter UIView - defined values are IKUISizeMini, IKUISizeSmall and IKUISizeRegular.

func IKUISizeMini

func IKUISizeMini() *foundation.NSString

@const IKUISizeMini @abstract IKUISizeMini @discussion Constant for requesting controls in mini size.

func IKUISizeRegular

func IKUISizeRegular() *foundation.NSString

@const IKUISizeRegular @abstract IKUISizeRegular @discussion Constant for requesting controls in regular or normal size.

func IKUISizeSmall

func IKUISizeSmall() *foundation.NSString

@const IKUISizeSmall @abstract IKUISizeSmall @discussion Constant for requesting controls in small size.

func IKUImaxSize

func IKUImaxSize() *foundation.NSString

@const IKUImaxSize @abstract IKUImaxSize @discussion Maximum allowed dimensions of the view for the filter UI. If width or height is zero it means that that dimension of the view is not restricted.

func IK_ApertureBundleIdentifier

func IK_ApertureBundleIdentifier() uintptr

func IK_MailBundleIdentifier

func IK_MailBundleIdentifier() uintptr

func IK_PhotosBundleIdentifier

func IK_PhotosBundleIdentifier() uintptr

func IK_iPhotoBundleIdentifier

func IK_iPhotoBundleIdentifier() uintptr

Types

type Acl_entry_id_t

type Acl_entry_id_t int64
const (
	ACL_FIRST_ENTRY Acl_entry_id_t = 0
	ACL_NEXT_ENTRY  Acl_entry_id_t = -1
	ACL_LAST_ENTRY  Acl_entry_id_t = -2
)

func (Acl_entry_id_t) String

func (e Acl_entry_id_t) String() string

type Acl_flag_t

type Acl_flag_t int64
const (
	ACL_FLAG_DEFER_INHERIT      Acl_flag_t = 1
	ACL_FLAG_NO_INHERIT         Acl_flag_t = 131072
	ACL_ENTRY_INHERITED         Acl_flag_t = 16
	ACL_ENTRY_FILE_INHERIT      Acl_flag_t = 32
	ACL_ENTRY_DIRECTORY_INHERIT Acl_flag_t = 64
	ACL_ENTRY_LIMIT_INHERIT     Acl_flag_t = 128
	ACL_ENTRY_ONLY_INHERIT      Acl_flag_t = 256
)

func (Acl_flag_t) String

func (e Acl_flag_t) String() string

type Acl_perm_t

type Acl_perm_t int64
const (
	ACL_READ_DATA           Acl_perm_t = 2
	ACL_LIST_DIRECTORY      Acl_perm_t = 2
	ACL_WRITE_DATA          Acl_perm_t = 4
	ACL_ADD_FILE            Acl_perm_t = 4
	ACL_EXECUTE             Acl_perm_t = 8
	ACL_SEARCH              Acl_perm_t = 8
	ACL_DELETE              Acl_perm_t = 16
	ACL_APPEND_DATA         Acl_perm_t = 32
	ACL_ADD_SUBDIRECTORY    Acl_perm_t = 32
	ACL_DELETE_CHILD        Acl_perm_t = 64
	ACL_READ_ATTRIBUTES     Acl_perm_t = 128
	ACL_WRITE_ATTRIBUTES    Acl_perm_t = 256
	ACL_READ_EXTATTRIBUTES  Acl_perm_t = 512
	ACL_WRITE_EXTATTRIBUTES Acl_perm_t = 1024
	ACL_READ_SECURITY       Acl_perm_t = 2048
	ACL_WRITE_SECURITY      Acl_perm_t = 4096
	ACL_CHANGE_OWNER        Acl_perm_t = 8192
	ACL_SYNCHRONIZE         Acl_perm_t = 1048576
)

func (Acl_perm_t) String

func (e Acl_perm_t) String() string

type Acl_tag_t

type Acl_tag_t int64
const (
	ACL_UNDEFINED_TAG  Acl_tag_t = 0
	ACL_EXTENDED_ALLOW Acl_tag_t = 1
	ACL_EXTENDED_DENY  Acl_tag_t = 2
)

func (Acl_tag_t) String

func (e Acl_tag_t) String() string

type Acl_type_t

type Acl_type_t int64
const (
	ACL_TYPE_EXTENDED Acl_type_t = 256
	ACL_TYPE_ACCESS   Acl_type_t = 0
	ACL_TYPE_DEFAULT  Acl_type_t = 1
	ACL_TYPE_AFS      Acl_type_t = 2
	ACL_TYPE_CODA     Acl_type_t = 3
	ACL_TYPE_NTFS     Acl_type_t = 4
	ACL_TYPE_NWFS     Acl_type_t = 5
)

func (Acl_type_t) String

func (e Acl_type_t) String() string

type CGLCPContextPriorityRequest

type CGLCPContextPriorityRequest int64
const (
	KCGLCPContextPriorityRequestHigh   CGLCPContextPriorityRequest = 0
	KCGLCPContextPriorityRequestNormal CGLCPContextPriorityRequest = 1
	KCGLCPContextPriorityRequestLow    CGLCPContextPriorityRequest = 2
)

func (CGLCPContextPriorityRequest) String

type Clockid_t

type Clockid_t int64

func (Clockid_t) String

func (e Clockid_t) String() string

type Dispatch_autorelease_frequency_t

type Dispatch_autorelease_frequency_t uint64
const (
	DISPATCH_AUTORELEASE_FREQUENCY_INHERIT   Dispatch_autorelease_frequency_t = 0
	DISPATCH_AUTORELEASE_FREQUENCY_WORK_ITEM Dispatch_autorelease_frequency_t = 1
	DISPATCH_AUTORELEASE_FREQUENCY_NEVER     Dispatch_autorelease_frequency_t = 2
)

func (Dispatch_autorelease_frequency_t) String

type Dispatch_block_flags_t

type Dispatch_block_flags_t uint64
const (
	DISPATCH_BLOCK_BARRIER           Dispatch_block_flags_t = 1
	DISPATCH_BLOCK_DETACHED          Dispatch_block_flags_t = 2
	DISPATCH_BLOCK_ASSIGN_CURRENT    Dispatch_block_flags_t = 4
	DISPATCH_BLOCK_NO_QOS_CLASS      Dispatch_block_flags_t = 8
	DISPATCH_BLOCK_INHERIT_QOS_CLASS Dispatch_block_flags_t = 16
	DISPATCH_BLOCK_ENFORCE_QOS_CLASS Dispatch_block_flags_t = 32
)

func (Dispatch_block_flags_t) String

func (e Dispatch_block_flags_t) String() string

type EvCmd

type EvCmd int64
const (
	EVNOP   EvCmd = 0
	EVHIDE  EvCmd = 1
	EVSHOW  EvCmd = 2
	EVMOVE  EvCmd = 3
	EVLEVEL EvCmd = 4
)

func (EvCmd) String

func (e EvCmd) String() string

type Filesec_property_t

type Filesec_property_t int64
const (
	FILESEC_OWNER         Filesec_property_t = 1
	FILESEC_GROUP         Filesec_property_t = 2
	FILESEC_UUID          Filesec_property_t = 3
	FILESEC_MODE          Filesec_property_t = 4
	FILESEC_ACL           Filesec_property_t = 5
	FILESEC_GRPUUID       Filesec_property_t = 6
	FILESEC_ACL_RAW       Filesec_property_t = 100
	FILESEC_ACL_ALLOCSIZE Filesec_property_t = 101
)

func (Filesec_property_t) String

func (e Filesec_property_t) String() string

type ICReturnCodeOffset

type ICReturnCodeOffset int64
const (
	ICReturnCodeThumbnailOffset  ICReturnCodeOffset = -21000
	ICReturnCodeMetadataOffset   ICReturnCodeOffset = -21050
	ICReturnCodeDownloadOffset   ICReturnCodeOffset = -21100
	ICReturnCodeDeleteOffset     ICReturnCodeOffset = -21150
	ICReturnCodeExFATOffset      ICReturnCodeOffset = -21200
	ICReturnCodePTPOffset        ICReturnCodeOffset = -21250
	ICReturnCodeSystemOffset     ICReturnCodeOffset = -21300
	ICReturnCodeDeviceOffset     ICReturnCodeOffset = -21350
	ICReturnCodeDeviceConnection ICReturnCodeOffset = -21400
	ICReturnCodeObjectOffset     ICReturnCodeOffset = -21450
)

func (ICReturnCodeOffset) String

func (e ICReturnCodeOffset) String() string

type IKCameraDeviceView

type IKCameraDeviceView struct {
	appkit.NSView
}

Apple documentation: https://developer.apple.com/documentation/imagekit/ikcameradeviceview

func IKCameraDeviceViewFromID

func IKCameraDeviceViewFromID(id objc.ID) *IKCameraDeviceView

func (*IKCameraDeviceView) CameraDevice

@property cameraDevice @abstract the camera device.

func (*IKCameraDeviceView) CanDeleteSelectedItems

func (o *IKCameraDeviceView) CanDeleteSelectedItems() bool

@property canDeleteSelectedItems @abstract indicates if the user selected items can be deleted.

func (*IKCameraDeviceView) CanDownloadSelectedItems

func (o *IKCameraDeviceView) CanDownloadSelectedItems() bool

@property canDownloadSelectedItems @abstract indicates if the user selected items can be downloaded.

func (*IKCameraDeviceView) CanRotateSelectedItemsLeft

func (o *IKCameraDeviceView) CanRotateSelectedItemsLeft() bool

@property canRotateSelectedItemsLeft @abstract indicates if the user selected items can be rotated left.

func (*IKCameraDeviceView) CanRotateSelectedItemsRight

func (o *IKCameraDeviceView) CanRotateSelectedItemsRight() bool

@property canRotateSelectedItemsRight @abstract indicates if the user selected items can be rotated right.

func (*IKCameraDeviceView) Delegate

@property delegate @abstract Delegate of the IKCameraDeviceView.

func (*IKCameraDeviceView) DeleteSelectedItems

func (o *IKCameraDeviceView) DeleteSelectedItems(sender objc.ID)

@method deleteSelectedItems: @abstract delete selected items.

func (*IKCameraDeviceView) DisplaysDownloadsDirectoryControl

func (o *IKCameraDeviceView) DisplaysDownloadsDirectoryControl() bool

@property displaysDownloadsDirectoryControl @abstract show a downloads directory control.

func (*IKCameraDeviceView) DisplaysPostProcessApplicationControl

func (o *IKCameraDeviceView) DisplaysPostProcessApplicationControl() bool

@property displaysPostProcessApplicationControl @abstract show a postprocessing application control.

func (*IKCameraDeviceView) DownloadAllControlLabel

func (o *IKCameraDeviceView) DownloadAllControlLabel() *foundation.NSString

@property downloadAllControlLabel @abstract label for the 'Download All' control - allows for example renaming to 'Import All'.

func (*IKCameraDeviceView) DownloadAllItems

func (o *IKCameraDeviceView) DownloadAllItems(sender objc.ID)

@method downloadAllItems: @abstract download all items.

func (*IKCameraDeviceView) DownloadSelectedControlLabel

func (o *IKCameraDeviceView) DownloadSelectedControlLabel() *foundation.NSString

@property downloadSelectedControlLabel @abstract label for the 'Download Selected' control.

func (*IKCameraDeviceView) DownloadSelectedItems

func (o *IKCameraDeviceView) DownloadSelectedItems(sender objc.ID)

@method downloadSelectedItems: @abstract download selected items.

func (*IKCameraDeviceView) DownloadsDirectory

func (o *IKCameraDeviceView) DownloadsDirectory() *foundation.NSURL

@property downloadsDirectory @abstract downloads directory.

func (*IKCameraDeviceView) HasDisplayModeIcon

func (o *IKCameraDeviceView) HasDisplayModeIcon() bool

@property hasDisplayModeIcon @abstract support icon view display mode.

func (*IKCameraDeviceView) HasDisplayModeTable

func (o *IKCameraDeviceView) HasDisplayModeTable() bool

@property hasDisplayModeTable @abstract support table view display mode.

func (*IKCameraDeviceView) IconSize

func (o *IKCameraDeviceView) IconSize() uint

@property iconSize @abstract in icon mode: size of the image thumbnails.

func (*IKCameraDeviceView) Mode

@property mode @abstract current display mode.

func (*IKCameraDeviceView) PostProcessApplication

func (o *IKCameraDeviceView) PostProcessApplication() *foundation.NSURL

@property postProcessApplication @abstract postprocessing application.

func (*IKCameraDeviceView) RotateLeft

func (o *IKCameraDeviceView) RotateLeft(sender objc.ID)

@method rotateLeft: @abstract rotate selected items left.

func (*IKCameraDeviceView) RotateRight

func (o *IKCameraDeviceView) RotateRight(sender objc.ID)

@method rotateRight: @abstract rotate selected items right.

func (*IKCameraDeviceView) SelectIndexesByExtendingSelection

func (o *IKCameraDeviceView) SelectIndexesByExtendingSelection(indexes *foundation.NSIndexSet, extend bool)

@method selectIndexes:byExtendingSelection: @abstract setting current user selection.

func (*IKCameraDeviceView) SelectedIndexes

func (o *IKCameraDeviceView) SelectedIndexes() *foundation.NSIndexSet

@method selectedIndexes @abstract current user selection.

func (*IKCameraDeviceView) SetCameraDevice

func (o *IKCameraDeviceView) SetCameraDevice(cameraDevice *imagecapturecore.ICCameraDevice)

func (*IKCameraDeviceView) SetCustomActionControl

func (o *IKCameraDeviceView) SetCustomActionControl(control *appkit.NSSegmentedControl)

@method setCustomActionButton: @abstract provide your own control to toggle between IKCameraDeviceViewDisplayMode table / icon

func (*IKCameraDeviceView) SetCustomDeleteControl

func (o *IKCameraDeviceView) SetCustomDeleteControl(control *appkit.NSSegmentedControl)

@method setCustomDeleteControl: @abstract provide your own control to delete selected items

func (*IKCameraDeviceView) SetCustomIconSizeSlider

func (o *IKCameraDeviceView) SetCustomIconSizeSlider(slider *appkit.NSSlider)

@method setCustomIconSizeSlider: @abstract provide your own NSSlider to resize item thumbnails

func (*IKCameraDeviceView) SetCustomModeControl

func (o *IKCameraDeviceView) SetCustomModeControl(control *appkit.NSSegmentedControl)

@method setCustomModeControl: @abstract provide your own control to toggle between IKCameraDeviceViewDisplayMode table / icon

func (*IKCameraDeviceView) SetCustomRotateControl

func (o *IKCameraDeviceView) SetCustomRotateControl(control *appkit.NSSegmentedControl)

@method setCustomRotateButton: @abstract provide your own control to rotate items (multiple of 90º)

func (*IKCameraDeviceView) SetDelegate

func (o *IKCameraDeviceView) SetDelegate(delegate IKCameraDeviceViewDelegate)

func (*IKCameraDeviceView) SetDisplaysDownloadsDirectoryControl

func (o *IKCameraDeviceView) SetDisplaysDownloadsDirectoryControl(displaysDownloadsDirectoryControl bool)

func (*IKCameraDeviceView) SetDisplaysPostProcessApplicationControl

func (o *IKCameraDeviceView) SetDisplaysPostProcessApplicationControl(displaysPostProcessApplicationControl bool)

func (*IKCameraDeviceView) SetDownloadAllControlLabel

func (o *IKCameraDeviceView) SetDownloadAllControlLabel(downloadAllControlLabel *foundation.NSString)

func (*IKCameraDeviceView) SetDownloadSelectedControlLabel

func (o *IKCameraDeviceView) SetDownloadSelectedControlLabel(downloadSelectedControlLabel *foundation.NSString)

func (*IKCameraDeviceView) SetDownloadsDirectory

func (o *IKCameraDeviceView) SetDownloadsDirectory(downloadsDirectory *foundation.NSURL)

func (*IKCameraDeviceView) SetHasDisplayModeIcon

func (o *IKCameraDeviceView) SetHasDisplayModeIcon(hasDisplayModeIcon bool)

func (*IKCameraDeviceView) SetHasDisplayModeTable

func (o *IKCameraDeviceView) SetHasDisplayModeTable(hasDisplayModeTable bool)

func (*IKCameraDeviceView) SetIconSize

func (o *IKCameraDeviceView) SetIconSize(iconSize uint)

func (*IKCameraDeviceView) SetMode

func (*IKCameraDeviceView) SetPostProcessApplication

func (o *IKCameraDeviceView) SetPostProcessApplication(postProcessApplication *foundation.NSURL)

func (*IKCameraDeviceView) SetShowStatusInfoAsWindowSubtitle

func (o *IKCameraDeviceView) SetShowStatusInfoAsWindowSubtitle(value bool)

@method setShowStatusInfoAsWindowSubtitle: @abstract display status info as window subtitle

func (*IKCameraDeviceView) SetTransferMode

func (o *IKCameraDeviceView) SetTransferMode(transferMode IKCameraDeviceViewTransferMode)

func (*IKCameraDeviceView) TransferMode

@property transferMode @abstract transfer mode either file based - or - in memory.

type IKCameraDeviceViewDelegate

type IKCameraDeviceViewDelegate interface {
}

IKCameraDeviceViewDelegate wraps the ObjC protocol IKCameraDeviceViewDelegate.

type IKCameraDeviceViewDisplayMode

type IKCameraDeviceViewDisplayMode int64
const (
	IKCameraDeviceViewDisplayModeNone  IKCameraDeviceViewDisplayMode = -1
	IKCameraDeviceViewDisplayModeTable IKCameraDeviceViewDisplayMode = 0
	IKCameraDeviceViewDisplayModeIcon  IKCameraDeviceViewDisplayMode = 1
)

func (IKCameraDeviceViewDisplayMode) String

type IKCameraDeviceViewTransferMode

type IKCameraDeviceViewTransferMode int64
const (
	IKCameraDeviceViewTransferModeFileBased   IKCameraDeviceViewTransferMode = 0
	IKCameraDeviceViewTransferModeMemoryBased IKCameraDeviceViewTransferMode = 1
)

func (IKCameraDeviceViewTransferMode) String

type IKDeviceBrowserView

type IKDeviceBrowserView struct {
	appkit.NSView
}

Apple documentation: https://developer.apple.com/documentation/imagekit/ikdevicebrowserview

func IKDeviceBrowserViewFromID

func IKDeviceBrowserViewFromID(id objc.ID) *IKDeviceBrowserView

func (*IKDeviceBrowserView) Delegate

@property delegate @abstract delegate of the IKDeviceBrowserView.

func (*IKDeviceBrowserView) DisplaysLocalCameras

func (o *IKDeviceBrowserView) DisplaysLocalCameras() bool

@property displaysLocalCameras @abstract for device filtering - indicates that the IKDeviceBrowserView should include local cameras.

func (*IKDeviceBrowserView) DisplaysLocalScanners

func (o *IKDeviceBrowserView) DisplaysLocalScanners() bool

@property displaysLocalScanners @abstract for device filtering - indicates that the IKDeviceBrowserView should include local scanners.

func (*IKDeviceBrowserView) DisplaysNetworkCameras

func (o *IKDeviceBrowserView) DisplaysNetworkCameras() bool

@property displaysNetworkCameras @abstract for device filtering - indicates that the IKDeviceBrowserView should include network/shared cameras.

func (*IKDeviceBrowserView) DisplaysNetworkScanners

func (o *IKDeviceBrowserView) DisplaysNetworkScanners() bool

@property displaysNetworkScanners @abstract for device filtering - indicates that the IKDeviceBrowserView should include network/shared scanners.

func (*IKDeviceBrowserView) Mode

@property mode @abstract one of the supported display modes (table, outline, or icon mode).

func (*IKDeviceBrowserView) SelectedDevice

func (o *IKDeviceBrowserView) SelectedDevice() *imagecapturecore.ICDevice

@property selectedDevice @abstract user selected device (ICCameraDevice or ICScannerDevice).

func (*IKDeviceBrowserView) SetDelegate

func (o *IKDeviceBrowserView) SetDelegate(delegate IKDeviceBrowserViewDelegate)

func (*IKDeviceBrowserView) SetDisplaysLocalCameras

func (o *IKDeviceBrowserView) SetDisplaysLocalCameras(displaysLocalCameras bool)

func (*IKDeviceBrowserView) SetDisplaysLocalScanners

func (o *IKDeviceBrowserView) SetDisplaysLocalScanners(displaysLocalScanners bool)

func (*IKDeviceBrowserView) SetDisplaysNetworkCameras

func (o *IKDeviceBrowserView) SetDisplaysNetworkCameras(displaysNetworkCameras bool)

func (*IKDeviceBrowserView) SetDisplaysNetworkScanners

func (o *IKDeviceBrowserView) SetDisplaysNetworkScanners(displaysNetworkScanners bool)

func (*IKDeviceBrowserView) SetMode

type IKDeviceBrowserViewDelegate

type IKDeviceBrowserViewDelegate interface {
	DeviceBrowserViewSelectionDidChange(deviceBrowserView *IKDeviceBrowserView, device *imagecapturecore.ICDevice)
}

IKDeviceBrowserViewDelegate wraps the ObjC protocol IKDeviceBrowserViewDelegate.

type IKDeviceBrowserViewDisplayMode

type IKDeviceBrowserViewDisplayMode int64
const (
	IKDeviceBrowserViewDisplayModeTable   IKDeviceBrowserViewDisplayMode = 0
	IKDeviceBrowserViewDisplayModeOutline IKDeviceBrowserViewDisplayMode = 1
	IKDeviceBrowserViewDisplayModeIcon    IKDeviceBrowserViewDisplayMode = 2
)

func (IKDeviceBrowserViewDisplayMode) String

type IKFilterBrowserPanel

type IKFilterBrowserPanel struct {
	appkit.NSPanel
}

@class IKFilterBrowserPanel @abstract The IKFilterBrowserPanel provides the shared IKFilterBrowser with its runtime model. @discussion See information in the introduction.

Apple documentation: https://developer.apple.com/documentation/imagekit/ikfilterbrowserpanel

func IKFilterBrowserPanelFromID

func IKFilterBrowserPanelFromID(id objc.ID) *IKFilterBrowserPanel

func (*IKFilterBrowserPanel) BeginSheetWithOptionsModalForWindowModalDelegateDidEndSelectorContextInfo

func (o *IKFilterBrowserPanel) BeginSheetWithOptionsModalForWindowModalDelegateDidEndSelectorContextInfo(inOptions *foundation.NSDictionary[objc.ID, objc.ID], docWindow *appkit.NSWindow, modalDelegate objc.ID, didEndSelector objc.SEL, contextInfo unsafe.Pointer)

@method beginSheetWithOptions:modalForWindow:modalDelegate:didEndSelector:contextInfo: @abstract Displays the FilterBrowser in a sheet attached to the passed in window. @discussion Use this method to open the IKFilterBrowser in a sheet attached to a window. When the sheet operation is ended, didEndSelector is invoked on the modalDelegate, passing contextInfo as an argument. didEndSelector should have the following signature: - (void)openPanelDidEnd:(NSOpenPanel *)panel returnCode:(int)returnCode contextInfo:(void *)contextInfo The value passed as returnCode will be either NSCancelButton or NSOKButton. @param inOptions A dictionary describing the desired UI configuration for the IKFilterBrowser @param modalForWindow The window to which the sheet should be attached to. @param modalDelegate See discussion below @param didEndSelector See discussion below @param contextInfo See discussion below

func (*IKFilterBrowserPanel) BeginWithOptionsModelessDelegateDidEndSelectorContextInfo

func (o *IKFilterBrowserPanel) BeginWithOptionsModelessDelegateDidEndSelectorContextInfo(inOptions *foundation.NSDictionary[objc.ID, objc.ID], modelessDelegate objc.ID, didEndSelector objc.SEL, contextInfo unsafe.Pointer)

@method beginWithOptions:modelessDelegate:didEndSelector:contextInfo: @abstract Displays the FilterBrowser in a new window unless it is already open. @discussion Use this method to open the IKFilterBrowser in a seperate window, much like a panel. When the panel operation is ended, didEndSelector is invoked on the modelessDelegate, passing contextInfo as an argument. didEndSelector should have the following signature: - (void)openPanelDidEnd:(NSOpenPanel *)panel returnCode:(int)returnCode contextInfo:(void *)contextInfo The value passed as returnCode will be either NSCancelButton or NSOKButton. @param inOptions A dictionary describing the desired UI configuration for the IKFilterBrowser @param modelessDelegate See discussion below @param didEndSelector See discussion below @param contextInfo See discussion below

func (*IKFilterBrowserPanel) FilterBrowserViewWithOptions

func (o *IKFilterBrowserPanel) FilterBrowserViewWithOptions(inOptions *foundation.NSDictionary[objc.ID, objc.ID]) *IKFilterBrowserView

@method filterBrowserViewWithOptions @abstract Returns a view containing the FilterBrowser. @discussion Use this method to run the IKFilterBrowser in your own UI. To dismiss it, invoke the finish action as described below. @param inOptions A dictionary describing the desired UI configuration for the IKFilterBrowser

func (*IKFilterBrowserPanel) FilterName

func (o *IKFilterBrowserPanel) FilterName() *foundation.NSString

@method filterName @abstract Returns the name of the currently selected filter. @discussion Use this method in response to a IKFilterBrowserFilterSelectedNotification or IKFilterBrowserFilterDoubleClickNotification or afer returning from a modal session.

func (*IKFilterBrowserPanel) Finish

func (o *IKFilterBrowserPanel) Finish(sender objc.ID)

@method finish @abstract Closes the IKFilterBrowser. @discussion Invoke this action for instance from your OK or Cancel button when you are running the IKFilterBrowserView modal in your own UI.

func (*IKFilterBrowserPanel) RunModalWithOptions

func (o *IKFilterBrowserPanel) RunModalWithOptions(inOptions *foundation.NSDictionary[objc.ID, objc.ID]) int

@method runModalWithOptions @abstract Displays the FilterBrowser in a modal dialog. @discussion Use this method to run the IKFilterBrowser in a modal dialog. The value passed as returnCode will be either NSCancelButton or NSOKButton. @param inOptions A dictionary describing the desired UI configuration for the IKFilterBrowser

type IKFilterBrowserView

type IKFilterBrowserView struct {
	appkit.NSView
}

Apple documentation: https://developer.apple.com/documentation/imagekit/ikfilterbrowserview

func IKFilterBrowserViewFromID

func IKFilterBrowserViewFromID(id objc.ID) *IKFilterBrowserView

func (*IKFilterBrowserView) FilterName

func (o *IKFilterBrowserView) FilterName() *foundation.NSString

@method filterName @abstract Returns the name of the currently selected filter. @discussion Use this method in response to a IKFilterBrowserFilterSelectedNotification or IKFilterBrowserFilterDoubleClickNotification or afer returning from a modal session.

func (*IKFilterBrowserView) SetPreviewState

func (o *IKFilterBrowserView) SetPreviewState(inState bool)

@method setPreviewState: @abstract Use this method to show and hide the Preview @discussion Use this method to show and hide the Preview from the program. @param inState Boolean for visibility of the preview.

type IKFilterCustomUIProvider

type IKFilterCustomUIProvider interface {
	ProvideViewForUIConfigurationExcludedKeys(inUIConfiguration *foundation.NSDictionary[objc.ID, objc.ID], inKeys *foundation.NSArray[objc.ID]) *IKFilterUIView
}

IKFilterCustomUIProvider wraps the ObjC protocol IKFilterCustomUIProvider.

type IKFilterUIView

type IKFilterUIView struct {
	appkit.NSView
}

Apple documentation: https://developer.apple.com/documentation/imagekit/ikfilteruiview

func IKFilterUIViewFromID

func IKFilterUIViewFromID(id objc.ID) *IKFilterUIView

func (*IKFilterUIView) Filter

func (o *IKFilterUIView) Filter() *coreimage.CIFilter

@method filter @abstract Accessor method to return the filter instance that the view controls.

func (*IKFilterUIView) InitWithFrameFilter

func (o *IKFilterUIView) InitWithFrameFilter(frameRect corefoundation.CGRect, inFilter *coreimage.CIFilter) objc.ID

@method initWithFrame:filter: @abstract The initWithFrame method initializes a view that retains the filter passed into it.

func (*IKFilterUIView) ObjectController

func (o *IKFilterUIView) ObjectController() *appkit.NSObjectController

@method objectController @abstract Accessor method for the object controller for all bindings between the filter and the UI representation.

type IKImageBrowserCell

type IKImageBrowserCell struct {
	foundation.NSObject
}

Apple documentation: https://developer.apple.com/documentation/imagekit/ikimagebrowsercell

func IKImageBrowserCellFromID

func IKImageBrowserCellFromID(id objc.ID) *IKImageBrowserCell

func (*IKImageBrowserCell) CellState

@method cellState @abstract Returns the current cell state of the receiver. @discussion Returns IKImageStateReady if the receiver�s represented object has been set and the cell is ready to display. The IKImageBrowserView creates thumbnails asynchronously; This method returns IKImageStateNoImage until a thumbnail has been created from the represented object.

func (*IKImageBrowserCell) Frame

@method frame @abstract Returns the receiver�s frame rectangle, which defines its position in its IKImageBrowserView. @discussion The coordinates of this frame are in view's coordinate space. Subclasses should not override this method.

func (*IKImageBrowserCell) ImageAlignment

func (o *IKImageBrowserCell) ImageAlignment() appkit.NSImageAlignment

@method imageAlignment @abstract Returns the position of the cell�s image in the frame. The default is NSImageAlignCenter. @discussion Subclasses can override this method to customize the image alignment. For the list of possible alignments, see [NSImageView setImageAlignment:]. The image frame will be computed automatically from the image container frame by taking in account the image alignment and the image aspect ratio.

func (*IKImageBrowserCell) ImageBrowserView

func (o *IKImageBrowserCell) ImageBrowserView() *IKImageBrowserView

@method imageBrowserView @abstract Returns the view the receiver uses to display its represented object. @discussion Subclasses should not override this method.

func (*IKImageBrowserCell) ImageContainerFrame

func (o *IKImageBrowserCell) ImageContainerFrame() corefoundation.CGRect

@method imageContainerFrame @abstract Returns the receiver�s image container frame rectangle, which defines the position of the container of the thumbnail in its IKImageBrowserView. @discussion The coordinates of this frame are in view's coordinate space. Subclasses can override this method to customize the position of the thumbnail container. The image frame is computed automatically from the image container frame by taking in account the image alignment and the image aspect ratio.

func (*IKImageBrowserCell) ImageFrame

func (o *IKImageBrowserCell) ImageFrame() corefoundation.CGRect

@method imageFrame @abstract Returns the receiver�s image frame rectangle, which defines the position of the thumbnail in its IKImageBrowserView. @discussion The coordinates of this frame are in view's coordinate space. Subclasses can override this method to customize the position of the thumbnail.

func (*IKImageBrowserCell) IndexOfRepresentedItem

func (o *IKImageBrowserCell) IndexOfRepresentedItem() uint

@method indexOfRepresentedItem @abstract Returns the index of the receiver�s represented object in the datasource. @discussion Subclasses should not override this method.

func (*IKImageBrowserCell) IsSelected

func (o *IKImageBrowserCell) IsSelected() bool

@method isSelected @abstract Returns the selection state of the receiver. @discussion Returns YES if the receiver is selected, otherwise NO. Subclasses should not override this method.

func (*IKImageBrowserCell) LayerForType

func (o *IKImageBrowserCell) LayerForType(type_ *foundation.NSString) *quartzcore.CALayer

@method layerForType: @abstract Provides the receiver�s layer for the given type. The default is nil. @discussion Subclasses can override this method to add a layer in the background, foreground... of the cell (see possible types above).

func (*IKImageBrowserCell) Opacity

func (o *IKImageBrowserCell) Opacity() float64

@method opacity @abstract Determines the opacity of the receiver. @discussion Possible values are between 0.0 (transparent) and 1.0 (opaque). Subclasses can override this method to customize the opacity of the cell.

func (*IKImageBrowserCell) RepresentedItem

func (o *IKImageBrowserCell) RepresentedItem() objc.ID

@method representedItem @abstract Returns the receiver�s represented object. @discussion Subclasses should not override this method.

func (*IKImageBrowserCell) SelectionFrame

func (o *IKImageBrowserCell) SelectionFrame() corefoundation.CGRect

@method selectionFrame @abstract Returns the receiver�s selection frame rectangle, which defines the position of the selection rectangle in its IKImageBrowserView. @discussion The coordinates of this frame are in view's coordinate space. Subclasses can override this method to customize the position of the selection frame.

func (*IKImageBrowserCell) SubtitleFrame

func (o *IKImageBrowserCell) SubtitleFrame() corefoundation.CGRect

@method subtitleFrame @abstract Returns the receiver�s subtitle frame rectangle, which defines the position of the subtitle in its IKImageBrowserView. @discussion The coordinates of this frame are in view's coordinate space. Subclasses can override this method to customize the position of the subtitle.

func (*IKImageBrowserCell) TitleFrame

func (o *IKImageBrowserCell) TitleFrame() corefoundation.CGRect

@method titleFrame @abstract Returns the receiver�s title frame rectangle, which defines the position of the title in its IKImageBrowserView. @discussion The coordinates of this frame are in view's coordinate space. Subclasses can override this method to customize the position of the title.

type IKImageBrowserCellState

type IKImageBrowserCellState int64
const (
	IKImageStateNoImage IKImageBrowserCellState = 0
	IKImageStateInvalid IKImageBrowserCellState = 1
	IKImageStateReady   IKImageBrowserCellState = 2
)

func (IKImageBrowserCellState) String

func (e IKImageBrowserCellState) String() string

type IKImageBrowserDropOperation

type IKImageBrowserDropOperation int64
const (
	IKImageBrowserDropOn     IKImageBrowserDropOperation = 0
	IKImageBrowserDropBefore IKImageBrowserDropOperation = 1
)

func (IKImageBrowserDropOperation) String

type IKImageBrowserView

type IKImageBrowserView struct {
	appkit.NSView
}

Apple documentation: https://developer.apple.com/documentation/imagekit/ikimagebrowserview Deprecated: Deprecated - Please use NSCollectionView instead

func IKImageBrowserViewFromID

func IKImageBrowserViewFromID(id objc.ID) *IKImageBrowserView

func (*IKImageBrowserView) AllowsDroppingOnItems

func (o *IKImageBrowserView) AllowsDroppingOnItems() bool

@method allowsDroppingOnItems @abstract Returns YES if the receiver allows the user to drop on items, NO otherwise.

func (*IKImageBrowserView) AllowsEmptySelection

func (o *IKImageBrowserView) AllowsEmptySelection() bool

@method setAllowsEmptySelection @abstract Returns YES if the receiver allows the user to select zero cell, NO otherwise.

func (*IKImageBrowserView) AllowsMultipleSelection

func (o *IKImageBrowserView) AllowsMultipleSelection() bool

@method allowsMultipleSelection @abstract Returns YES if the receiver allows the user to select more than one cell at a time, NO otherwise.

func (*IKImageBrowserView) AllowsReordering

func (o *IKImageBrowserView) AllowsReordering() bool

@method allowsReordering @abstract Returns YES if the receiver allows the user to reorder items, NO otherwise.

func (*IKImageBrowserView) Animates

func (o *IKImageBrowserView) Animates() bool

@method animates @abstract Returns YES if the receiver animate changes of the data source, NO otherwise.

func (*IKImageBrowserView) BackgroundLayer

func (o *IKImageBrowserView) BackgroundLayer() *quartzcore.CALayer

@method backgroundLayer @abstract Provides the receiver�s background layer.

func (*IKImageBrowserView) CanControlQuickLookPanel

func (o *IKImageBrowserView) CanControlQuickLookPanel() bool

@method canControlQuickLookPanel @abstract Returns a Boolean value that indicates whether the receiver can automatically take control of the Quick Look panel.

func (*IKImageBrowserView) CellForItemAtIndex

func (o *IKImageBrowserView) CellForItemAtIndex(index uint) *IKImageBrowserCell

@method cellForItemAtIndex: @abstract Returns the cell at the specified index. @discussion Subclasses must not override this method.

func (*IKImageBrowserView) CellSize

@method setCellSize: @abstract Returns the size of the cells

func (*IKImageBrowserView) CellsStyleMask

func (o *IKImageBrowserView) CellsStyleMask() uint

@method cellsStyleMask @abstract Return the cells appearance style mask.

func (*IKImageBrowserView) CollapseGroupAtIndex

func (o *IKImageBrowserView) CollapseGroupAtIndex(index uint)

@method collapseGroupAtIndex: @abstract Collapse group at index 'index' if it is expanded; otherwise, does nothing.

func (*IKImageBrowserView) ColumnIndexesInRect

func (o *IKImageBrowserView) ColumnIndexesInRect(rect corefoundation.CGRect) *foundation.NSIndexSet

@method columnIndexesInRect: @abstract Returns the indexes of the receiver�s columns that intersect the specified rectangle.

func (*IKImageBrowserView) ConstrainsToOriginalSize

func (o *IKImageBrowserView) ConstrainsToOriginalSize() bool

@method constrainsToOriginalSize @abstract Returns whether the receiver constraints the cells's image to their original size.

func (*IKImageBrowserView) ContentResizingMask

func (o *IKImageBrowserView) ContentResizingMask() uint

@method setContentResizingMask @abtract Returns the receiver�s content resizing mask, which determines how it�s content is resized while zooming.

func (*IKImageBrowserView) DataSource

func (o *IKImageBrowserView) DataSource() objc.ID

@property datasource @abstract The receiver's data source. the data source is not retained by the receiver.

func (*IKImageBrowserView) Delegate

func (o *IKImageBrowserView) Delegate() objc.ID

@property delegate @abstract The receiver's delegate. aDelegate is expected to implement the IKImageBrowserDelegate informal protocol.

func (*IKImageBrowserView) DraggingDestinationDelegate

func (o *IKImageBrowserView) DraggingDestinationDelegate() objc.ID

@method draggingDestinationDelegate @abstract Returns the receiver's dragging destination delegate.

func (*IKImageBrowserView) DropOperation

func (*IKImageBrowserView) ExpandGroupAtIndex

func (o *IKImageBrowserView) ExpandGroupAtIndex(index uint)

@method expandGroupAtIndex: @abstract Expands group at index 'index' if it is not already expanded; otherwise, does nothing.

func (*IKImageBrowserView) ForegroundLayer

func (o *IKImageBrowserView) ForegroundLayer() *quartzcore.CALayer

@method foregroundLayer @abstract Provides the receiver�s foreground layer.

func (*IKImageBrowserView) IndexAtLocationOfDroppedItem

func (o *IKImageBrowserView) IndexAtLocationOfDroppedItem() uint

@method indexAtLocationOfDroppedItem @abstract Returns the index of the cell where the drop operation occured. This index is valid when a drop occurred and until next drop.

func (*IKImageBrowserView) IndexOfItemAtPoint

func (o *IKImageBrowserView) IndexOfItemAtPoint(point corefoundation.CGPoint) int

@method indexOfItemAtPoint: @abstract Returns the item at the specified location or NSNotFound if no item at this location.

func (*IKImageBrowserView) InitWithFrame

func (o *IKImageBrowserView) InitWithFrame(frame corefoundation.CGRect) objc.ID

@method initWithFrame: @abstract Initializes and returns a newly allocated IKImageBrowserView object with a specified frame rectangle. @param frame The frame rectangle for the created view object.

func (*IKImageBrowserView) IntercellSpacing

func (o *IKImageBrowserView) IntercellSpacing() corefoundation.CGSize

@method intercellSpacing @abstract Returns the spacing between cells in the image browser.

func (*IKImageBrowserView) IsGroupExpandedAtIndex

func (o *IKImageBrowserView) IsGroupExpandedAtIndex(index uint) bool

@method isGroupExpandedAtIndex: @abstract Returns YES if the group at index 'index' is expanded.

func (*IKImageBrowserView) ItemFrameAtIndex

func (o *IKImageBrowserView) ItemFrameAtIndex(index int) corefoundation.CGRect

@method itemFrameAtIndex: @abstract Returns the frame rectangle of the item that would be drawn at the specified location.

func (*IKImageBrowserView) NewCellForRepresentedItem

func (o *IKImageBrowserView) NewCellForRepresentedItem(anItem objc.ID) *IKImageBrowserCell

@method newCellForRepresentedItem: @abstract Returns the cell to use for the specified item. The returned cell should not be autoreleased. @param The item that the returned cell will represent. @discussion Subclasses can override this method to customize the appearance of the cell that will represent "anItem".

func (*IKImageBrowserView) NumberOfColumns

func (o *IKImageBrowserView) NumberOfColumns() uint

@method numberOfColumns @abstract Returns the number of columns in the receiver.

func (*IKImageBrowserView) NumberOfRows

func (o *IKImageBrowserView) NumberOfRows() uint

@method numberOfRows @abstract Returns the number of rows in the receiver.

func (*IKImageBrowserView) RectOfColumn

func (o *IKImageBrowserView) RectOfColumn(columnIndex uint) corefoundation.CGRect

@method rectOfColumn: @abstract Returns the rectangle containing the column at a given index. @param columnIndex The index of a column in the receiver.

func (*IKImageBrowserView) RectOfRow

func (o *IKImageBrowserView) RectOfRow(rowIndex uint) corefoundation.CGRect

@method rectOfRow: @abstract Returns the rectangle containing the row at a given index. @param rowIndex The index of a row in the receiver.

func (*IKImageBrowserView) ReloadData

func (o *IKImageBrowserView) ReloadData()

@method reloadData @abstract Marks the receiver as needing redisplay, so it will reload the data and draw the new values.

func (*IKImageBrowserView) RowIndexesInRect

func (o *IKImageBrowserView) RowIndexesInRect(rect corefoundation.CGRect) *foundation.NSIndexSet

@method rowIndexesInRect: @abstract Returns the indexes of the receiver�s rows that intersect the specified rectangle.

func (*IKImageBrowserView) ScrollIndexToVisible

func (o *IKImageBrowserView) ScrollIndexToVisible(index int)

@method scrollIndexToVisible: @abstract Scrolls the receiver so the item at the specified index is visible.

func (*IKImageBrowserView) SelectionIndexes

func (o *IKImageBrowserView) SelectionIndexes() *foundation.NSIndexSet

@method selectionIndexes @abstract Returns the indexes of the selected cells

func (*IKImageBrowserView) SetAllowsDroppingOnItems

func (o *IKImageBrowserView) SetAllowsDroppingOnItems(flag bool)

@method setAllowsDroppingOnItems: @abstract Controls whether the user can drop on items. Default is NO.

func (*IKImageBrowserView) SetAllowsEmptySelection

func (o *IKImageBrowserView) SetAllowsEmptySelection(flag bool)

@method setAllowsMultipleSelection: @abstract Controls whether the receiver allows zero cell to be selected.

func (*IKImageBrowserView) SetAllowsMultipleSelection

func (o *IKImageBrowserView) SetAllowsMultipleSelection(flag bool)

@method setAllowsMultipleSelection: @abstract Controls whether the user can select more than one cell at a time.

func (*IKImageBrowserView) SetAllowsReordering

func (o *IKImageBrowserView) SetAllowsReordering(flag bool)

@method setAllowsReordering: @abstract Controls whether the user can reorder items.

func (*IKImageBrowserView) SetAnimates

func (o *IKImageBrowserView) SetAnimates(flag bool)

@method setAnimates: @abstract Controls whether the receiver animate reordering and changes of the data source.

func (*IKImageBrowserView) SetBackgroundLayer

func (o *IKImageBrowserView) SetBackgroundLayer(aLayer *quartzcore.CALayer)

@method setBackgroundLayer: @abstract Specifies the receiver�s background layer.

func (*IKImageBrowserView) SetCanControlQuickLookPanel

func (o *IKImageBrowserView) SetCanControlQuickLookPanel(flag bool)

@method setCanControlQuickLookPanel: @abstract Sets whether the receiver can automatically take control of the Quick Look panel. @param flag if YES, KImageBrowser can take control of the Quick Look panel automatically whenever it becomes first responder. This means that it provides the spacebar key store to open/close Quick Look panel and sets itself as the panel's datasource and delegate. @discussion default value is NO. IKImageBrowserView's datasource items should provide file paths or URLs as their representation (see IKImageBrowserItem protocol).

func (*IKImageBrowserView) SetCellSize

func (o *IKImageBrowserView) SetCellSize(size corefoundation.CGSize)

@method setCellSize: @abstract sets the size of the cells to size

func (*IKImageBrowserView) SetCellsStyleMask

func (o *IKImageBrowserView) SetCellsStyleMask(mask uint)

@method setCellsStyleMask: @abstract Defines the cells appearance style. @param mask An integer bit mask; see the discussion below. @discussion mask can be specified by combining any of the options below using the C bitwise OR operator

func (*IKImageBrowserView) SetConstrainsToOriginalSize

func (o *IKImageBrowserView) SetConstrainsToOriginalSize(flag bool)

@method setConstrainsToOriginalSize: @abstract Sets whether the receiver constraints the cells's image to their original size. Default is NO.

func (*IKImageBrowserView) SetContentResizingMask

func (o *IKImageBrowserView) SetContentResizingMask(mask uint)

@method setContentResizingMask @abtract Determines how the receiver resize its content when zooming. @discussion mask can be specified by combining any of the following options using the C bitwise OR operator:NSViewWidthSizable NSViewHeightSizable, other values are ignored.

func (*IKImageBrowserView) SetDataSource

func (o *IKImageBrowserView) SetDataSource(dataSource objc.ID)

func (*IKImageBrowserView) SetDelegate

func (o *IKImageBrowserView) SetDelegate(delegate objc.ID)

func (*IKImageBrowserView) SetDraggingDestinationDelegate

func (o *IKImageBrowserView) SetDraggingDestinationDelegate(delegate objc.ID)

@method setDraggingDestinationDelegate: @abstract Sets the receiver's dragging destination delegate to <i>delegate</i>.

func (*IKImageBrowserView) SetDropIndexDropOperation

func (o *IKImageBrowserView) SetDropIndexDropOperation(index int, operation quartz.IKImageBrowserDropOperation)

@method setDropIndex:dropOperation: @abstract Used if you wish to �retarget� the proposed drop. @discussion To specify a drop on the second item, one would specify index as 1, and operation as IKImageBrowserDropOn. To specify a drop after the last item, one would specify index as the number of items and operation as IKImageBrowserDropBefore. Passing a value of �1 for index, and IKImageBrowserDropOn as the operation causes the entire browser view to be highlighted rather than a specific item. This is useful if the data displayed by the receiver does not allow the user to drop items at a specific item location.

func (*IKImageBrowserView) SetForegroundLayer

func (o *IKImageBrowserView) SetForegroundLayer(aLayer *quartzcore.CALayer)

@method setForegroundLayer: @abstract Specifies the receiver�s foreground layer.

func (*IKImageBrowserView) SetIntercellSpacing

func (o *IKImageBrowserView) SetIntercellSpacing(aSize corefoundation.CGSize)

@method setIntercellSpacing: @abstract Sets the spacing between cells in the matrix. @param aSize The vertical and horizontal spacing to use between cells in the receiver. By default, both values are 10.0 in the receiver�s coordinate system.

func (*IKImageBrowserView) SetSelectionIndexesByExtendingSelection

func (o *IKImageBrowserView) SetSelectionIndexesByExtendingSelection(indexes *foundation.NSIndexSet, extendSelection bool)

@method setSelectionIndexes:byExtendingSelection: @abstract Selects cells at indexes <i>indexes</i>. If <i>extendSelection</i> is YES it extends the current selection, otherwise it replaces the current selection.

func (*IKImageBrowserView) SetZoomValue

func (o *IKImageBrowserView) SetZoomValue(aValue float32)

@method setZoomValue: @abstract Sets the zoom value to <i>aValue</i>. @discussion This value should be greater or equal to zero and less or equal than one. A zoom value of zero corresponds to the minimum size (40x40 pixels), A zoom value of one means images fit the browser bounds. Other values are interpolated.

func (*IKImageBrowserView) VisibleItemIndexes

func (o *IKImageBrowserView) VisibleItemIndexes() *foundation.NSIndexSet

@method visibleItemIndexes @abstract Returns indexes of the receiver�s currently visible items.

func (*IKImageBrowserView) ZoomValue

func (o *IKImageBrowserView) ZoomValue() float32

@method zoomValue @abstract Returns the current zoom value.

type IKImageEditPanel

type IKImageEditPanel struct {
	appkit.NSPanel
}

Apple documentation: https://developer.apple.com/documentation/imagekit/ikimageeditpanel

func IKImageEditPanelFromID

func IKImageEditPanelFromID(id objc.ID) *IKImageEditPanel

func IKImageEditPanelSharedImageEditPanel

func IKImageEditPanelSharedImageEditPanel() *IKImageEditPanel

@method sharedImageEditPanel @abstract Creates a shared instance of an image editing panel.

func (*IKImageEditPanel) DataSource

@property dataSource @abstract Data source associated with an image editing panel

func (*IKImageEditPanel) FilterArray

func (o *IKImageEditPanel) FilterArray() *foundation.NSArray[objc.ID]

@property filterArray @abstract Array of filters reflecting the current user adjustments in the adjust or effects tab.

func (*IKImageEditPanel) ReloadData

func (o *IKImageEditPanel) ReloadData()

@method reloadData @abstract Reloads the data from the data associated with an image editing panel.

func (*IKImageEditPanel) SetDataSource

func (o *IKImageEditPanel) SetDataSource(dataSource IKImageEditPanelDataSource)

type IKImageEditPanelDataSource

type IKImageEditPanelDataSource interface {
	SetImageImageProperties(image unsafe.Pointer, metaData *foundation.NSDictionary[objc.ID, objc.ID])
	Image() unsafe.Pointer
}

IKImageEditPanelDataSource wraps the ObjC protocol IKImageEditPanelDataSource.

type IKImageView

type IKImageView struct {
	appkit.NSView
}

Apple documentation: https://developer.apple.com/documentation/imagekit/ikimageview

func IKImageViewFromID

func IKImageViewFromID(id objc.ID) *IKImageView

func (*IKImageView) AutohidesScrollers

func (o *IKImageView) AutohidesScrollers() bool

@property autohidesScrollers @abstract Specifies the automatic-hiding scroll bar state for the image view.

func (*IKImageView) Autoresizes

func (o *IKImageView) Autoresizes() bool

@property autoresizes @abstract Specifies the automatic resizing state for the image view.

func (*IKImageView) BackgroundColor

func (o *IKImageView) BackgroundColor() *appkit.NSColor

@property backgroundColor @abstract Specifies the background color for the image view.

func (*IKImageView) ConvertImagePointToViewPoint

func (o *IKImageView) ConvertImagePointToViewPoint(imagePoint corefoundation.CGPoint) corefoundation.CGPoint

@method convertImagePointToViewPoint: @abstract Converts an image coordinate to an image view coordinate.

func (*IKImageView) ConvertImageRectToViewRect

func (o *IKImageView) ConvertImageRectToViewRect(imageRect corefoundation.CGRect) corefoundation.CGRect

@method convertImageRectToViewRect: @abstract Converts an image rectangle to an image view rectangle.

func (*IKImageView) ConvertViewPointToImagePoint

func (o *IKImageView) ConvertViewPointToImagePoint(viewPoint corefoundation.CGPoint) corefoundation.CGPoint

@method convertViewPointToImagePoint: @abstract Converts an image view coordinate to an image coordinate.

func (*IKImageView) ConvertViewRectToImageRect

func (o *IKImageView) ConvertViewRectToImageRect(viewRect corefoundation.CGRect) corefoundation.CGRect

@method convertViewRectToImageRect: @abstract Converts an image view rectangle to an image rectangle.

func (*IKImageView) Crop

func (o *IKImageView) Crop(sender objc.ID)

@method crop: @abstract Crops the image using the current selection.

func (*IKImageView) CurrentToolMode

func (o *IKImageView) CurrentToolMode() *foundation.NSString

@property currentToolMode @abstract Specifies the current tool mode for the image view.

func (*IKImageView) Delegate

func (o *IKImageView) Delegate() objc.ID

@property delegate @abstract Specifies the delegate object of the receiver.

func (*IKImageView) DoubleClickOpensImageEditPanel

func (o *IKImageView) DoubleClickOpensImageEditPanel() bool

@property doubleClickOpensImageEditPane @abstract Specifies the image-opening state of the editing pane in the image view.

func (*IKImageView) Editable

func (o *IKImageView) Editable() bool

@property editable @abstract Specifies the editable state for the image view.

func (*IKImageView) FlipImageHorizontal

func (o *IKImageView) FlipImageHorizontal(sender objc.ID)

@method flipImageHorizontal: @abstract Flips an image along the horizontal axis.

func (*IKImageView) FlipImageVertical

func (o *IKImageView) FlipImageVertical(sender objc.ID)

@method flipImageVertical: @abstract Flips an image along the vertical axis.

func (*IKImageView) HasHorizontalScroller

func (o *IKImageView) HasHorizontalScroller() bool

@property hasHorizontalScroller @abstract Specifies the horizontal scroll bar state for the image view.

func (*IKImageView) HasVerticalScroller

func (o *IKImageView) HasVerticalScroller() bool

@property hasVerticalScroller @abstract Specifies the vertical scroll bar state for the image view.

func (*IKImageView) Image

func (o *IKImageView) Image() unsafe.Pointer

@method image @abstract Returns the image associated with the view, after any image corrections.

func (*IKImageView) ImageCorrection

func (o *IKImageView) ImageCorrection() *coreimage.CIFilter

@property imageCorrection @abstract Specifies a Core Image filter for image correction.

func (*IKImageView) ImageProperties

func (o *IKImageView) ImageProperties() *foundation.NSDictionary[objc.ID, objc.ID]

@method imageProperties @abstract Returns the metadata for the image in the view.

func (*IKImageView) ImageSize

func (o *IKImageView) ImageSize() corefoundation.CGSize

@method imageSize @abstract Returns the size of the image in the image view.

func (*IKImageView) OverlayForType

func (o *IKImageView) OverlayForType(layerType *foundation.NSString) *quartzcore.CALayer

@method overlayForType: @abstract Returns the overlay (Core Animation layer) for the image or the image background.

func (*IKImageView) RotateImageLeft

func (o *IKImageView) RotateImageLeft(sender objc.ID)

@method rotateImageLeft: @abstract Rotates the image left.

func (*IKImageView) RotateImageRight

func (o *IKImageView) RotateImageRight(sender objc.ID)

@method rotateImageRight: @abstract Rotates the image right.

func (*IKImageView) RotationAngle

func (o *IKImageView) RotationAngle() float64

@property rotationAngle @abstract Specifies the rotation angle for the image view.

func (*IKImageView) ScrollToPoint

func (o *IKImageView) ScrollToPoint(point corefoundation.CGPoint)

@method scrollToPoint: @abstract Scrolls the view to the specified point.

func (*IKImageView) ScrollToRect

func (o *IKImageView) ScrollToRect(rect corefoundation.CGRect)

@method scrollToRect: @abstract Scrolls the view so that it includes the provided rectangular area.

func (*IKImageView) SetAutohidesScrollers

func (o *IKImageView) SetAutohidesScrollers(autohidesScrollers bool)

func (*IKImageView) SetAutoresizes

func (o *IKImageView) SetAutoresizes(autoresizes bool)

func (*IKImageView) SetBackgroundColor

func (o *IKImageView) SetBackgroundColor(backgroundColor *appkit.NSColor)

func (*IKImageView) SetCurrentToolMode

func (o *IKImageView) SetCurrentToolMode(currentToolMode *foundation.NSString)

func (*IKImageView) SetDelegate

func (o *IKImageView) SetDelegate(delegate objc.ID)

func (*IKImageView) SetDoubleClickOpensImageEditPanel

func (o *IKImageView) SetDoubleClickOpensImageEditPanel(doubleClickOpensImageEditPanel bool)

func (*IKImageView) SetEditable

func (o *IKImageView) SetEditable(editable bool)

func (*IKImageView) SetHasHorizontalScroller

func (o *IKImageView) SetHasHorizontalScroller(hasHorizontalScroller bool)

func (*IKImageView) SetHasVerticalScroller

func (o *IKImageView) SetHasVerticalScroller(hasVerticalScroller bool)

func (*IKImageView) SetImageCorrection

func (o *IKImageView) SetImageCorrection(imageCorrection *coreimage.CIFilter)

func (*IKImageView) SetImageImageProperties

func (o *IKImageView) SetImageImageProperties(image unsafe.Pointer, metaData *foundation.NSDictionary[objc.ID, objc.ID])

@method setImage:imageProperties: @abstract Sets the image & metadata (both retrieved from ImageIO).

func (*IKImageView) SetImageWithURL

func (o *IKImageView) SetImageWithURL(url *foundation.NSURL)

@method setImageWithURL: @abstract Initializes an image view with the image specified by a URL.

func (*IKImageView) SetImageZoomFactorCenterPoint

func (o *IKImageView) SetImageZoomFactorCenterPoint(zoomFactor float64, centerPoint corefoundation.CGPoint)

@method setImageZoomFactor:centerPoint: @abstract Sets the zoom factor at the provided origin.

func (*IKImageView) SetOverlayForType

func (o *IKImageView) SetOverlayForType(layer *quartzcore.CALayer, layerType *foundation.NSString)

@method setOverlay:forType: @abstract Sets an overlay (Core Animation layer) for the image or the image background.

func (*IKImageView) SetRotationAngle

func (o *IKImageView) SetRotationAngle(rotationAngle float64)

func (*IKImageView) SetRotationAngleCenterPoint

func (o *IKImageView) SetRotationAngleCenterPoint(rotationAngle float64, centerPoint corefoundation.CGPoint)

@method setRotationAngle:centerPoint: @abstract Sets the rotation angle at the provided origin.

func (*IKImageView) SetSupportsDragAndDrop

func (o *IKImageView) SetSupportsDragAndDrop(supportsDragAndDrop bool)

func (*IKImageView) SetZoomFactor

func (o *IKImageView) SetZoomFactor(zoomFactor float64)

func (*IKImageView) SupportsDragAndDrop

func (o *IKImageView) SupportsDragAndDrop() bool

@property supportsDragAndDrop @abstract Specifies the drag-and-drop support state for the image view.

func (*IKImageView) ZoomFactor

func (o *IKImageView) ZoomFactor() float64

@property zoomFactor @abstract Specifies the zoom factor for the image view.

func (*IKImageView) ZoomImageToActualSize

func (o *IKImageView) ZoomImageToActualSize(sender objc.ID)

@method zoomImageToActualSize: @abstract Zooms the image so that it is displayed using its true size.

func (*IKImageView) ZoomImageToFit

func (o *IKImageView) ZoomImageToFit(sender objc.ID)

@method zoomImageToFit: @abstract Zooms the image so that it fits in the image view.

func (*IKImageView) ZoomImageToRect

func (o *IKImageView) ZoomImageToRect(rect corefoundation.CGRect)

@method zoomImageToRect: @abstract Zooms the image so that it fits in the specified rectangle.

func (*IKImageView) ZoomIn

func (o *IKImageView) ZoomIn(sender objc.ID)

@method zoomIn: @abstract Zooms the image in.

func (*IKImageView) ZoomOut

func (o *IKImageView) ZoomOut(sender objc.ID)

@method zoomOut: @abstract Zooms the image out.

type IKPictureTaker

type IKPictureTaker struct {
	appkit.NSPanel
}

Apple documentation: https://developer.apple.com/documentation/imagekit/ikpicturetaker

func IKPictureTakerFromID

func IKPictureTakerFromID(id objc.ID) *IKPictureTaker

func IKPictureTakerPictureTaker

func IKPictureTakerPictureTaker() *IKPictureTaker

@method pictureTaker @abstract Returns the shared IKPictureTaker instance, creating it if necessary.

func (*IKPictureTaker) BeginPictureTakerSheetForWindowWithDelegateDidEndSelectorContextInfo

func (o *IKPictureTaker) BeginPictureTakerSheetForWindowWithDelegateDidEndSelectorContextInfo(aWindow *appkit.NSWindow, delegate objc.ID, didEndSelector objc.SEL, contextInfo unsafe.Pointer)

@method beginPictureTakerSheetForWindow:withDelegate:didEndSelector:contextInfo: @abstract Launch the PictureTaker as a sheet for aWindow @param delegate the object to invoke didEndSelector when the PictureTaker terminates @param didEndSelector the selector to invoke when the PictureTaker terminates @param contextInfo Any data that will be passed as an argument to the delegate through didEndSelector after the session has ended @discussion didEndSelector should have the following signature: - (void)pictureTakerDidEnd:(IKPictureTaker *)pictureTaker returnCode:(NSInteger)returnCode contextInfo:(void *)contextInfo; returnCode value is set to NSOKButton if the user validate, or to NSCancelButton if the user cancel.

func (*IKPictureTaker) BeginPictureTakerWithDelegateDidEndSelectorContextInfo

func (o *IKPictureTaker) BeginPictureTakerWithDelegateDidEndSelectorContextInfo(delegate objc.ID, didEndSelector objc.SEL, contextInfo unsafe.Pointer)

@method beginPictureTakerWithDelegate:didEndSelector:contextInfo: @abstract Launch the PictureTaker. @param delegate the object to invoke didEndSelector when the PictureTaker terminates. @param didEndSelector the selector to invoke when the PictureTaker terminates. @param contextInfo Any data that will be passed as an argument to the delegate through didEndSelector after the session has ended. @discussion didEndSelector should have the following signature: - (void)pictureTakerDidEnd:(IKPictureTaker *)pictureTaker returnCode:(NSInteger)returnCode contextInfo:(void *)contextInfo; returnCode value is set to NSOKButton if the user validate, or to NSCancelButton if the user cancel.

func (*IKPictureTaker) InputImage

func (o *IKPictureTaker) InputImage() *appkit.NSImage

@method inputImage @abstract return the original PictureTaker's input-image. @discussion The input image is never modified by the PictureTaker.

func (*IKPictureTaker) Mirroring

func (o *IKPictureTaker) Mirroring() bool

@method mirroring @abstract Returns YES if video mirroring is enabled, NO otherwise.

func (*IKPictureTaker) OutputImage

func (o *IKPictureTaker) OutputImage() *appkit.NSImage

@method outputImage @abstract return the edited image.

func (*IKPictureTaker) PopUpRecentsMenuForViewWithDelegateDidEndSelectorContextInfo

func (o *IKPictureTaker) PopUpRecentsMenuForViewWithDelegateDidEndSelectorContextInfo(aView *appkit.NSView, delegate objc.ID, didEndSelector objc.SEL, contextInfo unsafe.Pointer)

@method popUpRecentsMenuForView:withDelegate:didEndSelector:contextInfo: @abstract Launch the PictureTaker's recent popup. @param delegate the object to invoke didEndSelector when the PictureTaker terminates. @param didEndSelector the selector to invoke when the PictureTaker terminates. @param contextInfo Any data that will be passed as an argument to the delegate through didEndSelector after the session has ended. @discussion didEndSelector should have the following signature: - (void)pictureTakerDidEnd:(IKPictureTaker *)pictureTaker returnCode:(NSInteger)returnCode contextInfo:(void *)contextInfo; returnCode value is set to NSOKButton if the user validate, or to NSCancelButton if the user cancel.

func (*IKPictureTaker) RunModal

func (o *IKPictureTaker) RunModal() int

@method runModal @abstract Launches a modal PictureTaker session. @result Returns NSOKButton if the user edits or chooses an image and confirm panel, NSCancelButton if the user canceled or didn't change the image.

func (*IKPictureTaker) SetInputImage

func (o *IKPictureTaker) SetInputImage(image *appkit.NSImage)

@method setInputImage: @abstract Set the image input for the PictureTaker. @param image A valid NSImage. @discussion The input image is never modified by the PictureTaker.

func (*IKPictureTaker) SetMirroring

func (o *IKPictureTaker) SetMirroring(b bool)

@method setMirroring: @abstract Controls whether the receiver enable/disable video mirroring durring snapshots (default is YES).

type IKSaveOptions

type IKSaveOptions struct {
	foundation.NSObject
}

Apple documentation: https://developer.apple.com/documentation/imagekit/iksaveoptions

func IKSaveOptionsFromID

func IKSaveOptionsFromID(id objc.ID) *IKSaveOptions

func (*IKSaveOptions) AddSaveOptionsAccessoryViewToSavePanel

func (o *IKSaveOptions) AddSaveOptionsAccessoryViewToSavePanel(savePanel *appkit.NSSavePanel)

@method addSaveOptionsAccessoryViewToSavePanel: @abstract Adds IKSaveOptions UI to a NSSavePanel.

func (*IKSaveOptions) AddSaveOptionsToView

func (o *IKSaveOptions) AddSaveOptionsToView(view *appkit.NSView)

@method addSaveOptionsToView: @abstract Adds IKSaveOptions UI to a NSView.

func (*IKSaveOptions) Delegate

func (o *IKSaveOptions) Delegate() objc.ID

@property delegate @abstract Delegate of the IKSaveOptions.

func (*IKSaveOptions) ImageProperties

func (o *IKSaveOptions) ImageProperties() *foundation.NSDictionary[objc.ID, objc.ID]

@property imageProperties @abstract current imageProperties (respecting user UI selection).

func (*IKSaveOptions) ImageUTType

func (o *IKSaveOptions) ImageUTType() *foundation.NSString

@property imageUTType @abstract current imageUTType (respecting user UI selection).

func (*IKSaveOptions) InitWithImagePropertiesImageUTType

func (o *IKSaveOptions) InitWithImagePropertiesImageUTType(imageProperties *foundation.NSDictionary[objc.ID, objc.ID], imageUTType *foundation.NSString) *IKSaveOptions

@method initWithImageProperties:imageUTType: @abstract Initializes IKSaveOptions with metadata and UTType.

func (*IKSaveOptions) RememberLastSetting

func (o *IKSaveOptions) RememberLastSetting() bool

@property rememberLastSetting @abstract If set, the last used UI choices are preserved for the next time IKSaveOptions is used. [default is YES]

func (*IKSaveOptions) SetDelegate

func (o *IKSaveOptions) SetDelegate(delegate objc.ID)

func (*IKSaveOptions) SetRememberLastSetting

func (o *IKSaveOptions) SetRememberLastSetting(rememberLastSetting bool)

func (*IKSaveOptions) UserSelection

func (o *IKSaveOptions) UserSelection() *foundation.NSDictionary[objc.ID, objc.ID]

@property userSelection @abstract information about the UI settings.

type IKScannerDeviceView

type IKScannerDeviceView struct {
	appkit.NSView
}

Apple documentation: https://developer.apple.com/documentation/imagekit/ikscannerdeviceview

func IKScannerDeviceViewFromID

func IKScannerDeviceViewFromID(id objc.ID) *IKScannerDeviceView

func (*IKScannerDeviceView) Delegate

@property delegate @abstract delegate of the IKScannerDeviceView.

func (*IKScannerDeviceView) DisplaysDownloadsDirectoryControl

func (o *IKScannerDeviceView) DisplaysDownloadsDirectoryControl() bool

@property displaysDownloadsDirectoryControl @abstract show a downloads directory control.

func (*IKScannerDeviceView) DisplaysPostProcessApplicationControl

func (o *IKScannerDeviceView) DisplaysPostProcessApplicationControl() bool

@property displaysPostProcessApplicationControl @abstract show a postprocessing application control.

func (*IKScannerDeviceView) DocumentName

func (o *IKScannerDeviceView) DocumentName() *foundation.NSString

@property documentName @abstract document name.

func (*IKScannerDeviceView) DownloadsDirectory

func (o *IKScannerDeviceView) DownloadsDirectory() *foundation.NSURL

@property downloadsDirectory @abstract downloads directory.

func (*IKScannerDeviceView) HasDisplayModeAdvanced

func (o *IKScannerDeviceView) HasDisplayModeAdvanced() bool

@property hasDisplayModeAdvanced @abstract support advanced scanning UI.

func (*IKScannerDeviceView) HasDisplayModeSimple

func (o *IKScannerDeviceView) HasDisplayModeSimple() bool

@property hasDisplayModeSimple @abstract support a simple scanning UI.

func (*IKScannerDeviceView) Mode

@property mode @abstract current display mode.

func (*IKScannerDeviceView) OverviewControlLabel

func (o *IKScannerDeviceView) OverviewControlLabel() *foundation.NSString

@property overviewControlLabel @abstract label for the 'Overview' control.

func (*IKScannerDeviceView) PostProcessApplication

func (o *IKScannerDeviceView) PostProcessApplication() *foundation.NSURL

@property postProcessApplication @abstract postprocessing application.

func (*IKScannerDeviceView) ScanControlLabel

func (o *IKScannerDeviceView) ScanControlLabel() *foundation.NSString

@property scanControlLabel @abstract label for the 'Scan' control.

func (*IKScannerDeviceView) ScannerDevice

@property scannerDevice @abstract the scanner device.

func (*IKScannerDeviceView) SetDelegate

func (o *IKScannerDeviceView) SetDelegate(delegate IKScannerDeviceViewDelegate)

func (*IKScannerDeviceView) SetDisplaysDownloadsDirectoryControl

func (o *IKScannerDeviceView) SetDisplaysDownloadsDirectoryControl(displaysDownloadsDirectoryControl bool)

func (*IKScannerDeviceView) SetDisplaysPostProcessApplicationControl

func (o *IKScannerDeviceView) SetDisplaysPostProcessApplicationControl(displaysPostProcessApplicationControl bool)

func (*IKScannerDeviceView) SetDocumentName

func (o *IKScannerDeviceView) SetDocumentName(documentName *foundation.NSString)

func (*IKScannerDeviceView) SetDownloadsDirectory

func (o *IKScannerDeviceView) SetDownloadsDirectory(downloadsDirectory *foundation.NSURL)

func (*IKScannerDeviceView) SetHasDisplayModeAdvanced

func (o *IKScannerDeviceView) SetHasDisplayModeAdvanced(hasDisplayModeAdvanced bool)

func (*IKScannerDeviceView) SetHasDisplayModeSimple

func (o *IKScannerDeviceView) SetHasDisplayModeSimple(hasDisplayModeSimple bool)

func (*IKScannerDeviceView) SetMode

func (*IKScannerDeviceView) SetOverviewControlLabel

func (o *IKScannerDeviceView) SetOverviewControlLabel(overviewControlLabel *foundation.NSString)

func (*IKScannerDeviceView) SetPostProcessApplication

func (o *IKScannerDeviceView) SetPostProcessApplication(postProcessApplication *foundation.NSURL)

func (*IKScannerDeviceView) SetScanControlLabel

func (o *IKScannerDeviceView) SetScanControlLabel(scanControlLabel *foundation.NSString)

func (*IKScannerDeviceView) SetScannerDevice

func (o *IKScannerDeviceView) SetScannerDevice(scannerDevice *imagecapturecore.ICScannerDevice)

func (*IKScannerDeviceView) SetTransferMode

func (o *IKScannerDeviceView) SetTransferMode(transferMode IKScannerDeviceViewTransferMode)

func (*IKScannerDeviceView) TransferMode

@property transferMode @abstract transfer mode either file based - or - in memory.

type IKScannerDeviceViewDelegate

type IKScannerDeviceViewDelegate interface {
}

IKScannerDeviceViewDelegate wraps the ObjC protocol IKScannerDeviceViewDelegate.

type IKScannerDeviceViewDisplayMode

type IKScannerDeviceViewDisplayMode int64
const (
	IKScannerDeviceViewDisplayModeNone     IKScannerDeviceViewDisplayMode = -1
	IKScannerDeviceViewDisplayModeSimple   IKScannerDeviceViewDisplayMode = 0
	IKScannerDeviceViewDisplayModeAdvanced IKScannerDeviceViewDisplayMode = 1
)

func (IKScannerDeviceViewDisplayMode) String

type IKScannerDeviceViewTransferMode

type IKScannerDeviceViewTransferMode int64
const (
	IKScannerDeviceViewTransferModeFileBased   IKScannerDeviceViewTransferMode = 0
	IKScannerDeviceViewTransferModeMemoryBased IKScannerDeviceViewTransferMode = 1
)

func (IKScannerDeviceViewTransferMode) String

type IKSlideshow

type IKSlideshow struct {
	foundation.NSObject
}

@class IKSlideshow @abstract IKSlideshow handles a slideshow with images, PDFs & more.

Apple documentation: https://developer.apple.com/documentation/imagekit/ikslideshow

func IKSlideshowFromID

func IKSlideshowFromID(id objc.ID) *IKSlideshow

func IKSlideshowSharedSlideshow

func IKSlideshowSharedSlideshow() *IKSlideshow

@method sharedSlideshow @abstract shared instance of the IKSlideshow.

func (*IKSlideshow) AutoPlayDelay

func (o *IKSlideshow) AutoPlayDelay() float64

@property autoPlayDelay @abstract Array of filters reflecting the current user adjustments in the adjust or effects tab.

func (*IKSlideshow) IndexOfCurrentSlideshowItem

func (o *IKSlideshow) IndexOfCurrentSlideshowItem() uint

@method indexOfCurrentSlideshowItem: @abstract Returns index of current slideshow item.

func (*IKSlideshow) ReloadData

func (o *IKSlideshow) ReloadData()

@method reloadData: @abstract reloadData.

func (*IKSlideshow) ReloadSlideshowItemAtIndex

func (o *IKSlideshow) ReloadSlideshowItemAtIndex(index uint)

@method reloadSlideshowItemAtIndex: @abstract reloadSlideshowItemAtIndex.

func (*IKSlideshow) RunSlideshowWithDataSourceInModeOptions

func (o *IKSlideshow) RunSlideshowWithDataSourceInModeOptions(dataSource IKSlideshowDataSource, slideshowMode *foundation.NSString, slideshowOptions *foundation.NSDictionary[objc.ID, objc.ID])

@method runSlideshowWithDataSource:inMode:options: @abstract start the slideshow (slideshowOptions can be NULL).

func (*IKSlideshow) SetAutoPlayDelay

func (o *IKSlideshow) SetAutoPlayDelay(autoPlayDelay float64)

func (*IKSlideshow) StopSlideshow

func (o *IKSlideshow) StopSlideshow(sender objc.ID)

@method stopSlideshow: @abstract stop the slideshow.

type IKSlideshowDataSource

type IKSlideshowDataSource interface {
	NumberOfSlideshowItems() uint
	SlideshowItemAtIndex(index uint) objc.ID
}

IKSlideshowDataSource wraps the ObjC protocol IKSlideshowDataSource.

type Idtype_t

type Idtype_t int64
const (
	P_ALL  Idtype_t = 0
	P_PID  Idtype_t = 1
	P_PGID Idtype_t = 2
)

func (Idtype_t) String

func (e Idtype_t) String() string

type Ipc_info_object_type_t

type Ipc_info_object_type_t int64
const (
	IPC_OTYPE_NONE                 Ipc_info_object_type_t = 0
	IPC_OTYPE_THREAD_CONTROL       Ipc_info_object_type_t = 1
	IPC_OTYPE_TASK_CONTROL         Ipc_info_object_type_t = 2
	IPC_OTYPE_HOST                 Ipc_info_object_type_t = 3
	IPC_OTYPE_HOST_PRIV            Ipc_info_object_type_t = 4
	IPC_OTYPE_PROCESSOR            Ipc_info_object_type_t = 5
	IPC_OTYPE_PROCESSOR_SET        Ipc_info_object_type_t = 6
	IPC_OTYPE_PROCESSOR_SET_NAME   Ipc_info_object_type_t = 7
	IPC_OTYPE_TIMER                Ipc_info_object_type_t = 8
	IPC_OTYPE_PORT_SUBST_ONCE      Ipc_info_object_type_t = 9
	IPC_OTYPE_MIG                  Ipc_info_object_type_t = 10
	IPC_OTYPE_MEMORY_OBJECT        Ipc_info_object_type_t = 11
	IPC_OTYPE_XMM_PAGER            Ipc_info_object_type_t = 12
	IPC_OTYPE_XMM_KERNEL           Ipc_info_object_type_t = 13
	IPC_OTYPE_XMM_REPLY            Ipc_info_object_type_t = 14
	IPC_OTYPE_UND_REPLY            Ipc_info_object_type_t = 15
	IPC_OTYPE_HOST_NOTIFY          Ipc_info_object_type_t = 16
	IPC_OTYPE_HOST_SECURITY        Ipc_info_object_type_t = 17
	IPC_OTYPE_LEDGER               Ipc_info_object_type_t = 18
	IPC_OTYPE_MAIN_DEVICE          Ipc_info_object_type_t = 19
	IPC_OTYPE_TASK_NAME            Ipc_info_object_type_t = 20
	IPC_OTYPE_SUBSYSTEM            Ipc_info_object_type_t = 21
	IPC_OTYPE_IO_DONE_QUEUE        Ipc_info_object_type_t = 22
	IPC_OTYPE_SEMAPHORE            Ipc_info_object_type_t = 23
	IPC_OTYPE_LOCK_SET             Ipc_info_object_type_t = 24
	IPC_OTYPE_CLOCK                Ipc_info_object_type_t = 25
	IPC_OTYPE_CLOCK_CTRL           Ipc_info_object_type_t = 26
	IPC_OTYPE_IOKIT_IDENT          Ipc_info_object_type_t = 27
	IPC_OTYPE_NAMED_ENTRY          Ipc_info_object_type_t = 28
	IPC_OTYPE_IOKIT_CONNECT        Ipc_info_object_type_t = 29
	IPC_OTYPE_IOKIT_OBJECT         Ipc_info_object_type_t = 30
	IPC_OTYPE_UPL                  Ipc_info_object_type_t = 31
	IPC_OTYPE_MEM_OBJ_CONTROL      Ipc_info_object_type_t = 32
	IPC_OTYPE_AU_SESSIONPORT       Ipc_info_object_type_t = 33
	IPC_OTYPE_FILEPORT             Ipc_info_object_type_t = 34
	IPC_OTYPE_LABELH               Ipc_info_object_type_t = 35
	IPC_OTYPE_TASK_RESUME          Ipc_info_object_type_t = 36
	IPC_OTYPE_VOUCHER              Ipc_info_object_type_t = 37
	IPC_OTYPE_VOUCHER_ATTR_CONTROL Ipc_info_object_type_t = 38
	IPC_OTYPE_WORK_INTERVAL        Ipc_info_object_type_t = 39
	IPC_OTYPE_UX_HANDLER           Ipc_info_object_type_t = 40
	IPC_OTYPE_UEXT_OBJECT          Ipc_info_object_type_t = 41
	IPC_OTYPE_ARCADE_REG           Ipc_info_object_type_t = 42
	IPC_OTYPE_EVENTLINK            Ipc_info_object_type_t = 43
	IPC_OTYPE_TASK_INSPECT         Ipc_info_object_type_t = 44
	IPC_OTYPE_TASK_READ            Ipc_info_object_type_t = 45
	IPC_OTYPE_THREAD_INSPECT       Ipc_info_object_type_t = 46
	IPC_OTYPE_THREAD_READ          Ipc_info_object_type_t = 47
	IPC_OTYPE_SUID_CRED            Ipc_info_object_type_t = 48
	IPC_OTYPE_HYPERVISOR           Ipc_info_object_type_t = 49
	IPC_OTYPE_TASK_ID_TOKEN        Ipc_info_object_type_t = 50
	IPC_OTYPE_TASK_FATAL           Ipc_info_object_type_t = 51
	IPC_OTYPE_KCDATA               Ipc_info_object_type_t = 52
	IPC_OTYPE_EXCLAVES_RESOURCE    Ipc_info_object_type_t = 53
	IPC_OTYPE_THREAD_RESUME        Ipc_info_object_type_t = 54
	IPC_OTYPE_UNKNOWN              Ipc_info_object_type_t = 4294967295
)

func (Ipc_info_object_type_t) String

func (e Ipc_info_object_type_t) String() string

type Launch_data_type_t

type Launch_data_type_t int64
const (
	LAUNCH_DATA_DICTIONARY Launch_data_type_t = 1
	LAUNCH_DATA_ARRAY      Launch_data_type_t = 2
	LAUNCH_DATA_FD         Launch_data_type_t = 3
	LAUNCH_DATA_INTEGER    Launch_data_type_t = 4
	LAUNCH_DATA_REAL       Launch_data_type_t = 5
	LAUNCH_DATA_BOOL       Launch_data_type_t = 6
	LAUNCH_DATA_STRING     Launch_data_type_t = 7
	LAUNCH_DATA_OPAQUE     Launch_data_type_t = 8
	LAUNCH_DATA_ERRNO      Launch_data_type_t = 9
	LAUNCH_DATA_MACHPORT   Launch_data_type_t = 10
)

func (Launch_data_type_t) String

func (e Launch_data_type_t) String() string

type MDLabelDomain

type MDLabelDomain int64

@typedef MDLabelDomain @abstract These constants are used to specify a domain to MDLabelCreate().

const (
	KMDLabelUserDomain  MDLabelDomain = 0
	KMDLabelLocalDomain MDLabelDomain = 1
)

func (MDLabelDomain) String

func (e MDLabelDomain) String() string

type MDQueryOptionFlags

type MDQueryOptionFlags int64
const (
	KMDQuerySynchronous        MDQueryOptionFlags = 1
	KMDQueryWantsUpdates       MDQueryOptionFlags = 4
	KMDQueryAllowFSTranslation MDQueryOptionFlags = 8
)

func (MDQueryOptionFlags) String

func (e MDQueryOptionFlags) String() string

type MDQuerySortOptionFlags

type MDQuerySortOptionFlags int64

@enum MDQuerySortOptionFlags @constant kMDQueryReverseSortOrderFlag Sort the attribute in reverse order.

const (
	KMDQueryReverseSortOrderFlag MDQuerySortOptionFlags = 1
)

func (MDQuerySortOptionFlags) String

func (e MDQuerySortOptionFlags) String() string

type Mach_vm_range_flags_t

type Mach_vm_range_flags_t int64
const (
	MACH_VM_RANGE_NONE Mach_vm_range_flags_t = 0
)

func (Mach_vm_range_flags_t) String

func (e Mach_vm_range_flags_t) String() string

type Mach_vm_range_flavor_t

type Mach_vm_range_flavor_t int64
const (
	MACH_VM_RANGE_FLAVOR_INVALID Mach_vm_range_flavor_t = 0
	MACH_VM_RANGE_FLAVOR_V1      Mach_vm_range_flavor_t = 1
)

func (Mach_vm_range_flavor_t) String

func (e Mach_vm_range_flavor_t) String() string

type Mach_vm_range_tag_t

type Mach_vm_range_tag_t int64
const (
	MACH_VM_RANGE_DEFAULT Mach_vm_range_tag_t = 0
	MACH_VM_RANGE_DATA    Mach_vm_range_tag_t = 1
	MACH_VM_RANGE_FIXED   Mach_vm_range_tag_t = 2
)

func (Mach_vm_range_tag_t) String

func (e Mach_vm_range_tag_t) String() string

type Mpo_flags_t

type Mpo_flags_t int64
const (
	MPO_PORT                            Mpo_flags_t = 0
	MPO_SERVICE_PORT                    Mpo_flags_t = 1024
	MPO_CONNECTION_PORT                 Mpo_flags_t = 2048
	MPO_REPLY_PORT                      Mpo_flags_t = 4096
	MPO_WEAK_REPLY_PORT                 Mpo_flags_t = 16384
	MPO_NOTIFICATION_PORT               Mpo_flags_t = 17408
	MPO_EXCEPTION_PORT                  Mpo_flags_t = 32768
	MPO_CONNECTION_PORT_WITH_PORT_ARRAY Mpo_flags_t = 65536
)

func (Mpo_flags_t) String

func (e Mpo_flags_t) String() string

type NXMouseButton

type NXMouseButton int64
const (
	NX_OneButton   NXMouseButton = 0
	NX_LeftButton  NXMouseButton = 1
	NX_RightButton NXMouseButton = 2
)

func (NXMouseButton) String

func (e NXMouseButton) String() string

type Os_clockid_t

type Os_clockid_t int64
const (
	OS_CLOCK_MACH_ABSOLUTE_TIME Os_clockid_t = 32
)

func (Os_clockid_t) String

func (e Os_clockid_t) String() string

type Os_unfair_lock_flags_t

type Os_unfair_lock_flags_t int64
const (
	OS_UNFAIR_LOCK_FLAG_NONE          Os_unfair_lock_flags_t = 0
	OS_UNFAIR_LOCK_FLAG_ADAPTIVE_SPIN Os_unfair_lock_flags_t = 262144
)

func (Os_unfair_lock_flags_t) String

func (e Os_unfair_lock_flags_t) String() string

type PMPageToPaperMappingType

type PMPageToPaperMappingType int64
const (
	KPMPageToPaperMappingNone       PMPageToPaperMappingType = 1
	KPMPageToPaperMappingScaleToFit PMPageToPaperMappingType = 2
)

func (PMPageToPaperMappingType) String

func (e PMPageToPaperMappingType) String() string

type Ptrauth_key

type Ptrauth_key int64
const (
	Ptrauth_key_none                     Ptrauth_key = -1
	Ptrauth_key_asia                     Ptrauth_key = 0
	Ptrauth_key_asib                     Ptrauth_key = 1
	Ptrauth_key_asda                     Ptrauth_key = 2
	Ptrauth_key_asdb                     Ptrauth_key = 3
	Ptrauth_key_process_independent_code Ptrauth_key = 0
	Ptrauth_key_process_dependent_code   Ptrauth_key = 1
	Ptrauth_key_process_independent_data Ptrauth_key = 2
	Ptrauth_key_process_dependent_data   Ptrauth_key = 3
	Ptrauth_key_return_address           Ptrauth_key = 1
	Ptrauth_key_frame_pointer            Ptrauth_key = 3
	Ptrauth_key_function_pointer         Ptrauth_key = 0
	Ptrauth_key_block_function           Ptrauth_key = 0
	Ptrauth_key_cxx_vtable_pointer       Ptrauth_key = 2
	Ptrauth_key_method_list_pointer      Ptrauth_key = 2
	Ptrauth_key_objc_isa_pointer         Ptrauth_key = 2
	Ptrauth_key_objc_super_pointer       Ptrauth_key = 2
	Ptrauth_key_objc_sel_pointer         Ptrauth_key = 3
	Ptrauth_key_objc_class_ro_pointer    Ptrauth_key = 2
	Ptrauth_key_block_descriptor_pointer Ptrauth_key = 2
	Ptrauth_key_init_fini_pointer        Ptrauth_key = 0
)

func (Ptrauth_key) String

func (e Ptrauth_key) String() string

type Qos_class_t

type Qos_class_t uint32
const (
	QOS_CLASS_USER_INTERACTIVE Qos_class_t = 33
	QOS_CLASS_USER_INITIATED   Qos_class_t = 25
	QOS_CLASS_DEFAULT          Qos_class_t = 21
	QOS_CLASS_UTILITY          Qos_class_t = 17
	QOS_CLASS_BACKGROUND       Qos_class_t = 9
	QOS_CLASS_UNSPECIFIED      Qos_class_t = 0
)

func (Qos_class_t) String

func (e Qos_class_t) String() string

type Virtual_memory_guard_exception_code_t

type Virtual_memory_guard_exception_code_t int64
const (
	KGUARD_EXC_DEALLOC_GAP                   Virtual_memory_guard_exception_code_t = 1
	KGUARD_EXC_RECLAIM_COPYIO_FAILURE        Virtual_memory_guard_exception_code_t = 2
	KGUARD_EXC_RECLAIM_INDEX_FAILURE         Virtual_memory_guard_exception_code_t = 4
	KGUARD_EXC_RECLAIM_DEALLOCATE_FAILURE    Virtual_memory_guard_exception_code_t = 8
	KGUARD_EXC_RECLAIM_ACCOUNTING_FAILURE    Virtual_memory_guard_exception_code_t = 9
	KGUARD_EXC_SEC_IOPL_ON_EXEC_PAGE         Virtual_memory_guard_exception_code_t = 10
	KGUARD_EXC_SEC_EXEC_ON_IOPL_PAGE         Virtual_memory_guard_exception_code_t = 11
	KGUARD_EXC_SEC_UPL_WRITE_ON_EXEC_REGION  Virtual_memory_guard_exception_code_t = 12
	KGUARD_EXC_LARGE_ALLOCATION_TELEMETRY    Virtual_memory_guard_exception_code_t = 13
	KGUARD_EXC_SEC_ACCESS_FAULT              Virtual_memory_guard_exception_code_t = 98
	KGUARD_EXC_SEC_ASYNC_ACCESS_FAULT        Virtual_memory_guard_exception_code_t = 99
	KGUARD_EXC_SEC_COPY_DENIED               Virtual_memory_guard_exception_code_t = 100
	KGUARD_EXC_SEC_SHARING_DENIED            Virtual_memory_guard_exception_code_t = 101
	KGUARD_EXC_MTE_SYNC_FAULT                Virtual_memory_guard_exception_code_t = 200
	KGUARD_EXC_MTE_ASYNC_USER_FAULT          Virtual_memory_guard_exception_code_t = 201
	KGUARD_EXC_MTE_ASYNC_KERN_FAULT          Virtual_memory_guard_exception_code_t = 202
	KGUARD_EXC_GUARD_OBJECT_ASYNC_USER_FAULT Virtual_memory_guard_exception_code_t = 203
	KGUARD_EXC_GUARD_OBJECT_ASYNC_KERN_FAULT Virtual_memory_guard_exception_code_t = 204
)

func (Virtual_memory_guard_exception_code_t) String

type Xpc_listener_create_flags_t

type Xpc_listener_create_flags_t int64
const (
	XPC_LISTENER_CREATE_NONE             Xpc_listener_create_flags_t = 0
	XPC_LISTENER_CREATE_INACTIVE         Xpc_listener_create_flags_t = 1
	XPC_LISTENER_CREATE_FORCE_MACH       Xpc_listener_create_flags_t = 2
	XPC_LISTENER_CREATE_FORCE_XPCSERVICE Xpc_listener_create_flags_t = 4
)

func (Xpc_listener_create_flags_t) String

type Xpc_session_create_flags_t

type Xpc_session_create_flags_t int64
const (
	XPC_SESSION_CREATE_NONE            Xpc_session_create_flags_t = 0
	XPC_SESSION_CREATE_INACTIVE        Xpc_session_create_flags_t = 1
	XPC_SESSION_CREATE_MACH_PRIVILEGED Xpc_session_create_flags_t = 2
)

func (Xpc_session_create_flags_t) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL