Documentation
¶
Overview ¶
Package pencilkit provides purego-based Go bindings for the macOS PencilKit framework.
Apple documentation: https://developer.apple.com/documentation/pencilkit
Index ¶
- func PKAppleDrawingTypeIdentifier() uintptr
- func PKEraserToolDefaultWidthForEraserType(eraserType PKEraserType) float64
- func PKEraserToolMaximumWidthForEraserType(eraserType PKEraserType) float64
- func PKEraserToolMinimumWidthForEraserType(eraserType PKEraserType) float64
- func PKInkTypeCrayon() *foundation.NSString
- func PKInkTypeFountainPen() *foundation.NSString
- func PKInkTypeMarker() *foundation.NSString
- func PKInkTypeMonoline() *foundation.NSString
- func PKInkTypePen() *foundation.NSString
- func PKInkTypePencil() *foundation.NSString
- func PKInkTypeReed() *foundation.NSString
- func PKInkTypeWatercolor() *foundation.NSString
- func PKInkingToolDefaultWidthForInkType(inkType *foundation.NSString) float64
- func PKInkingToolInvertColor(color unsafe.Pointer) unsafe.Pointer
- func PKInkingToolMaximumWidthForInkType(inkType *foundation.NSString) float64
- func PKInkingToolMinimumWidthForInkType(inkType *foundation.NSString) float64
- type Acl_entry_id_t
- type Acl_flag_t
- type Acl_perm_t
- type Acl_tag_t
- type Acl_type_t
- type CGLCPContextPriorityRequest
- type Clockid_t
- type Dispatch_autorelease_frequency_t
- type Dispatch_block_flags_t
- type EvCmd
- type Filesec_property_t
- type Idtype_t
- type Ipc_info_object_type_t
- type Launch_data_type_t
- type MDLabelDomain
- type MDQueryOptionFlags
- type MDQuerySortOptionFlags
- type Mach_vm_range_flags_t
- type Mach_vm_range_flavor_t
- type Mach_vm_range_tag_t
- type Mpo_flags_t
- type NXMouseButton
- type Os_clockid_t
- type Os_unfair_lock_flags_t
- type PKContentVersion
- type PKDrawing
- func (o *PKDrawing) Bounds() corefoundation.CGRect
- func (o *PKDrawing) DataRepresentation() *foundation.NSData
- func (o *PKDrawing) DrawingByAppendingDrawing(drawing *PKDrawing) *PKDrawing
- func (o *PKDrawing) DrawingByAppendingStrokes(strokes *foundation.NSArray[*PKStroke]) *PKDrawing
- func (o *PKDrawing) DrawingByApplyingTransform(transform corefoundation.CGAffineTransform) *PKDrawing
- func (o *PKDrawing) ImageFromRectScale(rect corefoundation.CGRect, scale float64) *appkit.NSImage
- func (o *PKDrawing) Init() *PKDrawing
- func (o *PKDrawing) InitWithDataError(data *foundation.NSData) (*PKDrawing, error)
- func (o *PKDrawing) InitWithStrokes(strokes *foundation.NSArray[*PKStroke]) *PKDrawing
- func (o *PKDrawing) RequiredContentVersion() PKContentVersion
- func (o *PKDrawing) Strokes() *foundation.NSArray[*PKStroke]
- type PKEraserTool
- type PKEraserType
- type PKFloatRange
- type PKInk
- type PKInkingTool
- func (o *PKInkingTool) Azimuth() float64
- func (o *PKInkingTool) Color() *appkit.NSColor
- func (o *PKInkingTool) InitWithInkTypeColor(type_ *foundation.NSString, color *appkit.NSColor) *PKInkingTool
- func (o *PKInkingTool) InitWithInkTypeColorWidth(type_ *foundation.NSString, color *appkit.NSColor, width float64) *PKInkingTool
- func (o *PKInkingTool) InitWithInkTypeColorWidthAzimuth(type_ *foundation.NSString, color *appkit.NSColor, width float64, ...) *PKInkingTool
- func (o *PKInkingTool) InitWithInkWidth(ink *PKInk, width float64) *PKInkingTool
- func (o *PKInkingTool) Ink() *PKInk
- func (o *PKInkingTool) InkType() *foundation.NSString
- func (o *PKInkingTool) RequiredContentVersion() PKContentVersion
- func (o *PKInkingTool) Width() float64
- type PKLassoTool
- type PKStroke
- func (o *PKStroke) InitWithInkStrokePathTransformMask(ink *PKInk, strokePath *PKStrokePath, ...) *PKStroke
- func (o *PKStroke) InitWithInkStrokePathTransformMaskRandomSeed(ink *PKInk, strokePath *PKStrokePath, ...) *PKStroke
- func (o *PKStroke) Ink() *PKInk
- func (o *PKStroke) Mask() *appkit.NSBezierPath
- func (o *PKStroke) MaskedPathRanges() *foundation.NSArray[*PKFloatRange]
- func (o *PKStroke) Path() *PKStrokePath
- func (o *PKStroke) RandomSeed() uint32
- func (o *PKStroke) RenderBounds() corefoundation.CGRect
- func (o *PKStroke) RequiredContentVersion() PKContentVersion
- func (o *PKStroke) Transform() corefoundation.CGAffineTransform
- type PKStrokePath
- func (o *PKStrokePath) Count() uint
- func (o *PKStrokePath) CreationDate() *foundation.NSDate
- func (o *PKStrokePath) EnumerateInterpolatedPointsInRangeStrideByDistanceUsing(range_ *PKFloatRange, distanceStep float64, block func(*PKStrokePoint, *bool))
- func (o *PKStrokePath) EnumerateInterpolatedPointsInRangeStrideByParametricStepUsing(range_ *PKFloatRange, parametricStep float64, ...)
- func (o *PKStrokePath) EnumerateInterpolatedPointsInRangeStrideByTimeUsing(range_ *PKFloatRange, timeStep float64, block func(*PKStrokePoint, *bool))
- func (o *PKStrokePath) InitWithControlPointsCreationDate(controlPoints *foundation.NSArray[*PKStrokePoint], ...) *PKStrokePath
- func (o *PKStrokePath) InterpolatedLocationAt(parametricValue float64) corefoundation.CGPoint
- func (o *PKStrokePath) InterpolatedPointAt(parametricValue float64) *PKStrokePoint
- func (o *PKStrokePath) ObjectAtIndexedSubscript(i uint) *PKStrokePoint
- func (o *PKStrokePath) ParametricValueOffsetByDistance(parametricValue float64, distanceStep float64) float64
- func (o *PKStrokePath) ParametricValueOffsetByTime(parametricValue float64, timeStep float64) float64
- func (o *PKStrokePath) PointAtIndex(i uint) *PKStrokePoint
- type PKStrokePoint
- func (o *PKStrokePoint) Altitude() float64
- func (o *PKStrokePoint) Azimuth() float64
- func (o *PKStrokePoint) Force() float64
- func (o *PKStrokePoint) InitWithLocationTimeOffsetSizeOpacityForceAzimuthAltitude(location corefoundation.CGPoint, timeOffset float64, ...) *PKStrokePoint
- func (o *PKStrokePoint) InitWithLocationTimeOffsetSizeOpacityForceAzimuthAltitudeSecondaryScale(location corefoundation.CGPoint, timeOffset float64, ...) *PKStrokePoint
- func (o *PKStrokePoint) InitWithLocationTimeOffsetSizeOpacityForceAzimuthAltitudeSecondaryScaleThreshold(location corefoundation.CGPoint, timeOffset float64, ...) *PKStrokePoint
- func (o *PKStrokePoint) Location() corefoundation.CGPoint
- func (o *PKStrokePoint) Opacity() float64
- func (o *PKStrokePoint) SecondaryScale() float64
- func (o *PKStrokePoint) Size() corefoundation.CGSize
- func (o *PKStrokePoint) Threshold() float64
- func (o *PKStrokePoint) TimeOffset() float64
- type PKTool
- type PKToolPickerEraserItem
- type PKToolPickerInkingItem
- func (o *PKToolPickerInkingItem) AllowsColorSelection() bool
- func (o *PKToolPickerInkingItem) InitWithInkType(inkType *foundation.NSString) *PKToolPickerInkingItem
- func (o *PKToolPickerInkingItem) InitWithInkTypeColor(inkType *foundation.NSString, color *appkit.NSColor) *PKToolPickerInkingItem
- func (o *PKToolPickerInkingItem) InitWithInkTypeColorWidth(inkType *foundation.NSString, color *appkit.NSColor, width float64) *PKToolPickerInkingItem
- func (o *PKToolPickerInkingItem) InitWithInkTypeColorWidthAzimuthIdentifier(inkType *foundation.NSString, color *appkit.NSColor, width float64, ...) *PKToolPickerInkingItem
- func (o *PKToolPickerInkingItem) InitWithInkTypeColorWidthIdentifier(inkType *foundation.NSString, color *appkit.NSColor, width float64, ...) *PKToolPickerInkingItem
- func (o *PKToolPickerInkingItem) InitWithInkTypeWidth(inkType *foundation.NSString, width float64) *PKToolPickerInkingItem
- func (o *PKToolPickerInkingItem) InkingTool() *PKInkingTool
- func (o *PKToolPickerInkingItem) SetAllowsColorSelection(allowsColorSelection bool)
- type PKToolPickerItem
- type PMPageToPaperMappingType
- type Ptrauth_key
- type Qos_class_t
- type Virtual_memory_guard_exception_code_t
- type Xpc_listener_create_flags_t
- type Xpc_session_create_flags_t
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PKAppleDrawingTypeIdentifier ¶
func PKAppleDrawingTypeIdentifier() uintptr
The UTType for storing drawing data.
func PKEraserToolDefaultWidthForEraserType ¶
func PKEraserToolDefaultWidthForEraserType(eraserType PKEraserType) float64
The default width for an eraser type.
func PKEraserToolMaximumWidthForEraserType ¶
func PKEraserToolMaximumWidthForEraserType(eraserType PKEraserType) float64
The maximum width for an eraser type.
func PKEraserToolMinimumWidthForEraserType ¶
func PKEraserToolMinimumWidthForEraserType(eraserType PKEraserType) float64
The minimum width for an eraser type.
func PKInkTypeCrayon ¶
func PKInkTypeCrayon() *foundation.NSString
func PKInkTypeFountainPen ¶
func PKInkTypeFountainPen() *foundation.NSString
func PKInkTypeMarker ¶
func PKInkTypeMarker() *foundation.NSString
func PKInkTypeMonoline ¶
func PKInkTypeMonoline() *foundation.NSString
func PKInkTypePen ¶
func PKInkTypePen() *foundation.NSString
func PKInkTypePencil ¶
func PKInkTypePencil() *foundation.NSString
func PKInkTypeReed ¶
func PKInkTypeReed() *foundation.NSString
func PKInkTypeWatercolor ¶
func PKInkTypeWatercolor() *foundation.NSString
func PKInkingToolDefaultWidthForInkType ¶
func PKInkingToolDefaultWidthForInkType(inkType *foundation.NSString) float64
The default width for an ink of a type.
func PKInkingToolInvertColor ¶
Converts a color from light to dark appearance or vice versa. @param color The color to be inverted light<->dark. @return The inverted color. This has the same effect as `convertColor` with opposite user interface styles.
func PKInkingToolMaximumWidthForInkType ¶
func PKInkingToolMaximumWidthForInkType(inkType *foundation.NSString) float64
The maximum width for an ink of a type.
func PKInkingToolMinimumWidthForInkType ¶
func PKInkingToolMinimumWidthForInkType(inkType *foundation.NSString) float64
The minimum width for an ink of a type.
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_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 ¶
func (e CGLCPContextPriorityRequest) 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 ¶
func (e Dispatch_autorelease_frequency_t) String() 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 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 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 PKContentVersion ¶
type PKContentVersion int64
const ( // Version for inks introduced in iOS 14.0. Inks included are Pen, Pencil, and Marker. PKContentVersion1 PKContentVersion = 1 // Version for inks introduced in iOS 17.0. Inks included are Pen, Pencil, Marker, Monoline, Fountain Pen, Watercolor, and Crayon. PKContentVersion2 PKContentVersion = 2 // New Fountain Pen PKContentVersion3 PKContentVersion = 3 // New Reed Pen PKContentVersion4 PKContentVersion = 4 // The latest version including all features. PKContentVersionLatest PKContentVersion = 4 )
func (PKContentVersion) String ¶
func (e PKContentVersion) String() string
type PKDrawing ¶
type PKDrawing struct {
foundation.NSObject
}
Apple documentation: https://developer.apple.com/documentation/pencilkit/pkdrawing
func PKDrawingFromID ¶
func (*PKDrawing) Bounds ¶
func (o *PKDrawing) Bounds() corefoundation.CGRect
The bounds of the drawing's contents, taking into account the rendered width of all content. If these bounds are used to render an image with `imageFromRect:scale:`, no contents will be cropped.
func (*PKDrawing) DataRepresentation ¶
func (o *PKDrawing) DataRepresentation() *foundation.NSData
Generate a data representation of the drawing. @return A NSData object containing a representation of the drawing.
func (*PKDrawing) DrawingByAppendingDrawing ¶
Returns a new drawing by appending the contents of `drawing` on top of the receiver’s contents. @param drawing The drawing to append. @return A new copy of this drawing with `drawing` appended onto it.
func (*PKDrawing) DrawingByAppendingStrokes ¶
func (o *PKDrawing) DrawingByAppendingStrokes(strokes *foundation.NSArray[*PKStroke]) *PKDrawing
Create a new drawing by appending an array of strokes to this drawing. This is a convenience method, to quickly add strokes to a drawing. @param strokes The strokes to append. @return A new copy of this drawing with `strokes` appended onto it.
func (*PKDrawing) DrawingByApplyingTransform ¶
func (o *PKDrawing) DrawingByApplyingTransform(transform corefoundation.CGAffineTransform) *PKDrawing
Returns a new drawing with `transform` applied. @param transform The transform to apply to this drawing. @return A new copy of this drawing with `transform` applied.
func (*PKDrawing) ImageFromRectScale ¶
func (*PKDrawing) InitWithDataError ¶
func (o *PKDrawing) InitWithDataError(data *foundation.NSData) (*PKDrawing, error)
Initializes and returns the drawing with the specified data. @param data The data containing the drawing data. @param error If an error occurs, upon return the NSError object describes the error. Set to NULL to ignore errors. @return On success, an initialized PKDrawing object. If nil, the outError parameter contains an NSError instance describing the problem.
func (*PKDrawing) InitWithStrokes ¶
func (o *PKDrawing) InitWithStrokes(strokes *foundation.NSArray[*PKStroke]) *PKDrawing
Initializes a drawing with an array of strokes.
func (*PKDrawing) RequiredContentVersion ¶
func (o *PKDrawing) RequiredContentVersion() PKContentVersion
The PencilKit version required to use this drawing.
type PKEraserTool ¶
type PKEraserTool struct {
PKTool
}
Apple documentation: https://developer.apple.com/documentation/pencilkit/pkerasertool
func PKEraserToolFromID ¶
func PKEraserToolFromID(id objc.ID) *PKEraserTool
func (*PKEraserTool) InitWithEraserType ¶
func (o *PKEraserTool) InitWithEraserType(eraserType PKEraserType) *PKEraserTool
func (*PKEraserTool) InitWithEraserTypeWidth ¶
func (o *PKEraserTool) InitWithEraserTypeWidth(eraserType PKEraserType, width float64) *PKEraserTool
Create a new eraser tool with a width. @param eraserType The type of eraser. @param width The width of the eraser.
type PKEraserType ¶
type PKEraserType int64
const ( PKEraserTypeVector PKEraserType = 0 PKEraserTypeBitmap PKEraserType = 1 PKEraserTypeFixedWidthBitmap PKEraserType = 2 )
func (PKEraserType) String ¶
func (e PKEraserType) String() string
type PKFloatRange ¶
type PKFloatRange struct {
foundation.NSObject
}
Apple documentation: https://developer.apple.com/documentation/pencilkit/pkfloatrange
func PKFloatRangeFromID ¶
func PKFloatRangeFromID(id objc.ID) *PKFloatRange
func (*PKFloatRange) InitWithLowerBoundUpperBound ¶
func (o *PKFloatRange) InitWithLowerBoundUpperBound(lowerBound float64, upperBound float64) *PKFloatRange
func (*PKFloatRange) LowerBound ¶
func (o *PKFloatRange) LowerBound() float64
func (*PKFloatRange) UpperBound ¶
func (o *PKFloatRange) UpperBound() float64
type PKInk ¶
type PKInk struct {
foundation.NSObject
}
Apple documentation: https://developer.apple.com/documentation/pencilkit/pkink
func PKInkFromID ¶
func (*PKInk) InitWithInkTypeColor ¶
func (*PKInk) InkType ¶
func (o *PKInk) InkType() *foundation.NSString
The type of ink, eg. pen, pencil...
func (*PKInk) RequiredContentVersion ¶
func (o *PKInk) RequiredContentVersion() PKContentVersion
The PencilKit version required to use this ink.
type PKInkingTool ¶
type PKInkingTool struct {
PKTool
}
Apple documentation: https://developer.apple.com/documentation/pencilkit/pkinkingtool
func PKInkingToolFromID ¶
func PKInkingToolFromID(id objc.ID) *PKInkingTool
func (*PKInkingTool) Color ¶
func (o *PKInkingTool) Color() *appkit.NSColor
func (*PKInkingTool) InitWithInkTypeColor ¶
func (o *PKInkingTool) InitWithInkTypeColor(type_ *foundation.NSString, color *appkit.NSColor) *PKInkingTool
func (*PKInkingTool) InitWithInkTypeColorWidth ¶
func (o *PKInkingTool) InitWithInkTypeColorWidth(type_ *foundation.NSString, color *appkit.NSColor, width float64) *PKInkingTool
func (*PKInkingTool) InitWithInkTypeColorWidthAzimuth ¶
func (o *PKInkingTool) InitWithInkTypeColorWidthAzimuth(type_ *foundation.NSString, color *appkit.NSColor, width float64, angle float64) *PKInkingTool
func (*PKInkingTool) InitWithInkWidth ¶
func (o *PKInkingTool) InitWithInkWidth(ink *PKInk, width float64) *PKInkingTool
Create a new inking tool for the provided ink. @param ink The ink to use. @param width The width of stroke to create.
func (*PKInkingTool) Ink ¶
func (o *PKInkingTool) Ink() *PKInk
The ink that this tool will create strokes with.
func (*PKInkingTool) InkType ¶
func (o *PKInkingTool) InkType() *foundation.NSString
The type of ink, eg. pen, pencil...
func (*PKInkingTool) RequiredContentVersion ¶
func (o *PKInkingTool) RequiredContentVersion() PKContentVersion
The PencilKit version required to use this inking tool.
type PKLassoTool ¶
type PKLassoTool struct {
PKTool
}
Apple documentation: https://developer.apple.com/documentation/pencilkit/pklassotool
func PKLassoToolFromID ¶
func PKLassoToolFromID(id objc.ID) *PKLassoTool
func (*PKLassoTool) Init ¶
func (o *PKLassoTool) Init() *PKLassoTool
type PKStroke ¶
type PKStroke struct {
foundation.NSObject
}
Apple documentation: https://developer.apple.com/documentation/pencilkit/pkstroke
func PKStrokeFromID ¶
func (*PKStroke) InitWithInkStrokePathTransformMask ¶
func (o *PKStroke) InitWithInkStrokePathTransformMask(ink *PKInk, strokePath *PKStrokePath, transform corefoundation.CGAffineTransform, mask *appkit.NSBezierPath) *PKStroke
func (*PKStroke) InitWithInkStrokePathTransformMaskRandomSeed ¶
func (o *PKStroke) InitWithInkStrokePathTransformMaskRandomSeed(ink *PKInk, strokePath *PKStrokePath, transform corefoundation.CGAffineTransform, mask *appkit.NSBezierPath, randomSeed uint32) *PKStroke
func (*PKStroke) Mask ¶
func (o *PKStroke) Mask() *appkit.NSBezierPath
func (*PKStroke) MaskedPathRanges ¶
func (o *PKStroke) MaskedPathRanges() *foundation.NSArray[*PKFloatRange]
These are the parametric parameter ranges of points in `strokePath` that intersect the stroke's mask.
func (*PKStroke) Path ¶
func (o *PKStroke) Path() *PKStrokePath
The B-spline path that describes this stroke.
func (*PKStroke) RandomSeed ¶
The random seed for drawing strokes that use randomized effects.
func (*PKStroke) RenderBounds ¶
func (o *PKStroke) RenderBounds() corefoundation.CGRect
The bounds of the rendered stroke. This includes the width & ink of the stroke after the transform is applied.
func (*PKStroke) RequiredContentVersion ¶
func (o *PKStroke) RequiredContentVersion() PKContentVersion
The PencilKit version required to use this stroke.
func (*PKStroke) Transform ¶
func (o *PKStroke) Transform() corefoundation.CGAffineTransform
The affine transform of the stroke when rendered.
type PKStrokePath ¶
type PKStrokePath struct {
foundation.NSObject
}
Apple documentation: https://developer.apple.com/documentation/pencilkit/pkstrokepath
func PKStrokePathFromID ¶
func PKStrokePathFromID(id objc.ID) *PKStrokePath
func (*PKStrokePath) Count ¶
func (o *PKStrokePath) Count() uint
The number of control points in this stroke path.
func (*PKStrokePath) CreationDate ¶
func (o *PKStrokePath) CreationDate() *foundation.NSDate
The time at which this stroke path was started. The `timeOffset` of contained PKStrokePoints is relative to this date.
func (*PKStrokePath) EnumerateInterpolatedPointsInRangeStrideByDistanceUsing ¶
func (o *PKStrokePath) EnumerateInterpolatedPointsInRangeStrideByDistanceUsing(range_ *PKFloatRange, distanceStep float64, block func(*PKStrokePoint, *bool))
Executes a given block using each point in a range with a distance step. @param range The parametric range to enumerate points in. @param distanceStep The distance to step between points. @param block The block to execute for each point. This block takes two parameters point The interpolated point on the spline. stop A reference to a Boolean value. Setting the value to YES within the block stops further enumeration of the array. If a block stops further enumeration, that block continues to run until it’s finished.
func (*PKStrokePath) EnumerateInterpolatedPointsInRangeStrideByParametricStepUsing ¶
func (o *PKStrokePath) EnumerateInterpolatedPointsInRangeStrideByParametricStepUsing(range_ *PKFloatRange, parametricStep float64, block func(*PKStrokePoint, *bool))
Executes a given block using each point in a range with a parametric step. @param range The parametric range to enumerate points in. @param parametricStep The parametric step between points. @param block The block to execute for each point. This block takes two parameters point The interpolated point on the spline. stop A reference to a Boolean value. Setting the value to YES within the block stops further enumeration of the array. If a block stops further enumeration, that block continues to run until it’s finished.
func (*PKStrokePath) EnumerateInterpolatedPointsInRangeStrideByTimeUsing ¶
func (o *PKStrokePath) EnumerateInterpolatedPointsInRangeStrideByTimeUsing(range_ *PKFloatRange, timeStep float64, block func(*PKStrokePoint, *bool))
Executes a given block using each point in a range with a time step. @param range The parametric range to enumerate points in. @param timeStep The time interval to step between points. @param block The block to execute for each point. This block takes two parameters point The interpolated point on the spline. stop A reference to a Boolean value. Setting the value to YES within the block stops further enumeration of the array. If a block stops further enumeration, that block continues to run until it’s finished.
func (*PKStrokePath) InitWithControlPointsCreationDate ¶
func (o *PKStrokePath) InitWithControlPointsCreationDate(controlPoints *foundation.NSArray[*PKStrokePoint], creationDate *foundation.NSDate) *PKStrokePath
Create a stroke path value with the given cubic B-spline control points. @param controlPoints An array of control points for a cubic B-spline. @param creationDate The start time of this path.
func (*PKStrokePath) InterpolatedLocationAt ¶
func (o *PKStrokePath) InterpolatedLocationAt(parametricValue float64) corefoundation.CGPoint
The on-curve location for the floating point [0, count-1] `parametricValue` parameter. This has better performance than `[self interpolatedPointAt: parametricValue].location` for when only the location is required.
func (*PKStrokePath) InterpolatedPointAt ¶
func (o *PKStrokePath) InterpolatedPointAt(parametricValue float64) *PKStrokePoint
The on-curve point for the floating point [0, count-1] `parametricValue` parameter.
func (*PKStrokePath) ObjectAtIndexedSubscript ¶
func (o *PKStrokePath) ObjectAtIndexedSubscript(i uint) *PKStrokePoint
Returns B-spline control point at index `i`.
func (*PKStrokePath) ParametricValueOffsetByDistance ¶
func (o *PKStrokePath) ParametricValueOffsetByDistance(parametricValue float64, distanceStep float64) float64
Returns a parametric value on the B-spline that is a specified distance from the given parametric value. @param parametricValue The floating point [0, count-1] parametric value. @param distanceStep The distance to offset `parametricValue`. `distanceStep` can be positive or negative. @return A parametric value offset by `distanceStep` from `parametricValue`.
func (*PKStrokePath) ParametricValueOffsetByTime ¶
func (o *PKStrokePath) ParametricValueOffsetByTime(parametricValue float64, timeStep float64) float64
Returns a parametric value on the B-spline that is a specified time from the given parametric value. @param parametricValue The floating point [0, count-1] parametric value. @param timeStep The time to offset `parametricValue`. `timeStep` can be positive or negative. @return A parametric value offset by `timeStep` from `parametricValue`.
func (*PKStrokePath) PointAtIndex ¶
func (o *PKStrokePath) PointAtIndex(i uint) *PKStrokePoint
Returns B-spline control point at index `i`.
type PKStrokePoint ¶
type PKStrokePoint struct {
foundation.NSObject
}
Apple documentation: https://developer.apple.com/documentation/pencilkit/pkstrokepoint
func PKStrokePointFromID ¶
func PKStrokePointFromID(id objc.ID) *PKStrokePoint
func (*PKStrokePoint) Altitude ¶
func (o *PKStrokePoint) Altitude() float64
Altitude used to create this point in radians, 0.0-π/2 radians
func (*PKStrokePoint) Azimuth ¶
func (o *PKStrokePoint) Azimuth() float64
Azimuth of the point in radians, 0.0-2π radians
func (*PKStrokePoint) Force ¶
func (o *PKStrokePoint) Force() float64
Force used to create this point.
func (*PKStrokePoint) InitWithLocationTimeOffsetSizeOpacityForceAzimuthAltitude ¶
func (o *PKStrokePoint) InitWithLocationTimeOffsetSizeOpacityForceAzimuthAltitude(location corefoundation.CGPoint, timeOffset float64, size corefoundation.CGSize, opacity float64, force float64, azimuth float64, altitude float64) *PKStrokePoint
Create a new point with the provided properties.
func (*PKStrokePoint) InitWithLocationTimeOffsetSizeOpacityForceAzimuthAltitudeSecondaryScale ¶
func (o *PKStrokePoint) InitWithLocationTimeOffsetSizeOpacityForceAzimuthAltitudeSecondaryScale(location corefoundation.CGPoint, timeOffset float64, size corefoundation.CGSize, opacity float64, force float64, azimuth float64, altitude float64, secondaryScale float64) *PKStrokePoint
Create a new point with the provided properties.
func (*PKStrokePoint) InitWithLocationTimeOffsetSizeOpacityForceAzimuthAltitudeSecondaryScaleThreshold ¶
func (o *PKStrokePoint) InitWithLocationTimeOffsetSizeOpacityForceAzimuthAltitudeSecondaryScaleThreshold(location corefoundation.CGPoint, timeOffset float64, size corefoundation.CGSize, opacity float64, force float64, azimuth float64, altitude float64, secondaryScale float64, threshold float64) *PKStrokePoint
Create a new point with the provided properties.
func (*PKStrokePoint) Location ¶
func (o *PKStrokePoint) Location() corefoundation.CGPoint
Location of the point.
func (*PKStrokePoint) SecondaryScale ¶
func (o *PKStrokePoint) SecondaryScale() float64
The scaling of the point for secondary effects. For example the scaling of the pigment in the watercolor ink.
func (*PKStrokePoint) Size ¶
func (o *PKStrokePoint) Size() corefoundation.CGSize
Size of the point.
func (*PKStrokePoint) Threshold ¶
func (o *PKStrokePoint) Threshold() float64
The threshold for clipping the stroke rendering. When rendering only pixels with an alpha greater than the threshold are drawn. A threshold of 0 has no affect on rendering, a threshold of 1 does not draw anything. Thresholds are only used for some inks, eg. `PKInkIdentifierReed`.
func (*PKStrokePoint) TimeOffset ¶
func (o *PKStrokePoint) TimeOffset() float64
Time offset since the start of the stroke path in seconds.
type PKTool ¶
type PKTool struct {
foundation.NSObject
}
Apple documentation: https://developer.apple.com/documentation/pencilkit/pktool
func PKToolFromID ¶
type PKToolPickerEraserItem ¶
type PKToolPickerEraserItem struct {
PKToolPickerItem
}
Apple documentation: https://developer.apple.com/documentation/pencilkit/pktoolpickereraseritem
func PKToolPickerEraserItemFromID ¶
func PKToolPickerEraserItemFromID(id objc.ID) *PKToolPickerEraserItem
func (*PKToolPickerEraserItem) EraserTool ¶
func (o *PKToolPickerEraserItem) EraserTool() *PKEraserTool
func (*PKToolPickerEraserItem) InitWithEraserType ¶
func (o *PKToolPickerEraserItem) InitWithEraserType(eraserType PKEraserType) *PKToolPickerEraserItem
Create a new eraser tool item.
func (*PKToolPickerEraserItem) InitWithEraserTypeWidth ¶
func (o *PKToolPickerEraserItem) InitWithEraserTypeWidth(eraserType PKEraserType, width float64) *PKToolPickerEraserItem
Create a new eraser tool item with a width. @param eraserType The type of eraser. @param width The width of the eraser.
type PKToolPickerInkingItem ¶
type PKToolPickerInkingItem struct {
PKToolPickerItem
}
Apple documentation: https://developer.apple.com/documentation/pencilkit/pktoolpickerinkingitem
func PKToolPickerInkingItemFromID ¶
func PKToolPickerInkingItemFromID(id objc.ID) *PKToolPickerInkingItem
func (*PKToolPickerInkingItem) AllowsColorSelection ¶
func (o *PKToolPickerInkingItem) AllowsColorSelection() bool
Present color selection UI to the user. Default value is YES.
func (*PKToolPickerInkingItem) InitWithInkType ¶
func (o *PKToolPickerInkingItem) InitWithInkType(inkType *foundation.NSString) *PKToolPickerInkingItem
Create a new tool picker item with a `PKInkType`. @param inkType The ink type for the tool.
func (*PKToolPickerInkingItem) InitWithInkTypeColor ¶
func (o *PKToolPickerInkingItem) InitWithInkTypeColor(inkType *foundation.NSString, color *appkit.NSColor) *PKToolPickerInkingItem
func (*PKToolPickerInkingItem) InitWithInkTypeColorWidth ¶
func (o *PKToolPickerInkingItem) InitWithInkTypeColorWidth(inkType *foundation.NSString, color *appkit.NSColor, width float64) *PKToolPickerInkingItem
func (*PKToolPickerInkingItem) InitWithInkTypeColorWidthAzimuthIdentifier ¶
func (o *PKToolPickerInkingItem) InitWithInkTypeColorWidthAzimuthIdentifier(inkType *foundation.NSString, color *appkit.NSColor, width float64, azimuth float64, identifier *foundation.NSString) *PKToolPickerInkingItem
func (*PKToolPickerInkingItem) InitWithInkTypeColorWidthIdentifier ¶
func (o *PKToolPickerInkingItem) InitWithInkTypeColorWidthIdentifier(inkType *foundation.NSString, color *appkit.NSColor, width float64, identifier *foundation.NSString) *PKToolPickerInkingItem
func (*PKToolPickerInkingItem) InitWithInkTypeWidth ¶
func (o *PKToolPickerInkingItem) InitWithInkTypeWidth(inkType *foundation.NSString, width float64) *PKToolPickerInkingItem
Create a new tool picker item with a `PKInkType`. @param inkType The ink type for the tool. @param width The width for the tool.
func (*PKToolPickerInkingItem) InkingTool ¶
func (o *PKToolPickerInkingItem) InkingTool() *PKInkingTool
A tool for drawing on a `PKCanvasView`.
func (*PKToolPickerInkingItem) SetAllowsColorSelection ¶
func (o *PKToolPickerInkingItem) SetAllowsColorSelection(allowsColorSelection bool)
type PKToolPickerItem ¶
type PKToolPickerItem struct {
foundation.NSObject
}
Apple documentation: https://developer.apple.com/documentation/pencilkit/pktoolpickeritem
func PKToolPickerItemFromID ¶
func PKToolPickerItemFromID(id objc.ID) *PKToolPickerItem
func (*PKToolPickerItem) Identifier ¶
func (o *PKToolPickerItem) Identifier() *foundation.NSString
A string that identifies the item in the picker. For example, com.example.myapp.toolpicker.pencil. If multiple items with the same identifier are used to create the picker, only the first instance is used.
func (*PKToolPickerItem) Tool ¶
func (o *PKToolPickerItem) Tool() *PKTool
The `PKTool` this tool picker item represents.
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 ¶
func (e Virtual_memory_guard_exception_code_t) String() 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 ¶
func (e Xpc_listener_create_flags_t) String() 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 ¶
func (e Xpc_session_create_flags_t) String() string