skylight

package
v0.6.3 Latest Latest
Warning

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

Go to latest
Published: May 16, 2026 License: MIT Imports: 13 Imported by: 0

Documentation ¶

Overview ¶

Package skylight provides Go bindings for the skylight framework.

Key Types ¶

Code generated from Apple documentation. DO NOT EDIT.

Index ¶

Constants ¶

View Source
const (
	CPSModeAllWindows    uint32 = 0x100
	CPSModeUserGenerated uint32 = 0x200
	CPSModeNoWindows     uint32 = 0x400
)

Variables ¶

This section is empty.

Functions ¶

func NewErrorBlock ¶

func NewErrorBlock(handler ErrorHandler) (objc.ID, func())

NewErrorBlock wraps a Go ErrorHandler as an Objective-C block. The caller must defer the returned cleanup function.

Used by:

func NewNumberErrorBlock ¶

func NewNumberErrorBlock(handler NumberErrorHandler) (objc.ID, func())

NewNumberErrorBlock wraps a Go NumberErrorHandler as an Objective-C block. The caller must defer the returned cleanup function.

Used by:

  • [CPXRemoteViewEventProtocolServerCallsClient.SendEventToHostFullDispatchReply]

func NewSLDataTimelineProcessBlock ¶

func NewSLDataTimelineProcessBlock(handler SLDataTimelineProcessHandler) (objc.ID, func())

NewSLDataTimelineProcessBlock wraps a Go SLDataTimelineProcessHandler as an Objective-C block. The caller must defer the returned cleanup function.

Used by:

  • [SLDataTimelineSessionProcessCollection.ProcessesApplyBlock]

func NewSLDataTimelineServerSnapshotBlock ¶

func NewSLDataTimelineServerSnapshotBlock(handler SLDataTimelineServerSnapshotHandler) (objc.ID, func())

NewSLDataTimelineServerSnapshotBlock wraps a Go SLDataTimelineServerSnapshotHandler as an Objective-C block. The caller must defer the returned cleanup function.

Used by:

  • [SLDataTimelineSnapshotCollection.SnapshotsApplyBlock]

func NewSLDataTimelineSessionBlock ¶

func NewSLDataTimelineSessionBlock(handler SLDataTimelineSessionHandler) (objc.ID, func())

NewSLDataTimelineSessionBlock wraps a Go SLDataTimelineSessionHandler as an Objective-C block. The caller must defer the returned cleanup function.

Used by:

  • [SLDataTimelineServerSnapshot.SessionsApplyBlock]

func NewVoidBlock ¶

func NewVoidBlock(handler VoidHandler) (objc.ID, func())

NewVoidBlock wraps a Go VoidHandler as an Objective-C block. The caller must defer the returned cleanup function.

Used by:

func SLPSPostEventRecordTo ¶

func SLPSPostEventRecordTo(psn *ProcessSerialNumber, record []byte) (int32, error)

SLPSPostEventRecordTo.

See: https://developer.apple.com/documentation/SkyLight/SLPSPostEventRecordTo

func SLPSSetFrontProcessWithOptions ¶

func SLPSSetFrontProcessWithOptions(psn *ProcessSerialNumber, wid uint32, mode uint32) (int32, error)

SLPSSetFrontProcessWithOptions.

See: https://developer.apple.com/documentation/SkyLight/_SLPSSetFrontProcessWithOptions

Types ¶

type BKHIDEventDeliveryManagerProvider ¶

type BKHIDEventDeliveryManagerProvider interface {
	objectivec.IObject
}

BKHIDEventDeliveryManagerProvider protocol.

See: https://developer.apple.com/documentation/SkyLight/BKHIDEventDeliveryManagerProvider

type BKHIDEventDeliveryManagerProviderObject ¶

type BKHIDEventDeliveryManagerProviderObject struct {
	objectivec.Object
}

BKHIDEventDeliveryManagerProviderObject wraps an existing Objective-C object that conforms to the BKHIDEventDeliveryManagerProvider protocol.

func BKHIDEventDeliveryManagerProviderObjectFromID ¶

func BKHIDEventDeliveryManagerProviderObjectFromID(id objc.ID) BKHIDEventDeliveryManagerProviderObject

BKHIDEventDeliveryManagerProviderObjectFromID constructs a BKHIDEventDeliveryManagerProviderObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (BKHIDEventDeliveryManagerProviderObject) BaseObject ¶

type BKHIDEventDeliveryManagerServerRuleChangeAuthority ¶

type BKHIDEventDeliveryManagerServerRuleChangeAuthority interface {
	objectivec.IObject
}

BKHIDEventDeliveryManagerServerRuleChangeAuthority protocol.

See: https://developer.apple.com/documentation/SkyLight/BKHIDEventDeliveryManagerServerRuleChangeAuthority

type BKHIDEventDeliveryManagerServerRuleChangeAuthorityObject ¶

type BKHIDEventDeliveryManagerServerRuleChangeAuthorityObject struct {
	objectivec.Object
}

BKHIDEventDeliveryManagerServerRuleChangeAuthorityObject wraps an existing Objective-C object that conforms to the BKHIDEventDeliveryManagerServerRuleChangeAuthority protocol.

func BKHIDEventDeliveryManagerServerRuleChangeAuthorityObjectFromID ¶

func BKHIDEventDeliveryManagerServerRuleChangeAuthorityObjectFromID(id objc.ID) BKHIDEventDeliveryManagerServerRuleChangeAuthorityObject

BKHIDEventDeliveryManagerServerRuleChangeAuthorityObjectFromID constructs a BKHIDEventDeliveryManagerServerRuleChangeAuthorityObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (BKHIDEventDeliveryManagerServerRuleChangeAuthorityObject) BaseObject ¶

type BKHIDEventDeliveryObserverServiceProvider ¶

type BKHIDEventDeliveryObserverServiceProvider interface {
	objectivec.IObject
}

BKHIDEventDeliveryObserverServiceProvider protocol.

See: https://developer.apple.com/documentation/SkyLight/BKHIDEventDeliveryObserverServiceProvider

type BKHIDEventDeliveryObserverServiceProviderObject ¶

type BKHIDEventDeliveryObserverServiceProviderObject struct {
	objectivec.Object
}

BKHIDEventDeliveryObserverServiceProviderObject wraps an existing Objective-C object that conforms to the BKHIDEventDeliveryObserverServiceProvider protocol.

func BKHIDEventDeliveryObserverServiceProviderObjectFromID ¶

func BKHIDEventDeliveryObserverServiceProviderObjectFromID(id objc.ID) BKHIDEventDeliveryObserverServiceProviderObject

BKHIDEventDeliveryObserverServiceProviderObjectFromID constructs a BKHIDEventDeliveryObserverServiceProviderObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (BKHIDEventDeliveryObserverServiceProviderObject) BaseObject ¶

type BSDescriptionStreaming ¶

type BSDescriptionStreaming interface {
	objectivec.IObject
}

BSDescriptionStreaming protocol.

See: https://developer.apple.com/documentation/SkyLight/BSDescriptionStreaming

type BSDescriptionStreamingObject ¶

type BSDescriptionStreamingObject struct {
	objectivec.Object
}

BSDescriptionStreamingObject wraps an existing Objective-C object that conforms to the BSDescriptionStreaming protocol.

func BSDescriptionStreamingObjectFromID ¶

func BSDescriptionStreamingObjectFromID(id objc.ID) BSDescriptionStreamingObject

BSDescriptionStreamingObjectFromID constructs a BSDescriptionStreamingObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (BSDescriptionStreamingObject) BaseObject ¶

type BSInvalidatable ¶

type BSInvalidatable interface {
	objectivec.IObject

	// Invalidate protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/BSInvalidatable/invalidate
	Invalidate()
}

BSInvalidatable protocol.

See: https://developer.apple.com/documentation/SkyLight/BSInvalidatable

type BSInvalidatableObject ¶

type BSInvalidatableObject struct {
	objectivec.Object
}

BSInvalidatableObject wraps an existing Objective-C object that conforms to the BSInvalidatable protocol.

func BSInvalidatableObjectFromID ¶

func BSInvalidatableObjectFromID(id objc.ID) BSInvalidatableObject

BSInvalidatableObjectFromID constructs a BSInvalidatableObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (BSInvalidatableObject) BaseObject ¶

func (o BSInvalidatableObject) BaseObject() objectivec.Object

type BSServiceConnectionListenerDelegate ¶

type BSServiceConnectionListenerDelegate interface {
	objectivec.IObject
}

BSServiceConnectionListenerDelegate protocol.

See: https://developer.apple.com/documentation/SkyLight/BSServiceConnectionListenerDelegate

type BSServiceConnectionListenerDelegateObject ¶

type BSServiceConnectionListenerDelegateObject struct {
	objectivec.Object
}

BSServiceConnectionListenerDelegateObject wraps an existing Objective-C object that conforms to the BSServiceConnectionListenerDelegate protocol.

func BSServiceConnectionListenerDelegateObjectFromID ¶

func BSServiceConnectionListenerDelegateObjectFromID(id objc.ID) BSServiceConnectionListenerDelegateObject

BSServiceConnectionListenerDelegateObjectFromID constructs a BSServiceConnectionListenerDelegateObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (BSServiceConnectionListenerDelegateObject) BaseObject ¶

type BSServiceListenerConnectionEventObserver ¶

type BSServiceListenerConnectionEventObserver interface {
	objectivec.IObject
}

BSServiceListenerConnectionEventObserver protocol.

See: https://developer.apple.com/documentation/SkyLight/BSServiceListenerConnectionEventObserver

type BSServiceListenerConnectionEventObserverObject ¶

type BSServiceListenerConnectionEventObserverObject struct {
	objectivec.Object
}

BSServiceListenerConnectionEventObserverObject wraps an existing Objective-C object that conforms to the BSServiceListenerConnectionEventObserver protocol.

func BSServiceListenerConnectionEventObserverObjectFromID ¶

func BSServiceListenerConnectionEventObserverObjectFromID(id objc.ID) BSServiceListenerConnectionEventObserverObject

BSServiceListenerConnectionEventObserverObjectFromID constructs a BSServiceListenerConnectionEventObserverObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (BSServiceListenerConnectionEventObserverObject) BaseObject ¶

type CGColor ¶

type CGColor struct {
}

CGColor

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/SkyLight/CGColor

type CGDisplayStream ¶

type CGDisplayStream struct {
}

CGDisplayStream

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/SkyLight/CGDisplayStream

type CGDisplayStreamUpdate ¶

type CGDisplayStreamUpdate struct {
}

CGDisplayStreamUpdate

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/SkyLight/CGDisplayStreamUpdate

type CGSRegionObject ¶

type CGSRegionObject struct {
}

CGSRegionObject

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/SkyLight/CGSRegionObject

type CGXConnection ¶

type CGXConnection struct {
}

CGXConnection

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/SkyLight/CGXConnection

type CGXConnectionBox ¶

type CGXConnectionBox struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/CGXConnectionBox

func CGXConnectionBoxFromID ¶

func CGXConnectionBoxFromID(id objc.ID) CGXConnectionBox

CGXConnectionBoxFromID constructs a CGXConnectionBox from an objc.ID.

func NewCGXConnectionBox ¶

func NewCGXConnectionBox() CGXConnectionBox

NewCGXConnectionBox creates a new CGXConnectionBox instance.

func (CGXConnectionBox) Autorelease ¶

func (x CGXConnectionBox) Autorelease() CGXConnectionBox

Autorelease adds the receiver to the current autorelease pool.

func (CGXConnectionBox) Init ¶

Init initializes the instance.

func (CGXConnectionBox) SetConnection ¶

func (x CGXConnectionBox) SetConnection(value unsafe.Pointer)

type CGXConnectionBoxClass ¶

type CGXConnectionBoxClass struct {
	// contains filtered or unexported fields
}

func GetCGXConnectionBoxClass ¶

func GetCGXConnectionBoxClass() CGXConnectionBoxClass

GetCGXConnectionBoxClass returns the class object for CGXConnectionBox.

func (CGXConnectionBoxClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (CGXConnectionBoxClass) Class ¶

func (cc CGXConnectionBoxClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type CGXSession ¶

type CGXSession struct {
}

CGXSession

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/SkyLight/CGXSession

type CGXSessionProcessData ¶

type CGXSessionProcessData struct {
}

CGXSessionProcessData

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/SkyLight/CGXSessionProcessData

type CPSProcessRec ¶

type CPSProcessRec struct {
}

CPSProcessRec

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/SkyLight/CPSProcessRec

type CPSProcessSerNum ¶

type CPSProcessSerNum struct {
}

CPSProcessSerNum

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/SkyLight/CPSProcessSerNum

type CPXCallbackScheduler ¶

type CPXCallbackScheduler struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/CPXCallbackScheduler

func CPXCallbackSchedulerFromID ¶

func CPXCallbackSchedulerFromID(id objc.ID) CPXCallbackScheduler

CPXCallbackSchedulerFromID constructs a CPXCallbackScheduler from an objc.ID.

func NewCPXCallbackScheduler ¶

func NewCPXCallbackScheduler() CPXCallbackScheduler

NewCPXCallbackScheduler creates a new CPXCallbackScheduler instance.

func (CPXCallbackScheduler) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (CPXCallbackScheduler) Init ¶

Init initializes the instance.

type CPXCallbackSchedulerClass ¶

type CPXCallbackSchedulerClass struct {
	// contains filtered or unexported fields
}

func GetCPXCallbackSchedulerClass ¶

func GetCPXCallbackSchedulerClass() CPXCallbackSchedulerClass

GetCPXCallbackSchedulerClass returns the class object for CPXCallbackScheduler.

func (CPXCallbackSchedulerClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (CPXCallbackSchedulerClass) Class ¶

Class returns the underlying Objective-C class pointer.

type CPXCallbackScheduling ¶

type CPXCallbackScheduling interface {
	objectivec.IObject

	// DescheduleForceLogoutCallback protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXCallbackScheduling/descheduleForceLogoutCallback
	DescheduleForceLogoutCallback()

	// DescheduleKillProcessCallback protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXCallbackScheduling/descheduleKillProcessCallback
	DescheduleKillProcessCallback()

	// ScheduleFixBadForegroundCallbackForProcess protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXCallbackScheduling/scheduleFixBadForegroundCallbackForProcess:
	ScheduleFixBadForegroundCallbackForProcess(process *CPSProcessRecRef)

	// ScheduleForceLogoutCallbackForTime protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXCallbackScheduling/scheduleForceLogoutCallbackForTime:
	ScheduleForceLogoutCallbackForTime(time float64)

	// ScheduleKillProcessCallbackForTime protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXCallbackScheduling/scheduleKillProcessCallbackForTime:
	ScheduleKillProcessCallbackForTime(time float64)
}

CPXCallbackScheduling protocol.

See: https://developer.apple.com/documentation/SkyLight/CPXCallbackScheduling

type CPXCallbackSchedulingObject ¶

type CPXCallbackSchedulingObject struct {
	objectivec.Object
}

CPXCallbackSchedulingObject wraps an existing Objective-C object that conforms to the CPXCallbackScheduling protocol.

func CPXCallbackSchedulingObjectFromID ¶

func CPXCallbackSchedulingObjectFromID(id objc.ID) CPXCallbackSchedulingObject

CPXCallbackSchedulingObjectFromID constructs a CPXCallbackSchedulingObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (CPXCallbackSchedulingObject) BaseObject ¶

type CPXConnectionManager ¶

type CPXConnectionManager struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/CPXConnectionManager

func CPXConnectionManagerFromID ¶

func CPXConnectionManagerFromID(id objc.ID) CPXConnectionManager

CPXConnectionManagerFromID constructs a CPXConnectionManager from an objc.ID.

func NewCPXConnectionManager ¶

func NewCPXConnectionManager() CPXConnectionManager

NewCPXConnectionManager creates a new CPXConnectionManager instance.

func (CPXConnectionManager) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (CPXConnectionManager) Init ¶

Init initializes the instance.

type CPXConnectionManagerClass ¶

type CPXConnectionManagerClass struct {
	// contains filtered or unexported fields
}

func GetCPXConnectionManagerClass ¶

func GetCPXConnectionManagerClass() CPXConnectionManagerClass

GetCPXConnectionManagerClass returns the class object for CPXConnectionManager.

func (CPXConnectionManagerClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (CPXConnectionManagerClass) Class ¶

Class returns the underlying Objective-C class pointer.

type CPXConnectionManaging ¶

type CPXConnectionManaging interface {
	objectivec.IObject

	// ConnectionForID protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXConnectionManaging/connectionForID:
	ConnectionForID(id uint32) unsafe.Pointer

	// PidForConnection protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXConnectionManaging/pidForConnection:
	PidForConnection(connection unsafe.Pointer) int
}

CPXConnectionManaging protocol.

See: https://developer.apple.com/documentation/SkyLight/CPXConnectionManaging

type CPXConnectionManagingObject ¶

type CPXConnectionManagingObject struct {
	objectivec.Object
}

CPXConnectionManagingObject wraps an existing Objective-C object that conforms to the CPXConnectionManaging protocol.

func CPXConnectionManagingObjectFromID ¶

func CPXConnectionManagingObjectFromID(id objc.ID) CPXConnectionManagingObject

CPXConnectionManagingObjectFromID constructs a CPXConnectionManagingObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (CPXConnectionManagingObject) BaseObject ¶

type CPXEntryPointsService ¶

type CPXEntryPointsService struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/CPXEntryPointsService

func CPXEntryPointsServiceFromID ¶

func CPXEntryPointsServiceFromID(id objc.ID) CPXEntryPointsService

CPXEntryPointsServiceFromID constructs a CPXEntryPointsService from an objc.ID.

func NewCPXEntryPointsService ¶

func NewCPXEntryPointsService() CPXEntryPointsService

NewCPXEntryPointsService creates a new CPXEntryPointsService instance.

func (CPXEntryPointsService) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (CPXEntryPointsService) Init ¶

Init initializes the instance.

type CPXEntryPointsServiceClass ¶

type CPXEntryPointsServiceClass struct {
	// contains filtered or unexported fields
}

func GetCPXEntryPointsServiceClass ¶

func GetCPXEntryPointsServiceClass() CPXEntryPointsServiceClass

GetCPXEntryPointsServiceClass returns the class object for CPXEntryPointsService.

func (CPXEntryPointsServiceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (CPXEntryPointsServiceClass) Class ¶

Class returns the underlying Objective-C class pointer.

type CPXEventDeferringManager ¶

type CPXEventDeferringManager struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/CPXEventDeferringManager

func CPXEventDeferringManagerFromID ¶

func CPXEventDeferringManagerFromID(id objc.ID) CPXEventDeferringManager

CPXEventDeferringManagerFromID constructs a CPXEventDeferringManager from an objc.ID.

func NewCPXEventDeferringManager ¶

func NewCPXEventDeferringManager() CPXEventDeferringManager

NewCPXEventDeferringManager creates a new CPXEventDeferringManager instance.

func (CPXEventDeferringManager) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (CPXEventDeferringManager) Init ¶

Init initializes the instance.

type CPXEventDeferringManagerClass ¶

type CPXEventDeferringManagerClass struct {
	// contains filtered or unexported fields
}

func GetCPXEventDeferringManagerClass ¶

func GetCPXEventDeferringManagerClass() CPXEventDeferringManagerClass

GetCPXEventDeferringManagerClass returns the class object for CPXEventDeferringManager.

func (CPXEventDeferringManagerClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (CPXEventDeferringManagerClass) CanSymbolicLinkTokenForProcess ¶ added in v0.6.0

func (_CPXEventDeferringManagerClass CPXEventDeferringManagerClass) CanSymbolicLinkTokenForProcess() bool

CanSymbolicLinkTokenForProcess reports whether the receiver responds to the private selector _symbolicLinkTokenForProcess:.

func (CPXEventDeferringManagerClass) Class ¶

Class returns the underlying Objective-C class pointer.

func (CPXEventDeferringManagerClass) SymbolicLinkTokenForProcess ¶

func (_CPXEventDeferringManagerClass CPXEventDeferringManagerClass) SymbolicLinkTokenForProcess(process *CPSProcessRecRef) (objectivec.IObject, error)

SymbolicLinkTokenForProcess is an exported wrapper for the private method _symbolicLinkTokenForProcess.

type CPXEventDeferringPolicy ¶

type CPXEventDeferringPolicy struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/CPXEventDeferringPolicy

func CPXEventDeferringPolicyFromID ¶

func CPXEventDeferringPolicyFromID(id objc.ID) CPXEventDeferringPolicy

CPXEventDeferringPolicyFromID constructs a CPXEventDeferringPolicy from an objc.ID.

func NewCPXEventDeferringPolicy ¶

func NewCPXEventDeferringPolicy() CPXEventDeferringPolicy

NewCPXEventDeferringPolicy creates a new CPXEventDeferringPolicy instance.

func (CPXEventDeferringPolicy) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (CPXEventDeferringPolicy) CanInitWithCopyOf ¶ added in v0.6.0

func (c CPXEventDeferringPolicy) CanInitWithCopyOf() bool

CanInitWithCopyOf reports whether the receiver responds to the private selector _initWithCopyOf:.

func (CPXEventDeferringPolicy) Init ¶

Init initializes the instance.

func (CPXEventDeferringPolicy) InitWithCopyOf ¶

InitWithCopyOf is an exported wrapper for the private method _initWithCopyOf.

func (CPXEventDeferringPolicy) SetKeyThiefConnectionID ¶

func (c CPXEventDeferringPolicy) SetKeyThiefConnectionID(value uint32)

type CPXEventDeferringPolicyClass ¶

type CPXEventDeferringPolicyClass struct {
	// contains filtered or unexported fields
}

func GetCPXEventDeferringPolicyClass ¶

func GetCPXEventDeferringPolicyClass() CPXEventDeferringPolicyClass

GetCPXEventDeferringPolicyClass returns the class object for CPXEventDeferringPolicy.

func (CPXEventDeferringPolicyClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (CPXEventDeferringPolicyClass) Build ¶

func (_CPXEventDeferringPolicyClass CPXEventDeferringPolicyClass) Build(build VoidHandler) objectivec.IObject

See: https://developer.apple.com/documentation/SkyLight/CPXEventDeferringPolicy/build:

func (CPXEventDeferringPolicyClass) BuildSync ¶

BuildSync is a synchronous wrapper around [CPXEventDeferringPolicy.Build]. It blocks until the completion handler fires or the context is cancelled.

func (CPXEventDeferringPolicyClass) Class ¶

Class returns the underlying Objective-C class pointer.

type CPXEventDeferringPolicySanitizer ¶

type CPXEventDeferringPolicySanitizer struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/CPXEventDeferringPolicySanitizer

func CPXEventDeferringPolicySanitizerFromID ¶

func CPXEventDeferringPolicySanitizerFromID(id objc.ID) CPXEventDeferringPolicySanitizer

CPXEventDeferringPolicySanitizerFromID constructs a CPXEventDeferringPolicySanitizer from an objc.ID.

func NewCPXEventDeferringPolicySanitizer ¶

func NewCPXEventDeferringPolicySanitizer() CPXEventDeferringPolicySanitizer

NewCPXEventDeferringPolicySanitizer creates a new CPXEventDeferringPolicySanitizer instance.

func (CPXEventDeferringPolicySanitizer) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (CPXEventDeferringPolicySanitizer) CanIsValidProcessAuditHistoryDebugProcessType ¶ added in v0.6.0

func (c CPXEventDeferringPolicySanitizer) CanIsValidProcessAuditHistoryDebugProcessType() bool

CanIsValidProcessAuditHistoryDebugProcessType reports whether the receiver responds to the private selector _isValidProcess:auditHistory:debugProcessType:.

func (CPXEventDeferringPolicySanitizer) CanSanitizeFrontmost ¶ added in v0.6.0

func (c CPXEventDeferringPolicySanitizer) CanSanitizeFrontmost() bool

CanSanitizeFrontmost reports whether the receiver responds to the private selector _sanitizeFrontmost:.

func (CPXEventDeferringPolicySanitizer) CanSanitizeKeyThief ¶ added in v0.6.0

func (c CPXEventDeferringPolicySanitizer) CanSanitizeKeyThief() bool

CanSanitizeKeyThief reports whether the receiver responds to the private selector _sanitizeKeyThief:.

func (CPXEventDeferringPolicySanitizer) Init ¶

Init initializes the instance.

func (CPXEventDeferringPolicySanitizer) IsValidProcessAuditHistoryDebugProcessType ¶

func (c CPXEventDeferringPolicySanitizer) IsValidProcessAuditHistoryDebugProcessType(process *CPSProcessRecRef, history objectivec.IObject, type_ objectivec.IObject) (bool, error)

IsValidProcessAuditHistoryDebugProcessType is an exported wrapper for the private method _isValidProcessAuditHistoryDebugProcessType.

func (CPXEventDeferringPolicySanitizer) SanitizeFrontmost ¶

func (c CPXEventDeferringPolicySanitizer) SanitizeFrontmost(frontmost objectivec.IObject) error

SanitizeFrontmost is an exported wrapper for the private method _sanitizeFrontmost.

func (CPXEventDeferringPolicySanitizer) SanitizeKeyThief ¶

func (c CPXEventDeferringPolicySanitizer) SanitizeKeyThief(thief objectivec.IObject) error

SanitizeKeyThief is an exported wrapper for the private method _sanitizeKeyThief.

type CPXEventDeferringPolicySanitizerClass ¶

type CPXEventDeferringPolicySanitizerClass struct {
	// contains filtered or unexported fields
}

func GetCPXEventDeferringPolicySanitizerClass ¶

func GetCPXEventDeferringPolicySanitizerClass() CPXEventDeferringPolicySanitizerClass

GetCPXEventDeferringPolicySanitizerClass returns the class object for CPXEventDeferringPolicySanitizer.

func (CPXEventDeferringPolicySanitizerClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (CPXEventDeferringPolicySanitizerClass) Class ¶

Class returns the underlying Objective-C class pointer.

type CPXEventDispatcher ¶

type CPXEventDispatcher struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/CPXEventDispatcher

func CPXEventDispatcherFromID ¶

func CPXEventDispatcherFromID(id objc.ID) CPXEventDispatcher

CPXEventDispatcherFromID constructs a CPXEventDispatcher from an objc.ID.

func NewCPXEventDispatcher ¶

func NewCPXEventDispatcher() CPXEventDispatcher

NewCPXEventDispatcher creates a new CPXEventDispatcher instance.

func (CPXEventDispatcher) Autorelease ¶

func (c CPXEventDispatcher) Autorelease() CPXEventDispatcher

Autorelease adds the receiver to the current autorelease pool.

func (CPXEventDispatcher) Init ¶

Init initializes the instance.

type CPXEventDispatcherClass ¶

type CPXEventDispatcherClass struct {
	// contains filtered or unexported fields
}

func GetCPXEventDispatcherClass ¶

func GetCPXEventDispatcherClass() CPXEventDispatcherClass

GetCPXEventDispatcherClass returns the class object for CPXEventDispatcher.

func (CPXEventDispatcherClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (CPXEventDispatcherClass) Class ¶

func (cc CPXEventDispatcherClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type CPXEventDispatching ¶

type CPXEventDispatching interface {
	objectivec.IObject

	// PostBackgroundEvent protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXEventDispatching/postBackgroundEvent:
	PostBackgroundEvent(event *SLSEventRecordRef)

	// PostEventToConnectionID protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXEventDispatching/postEvent:toConnectionID:
	PostEventToConnectionID(event *SLSEventRecordRef, id uint32)
}

CPXEventDispatching protocol.

See: https://developer.apple.com/documentation/SkyLight/CPXEventDispatching

type CPXEventDispatchingObject ¶

type CPXEventDispatchingObject struct {
	objectivec.Object
}

CPXEventDispatchingObject wraps an existing Objective-C object that conforms to the CPXEventDispatching protocol.

func CPXEventDispatchingObjectFromID ¶

func CPXEventDispatchingObjectFromID(id objc.ID) CPXEventDispatchingObject

CPXEventDispatchingObjectFromID constructs a CPXEventDispatchingObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (CPXEventDispatchingObject) BaseObject ¶

type CPXEventProcessor ¶

type CPXEventProcessor interface {
	objectivec.IObject

	// ClearEventState protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXEventProcessor/clearEventState
	ClearEventState()
}

CPXEventProcessor protocol.

See: https://developer.apple.com/documentation/SkyLight/CPXEventProcessor

type CPXEventProcessorContext ¶

type CPXEventProcessorContext struct {
}

CPXEventProcessorContext

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/SkyLight/CPXEventProcessorContext

type CPXEventProcessorObject ¶

type CPXEventProcessorObject struct {
	objectivec.Object
}

CPXEventProcessorObject wraps an existing Objective-C object that conforms to the CPXEventProcessor protocol.

func CPXEventProcessorObjectFromID ¶

func CPXEventProcessorObjectFromID(id objc.ID) CPXEventProcessorObject

CPXEventProcessorObjectFromID constructs a CPXEventProcessorObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (CPXEventProcessorObject) BaseObject ¶

func (o CPXEventProcessorObject) BaseObject() objectivec.Object

type CPXFocusControlling ¶

type CPXFocusControlling interface {
	objectivec.IObject

	// AddToPermittedFrontList protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXFocusControlling/addToPermittedFrontList:
	AddToPermittedFrontList(list objectivec.IObject) int16

	// RemoveFromPermittedFrontList protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXFocusControlling/removeFromPermittedFrontList:
	RemoveFromPermittedFrontList(list objectivec.IObject) int16

	// SetFrontmostProcess protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXFocusControlling/setFrontmostProcess:
	SetFrontmostProcess(process *CPSProcessRecRef) int16

	// SetKeyThiefConnectionID protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXFocusControlling/setKeyThiefConnectionID:
	SetKeyThiefConnectionID(id uint32)

	// SetProcessToBringForwardAtNextCheckinPSN protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXFocusControlling/setProcessToBringForwardAtNextCheckinPSN:
	SetProcessToBringForwardAtNextCheckinPSN(psn objectivec.IObject) int16
}

CPXFocusControlling protocol.

See: https://developer.apple.com/documentation/SkyLight/CPXFocusControlling

type CPXFocusControllingObject ¶

type CPXFocusControllingObject struct {
	objectivec.Object
}

CPXFocusControllingObject wraps an existing Objective-C object that conforms to the CPXFocusControlling protocol.

func CPXFocusControllingObjectFromID ¶

func CPXFocusControllingObjectFromID(id objc.ID) CPXFocusControllingObject

CPXFocusControllingObjectFromID constructs a CPXFocusControllingObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (CPXFocusControllingObject) BaseObject ¶

type CPXFocusManager ¶

type CPXFocusManager struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/CPXFocusManager

func CPXFocusManagerFromID ¶

func CPXFocusManagerFromID(id objc.ID) CPXFocusManager

CPXFocusManagerFromID constructs a CPXFocusManager from an objc.ID.

func NewCPXFocusManager ¶

func NewCPXFocusManager() CPXFocusManager

NewCPXFocusManager creates a new CPXFocusManager instance.

func (CPXFocusManager) Autorelease ¶

func (c CPXFocusManager) Autorelease() CPXFocusManager

Autorelease adds the receiver to the current autorelease pool.

func (CPXFocusManager) CanFixBadForegroundProcess ¶ added in v0.6.0

func (c CPXFocusManager) CanFixBadForegroundProcess() bool

CanFixBadForegroundProcess reports whether the receiver responds to the private selector _fixBadForegroundProcess:.

func (CPXFocusManager) FixBadForegroundProcess ¶

func (c CPXFocusManager) FixBadForegroundProcess(process *CPSProcessRecRef) error

FixBadForegroundProcess is an exported wrapper for the private method _fixBadForegroundProcess.

func (CPXFocusManager) Init ¶

Init initializes the instance.

type CPXFocusManagerClass ¶

type CPXFocusManagerClass struct {
	// contains filtered or unexported fields
}

func GetCPXFocusManagerClass ¶

func GetCPXFocusManagerClass() CPXFocusManagerClass

GetCPXFocusManagerClass returns the class object for CPXFocusManager.

func (CPXFocusManagerClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (CPXFocusManagerClass) Class ¶

func (cc CPXFocusManagerClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type CPXFocusManagerDataSource ¶

type CPXFocusManagerDataSource interface {
	objectivec.IObject

	// AddToPermittedFrontList protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXFocusManagerDataSource/addToPermittedFrontList:
	AddToPermittedFrontList(list objectivec.IObject) int16

	// FrontmostProcess protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXFocusManagerDataSource/frontmostProcess
	FrontmostProcess() unsafe.Pointer

	// GetProcessToBringForwardAtNextCheckin protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXFocusManagerDataSource/getProcessToBringForwardAtNextCheckin:
	GetProcessToBringForwardAtNextCheckin(checkin unsafe.Pointer) bool

	// IsProcessPermittedToBeFrontmost protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXFocusManagerDataSource/isProcessPermittedToBeFrontmost:
	IsProcessPermittedToBeFrontmost(frontmost *CPSProcessRecRef) bool

	// IsProcessToBringForwardAtNextCheckin protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXFocusManagerDataSource/isProcessToBringForwardAtNextCheckin:
	IsProcessToBringForwardAtNextCheckin(checkin objectivec.IObject) bool

	// KeyThiefConnectionID protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXFocusManagerDataSource/keyThiefConnectionID
	KeyThiefConnectionID() uint32

	// RemoveFromPermittedFrontList protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXFocusManagerDataSource/removeFromPermittedFrontList:
	RemoveFromPermittedFrontList(list objectivec.IObject) int16

	// SetFrontmostProcess protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXFocusManagerDataSource/setFrontmostProcess:
	SetFrontmostProcess(process *CPSProcessRecRef) int16

	// SetKeyThiefConnectionID protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXFocusManagerDataSource/setKeyThiefConnectionID:
	SetKeyThiefConnectionID(id uint32)

	// SetProcessToBringForwardAtNextCheckin protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXFocusManagerDataSource/setProcessToBringForwardAtNextCheckin:
	SetProcessToBringForwardAtNextCheckin(checkin objectivec.IObject) int
}

CPXFocusManagerDataSource protocol.

See: https://developer.apple.com/documentation/SkyLight/CPXFocusManagerDataSource

type CPXFocusManagerDataSourceLaunchServices ¶

type CPXFocusManagerDataSourceLaunchServices struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/CPXFocusManagerDataSourceLaunchServices

func CPXFocusManagerDataSourceLaunchServicesFromID ¶

func CPXFocusManagerDataSourceLaunchServicesFromID(id objc.ID) CPXFocusManagerDataSourceLaunchServices

CPXFocusManagerDataSourceLaunchServicesFromID constructs a CPXFocusManagerDataSourceLaunchServices from an objc.ID.

func NewCPXFocusManagerDataSourceLaunchServices ¶

func NewCPXFocusManagerDataSourceLaunchServices() CPXFocusManagerDataSourceLaunchServices

NewCPXFocusManagerDataSourceLaunchServices creates a new CPXFocusManagerDataSourceLaunchServices instance.

func (CPXFocusManagerDataSourceLaunchServices) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (CPXFocusManagerDataSourceLaunchServices) Init ¶

Init initializes the instance.

type CPXFocusManagerDataSourceLaunchServicesClass ¶

type CPXFocusManagerDataSourceLaunchServicesClass struct {
	// contains filtered or unexported fields
}

func GetCPXFocusManagerDataSourceLaunchServicesClass ¶

func GetCPXFocusManagerDataSourceLaunchServicesClass() CPXFocusManagerDataSourceLaunchServicesClass

GetCPXFocusManagerDataSourceLaunchServicesClass returns the class object for CPXFocusManagerDataSourceLaunchServices.

func (CPXFocusManagerDataSourceLaunchServicesClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (CPXFocusManagerDataSourceLaunchServicesClass) Class ¶

Class returns the underlying Objective-C class pointer.

type CPXFocusManagerDataSourceObject ¶

type CPXFocusManagerDataSourceObject struct {
	objectivec.Object
}

CPXFocusManagerDataSourceObject wraps an existing Objective-C object that conforms to the CPXFocusManagerDataSource protocol.

func CPXFocusManagerDataSourceObjectFromID ¶

func CPXFocusManagerDataSourceObjectFromID(id objc.ID) CPXFocusManagerDataSourceObject

CPXFocusManagerDataSourceObjectFromID constructs a CPXFocusManagerDataSourceObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (CPXFocusManagerDataSourceObject) BaseObject ¶

type CPXFocusManaging ¶

type CPXFocusManaging interface {
	objectivec.IObject

	// CleanupForProcessDeath protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXFocusManaging/cleanupForProcessDeath:
	CleanupForProcessDeath(death *CPSProcessRecRef)

	// FrontVisibleProcess protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXFocusManaging/frontVisibleProcess
	FrontVisibleProcess() unsafe.Pointer

	// FrontmostProcess protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXFocusManaging/frontmostProcess
	FrontmostProcess() unsafe.Pointer

	// GetProcessToBringForwardAtNextCheckin protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXFocusManaging/getProcessToBringForwardAtNextCheckin:
	GetProcessToBringForwardAtNextCheckin(checkin unsafe.Pointer) bool

	// IsProcessPermittedToBeFrontmost protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXFocusManaging/isProcessPermittedToBeFrontmost:
	IsProcessPermittedToBeFrontmost(frontmost *CPSProcessRecRef) bool

	// IsProcessToBringForwardAtNextCheckin protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXFocusManaging/isProcessToBringForwardAtNextCheckin:
	IsProcessToBringForwardAtNextCheckin(checkin objectivec.IObject) bool

	// KeyThiefConnectionID protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXFocusManaging/keyThiefConnectionID
	KeyThiefConnectionID() uint32

	// ReleaseAllKeyThiefInstancesNotPermittedFrontmost protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXFocusManaging/releaseAllKeyThiefInstancesNotPermittedFrontmost
	ReleaseAllKeyThiefInstancesNotPermittedFrontmost()
}

CPXFocusManaging protocol.

See: https://developer.apple.com/documentation/SkyLight/CPXFocusManaging

type CPXFocusManagingObject ¶

type CPXFocusManagingObject struct {
	objectivec.Object
}

CPXFocusManagingObject wraps an existing Objective-C object that conforms to the CPXFocusManaging protocol.

func CPXFocusManagingObjectFromID ¶

func CPXFocusManagingObjectFromID(id objc.ID) CPXFocusManagingObject

CPXFocusManagingObjectFromID constructs a CPXFocusManagingObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (CPXFocusManagingObject) BaseObject ¶

func (o CPXFocusManagingObject) BaseObject() objectivec.Object

type CPXFocusPolicy ¶

type CPXFocusPolicy struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/_CPXFocusPolicy

func CPXFocusPolicyFromID ¶

func CPXFocusPolicyFromID(id objc.ID) CPXFocusPolicy

CPXFocusPolicyFromID constructs a CPXFocusPolicy from an objc.ID.

func NewCPXFocusPolicy ¶

func NewCPXFocusPolicy() CPXFocusPolicy

NewCPXFocusPolicy creates a new CPXFocusPolicy instance.

func (CPXFocusPolicy) Autorelease ¶

func (c CPXFocusPolicy) Autorelease() CPXFocusPolicy

Autorelease adds the receiver to the current autorelease pool.

func (CPXFocusPolicy) Init ¶

func (c CPXFocusPolicy) Init() CPXFocusPolicy

Init initializes the instance.

type CPXFocusPolicyClass ¶

type CPXFocusPolicyClass struct {
	// contains filtered or unexported fields
}

func GetCPXFocusPolicyClass ¶

func GetCPXFocusPolicyClass() CPXFocusPolicyClass

GetCPXFocusPolicyClass returns the class object for _CPXFocusPolicy.

func (CPXFocusPolicyClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (CPXFocusPolicyClass) Class ¶

func (cc CPXFocusPolicyClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type CPXFocusPolicyProtocol ¶

type CPXFocusPolicyProtocol interface {
	objectivec.IObject

	// BringNextApplicationToFrontInternal protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXFocusPolicy/bringNextApplicationToFrontInternal:
	BringNextApplicationToFrontInternal(internal *CPSProcessRecRef)

	// BringNextProcessToFront protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXFocusPolicy/bringNextProcessToFront:
	BringNextProcessToFront(front *CPSProcessRecRef)
}

CPXFocusPolicy protocol.

See: https://developer.apple.com/documentation/SkyLight/CPXFocusPolicy

type CPXFocusPolicyProtocolObject ¶

type CPXFocusPolicyProtocolObject struct {
	objectivec.Object
}

CPXFocusPolicyProtocolObject wraps an existing Objective-C object that conforms to the CPXFocusPolicyProtocol protocol.

func CPXFocusPolicyProtocolObjectFromID ¶

func CPXFocusPolicyProtocolObjectFromID(id objc.ID) CPXFocusPolicyProtocolObject

CPXFocusPolicyProtocolObjectFromID constructs a CPXFocusPolicyProtocolObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (CPXFocusPolicyProtocolObject) BaseObject ¶

type CPXHIDEventDeferringResolution ¶

type CPXHIDEventDeferringResolution struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/CPXHIDEventDeferringResolution

func CPXHIDEventDeferringResolutionFromID ¶

func CPXHIDEventDeferringResolutionFromID(id objc.ID) CPXHIDEventDeferringResolution

CPXHIDEventDeferringResolutionFromID constructs a CPXHIDEventDeferringResolution from an objc.ID.

func NewCPXHIDEventDeferringResolution ¶

func NewCPXHIDEventDeferringResolution() CPXHIDEventDeferringResolution

NewCPXHIDEventDeferringResolution creates a new CPXHIDEventDeferringResolution instance.

func (CPXHIDEventDeferringResolution) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (CPXHIDEventDeferringResolution) Init ¶

Init initializes the instance.

type CPXHIDEventDeferringResolutionClass ¶

type CPXHIDEventDeferringResolutionClass struct {
	// contains filtered or unexported fields
}

func GetCPXHIDEventDeferringResolutionClass ¶

func GetCPXHIDEventDeferringResolutionClass() CPXHIDEventDeferringResolutionClass

GetCPXHIDEventDeferringResolutionClass returns the class object for CPXHIDEventDeferringResolution.

func (CPXHIDEventDeferringResolutionClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (CPXHIDEventDeferringResolutionClass) Class ¶

Class returns the underlying Objective-C class pointer.

type CPXHIDEventDeferringResolutionProtocolObject ¶

type CPXHIDEventDeferringResolutionProtocolObject struct {
	objectivec.Object
}

CPXHIDEventDeferringResolutionProtocolObject wraps an existing Objective-C object that conforms to the CPXHIDEventDeferringResolutionProtocol protocol.

func CPXHIDEventDeferringResolutionProtocolObjectFromID ¶

func CPXHIDEventDeferringResolutionProtocolObjectFromID(id objc.ID) CPXHIDEventDeferringResolutionProtocolObject

CPXHIDEventDeferringResolutionProtocolObjectFromID constructs a CPXHIDEventDeferringResolutionProtocolObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (CPXHIDEventDeferringResolutionProtocolObject) BaseObject ¶

type CPXKeyDownDestination ¶

type CPXKeyDownDestination struct {
	objectivec.Object
}

See: https://developer.apple.com/documentation/SkyLight/_CPXKeyDownDestination

func CPXKeyDownDestinationFromID ¶

func CPXKeyDownDestinationFromID(id objc.ID) CPXKeyDownDestination

CPXKeyDownDestinationFromID constructs a CPXKeyDownDestination from an objc.ID.

func NewCPXKeyDownDestination ¶

func NewCPXKeyDownDestination() CPXKeyDownDestination

NewCPXKeyDownDestination creates a new CPXKeyDownDestination instance.

func (CPXKeyDownDestination) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (CPXKeyDownDestination) Init ¶

Init initializes the instance.

type CPXKeyDownDestinationClass ¶

type CPXKeyDownDestinationClass struct {
	// contains filtered or unexported fields
}

func GetCPXKeyDownDestinationClass ¶

func GetCPXKeyDownDestinationClass() CPXKeyDownDestinationClass

GetCPXKeyDownDestinationClass returns the class object for _CPXKeyDownDestination.

func (CPXKeyDownDestinationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (CPXKeyDownDestinationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type CPXKeyEventSequenceTracker ¶

type CPXKeyEventSequenceTracker struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/CPXKeyEventSequenceTracker

func CPXKeyEventSequenceTrackerFromID ¶

func CPXKeyEventSequenceTrackerFromID(id objc.ID) CPXKeyEventSequenceTracker

CPXKeyEventSequenceTrackerFromID constructs a CPXKeyEventSequenceTracker from an objc.ID.

func NewCPXKeyEventSequenceTracker ¶

func NewCPXKeyEventSequenceTracker() CPXKeyEventSequenceTracker

NewCPXKeyEventSequenceTracker creates a new CPXKeyEventSequenceTracker instance.

func (CPXKeyEventSequenceTracker) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (CPXKeyEventSequenceTracker) Init ¶

Init initializes the instance.

type CPXKeyEventSequenceTrackerClass ¶

type CPXKeyEventSequenceTrackerClass struct {
	// contains filtered or unexported fields
}

func GetCPXKeyEventSequenceTrackerClass ¶

func GetCPXKeyEventSequenceTrackerClass() CPXKeyEventSequenceTrackerClass

GetCPXKeyEventSequenceTrackerClass returns the class object for CPXKeyEventSequenceTracker.

func (CPXKeyEventSequenceTrackerClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (CPXKeyEventSequenceTrackerClass) Class ¶

Class returns the underlying Objective-C class pointer.

type CPXKeyEventSequenceTrackerProviderDefault ¶

type CPXKeyEventSequenceTrackerProviderDefault struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/CPXKeyEventSequenceTrackerProviderDefault

func CPXKeyEventSequenceTrackerProviderDefaultFromID ¶

func CPXKeyEventSequenceTrackerProviderDefaultFromID(id objc.ID) CPXKeyEventSequenceTrackerProviderDefault

CPXKeyEventSequenceTrackerProviderDefaultFromID constructs a CPXKeyEventSequenceTrackerProviderDefault from an objc.ID.

func NewCPXKeyEventSequenceTrackerProviderDefault ¶

func NewCPXKeyEventSequenceTrackerProviderDefault() CPXKeyEventSequenceTrackerProviderDefault

NewCPXKeyEventSequenceTrackerProviderDefault creates a new CPXKeyEventSequenceTrackerProviderDefault instance.

func (CPXKeyEventSequenceTrackerProviderDefault) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (CPXKeyEventSequenceTrackerProviderDefault) Init ¶

Init initializes the instance.

type CPXKeyEventSequenceTrackerProviderDefaultClass ¶

type CPXKeyEventSequenceTrackerProviderDefaultClass struct {
	// contains filtered or unexported fields
}

func GetCPXKeyEventSequenceTrackerProviderDefaultClass ¶

func GetCPXKeyEventSequenceTrackerProviderDefaultClass() CPXKeyEventSequenceTrackerProviderDefaultClass

GetCPXKeyEventSequenceTrackerProviderDefaultClass returns the class object for CPXKeyEventSequenceTrackerProviderDefault.

func (CPXKeyEventSequenceTrackerProviderDefaultClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (CPXKeyEventSequenceTrackerProviderDefaultClass) Class ¶

Class returns the underlying Objective-C class pointer.

type CPXKeyEventSequenceTrackerProviderObject ¶

type CPXKeyEventSequenceTrackerProviderObject struct {
	objectivec.Object
}

CPXKeyEventSequenceTrackerProviderObject wraps an existing Objective-C object that conforms to the CPXKeyEventSequenceTrackerProvider protocol.

func CPXKeyEventSequenceTrackerProviderObjectFromID ¶

func CPXKeyEventSequenceTrackerProviderObjectFromID(id objc.ID) CPXKeyEventSequenceTrackerProviderObject

CPXKeyEventSequenceTrackerProviderObjectFromID constructs a CPXKeyEventSequenceTrackerProviderObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (CPXKeyEventSequenceTrackerProviderObject) BaseObject ¶

type CPXKeyboardEventDestinationGenerator ¶

type CPXKeyboardEventDestinationGenerator struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/CPXKeyboardEventDestinationGenerator

func CPXKeyboardEventDestinationGeneratorFromID ¶

func CPXKeyboardEventDestinationGeneratorFromID(id objc.ID) CPXKeyboardEventDestinationGenerator

CPXKeyboardEventDestinationGeneratorFromID constructs a CPXKeyboardEventDestinationGenerator from an objc.ID.

func NewCPXKeyboardEventDestinationGenerator ¶

func NewCPXKeyboardEventDestinationGenerator() CPXKeyboardEventDestinationGenerator

NewCPXKeyboardEventDestinationGenerator creates a new CPXKeyboardEventDestinationGenerator instance.

func (CPXKeyboardEventDestinationGenerator) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (CPXKeyboardEventDestinationGenerator) Init ¶

Init initializes the instance.

type CPXKeyboardEventDestinationGeneratorClass ¶

type CPXKeyboardEventDestinationGeneratorClass struct {
	// contains filtered or unexported fields
}

func GetCPXKeyboardEventDestinationGeneratorClass ¶

func GetCPXKeyboardEventDestinationGeneratorClass() CPXKeyboardEventDestinationGeneratorClass

GetCPXKeyboardEventDestinationGeneratorClass returns the class object for CPXKeyboardEventDestinationGenerator.

func (CPXKeyboardEventDestinationGeneratorClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (CPXKeyboardEventDestinationGeneratorClass) Class ¶

Class returns the underlying Objective-C class pointer.

type CPXKeyboardEventProcessingExtras ¶

type CPXKeyboardEventProcessingExtras struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/CPXKeyboardEventProcessingExtras

func CPXKeyboardEventProcessingExtrasFromID ¶

func CPXKeyboardEventProcessingExtrasFromID(id objc.ID) CPXKeyboardEventProcessingExtras

CPXKeyboardEventProcessingExtrasFromID constructs a CPXKeyboardEventProcessingExtras from an objc.ID.

func NewCPXKeyboardEventProcessingExtras ¶

func NewCPXKeyboardEventProcessingExtras() CPXKeyboardEventProcessingExtras

NewCPXKeyboardEventProcessingExtras creates a new CPXKeyboardEventProcessingExtras instance.

func (CPXKeyboardEventProcessingExtras) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (CPXKeyboardEventProcessingExtras) Init ¶

Init initializes the instance.

type CPXKeyboardEventProcessingExtrasClass ¶

type CPXKeyboardEventProcessingExtrasClass struct {
	// contains filtered or unexported fields
}

func GetCPXKeyboardEventProcessingExtrasClass ¶

func GetCPXKeyboardEventProcessingExtrasClass() CPXKeyboardEventProcessingExtrasClass

GetCPXKeyboardEventProcessingExtrasClass returns the class object for CPXKeyboardEventProcessingExtras.

func (CPXKeyboardEventProcessingExtrasClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (CPXKeyboardEventProcessingExtrasClass) Class ¶

Class returns the underlying Objective-C class pointer.

type CPXKeyboardEventProcessor ¶

type CPXKeyboardEventProcessor struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/CPXKeyboardEventProcessor

func CPXKeyboardEventProcessorFromID ¶

func CPXKeyboardEventProcessorFromID(id objc.ID) CPXKeyboardEventProcessor

CPXKeyboardEventProcessorFromID constructs a CPXKeyboardEventProcessor from an objc.ID.

func NewCPXKeyboardEventProcessor ¶

func NewCPXKeyboardEventProcessor() CPXKeyboardEventProcessor

NewCPXKeyboardEventProcessor creates a new CPXKeyboardEventProcessor instance.

func (CPXKeyboardEventProcessor) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (CPXKeyboardEventProcessor) Init ¶

Init initializes the instance.

type CPXKeyboardEventProcessorClass ¶

type CPXKeyboardEventProcessorClass struct {
	// contains filtered or unexported fields
}

func GetCPXKeyboardEventProcessorClass ¶

func GetCPXKeyboardEventProcessorClass() CPXKeyboardEventProcessorClass

GetCPXKeyboardEventProcessorClass returns the class object for CPXKeyboardEventProcessor.

func (CPXKeyboardEventProcessorClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (CPXKeyboardEventProcessorClass) Class ¶

Class returns the underlying Objective-C class pointer.

type CPXLaunchServicesInterface ¶

type CPXLaunchServicesInterface struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/CPXLaunchServicesInterface

func CPXLaunchServicesInterfaceFromID ¶

func CPXLaunchServicesInterfaceFromID(id objc.ID) CPXLaunchServicesInterface

CPXLaunchServicesInterfaceFromID constructs a CPXLaunchServicesInterface from an objc.ID.

func NewCPXLaunchServicesInterface ¶

func NewCPXLaunchServicesInterface() CPXLaunchServicesInterface

NewCPXLaunchServicesInterface creates a new CPXLaunchServicesInterface instance.

func (CPXLaunchServicesInterface) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (CPXLaunchServicesInterface) Init ¶

Init initializes the instance.

type CPXLaunchServicesInterfaceClass ¶

type CPXLaunchServicesInterfaceClass struct {
	// contains filtered or unexported fields
}

func GetCPXLaunchServicesInterfaceClass ¶

func GetCPXLaunchServicesInterfaceClass() CPXLaunchServicesInterfaceClass

GetCPXLaunchServicesInterfaceClass returns the class object for CPXLaunchServicesInterface.

func (CPXLaunchServicesInterfaceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (CPXLaunchServicesInterfaceClass) Class ¶

Class returns the underlying Objective-C class pointer.

type CPXLaunchServicesProvider ¶

type CPXLaunchServicesProvider struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/CPXLaunchServicesProvider

func CPXLaunchServicesProviderFromID ¶

func CPXLaunchServicesProviderFromID(id objc.ID) CPXLaunchServicesProvider

CPXLaunchServicesProviderFromID constructs a CPXLaunchServicesProvider from an objc.ID.

func NewCPXLaunchServicesProvider ¶

func NewCPXLaunchServicesProvider() CPXLaunchServicesProvider

NewCPXLaunchServicesProvider creates a new CPXLaunchServicesProvider instance.

func (CPXLaunchServicesProvider) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (CPXLaunchServicesProvider) Init ¶

Init initializes the instance.

func (CPXLaunchServicesProvider) SetLaunchServicesInterface ¶

func (c CPXLaunchServicesProvider) SetLaunchServicesInterface(value ICPXLaunchServicesInterface)

type CPXLaunchServicesProviderClass ¶

type CPXLaunchServicesProviderClass struct {
	// contains filtered or unexported fields
}

func GetCPXLaunchServicesProviderClass ¶

func GetCPXLaunchServicesProviderClass() CPXLaunchServicesProviderClass

GetCPXLaunchServicesProviderClass returns the class object for CPXLaunchServicesProvider.

func (CPXLaunchServicesProviderClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (CPXLaunchServicesProviderClass) Class ¶

Class returns the underlying Objective-C class pointer.

type CPXLaunchServicesProviding ¶

type CPXLaunchServicesProviding interface {
	objectivec.IObject
}

CPXLaunchServicesProviding protocol.

See: https://developer.apple.com/documentation/SkyLight/CPXLaunchServicesProviding

type CPXLaunchServicesProvidingObject ¶

type CPXLaunchServicesProvidingObject struct {
	objectivec.Object
}

CPXLaunchServicesProvidingObject wraps an existing Objective-C object that conforms to the CPXLaunchServicesProviding protocol.

func CPXLaunchServicesProvidingObjectFromID ¶

func CPXLaunchServicesProvidingObjectFromID(id objc.ID) CPXLaunchServicesProvidingObject

CPXLaunchServicesProvidingObjectFromID constructs a CPXLaunchServicesProvidingObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (CPXLaunchServicesProvidingObject) BaseObject ¶

type CPXLegacyEventProcessor ¶

type CPXLegacyEventProcessor struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/CPXLegacyEventProcessor

func CPXLegacyEventProcessorFromID ¶

func CPXLegacyEventProcessorFromID(id objc.ID) CPXLegacyEventProcessor

CPXLegacyEventProcessorFromID constructs a CPXLegacyEventProcessor from an objc.ID.

func NewCPXLegacyEventProcessor ¶

func NewCPXLegacyEventProcessor() CPXLegacyEventProcessor

NewCPXLegacyEventProcessor creates a new CPXLegacyEventProcessor instance.

func (CPXLegacyEventProcessor) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (CPXLegacyEventProcessor) Init ¶

Init initializes the instance.

type CPXLegacyEventProcessorClass ¶

type CPXLegacyEventProcessorClass struct {
	// contains filtered or unexported fields
}

func GetCPXLegacyEventProcessorClass ¶

func GetCPXLegacyEventProcessorClass() CPXLegacyEventProcessorClass

GetCPXLegacyEventProcessorClass returns the class object for CPXLegacyEventProcessor.

func (CPXLegacyEventProcessorClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (CPXLegacyEventProcessorClass) Class ¶

Class returns the underlying Objective-C class pointer.

type CPXModernEventProcessor ¶

type CPXModernEventProcessor struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/CPXModernEventProcessor

func CPXModernEventProcessorFromID ¶

func CPXModernEventProcessorFromID(id objc.ID) CPXModernEventProcessor

CPXModernEventProcessorFromID constructs a CPXModernEventProcessor from an objc.ID.

func NewCPXModernEventProcessor ¶

func NewCPXModernEventProcessor() CPXModernEventProcessor

NewCPXModernEventProcessor creates a new CPXModernEventProcessor instance.

func (CPXModernEventProcessor) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (CPXModernEventProcessor) Init ¶

Init initializes the instance.

type CPXModernEventProcessorClass ¶

type CPXModernEventProcessorClass struct {
	// contains filtered or unexported fields
}

func GetCPXModernEventProcessorClass ¶

func GetCPXModernEventProcessorClass() CPXModernEventProcessorClass

GetCPXModernEventProcessorClass returns the class object for CPXModernEventProcessor.

func (CPXModernEventProcessorClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (CPXModernEventProcessorClass) Class ¶

Class returns the underlying Objective-C class pointer.

type CPXMutableEventDeferringPolicy ¶

type CPXMutableEventDeferringPolicy struct {
	CPXEventDeferringPolicy
}

See: https://developer.apple.com/documentation/SkyLight/CPXMutableEventDeferringPolicy

func CPXMutableEventDeferringPolicyFromID ¶

func CPXMutableEventDeferringPolicyFromID(id objc.ID) CPXMutableEventDeferringPolicy

CPXMutableEventDeferringPolicyFromID constructs a CPXMutableEventDeferringPolicy from an objc.ID.

func NewCPXMutableEventDeferringPolicy ¶

func NewCPXMutableEventDeferringPolicy() CPXMutableEventDeferringPolicy

NewCPXMutableEventDeferringPolicy creates a new CPXMutableEventDeferringPolicy instance.

func (CPXMutableEventDeferringPolicy) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (CPXMutableEventDeferringPolicy) Init ¶

Init initializes the instance.

type CPXMutableEventDeferringPolicyClass ¶

type CPXMutableEventDeferringPolicyClass struct {
	// contains filtered or unexported fields
}

func GetCPXMutableEventDeferringPolicyClass ¶

func GetCPXMutableEventDeferringPolicyClass() CPXMutableEventDeferringPolicyClass

GetCPXMutableEventDeferringPolicyClass returns the class object for CPXMutableEventDeferringPolicy.

func (CPXMutableEventDeferringPolicyClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (CPXMutableEventDeferringPolicyClass) Class ¶

Class returns the underlying Objective-C class pointer.

type CPXNotificationCenter ¶

type CPXNotificationCenter struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/CPXNotificationCenter

func CPXNotificationCenterFromID ¶

func CPXNotificationCenterFromID(id objc.ID) CPXNotificationCenter

CPXNotificationCenterFromID constructs a CPXNotificationCenter from an objc.ID.

func NewCPXNotificationCenter ¶

func NewCPXNotificationCenter() CPXNotificationCenter

NewCPXNotificationCenter creates a new CPXNotificationCenter instance.

func (CPXNotificationCenter) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (CPXNotificationCenter) Init ¶

Init initializes the instance.

type CPXNotificationCenterClass ¶

type CPXNotificationCenterClass struct {
	// contains filtered or unexported fields
}

func GetCPXNotificationCenterClass ¶

func GetCPXNotificationCenterClass() CPXNotificationCenterClass

GetCPXNotificationCenterClass returns the class object for CPXNotificationCenter.

func (CPXNotificationCenterClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (CPXNotificationCenterClass) Class ¶

Class returns the underlying Objective-C class pointer.

type CPXPSNWrapper ¶

type CPXPSNWrapper struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/_CPXPSNWrapper

func CPXPSNWrapperFromID ¶

func CPXPSNWrapperFromID(id objc.ID) CPXPSNWrapper

CPXPSNWrapperFromID constructs a CPXPSNWrapper from an objc.ID.

func NewCPXPSNWrapper ¶

func NewCPXPSNWrapper() CPXPSNWrapper

NewCPXPSNWrapper creates a new CPXPSNWrapper instance.

func (CPXPSNWrapper) Autorelease ¶

func (c CPXPSNWrapper) Autorelease() CPXPSNWrapper

Autorelease adds the receiver to the current autorelease pool.

func (CPXPSNWrapper) Init ¶

func (c CPXPSNWrapper) Init() CPXPSNWrapper

Init initializes the instance.

type CPXPSNWrapperClass ¶

type CPXPSNWrapperClass struct {
	// contains filtered or unexported fields
}

func GetCPXPSNWrapperClass ¶

func GetCPXPSNWrapperClass() CPXPSNWrapperClass

GetCPXPSNWrapperClass returns the class object for _CPXPSNWrapper.

func (CPXPSNWrapperClass) Alloc ¶

func (cc CPXPSNWrapperClass) Alloc() CPXPSNWrapper

Alloc allocates memory for a new instance of the class.

func (CPXPSNWrapperClass) Class ¶

func (cc CPXPSNWrapperClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type CPXProcessManager ¶

type CPXProcessManager struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/CPXProcessManager

func CPXProcessManagerFromID ¶

func CPXProcessManagerFromID(id objc.ID) CPXProcessManager

CPXProcessManagerFromID constructs a CPXProcessManager from an objc.ID.

func NewCPXProcessManager ¶

func NewCPXProcessManager() CPXProcessManager

NewCPXProcessManager creates a new CPXProcessManager instance.

func (CPXProcessManager) Autorelease ¶

func (c CPXProcessManager) Autorelease() CPXProcessManager

Autorelease adds the receiver to the current autorelease pool.

func (CPXProcessManager) Init ¶

Init initializes the instance.

func (CPXProcessManager) SetProcessPendingKill ¶

func (c CPXProcessManager) SetProcessPendingKill(value *CPSProcessRecRef)

type CPXProcessManagerClass ¶

type CPXProcessManagerClass struct {
	// contains filtered or unexported fields
}

func GetCPXProcessManagerClass ¶

func GetCPXProcessManagerClass() CPXProcessManagerClass

GetCPXProcessManagerClass returns the class object for CPXProcessManager.

func (CPXProcessManagerClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (CPXProcessManagerClass) Class ¶

func (cc CPXProcessManagerClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type CPXProcessManaging ¶

type CPXProcessManaging interface {
	objectivec.IObject

	// IsPSNEqualToPSN protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXProcessManaging/isPSN:equalToPSN:
	IsPSNEqualToPSN(psn objectivec.IObject, psn2 objectivec.IObject) bool

	// IsValidConnectionIDForPSN protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXProcessManaging/isValidConnectionID:forPSN:
	IsValidConnectionIDForPSN(id uint32, psn objectivec.IObject) bool

	// ProcessForPID protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXProcessManaging/processForPID:
	ProcessForPID(pid int) unsafe.Pointer

	// ProcessForPSN protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXProcessManaging/processForPSN:
	ProcessForPSN(psn objectivec.IObject) unsafe.Pointer

	// ProcessOwningConnection protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXProcessManaging/processOwningConnection:
	ProcessOwningConnection(connection unsafe.Pointer) unsafe.Pointer

	// ProcessOwningConnectionID protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXProcessManaging/processOwningConnectionID:
	ProcessOwningConnectionID(id uint32) unsafe.Pointer

	// ProcessPendingKill protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXProcessManaging/processPendingKill
	ProcessPendingKill() unsafe.Pointer

	// ProcessRepresentedByConnection protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXProcessManaging/processRepresentedByConnection:
	ProcessRepresentedByConnection(connection unsafe.Pointer) unsafe.Pointer

	// ProcessRepresentedByConnectionID protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXProcessManaging/processRepresentedByConnectionID:
	ProcessRepresentedByConnectionID(id uint32) unsafe.Pointer

	// SetProcessPendingKill protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXProcessManaging/setProcessPendingKill:
	SetProcessPendingKill(kill *CPSProcessRecRef)

	// UpdateProcessApplicationTypeIfNecessary protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXProcessManaging/updateProcessApplicationTypeIfNecessary:
	UpdateProcessApplicationTypeIfNecessary(necessary *CPSProcessRecRef) byte
}

CPXProcessManaging protocol.

See: https://developer.apple.com/documentation/SkyLight/CPXProcessManaging

type CPXProcessManagingObject ¶

type CPXProcessManagingObject struct {
	objectivec.Object
}

CPXProcessManagingObject wraps an existing Objective-C object that conforms to the CPXProcessManaging protocol.

func CPXProcessManagingObjectFromID ¶

func CPXProcessManagingObjectFromID(id objc.ID) CPXProcessManagingObject

CPXProcessManagingObjectFromID constructs a CPXProcessManagingObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (CPXProcessManagingObject) BaseObject ¶

type CPXRemoteViewEventManager ¶

type CPXRemoteViewEventManager struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/CPXRemoteViewEventManager

func CPXRemoteViewEventManagerFromID ¶

func CPXRemoteViewEventManagerFromID(id objc.ID) CPXRemoteViewEventManager

CPXRemoteViewEventManagerFromID constructs a CPXRemoteViewEventManager from an objc.ID.

func NewCPXRemoteViewEventManager ¶

func NewCPXRemoteViewEventManager() CPXRemoteViewEventManager

NewCPXRemoteViewEventManager creates a new CPXRemoteViewEventManager instance.

func (CPXRemoteViewEventManager) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (CPXRemoteViewEventManager) Init ¶

Init initializes the instance.

func (CPXRemoteViewEventManager) PassEventUpstreamToHostFullDispatchReplySync ¶

func (c CPXRemoteViewEventManager) PassEventUpstreamToHostFullDispatchReplySync(ctx context.Context, host objectivec.IObject, dispatch objectivec.IObject) error

PassEventUpstreamToHostFullDispatchReplySync is a synchronous wrapper around CPXRemoteViewEventManager.PassEventUpstreamToHostFullDispatchReply. It blocks until the completion handler fires or the context is cancelled.

func (CPXRemoteViewEventManager) SendEventToHostPidFullDispatchReplySync ¶

func (c CPXRemoteViewEventManager) SendEventToHostPidFullDispatchReplySync(ctx context.Context, event objectivec.IObject, pid int, dispatch objectivec.IObject) error

SendEventToHostPidFullDispatchReplySync is a synchronous wrapper around CPXRemoteViewEventManager.SendEventToHostPidFullDispatchReply. It blocks until the completion handler fires or the context is cancelled.

type CPXRemoteViewEventManagerClass ¶

type CPXRemoteViewEventManagerClass struct {
	// contains filtered or unexported fields
}

func GetCPXRemoteViewEventManagerClass ¶

func GetCPXRemoteViewEventManagerClass() CPXRemoteViewEventManagerClass

GetCPXRemoteViewEventManagerClass returns the class object for CPXRemoteViewEventManager.

func (CPXRemoteViewEventManagerClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (CPXRemoteViewEventManagerClass) Class ¶

Class returns the underlying Objective-C class pointer.

type CPXRemoteViewEventPendingConnection ¶

type CPXRemoteViewEventPendingConnection struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/_CPXRemoteViewEventPendingConnection

func CPXRemoteViewEventPendingConnectionFromID ¶

func CPXRemoteViewEventPendingConnectionFromID(id objc.ID) CPXRemoteViewEventPendingConnection

CPXRemoteViewEventPendingConnectionFromID constructs a CPXRemoteViewEventPendingConnection from an objc.ID.

func NewCPXRemoteViewEventPendingConnection ¶

func NewCPXRemoteViewEventPendingConnection() CPXRemoteViewEventPendingConnection

NewCPXRemoteViewEventPendingConnection creates a new CPXRemoteViewEventPendingConnection instance.

func (CPXRemoteViewEventPendingConnection) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (CPXRemoteViewEventPendingConnection) Init ¶

Init initializes the instance.

func (CPXRemoteViewEventPendingConnection) SetHandler ¶

type CPXRemoteViewEventPendingConnectionClass ¶

type CPXRemoteViewEventPendingConnectionClass struct {
	// contains filtered or unexported fields
}

func GetCPXRemoteViewEventPendingConnectionClass ¶

func GetCPXRemoteViewEventPendingConnectionClass() CPXRemoteViewEventPendingConnectionClass

GetCPXRemoteViewEventPendingConnectionClass returns the class object for _CPXRemoteViewEventPendingConnection.

func (CPXRemoteViewEventPendingConnectionClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (CPXRemoteViewEventPendingConnectionClass) Class ¶

Class returns the underlying Objective-C class pointer.

type CPXRemoteViewEventProtocolServerCallsClient ¶

type CPXRemoteViewEventProtocolServerCallsClient interface {
	objectivec.IObject
}

CPXRemoteViewEventProtocolServerCallsClient protocol.

See: https://developer.apple.com/documentation/SkyLight/CPXRemoteViewEventProtocolServerCallsClient

type CPXRemoteViewEventProtocolServerCallsClientObject ¶

type CPXRemoteViewEventProtocolServerCallsClientObject struct {
	objectivec.Object
}

CPXRemoteViewEventProtocolServerCallsClientObject wraps an existing Objective-C object that conforms to the CPXRemoteViewEventProtocolServerCallsClient protocol.

func CPXRemoteViewEventProtocolServerCallsClientObjectFromID ¶

func CPXRemoteViewEventProtocolServerCallsClientObjectFromID(id objc.ID) CPXRemoteViewEventProtocolServerCallsClientObject

CPXRemoteViewEventProtocolServerCallsClientObjectFromID constructs a CPXRemoteViewEventProtocolServerCallsClientObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (CPXRemoteViewEventProtocolServerCallsClientObject) BaseObject ¶

type CPXRemoteViewEventServer ¶

type CPXRemoteViewEventServer struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/CPXRemoteViewEventServer

func CPXRemoteViewEventServerFromID ¶

func CPXRemoteViewEventServerFromID(id objc.ID) CPXRemoteViewEventServer

CPXRemoteViewEventServerFromID constructs a CPXRemoteViewEventServer from an objc.ID.

func NewCPXRemoteViewEventServer ¶

func NewCPXRemoteViewEventServer() CPXRemoteViewEventServer

NewCPXRemoteViewEventServer creates a new CPXRemoteViewEventServer instance.

func (CPXRemoteViewEventServer) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (CPXRemoteViewEventServer) Init ¶

Init initializes the instance.

type CPXRemoteViewEventServerClass ¶

type CPXRemoteViewEventServerClass struct {
	// contains filtered or unexported fields
}

func GetCPXRemoteViewEventServerClass ¶

func GetCPXRemoteViewEventServerClass() CPXRemoteViewEventServerClass

GetCPXRemoteViewEventServerClass returns the class object for CPXRemoteViewEventServer.

func (CPXRemoteViewEventServerClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (CPXRemoteViewEventServerClass) Class ¶

Class returns the underlying Objective-C class pointer.

type CPXRemoteViewEventServerConfig ¶

type CPXRemoteViewEventServerConfig interface {
	objectivec.IObject
}

CPXRemoteViewEventServerConfig protocol.

See: https://developer.apple.com/documentation/SkyLight/CPXRemoteViewEventServerConfig

type CPXRemoteViewEventServerConfigObject ¶

type CPXRemoteViewEventServerConfigObject struct {
	objectivec.Object
}

CPXRemoteViewEventServerConfigObject wraps an existing Objective-C object that conforms to the CPXRemoteViewEventServerConfig protocol.

func CPXRemoteViewEventServerConfigObjectFromID ¶

func CPXRemoteViewEventServerConfigObjectFromID(id objc.ID) CPXRemoteViewEventServerConfigObject

CPXRemoteViewEventServerConfigObjectFromID constructs a CPXRemoteViewEventServerConfigObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (CPXRemoteViewEventServerConfigObject) BaseObject ¶

type CPXRemoteViewEventServerDefaultConfig ¶

type CPXRemoteViewEventServerDefaultConfig struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/CPXRemoteViewEventServerDefaultConfig

func CPXRemoteViewEventServerDefaultConfigFromID ¶

func CPXRemoteViewEventServerDefaultConfigFromID(id objc.ID) CPXRemoteViewEventServerDefaultConfig

CPXRemoteViewEventServerDefaultConfigFromID constructs a CPXRemoteViewEventServerDefaultConfig from an objc.ID.

func NewCPXRemoteViewEventServerDefaultConfig ¶

func NewCPXRemoteViewEventServerDefaultConfig() CPXRemoteViewEventServerDefaultConfig

NewCPXRemoteViewEventServerDefaultConfig creates a new CPXRemoteViewEventServerDefaultConfig instance.

func (CPXRemoteViewEventServerDefaultConfig) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (CPXRemoteViewEventServerDefaultConfig) Init ¶

Init initializes the instance.

type CPXRemoteViewEventServerDefaultConfigClass ¶

type CPXRemoteViewEventServerDefaultConfigClass struct {
	// contains filtered or unexported fields
}

func GetCPXRemoteViewEventServerDefaultConfigClass ¶

func GetCPXRemoteViewEventServerDefaultConfigClass() CPXRemoteViewEventServerDefaultConfigClass

GetCPXRemoteViewEventServerDefaultConfigClass returns the class object for CPXRemoteViewEventServerDefaultConfig.

func (CPXRemoteViewEventServerDefaultConfigClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (CPXRemoteViewEventServerDefaultConfigClass) Class ¶

Class returns the underlying Objective-C class pointer.

type CPXRemoteViewEventServiceSpecification ¶

type CPXRemoteViewEventServiceSpecification struct {
	objectivec.Object
}

See: https://developer.apple.com/documentation/SkyLight/CPXRemoteViewEventServiceSpecification

func CPXRemoteViewEventServiceSpecificationFromID ¶

func CPXRemoteViewEventServiceSpecificationFromID(id objc.ID) CPXRemoteViewEventServiceSpecification

CPXRemoteViewEventServiceSpecificationFromID constructs a CPXRemoteViewEventServiceSpecification from an objc.ID.

func NewCPXRemoteViewEventServiceSpecification ¶

func NewCPXRemoteViewEventServiceSpecification() CPXRemoteViewEventServiceSpecification

NewCPXRemoteViewEventServiceSpecification creates a new CPXRemoteViewEventServiceSpecification instance.

func (CPXRemoteViewEventServiceSpecification) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (CPXRemoteViewEventServiceSpecification) Init ¶

Init initializes the instance.

type CPXRemoteViewEventServiceSpecificationClass ¶

type CPXRemoteViewEventServiceSpecificationClass struct {
	// contains filtered or unexported fields
}

func GetCPXRemoteViewEventServiceSpecificationClass ¶

func GetCPXRemoteViewEventServiceSpecificationClass() CPXRemoteViewEventServiceSpecificationClass

GetCPXRemoteViewEventServiceSpecificationClass returns the class object for CPXRemoteViewEventServiceSpecification.

func (CPXRemoteViewEventServiceSpecificationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (CPXRemoteViewEventServiceSpecificationClass) Class ¶

Class returns the underlying Objective-C class pointer.

func (CPXRemoteViewEventServiceSpecificationClass) Identifier ¶

func (_CPXRemoteViewEventServiceSpecificationClass CPXRemoteViewEventServiceSpecificationClass) Identifier() objectivec.IObject

See: https://developer.apple.com/documentation/SkyLight/CPXRemoteViewEventServiceSpecification/identifier

func (CPXRemoteViewEventServiceSpecificationClass) Interface ¶

func (_CPXRemoteViewEventServiceSpecificationClass CPXRemoteViewEventServiceSpecificationClass) Interface() objectivec.IObject

See: https://developer.apple.com/documentation/SkyLight/CPXRemoteViewEventServiceSpecification/interface

func (CPXRemoteViewEventServiceSpecificationClass) ServiceQuality ¶

func (_CPXRemoteViewEventServiceSpecificationClass CPXRemoteViewEventServiceSpecificationClass) ServiceQuality() objectivec.IObject

See: https://developer.apple.com/documentation/SkyLight/CPXRemoteViewEventServiceSpecification/serviceQuality

type CPXSpecialKeyEventProcessing ¶

type CPXSpecialKeyEventProcessing interface {
	objectivec.IObject

	// CleanupForProcessDeath protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXSpecialKeyEventProcessing/cleanupForProcessDeath:
	CleanupForProcessDeath(death *CPSProcessRecRef)

	// ExitSpecialKeyModeForProcess protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXSpecialKeyEventProcessing/exitSpecialKeyMode:forProcess:
	ExitSpecialKeyModeForProcess(mode uint32, process *CPSProcessRecRef)

	// HotKeyChanged protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXSpecialKeyEventProcessing/hotKeyChanged:
	HotKeyChanged(changed objectivec.IObject)

	// RegisterSpecialKeyConnectionForProcess protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXSpecialKeyEventProcessing/registerSpecialKey:connection:forProcess:
	RegisterSpecialKeyConnectionForProcess(key uint32, connection unsafe.Pointer, process *CPSProcessRecRef) int

	// UnregisterSpecialKeyForProcess protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXSpecialKeyEventProcessing/unregisterSpecialKey:forProcess:
	UnregisterSpecialKeyForProcess(key uint32, process *CPSProcessRecRef) int
}

CPXSpecialKeyEventProcessing protocol.

See: https://developer.apple.com/documentation/SkyLight/CPXSpecialKeyEventProcessing

type CPXSpecialKeyEventProcessingObject ¶

type CPXSpecialKeyEventProcessingObject struct {
	objectivec.Object
}

CPXSpecialKeyEventProcessingObject wraps an existing Objective-C object that conforms to the CPXSpecialKeyEventProcessing protocol.

func CPXSpecialKeyEventProcessingObjectFromID ¶

func CPXSpecialKeyEventProcessingObjectFromID(id objc.ID) CPXSpecialKeyEventProcessingObject

CPXSpecialKeyEventProcessingObjectFromID constructs a CPXSpecialKeyEventProcessingObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (CPXSpecialKeyEventProcessingObject) BaseObject ¶

type CPXSpecialKeyEventProcessor ¶

type CPXSpecialKeyEventProcessor struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/CPXSpecialKeyEventProcessor

func CPXSpecialKeyEventProcessorFromID ¶

func CPXSpecialKeyEventProcessorFromID(id objc.ID) CPXSpecialKeyEventProcessor

CPXSpecialKeyEventProcessorFromID constructs a CPXSpecialKeyEventProcessor from an objc.ID.

func NewCPXSpecialKeyEventProcessor ¶

func NewCPXSpecialKeyEventProcessor() CPXSpecialKeyEventProcessor

NewCPXSpecialKeyEventProcessor creates a new CPXSpecialKeyEventProcessor instance.

func (CPXSpecialKeyEventProcessor) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (CPXSpecialKeyEventProcessor) Init ¶

Init initializes the instance.

type CPXSpecialKeyEventProcessorClass ¶

type CPXSpecialKeyEventProcessorClass struct {
	// contains filtered or unexported fields
}

func GetCPXSpecialKeyEventProcessorClass ¶

func GetCPXSpecialKeyEventProcessorClass() CPXSpecialKeyEventProcessorClass

GetCPXSpecialKeyEventProcessorClass returns the class object for CPXSpecialKeyEventProcessor.

func (CPXSpecialKeyEventProcessorClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (CPXSpecialKeyEventProcessorClass) Class ¶

Class returns the underlying Objective-C class pointer.

type CPXSpecialKeyState ¶

type CPXSpecialKeyState struct {
	objectivec.Object
}

See: https://developer.apple.com/documentation/SkyLight/CPXSpecialKeyState

func CPXSpecialKeyStateFromID ¶

func CPXSpecialKeyStateFromID(id objc.ID) CPXSpecialKeyState

CPXSpecialKeyStateFromID constructs a CPXSpecialKeyState from an objc.ID.

func NewCPXSpecialKeyState ¶

func NewCPXSpecialKeyState() CPXSpecialKeyState

NewCPXSpecialKeyState creates a new CPXSpecialKeyState instance.

func (CPXSpecialKeyState) Autorelease ¶

func (c CPXSpecialKeyState) Autorelease() CPXSpecialKeyState

Autorelease adds the receiver to the current autorelease pool.

func (CPXSpecialKeyState) Init ¶

Init initializes the instance.

type CPXSpecialKeyStateClass ¶

type CPXSpecialKeyStateClass struct {
	// contains filtered or unexported fields
}

func GetCPXSpecialKeyStateClass ¶

func GetCPXSpecialKeyStateClass() CPXSpecialKeyStateClass

GetCPXSpecialKeyStateClass returns the class object for CPXSpecialKeyState.

func (CPXSpecialKeyStateClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (CPXSpecialKeyStateClass) Class ¶

func (cc CPXSpecialKeyStateClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type CPXSymbolicHotKeyRegistrar ¶

type CPXSymbolicHotKeyRegistrar struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/_CPXSymbolicHotKeyRegistrar

func CPXSymbolicHotKeyRegistrarFromID ¶

func CPXSymbolicHotKeyRegistrarFromID(id objc.ID) CPXSymbolicHotKeyRegistrar

CPXSymbolicHotKeyRegistrarFromID constructs a CPXSymbolicHotKeyRegistrar from an objc.ID.

func NewCPXSymbolicHotKeyRegistrar ¶

func NewCPXSymbolicHotKeyRegistrar() CPXSymbolicHotKeyRegistrar

NewCPXSymbolicHotKeyRegistrar creates a new CPXSymbolicHotKeyRegistrar instance.

func (CPXSymbolicHotKeyRegistrar) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (CPXSymbolicHotKeyRegistrar) Init ¶

Init initializes the instance.

func (CPXSymbolicHotKeyRegistrar) RegisterSymbolicHotKeyConnectionHotKeyIDSymbolicHotKeyOptionCallbackFuncSync ¶

func (c CPXSymbolicHotKeyRegistrar) RegisterSymbolicHotKeyConnectionHotKeyIDSymbolicHotKeyOptionCallbackFuncSync(ctx context.Context, connection unsafe.Pointer, id uint64, key uint32, option uint32) error

RegisterSymbolicHotKeyConnectionHotKeyIDSymbolicHotKeyOptionCallbackFuncSync is a synchronous wrapper around CPXSymbolicHotKeyRegistrar.RegisterSymbolicHotKeyConnectionHotKeyIDSymbolicHotKeyOptionCallbackFunc. It blocks until the completion handler fires or the context is cancelled.

type CPXSymbolicHotKeyRegistrarClass ¶

type CPXSymbolicHotKeyRegistrarClass struct {
	// contains filtered or unexported fields
}

func GetCPXSymbolicHotKeyRegistrarClass ¶

func GetCPXSymbolicHotKeyRegistrarClass() CPXSymbolicHotKeyRegistrarClass

GetCPXSymbolicHotKeyRegistrarClass returns the class object for _CPXSymbolicHotKeyRegistrar.

func (CPXSymbolicHotKeyRegistrarClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (CPXSymbolicHotKeyRegistrarClass) Class ¶

Class returns the underlying Objective-C class pointer.

type CPXSymbolicHotKeyRegistry ¶

type CPXSymbolicHotKeyRegistry interface {
	objectivec.IObject

	// GetSymbolicHotKeyValueOutTriggerOutKeyCharOutVirtualKeyOutModifiers protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXSymbolicHotKeyRegistry/getSymbolicHotKeyValue:outTrigger:outKeyChar:outVirtualKey:outModifiers:
	GetSymbolicHotKeyValueOutTriggerOutKeyCharOutVirtualKeyOutModifiers(value uint32, trigger unsafe.Pointer, char unsafe.Pointer, key unsafe.Pointer, modifiers unsafe.Pointer) int

	// RegisterSymbolicHotKeyConnectionHotKeyIDSymbolicHotKeyOptionCallbackFunc protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXSymbolicHotKeyRegistry/registerSymbolicHotKeyConnection:hotKeyID:symbolicHotKey:option:callbackFunc:
	RegisterSymbolicHotKeyConnectionHotKeyIDSymbolicHotKeyOptionCallbackFunc(connection unsafe.Pointer, id uint64, key uint32, option uint32, func_ VoidHandler) int

	// UnregisterHotKeyConnectionHotKeyID protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/CPXSymbolicHotKeyRegistry/unregisterHotKeyConnection:hotKeyID:
	UnregisterHotKeyConnectionHotKeyID(connection unsafe.Pointer, id uint64) int
}

CPXSymbolicHotKeyRegistry protocol.

See: https://developer.apple.com/documentation/SkyLight/CPXSymbolicHotKeyRegistry

type CPXSymbolicHotKeyRegistryObject ¶

type CPXSymbolicHotKeyRegistryObject struct {
	objectivec.Object
}

CPXSymbolicHotKeyRegistryObject wraps an existing Objective-C object that conforms to the CPXSymbolicHotKeyRegistry protocol.

func CPXSymbolicHotKeyRegistryObjectFromID ¶

func CPXSymbolicHotKeyRegistryObjectFromID(id objc.ID) CPXSymbolicHotKeyRegistryObject

CPXSymbolicHotKeyRegistryObjectFromID constructs a CPXSymbolicHotKeyRegistryObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (CPXSymbolicHotKeyRegistryObject) BaseObject ¶

type CPXViewClient ¶

type CPXViewClient struct {
	objectivec.Object
}

See: https://developer.apple.com/documentation/SkyLight/_CPXViewClient

func CPXViewClientFromID ¶

func CPXViewClientFromID(id objc.ID) CPXViewClient

CPXViewClientFromID constructs a CPXViewClient from an objc.ID.

func NewCPXViewClient ¶

func NewCPXViewClient() CPXViewClient

NewCPXViewClient creates a new CPXViewClient instance.

func (CPXViewClient) Autorelease ¶

func (c CPXViewClient) Autorelease() CPXViewClient

Autorelease adds the receiver to the current autorelease pool.

func (CPXViewClient) Init ¶

func (c CPXViewClient) Init() CPXViewClient

Init initializes the instance.

type CPXViewClientClass ¶

type CPXViewClientClass struct {
	// contains filtered or unexported fields
}

func GetCPXViewClientClass ¶

func GetCPXViewClientClass() CPXViewClientClass

GetCPXViewClientClass returns the class object for _CPXViewClient.

func (CPXViewClientClass) Alloc ¶

func (cc CPXViewClientClass) Alloc() CPXViewClient

Alloc allocates memory for a new instance of the class.

func (CPXViewClientClass) Class ¶

func (cc CPXViewClientClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type DictionaryHandler ¶

type DictionaryHandler = func(*foundation.INSDictionary)

DictionaryHandler is the signature for a completion handler block.

Used by:

  • [SLSBrightnessControl.RegisterForNotificationsWithBlock]

type ECAuthenticationKey ¶

type ECAuthenticationKey interface {
	objectivec.IObject
}

ECAuthenticationKey protocol.

See: https://developer.apple.com/documentation/SkyLight/ECAuthenticationKey

type ECAuthenticationKeyObject ¶

type ECAuthenticationKeyObject struct {
	objectivec.Object
}

ECAuthenticationKeyObject wraps an existing Objective-C object that conforms to the ECAuthenticationKey protocol.

func ECAuthenticationKeyObjectFromID ¶

func ECAuthenticationKeyObjectFromID(id objc.ID) ECAuthenticationKeyObject

ECAuthenticationKeyObjectFromID constructs a ECAuthenticationKeyObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (ECAuthenticationKeyObject) BaseObject ¶

type ECAuthenticationMessageInternal ¶

type ECAuthenticationMessageInternal interface {
	objectivec.IObject
}

ECAuthenticationMessageInternal protocol.

See: https://developer.apple.com/documentation/SkyLight/ECAuthenticationMessageInternal

type ECAuthenticationMessageInternalObject ¶

type ECAuthenticationMessageInternalObject struct {
	objectivec.Object
}

ECAuthenticationMessageInternalObject wraps an existing Objective-C object that conforms to the ECAuthenticationMessageInternal protocol.

func ECAuthenticationMessageInternalObjectFromID ¶

func ECAuthenticationMessageInternalObjectFromID(id objc.ID) ECAuthenticationMessageInternalObject

ECAuthenticationMessageInternalObjectFromID constructs a ECAuthenticationMessageInternalObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (ECAuthenticationMessageInternalObject) BaseObject ¶

type ECAuthenticationMessageSignable ¶

type ECAuthenticationMessageSignable interface {
	objectivec.IObject
}

ECAuthenticationMessageSignable protocol.

See: https://developer.apple.com/documentation/SkyLight/ECAuthenticationMessageSignable

type ECAuthenticationMessageSignableObject ¶

type ECAuthenticationMessageSignableObject struct {
	objectivec.Object
}

ECAuthenticationMessageSignableObject wraps an existing Objective-C object that conforms to the ECAuthenticationMessageSignable protocol.

func ECAuthenticationMessageSignableObjectFromID ¶

func ECAuthenticationMessageSignableObjectFromID(id objc.ID) ECAuthenticationMessageSignableObject

ECAuthenticationMessageSignableObjectFromID constructs a ECAuthenticationMessageSignableObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (ECAuthenticationMessageSignableObject) BaseObject ¶

type ECAuthenticationMessageSigningContext ¶

type ECAuthenticationMessageSigningContext interface {
	objectivec.IObject

	// UpdateSigningContextWithBytesLength protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/ECAuthenticationMessageSigningContext/updateSigningContextWithBytes:length:
	UpdateSigningContextWithBytesLength(bytes []byte)
}

ECAuthenticationMessageSigningContext protocol.

See: https://developer.apple.com/documentation/SkyLight/ECAuthenticationMessageSigningContext

type ECAuthenticationMessageSigningContextObject ¶

type ECAuthenticationMessageSigningContextObject struct {
	objectivec.Object
}

ECAuthenticationMessageSigningContextObject wraps an existing Objective-C object that conforms to the ECAuthenticationMessageSigningContext protocol.

func ECAuthenticationMessageSigningContextObjectFromID ¶

func ECAuthenticationMessageSigningContextObjectFromID(id objc.ID) ECAuthenticationMessageSigningContextObject

ECAuthenticationMessageSigningContextObjectFromID constructs a ECAuthenticationMessageSigningContextObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (ECAuthenticationMessageSigningContextObject) BaseObject ¶

type ECEventAuthenticationMessage ¶

type ECEventAuthenticationMessage interface {
	objectivec.IObject

	// Capabilities protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/ECEventAuthenticationMessage/capabilities
	Capabilities() uint64
}

ECEventAuthenticationMessage protocol.

See: https://developer.apple.com/documentation/SkyLight/ECEventAuthenticationMessage

type ECEventAuthenticationMessageObject ¶

type ECEventAuthenticationMessageObject struct {
	objectivec.Object
}

ECEventAuthenticationMessageObject wraps an existing Objective-C object that conforms to the ECEventAuthenticationMessage protocol.

func ECEventAuthenticationMessageObjectFromID ¶

func ECEventAuthenticationMessageObjectFromID(id objc.ID) ECEventAuthenticationMessageObject

ECEventAuthenticationMessageObjectFromID constructs a ECEventAuthenticationMessageObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (ECEventAuthenticationMessageObject) BaseObject ¶

type ECEventTypeObject ¶

type ECEventTypeObject struct {
	objectivec.Object
}

ECEventTypeObject wraps an existing Objective-C object that conforms to the ECEventType protocol.

func ECEventTypeObjectFromID ¶

func ECEventTypeObjectFromID(id objc.ID) ECEventTypeObject

ECEventTypeObjectFromID constructs a ECEventTypeObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (ECEventTypeObject) BaseObject ¶

func (o ECEventTypeObject) BaseObject() objectivec.Object

type ECSLGestureEventAuthenticationMessageObject ¶

type ECSLGestureEventAuthenticationMessageObject struct {
	objectivec.Object
}

ECSLGestureEventAuthenticationMessageObject wraps an existing Objective-C object that conforms to the ECSLGestureEventAuthenticationMessage protocol.

func ECSLGestureEventAuthenticationMessageObjectFromID ¶

func ECSLGestureEventAuthenticationMessageObjectFromID(id objc.ID) ECSLGestureEventAuthenticationMessageObject

ECSLGestureEventAuthenticationMessageObjectFromID constructs a ECSLGestureEventAuthenticationMessageObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (ECSLGestureEventAuthenticationMessageObject) BaseObject ¶

type ECSLKeyEventAuthenticationMessageObject ¶

type ECSLKeyEventAuthenticationMessageObject struct {
	objectivec.Object
}

ECSLKeyEventAuthenticationMessageObject wraps an existing Objective-C object that conforms to the ECSLKeyEventAuthenticationMessage protocol.

func ECSLKeyEventAuthenticationMessageObjectFromID ¶

func ECSLKeyEventAuthenticationMessageObjectFromID(id objc.ID) ECSLKeyEventAuthenticationMessageObject

ECSLKeyEventAuthenticationMessageObjectFromID constructs a ECSLKeyEventAuthenticationMessageObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (ECSLKeyEventAuthenticationMessageObject) BaseObject ¶

type ECSLMouseEventAuthenticationMessage ¶

type ECSLMouseEventAuthenticationMessage interface {
	objectivec.IObject

	// ButtonNumber protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/ECSLMouseEventAuthenticationMessage/buttonNumber
	ButtonNumber() int8
}

ECSLMouseEventAuthenticationMessage protocol.

See: https://developer.apple.com/documentation/SkyLight/ECSLMouseEventAuthenticationMessage

type ECSLMouseEventAuthenticationMessageObject ¶

type ECSLMouseEventAuthenticationMessageObject struct {
	objectivec.Object
}

ECSLMouseEventAuthenticationMessageObject wraps an existing Objective-C object that conforms to the ECSLMouseEventAuthenticationMessage protocol.

func ECSLMouseEventAuthenticationMessageObjectFromID ¶

func ECSLMouseEventAuthenticationMessageObjectFromID(id objc.ID) ECSLMouseEventAuthenticationMessageObject

ECSLMouseEventAuthenticationMessageObjectFromID constructs a ECSLMouseEventAuthenticationMessageObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (ECSLMouseEventAuthenticationMessageObject) BaseObject ¶

type ECSkyLightEventAuthenticationMessageObject ¶

type ECSkyLightEventAuthenticationMessageObject struct {
	objectivec.Object
}

ECSkyLightEventAuthenticationMessageObject wraps an existing Objective-C object that conforms to the ECSkyLightEventAuthenticationMessage protocol.

func ECSkyLightEventAuthenticationMessageObjectFromID ¶

func ECSkyLightEventAuthenticationMessageObjectFromID(id objc.ID) ECSkyLightEventAuthenticationMessageObject

ECSkyLightEventAuthenticationMessageObjectFromID constructs a ECSkyLightEventAuthenticationMessageObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (ECSkyLightEventAuthenticationMessageObject) BaseObject ¶

type ECTestOnlyEventAuthenticationMessage ¶

type ECTestOnlyEventAuthenticationMessage struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/ECTestOnlyEventAuthenticationMessage

func ECTestOnlyEventAuthenticationMessageFromID ¶

func ECTestOnlyEventAuthenticationMessageFromID(id objc.ID) ECTestOnlyEventAuthenticationMessage

ECTestOnlyEventAuthenticationMessageFromID constructs a ECTestOnlyEventAuthenticationMessage from an objc.ID.

func NewECTestOnlyEventAuthenticationMessage ¶

func NewECTestOnlyEventAuthenticationMessage() ECTestOnlyEventAuthenticationMessage

NewECTestOnlyEventAuthenticationMessage creates a new ECTestOnlyEventAuthenticationMessage instance.

func (ECTestOnlyEventAuthenticationMessage) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (ECTestOnlyEventAuthenticationMessage) Init ¶

Init initializes the instance.

func (ECTestOnlyEventAuthenticationMessage) ValidateWithOptionsAndResultBlockSync ¶

func (e ECTestOnlyEventAuthenticationMessage) ValidateWithOptionsAndResultBlockSync(ctx context.Context, options objectivec.IObject) error

ValidateWithOptionsAndResultBlockSync is a synchronous wrapper around ECTestOnlyEventAuthenticationMessage.ValidateWithOptionsAndResultBlock. It blocks until the completion handler fires or the context is cancelled.

type ECTestOnlyEventAuthenticationMessageClass ¶

type ECTestOnlyEventAuthenticationMessageClass struct {
	// contains filtered or unexported fields
}

func GetECTestOnlyEventAuthenticationMessageClass ¶

func GetECTestOnlyEventAuthenticationMessageClass() ECTestOnlyEventAuthenticationMessageClass

GetECTestOnlyEventAuthenticationMessageClass returns the class object for ECTestOnlyEventAuthenticationMessage.

func (ECTestOnlyEventAuthenticationMessageClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (ECTestOnlyEventAuthenticationMessageClass) Class ¶

Class returns the underlying Objective-C class pointer.

func (ECTestOnlyEventAuthenticationMessageClass) MessageWithValidity ¶

func (_ECTestOnlyEventAuthenticationMessageClass ECTestOnlyEventAuthenticationMessageClass) MessageWithValidity(validity bool) objectivec.IObject

See: https://developer.apple.com/documentation/SkyLight/ECTestOnlyEventAuthenticationMessage/messageWithValidity:

func (ECTestOnlyEventAuthenticationMessageClass) SupportsSecureCoding ¶

func (_ECTestOnlyEventAuthenticationMessageClass ECTestOnlyEventAuthenticationMessageClass) SupportsSecureCoding() bool

See: https://developer.apple.com/documentation/SkyLight/ECTestOnlyEventAuthenticationMessage/supportsSecureCoding

type ECTestOnlyEventType ¶

type ECTestOnlyEventType struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/ECTestOnlyEventType

func ECTestOnlyEventTypeFromID ¶

func ECTestOnlyEventTypeFromID(id objc.ID) ECTestOnlyEventType

ECTestOnlyEventTypeFromID constructs a ECTestOnlyEventType from an objc.ID.

func NewECTestOnlyEventType ¶

func NewECTestOnlyEventType() ECTestOnlyEventType

NewECTestOnlyEventType creates a new ECTestOnlyEventType instance.

func (ECTestOnlyEventType) Autorelease ¶

func (e ECTestOnlyEventType) Autorelease() ECTestOnlyEventType

Autorelease adds the receiver to the current autorelease pool.

func (ECTestOnlyEventType) Init ¶

Init initializes the instance.

type ECTestOnlyEventTypeClass ¶

type ECTestOnlyEventTypeClass struct {
	// contains filtered or unexported fields
}

func GetECTestOnlyEventTypeClass ¶

func GetECTestOnlyEventTypeClass() ECTestOnlyEventTypeClass

GetECTestOnlyEventTypeClass returns the class object for ECTestOnlyEventType.

func (ECTestOnlyEventTypeClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (ECTestOnlyEventTypeClass) Class ¶

func (ec ECTestOnlyEventTypeClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type ECTestOnlyVersionedPID ¶

type ECTestOnlyVersionedPID struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/ECTestOnlyVersionedPID

func ECTestOnlyVersionedPIDFromID ¶

func ECTestOnlyVersionedPIDFromID(id objc.ID) ECTestOnlyVersionedPID

ECTestOnlyVersionedPIDFromID constructs a ECTestOnlyVersionedPID from an objc.ID.

func NewECTestOnlyVersionedPID ¶

func NewECTestOnlyVersionedPID() ECTestOnlyVersionedPID

NewECTestOnlyVersionedPID creates a new ECTestOnlyVersionedPID instance.

func (ECTestOnlyVersionedPID) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (ECTestOnlyVersionedPID) Init ¶

Init initializes the instance.

type ECTestOnlyVersionedPIDClass ¶

type ECTestOnlyVersionedPIDClass struct {
	// contains filtered or unexported fields
}

func GetECTestOnlyVersionedPIDClass ¶

func GetECTestOnlyVersionedPIDClass() ECTestOnlyVersionedPIDClass

GetECTestOnlyVersionedPIDClass returns the class object for ECTestOnlyVersionedPID.

func (ECTestOnlyVersionedPIDClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (ECTestOnlyVersionedPIDClass) Class ¶

Class returns the underlying Objective-C class pointer.

type ECVersionedPIDObject ¶

type ECVersionedPIDObject struct {
	objectivec.Object
}

ECVersionedPIDObject wraps an existing Objective-C object that conforms to the ECVersionedPID protocol.

func ECVersionedPIDObjectFromID ¶

func ECVersionedPIDObjectFromID(id objc.ID) ECVersionedPIDObject

ECVersionedPIDObjectFromID constructs a ECVersionedPIDObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (ECVersionedPIDObject) BaseObject ¶

func (o ECVersionedPIDObject) BaseObject() objectivec.Object

type ErrorHandler ¶

type ErrorHandler = func()

ErrorHandler is the signature for a completion handler block.

Used by:

type ICGXConnectionBox ¶

type ICGXConnectionBox interface {
	objectivec.IObject

	Connection() unsafe.Pointer
	SetConnection(value unsafe.Pointer)
	InvalidateBackreference()
	InitWithCGXConnection(cGXConnection unsafe.Pointer) CGXConnectionBox
}

An interface definition for the CGXConnectionBox class.

Methods ¶

  • [ICGXConnectionBox.Connection]
  • [ICGXConnectionBox.SetConnection]
  • [ICGXConnectionBox.InvalidateBackreference]
  • [ICGXConnectionBox.InitWithCGXConnection]

See: https://developer.apple.com/documentation/SkyLight/CGXConnectionBox

type ICPXCallbackScheduler ¶

type ICPXCallbackScheduler interface {
	objectivec.IObject

	DescheduleForceLogoutCallback()
	DescheduleKillProcessCallback()
	ScheduleFixBadForegroundCallbackForProcess(process *CPSProcessRecRef)
	ScheduleForceLogoutCallbackForTime(time float64)
	ScheduleKillProcessCallbackForTime(time float64)
	InitWithSession(session unsafe.Pointer) CPXCallbackScheduler
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objc.Class
}

An interface definition for the CPXCallbackScheduler class.

Methods ¶

  • [ICPXCallbackScheduler.DescheduleForceLogoutCallback]
  • [ICPXCallbackScheduler.DescheduleKillProcessCallback]
  • [ICPXCallbackScheduler.ScheduleFixBadForegroundCallbackForProcess]
  • [ICPXCallbackScheduler.ScheduleForceLogoutCallbackForTime]
  • [ICPXCallbackScheduler.ScheduleKillProcessCallbackForTime]
  • [ICPXCallbackScheduler.InitWithSession]
  • [ICPXCallbackScheduler.DebugDescription]
  • [ICPXCallbackScheduler.Description]
  • [ICPXCallbackScheduler.Hash]
  • [ICPXCallbackScheduler.Superclass]

See: https://developer.apple.com/documentation/SkyLight/CPXCallbackScheduler

type ICPXConnectionManager ¶

type ICPXConnectionManager interface {
	objectivec.IObject

	ConnectionForID(id uint32) unsafe.Pointer
	PidForConnection(connection unsafe.Pointer) int
	InitWithSession(session uintptr) CPXConnectionManager
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objc.Class
}

An interface definition for the CPXConnectionManager class.

Methods ¶

  • [ICPXConnectionManager.ConnectionForID]
  • [ICPXConnectionManager.PidForConnection]
  • [ICPXConnectionManager.InitWithSession]
  • [ICPXConnectionManager.DebugDescription]
  • [ICPXConnectionManager.Description]
  • [ICPXConnectionManager.Hash]
  • [ICPXConnectionManager.Superclass]

See: https://developer.apple.com/documentation/SkyLight/CPXConnectionManager

type ICPXEntryPointsService ¶

type ICPXEntryPointsService interface {
	objectivec.IObject

	ClientAddToPermittedFrontList(client unsafe.Pointer, list objectivec.IObject) int
	ClientRemoveFromPermittedFrontList(client unsafe.Pointer, list objectivec.IObject) int
	InitWithFocusControllerProcessManager(controller objectivec.IObject, manager objectivec.IObject) CPXEntryPointsService
}

An interface definition for the CPXEntryPointsService class.

Methods ¶

  • [ICPXEntryPointsService.ClientAddToPermittedFrontList]
  • [ICPXEntryPointsService.ClientRemoveFromPermittedFrontList]
  • [ICPXEntryPointsService.InitWithFocusControllerProcessManager]

See: https://developer.apple.com/documentation/SkyLight/CPXEntryPointsService

type ICPXEventDeferringManager ¶

type ICPXEventDeferringManager interface {
	objectivec.IObject

	EnforcedPolicy() ICPXEventDeferringPolicy
	UpdatePolicyReason(policy objectivec.IObject, reason objectivec.IObject)
	InitWithDeliveryManagerProcessManagerConnectionManager(manager objectivec.IObject, manager2 objectivec.IObject, manager3 objectivec.IObject) CPXEventDeferringManager
}

An interface definition for the CPXEventDeferringManager class.

Methods ¶

  • [ICPXEventDeferringManager.EnforcedPolicy]
  • [ICPXEventDeferringManager.UpdatePolicyReason]
  • [ICPXEventDeferringManager.InitWithDeliveryManagerProcessManagerConnectionManager]

See: https://developer.apple.com/documentation/SkyLight/CPXEventDeferringManager

type ICPXEventDeferringPolicy ¶

type ICPXEventDeferringPolicy interface {
	objectivec.IObject

	AdvicePolicy() int64
	AppendDescriptionToStream(stream objectivec.IObject)
	AuditHistory() unsafe.Pointer
	FrontmostProcess() *CPSProcessRecRef
	KeyThiefConnectionID() uint32
	SetKeyThiefConnectionID(value uint32)
	// contains filtered or unexported methods
}

An interface definition for the CPXEventDeferringPolicy class.

Methods ¶

  • [ICPXEventDeferringPolicy._init]
  • [ICPXEventDeferringPolicy._initWithCopyOf]
  • [ICPXEventDeferringPolicy.AdvicePolicy]
  • [ICPXEventDeferringPolicy.AppendDescriptionToStream]
  • [ICPXEventDeferringPolicy.AuditHistory]
  • [ICPXEventDeferringPolicy.FrontmostProcess]
  • [ICPXEventDeferringPolicy.KeyThiefConnectionID]
  • [ICPXEventDeferringPolicy.SetKeyThiefConnectionID]

See: https://developer.apple.com/documentation/SkyLight/CPXEventDeferringPolicy

type ICPXEventDeferringPolicySanitizer ¶

type ICPXEventDeferringPolicySanitizer interface {
	objectivec.IObject

	Sanitize(sanitize objectivec.IObject) objectivec.IObject
	InitWithFocusManagerDataSourceProcessManager(source objectivec.IObject, manager objectivec.IObject) CPXEventDeferringPolicySanitizer
	// contains filtered or unexported methods
}

An interface definition for the CPXEventDeferringPolicySanitizer class.

Methods ¶

  • [ICPXEventDeferringPolicySanitizer._isValidProcessAuditHistoryDebugProcessType]
  • [ICPXEventDeferringPolicySanitizer._sanitizeFrontmost]
  • [ICPXEventDeferringPolicySanitizer._sanitizeKeyThief]
  • [ICPXEventDeferringPolicySanitizer.Sanitize]
  • [ICPXEventDeferringPolicySanitizer.InitWithFocusManagerDataSourceProcessManager]

See: https://developer.apple.com/documentation/SkyLight/CPXEventDeferringPolicySanitizer

type ICPXEventDispatcher ¶

type ICPXEventDispatcher interface {
	objectivec.IObject

	PostBackgroundEvent(event *SLSEventRecordRef)
	PostEventToConnectionID(event *SLSEventRecordRef, id uint32)
	PostEventToDestination(event *SLSEventRecordRef, destination objectivec.IObject)
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objc.Class
}

An interface definition for the CPXEventDispatcher class.

Methods ¶

  • [ICPXEventDispatcher.PostBackgroundEvent]
  • [ICPXEventDispatcher.PostEventToConnectionID]
  • [ICPXEventDispatcher.PostEventToDestination]
  • [ICPXEventDispatcher.DebugDescription]
  • [ICPXEventDispatcher.Description]
  • [ICPXEventDispatcher.Hash]
  • [ICPXEventDispatcher.Superclass]

See: https://developer.apple.com/documentation/SkyLight/CPXEventDispatcher

type ICPXFocusManager ¶

type ICPXFocusManager interface {
	objectivec.IObject

	AddToPermittedFrontList(list objectivec.IObject) int16
	CleanupForProcessDeath(death *CPSProcessRecRef)
	FocusController() objectivec.IObject
	FrontVisibleProcess() *CPSProcessRecRef
	FrontmostProcess() *CPSProcessRecRef
	GetProcessToBringForwardAtNextCheckin(checkin unsafe.Pointer) bool
	IsProcessPermittedToBeFrontmost(frontmost *CPSProcessRecRef) bool
	IsProcessToBringForwardAtNextCheckin(checkin objectivec.IObject) bool
	KeyThiefConnectionID() uint32
	ProcessDidUpdateConnectionOldConnectionID(connection *CPSProcessRecRef, id uint32)
	ReleaseAllKeyThiefInstancesNotPermittedFrontmost()
	RemoveFromPermittedFrontList(list objectivec.IObject) int16
	SetProcessToBringForwardAtNextCheckinPSN(psn objectivec.IObject) int16
	SuppressDeferringPolicyUpdatesForReason(reason objectivec.IObject) objectivec.IObject
	InitWithSessionDeferringManagerLaunchServicesProviderProcessManager(session unsafe.Pointer, manager objectivec.IObject, provider objectivec.IObject, manager2 objectivec.IObject) CPXFocusManager
	InitWithSessionPolicyDeferringPolicySanitizerDeferringManagerDataSourceProcessManagerCallbackScheduler(session unsafe.Pointer, policy objectivec.IObject, sanitizer objectivec.IObject, manager objectivec.IObject, source objectivec.IObject, manager2 objectivec.IObject, scheduler objectivec.IObject) CPXFocusManager
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objc.Class
	// contains filtered or unexported methods
}

An interface definition for the CPXFocusManager class.

Methods ¶

  • [ICPXFocusManager._fixBadForegroundProcess]
  • [ICPXFocusManager.AddToPermittedFrontList]
  • [ICPXFocusManager.CleanupForProcessDeath]
  • [ICPXFocusManager.FocusController]
  • [ICPXFocusManager.FrontVisibleProcess]
  • [ICPXFocusManager.FrontmostProcess]
  • [ICPXFocusManager.GetProcessToBringForwardAtNextCheckin]
  • [ICPXFocusManager.IsProcessPermittedToBeFrontmost]
  • [ICPXFocusManager.IsProcessToBringForwardAtNextCheckin]
  • [ICPXFocusManager.KeyThiefConnectionID]
  • [ICPXFocusManager.ProcessDidUpdateConnectionOldConnectionID]
  • [ICPXFocusManager.ReleaseAllKeyThiefInstancesNotPermittedFrontmost]
  • [ICPXFocusManager.RemoveFromPermittedFrontList]
  • [ICPXFocusManager.SetProcessToBringForwardAtNextCheckinPSN]
  • [ICPXFocusManager.SuppressDeferringPolicyUpdatesForReason]
  • [ICPXFocusManager.InitWithSessionDeferringManagerLaunchServicesProviderProcessManager]
  • [ICPXFocusManager.InitWithSessionPolicyDeferringPolicySanitizerDeferringManagerDataSourceProcessManagerCallbackScheduler]
  • [ICPXFocusManager.DebugDescription]
  • [ICPXFocusManager.Description]
  • [ICPXFocusManager.Hash]
  • [ICPXFocusManager.Superclass]

See: https://developer.apple.com/documentation/SkyLight/CPXFocusManager

type ICPXFocusManagerDataSourceLaunchServices ¶

type ICPXFocusManagerDataSourceLaunchServices interface {
	objectivec.IObject

	AddToPermittedFrontList(list objectivec.IObject) int16
	AppendDescriptionToStream(stream objectivec.IObject)
	FrontmostProcess() *CPSProcessRecRef
	GetProcessToBringForwardAtNextCheckin(checkin unsafe.Pointer) bool
	IsProcessPermittedToBeFrontmost(frontmost *CPSProcessRecRef) bool
	IsProcessToBringForwardAtNextCheckin(checkin objectivec.IObject) bool
	KeyThiefConnectionID() uint32
	RemoveFromPermittedFrontList(list objectivec.IObject) int16
	SetKeyThiefConnectionID(id uint32)
	SetProcessToBringForwardAtNextCheckin(checkin objectivec.IObject) int
	InitWithLaunchServicesProviderProcessManager(provider objectivec.IObject, manager objectivec.IObject) CPXFocusManagerDataSourceLaunchServices
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objc.Class
}

An interface definition for the CPXFocusManagerDataSourceLaunchServices class.

Methods ¶

  • [ICPXFocusManagerDataSourceLaunchServices.AddToPermittedFrontList]
  • [ICPXFocusManagerDataSourceLaunchServices.AppendDescriptionToStream]
  • [ICPXFocusManagerDataSourceLaunchServices.FrontmostProcess]
  • [ICPXFocusManagerDataSourceLaunchServices.GetProcessToBringForwardAtNextCheckin]
  • [ICPXFocusManagerDataSourceLaunchServices.IsProcessPermittedToBeFrontmost]
  • [ICPXFocusManagerDataSourceLaunchServices.IsProcessToBringForwardAtNextCheckin]
  • [ICPXFocusManagerDataSourceLaunchServices.KeyThiefConnectionID]
  • [ICPXFocusManagerDataSourceLaunchServices.RemoveFromPermittedFrontList]
  • [ICPXFocusManagerDataSourceLaunchServices.SetKeyThiefConnectionID]
  • [ICPXFocusManagerDataSourceLaunchServices.SetProcessToBringForwardAtNextCheckin]
  • [ICPXFocusManagerDataSourceLaunchServices.InitWithLaunchServicesProviderProcessManager]
  • [ICPXFocusManagerDataSourceLaunchServices.DebugDescription]
  • [ICPXFocusManagerDataSourceLaunchServices.Description]
  • [ICPXFocusManagerDataSourceLaunchServices.Hash]
  • [ICPXFocusManagerDataSourceLaunchServices.Superclass]

See: https://developer.apple.com/documentation/SkyLight/CPXFocusManagerDataSourceLaunchServices

type ICPXFocusPolicy ¶

type ICPXFocusPolicy interface {
	objectivec.IObject

	BringNextApplicationToFrontInternal(internal *CPSProcessRecRef)
	BringNextProcessToFront(front *CPSProcessRecRef)
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objc.Class
}

An interface definition for the CPXFocusPolicy class.

Methods ¶

  • [ICPXFocusPolicy.BringNextApplicationToFrontInternal]
  • [ICPXFocusPolicy.BringNextProcessToFront]
  • [ICPXFocusPolicy.DebugDescription]
  • [ICPXFocusPolicy.Description]
  • [ICPXFocusPolicy.Hash]
  • [ICPXFocusPolicy.Superclass]

See: https://developer.apple.com/documentation/SkyLight/_CPXFocusPolicy

type ICPXHIDEventDeferringResolution ¶

type ICPXHIDEventDeferringResolution interface {
	objectivec.IObject

	ConnectionID() uint32
	Environment() unsafe.Pointer
	Pid() int
	ProcessRecord() *CPSProcessRecRef
	Token() unsafe.Pointer
	InitWithProcess(process *CPSProcessRecRef) CPXHIDEventDeferringResolution
	InitWithProcessConnectionID(process *CPSProcessRecRef, id uint32) CPXHIDEventDeferringResolution
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objc.Class
}

An interface definition for the CPXHIDEventDeferringResolution class.

Methods ¶

  • [ICPXHIDEventDeferringResolution.ConnectionID]
  • [ICPXHIDEventDeferringResolution.Environment]
  • [ICPXHIDEventDeferringResolution.Pid]
  • [ICPXHIDEventDeferringResolution.ProcessRecord]
  • [ICPXHIDEventDeferringResolution.Token]
  • [ICPXHIDEventDeferringResolution.InitWithProcess]
  • [ICPXHIDEventDeferringResolution.InitWithProcessConnectionID]
  • [ICPXHIDEventDeferringResolution.DebugDescription]
  • [ICPXHIDEventDeferringResolution.Description]
  • [ICPXHIDEventDeferringResolution.Hash]
  • [ICPXHIDEventDeferringResolution.Superclass]

See: https://developer.apple.com/documentation/SkyLight/CPXHIDEventDeferringResolution

type ICPXKeyDownDestination ¶

type ICPXKeyDownDestination interface {
	objectivec.IObject
}

An interface definition for the CPXKeyDownDestination class.

See: https://developer.apple.com/documentation/SkyLight/_CPXKeyDownDestination

type ICPXKeyEventSequenceTracker ¶

type ICPXKeyEventSequenceTracker interface {
	objectivec.IObject

	Count() uint64
	DestinationForEventExtras(event *SLSEventRecordRef, extras []objectivec.IObject) objectivec.IObject
	NoteKeyEventProcessedDestination(processed *SLSEventRecordRef, destination objectivec.IObject) bool
	InitWithProvider(provider objectivec.IObject) CPXKeyEventSequenceTracker
}

An interface definition for the CPXKeyEventSequenceTracker class.

Methods ¶

  • [ICPXKeyEventSequenceTracker.Count]
  • [ICPXKeyEventSequenceTracker.DestinationForEventExtras]
  • [ICPXKeyEventSequenceTracker.NoteKeyEventProcessedDestination]
  • [ICPXKeyEventSequenceTracker.InitWithProvider]

See: https://developer.apple.com/documentation/SkyLight/CPXKeyEventSequenceTracker

type ICPXKeyEventSequenceTrackerProviderDefault ¶

type ICPXKeyEventSequenceTrackerProviderDefault interface {
	objectivec.IObject

	CurrentRegionID() uint64
	EventLimit() uint64
	MainDisplayHeight() uint16
	StructuralRegionForID(id uint64) WSStructuralRegionRef
	WindowByID(id uint32) unsafe.Pointer
	WindowHeightForWindow(window unsafe.Pointer) uint16
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objc.Class
}

An interface definition for the CPXKeyEventSequenceTrackerProviderDefault class.

Methods ¶

  • [ICPXKeyEventSequenceTrackerProviderDefault.CurrentRegionID]
  • [ICPXKeyEventSequenceTrackerProviderDefault.EventLimit]
  • [ICPXKeyEventSequenceTrackerProviderDefault.MainDisplayHeight]
  • [ICPXKeyEventSequenceTrackerProviderDefault.StructuralRegionForID]
  • [ICPXKeyEventSequenceTrackerProviderDefault.WindowByID]
  • [ICPXKeyEventSequenceTrackerProviderDefault.WindowHeightForWindow]
  • [ICPXKeyEventSequenceTrackerProviderDefault.DebugDescription]
  • [ICPXKeyEventSequenceTrackerProviderDefault.Description]
  • [ICPXKeyEventSequenceTrackerProviderDefault.Hash]
  • [ICPXKeyEventSequenceTrackerProviderDefault.Superclass]

See: https://developer.apple.com/documentation/SkyLight/CPXKeyEventSequenceTrackerProviderDefault

type ICPXKeyboardEventDestinationGenerator ¶

type ICPXKeyboardEventDestinationGenerator interface {
	objectivec.IObject

	DestinationForEventContextTargetExtras(event *SLSEventRecordRef, target *CPSProcessRecRef, extras []objectivec.IObject) objectivec.IObject
	InitWithDeliveryManagerFocusManagerSequenceTracker(manager objectivec.IObject, manager2 objectivec.IObject, tracker objectivec.IObject) CPXKeyboardEventDestinationGenerator
}

An interface definition for the CPXKeyboardEventDestinationGenerator class.

Methods ¶

  • [ICPXKeyboardEventDestinationGenerator.DestinationForEventContextTargetExtras]
  • [ICPXKeyboardEventDestinationGenerator.InitWithDeliveryManagerFocusManagerSequenceTracker]

See: https://developer.apple.com/documentation/SkyLight/CPXKeyboardEventDestinationGenerator

type ICPXKeyboardEventProcessingExtras ¶

type ICPXKeyboardEventProcessingExtras interface {
	objectivec.IObject

	AppendDescriptionToStream(stream objectivec.IObject)
	ApplyToEvent(event *SLSEventRecordRef)
	MainDisplayHeight() uint16
	Window() uint32
	WindowHeight() uint16
	InitWithWindowWindowHeightMainDisplayHeight(window uint32, height uint16, height2 uint16) CPXKeyboardEventProcessingExtras
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objc.Class
}

An interface definition for the CPXKeyboardEventProcessingExtras class.

Methods ¶

  • [ICPXKeyboardEventProcessingExtras.AppendDescriptionToStream]
  • [ICPXKeyboardEventProcessingExtras.ApplyToEvent]
  • [ICPXKeyboardEventProcessingExtras.MainDisplayHeight]
  • [ICPXKeyboardEventProcessingExtras.Window]
  • [ICPXKeyboardEventProcessingExtras.WindowHeight]
  • [ICPXKeyboardEventProcessingExtras.InitWithWindowWindowHeightMainDisplayHeight]
  • [ICPXKeyboardEventProcessingExtras.DebugDescription]
  • [ICPXKeyboardEventProcessingExtras.Description]
  • [ICPXKeyboardEventProcessingExtras.Hash]
  • [ICPXKeyboardEventProcessingExtras.Superclass]

See: https://developer.apple.com/documentation/SkyLight/CPXKeyboardEventProcessingExtras

type ICPXKeyboardEventProcessor ¶

type ICPXKeyboardEventProcessor interface {
	objectivec.IObject

	ClearEventState()
	ProcessEventContextDispatcher(event *SLSEventRecordRef, context unsafe.Pointer, dispatcher objectivec.IObject) int64
	InitWithDeliveryManagerSpecialKeyEventProcessorProcessManagerDestinationGeneratorNotificationCenterKeyEventTracker(manager objectivec.IObject, processor objectivec.IObject, manager2 objectivec.IObject, generator objectivec.IObject, center objectivec.IObject, tracker objectivec.IObject) CPXKeyboardEventProcessor
	InitWithSessionSpecialKeyEventProcessor(session unsafe.Pointer, processor objectivec.IObject) CPXKeyboardEventProcessor
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objc.Class
}

An interface definition for the CPXKeyboardEventProcessor class.

Methods ¶

  • [ICPXKeyboardEventProcessor.ClearEventState]
  • [ICPXKeyboardEventProcessor.ProcessEventContextDispatcher]
  • [ICPXKeyboardEventProcessor.InitWithDeliveryManagerSpecialKeyEventProcessorProcessManagerDestinationGeneratorNotificationCenterKeyEventTracker]
  • [ICPXKeyboardEventProcessor.InitWithSessionSpecialKeyEventProcessor]
  • [ICPXKeyboardEventProcessor.DebugDescription]
  • [ICPXKeyboardEventProcessor.Description]
  • [ICPXKeyboardEventProcessor.Hash]
  • [ICPXKeyboardEventProcessor.Superclass]

See: https://developer.apple.com/documentation/SkyLight/CPXKeyboardEventProcessor

type ICPXLaunchServicesInterface ¶

type ICPXLaunchServicesInterface interface {
	objectivec.IObject

	AddToPermittedFrontASNList(aSNList LSASNRef) int
	ApplicationInformationSeed(seed LSASNRef) int
	ApplicationType(type_ LSASNRef) byte
	FrontApplication() objectivec.IObject
	FrontApplicationSeed() uint32
	PermittedFrontApplications() foundation.INSArray
	RemoveFromPermittedFrontASNList(aSNList LSASNRef) int
	RunningApplications() foundation.INSArray
	SessionID() int
	InitWithSessionID(id int) CPXLaunchServicesInterface
}

An interface definition for the CPXLaunchServicesInterface class.

Methods ¶

  • [ICPXLaunchServicesInterface.AddToPermittedFrontASNList]
  • [ICPXLaunchServicesInterface.ApplicationInformationSeed]
  • [ICPXLaunchServicesInterface.ApplicationType]
  • [ICPXLaunchServicesInterface.FrontApplication]
  • [ICPXLaunchServicesInterface.FrontApplicationSeed]
  • [ICPXLaunchServicesInterface.PermittedFrontApplications]
  • [ICPXLaunchServicesInterface.RemoveFromPermittedFrontASNList]
  • [ICPXLaunchServicesInterface.RunningApplications]
  • [ICPXLaunchServicesInterface.SessionID]
  • [ICPXLaunchServicesInterface.InitWithSessionID]

See: https://developer.apple.com/documentation/SkyLight/CPXLaunchServicesInterface

type ICPXLaunchServicesProvider ¶

type ICPXLaunchServicesProvider interface {
	objectivec.IObject

	LaunchServicesInterface() ICPXLaunchServicesInterface
	SetLaunchServicesInterface(value ICPXLaunchServicesInterface)
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objc.Class
	// contains filtered or unexported methods
}

An interface definition for the CPXLaunchServicesProvider class.

Methods ¶

  • [ICPXLaunchServicesProvider._init]
  • [ICPXLaunchServicesProvider.LaunchServicesInterface]
  • [ICPXLaunchServicesProvider.SetLaunchServicesInterface]
  • [ICPXLaunchServicesProvider.DebugDescription]
  • [ICPXLaunchServicesProvider.Description]
  • [ICPXLaunchServicesProvider.Hash]
  • [ICPXLaunchServicesProvider.Superclass]

See: https://developer.apple.com/documentation/SkyLight/CPXLaunchServicesProvider

type ICPXLegacyEventProcessor ¶

type ICPXLegacyEventProcessor interface {
	objectivec.IObject

	CleanupForProcessDeath(death *CPSProcessRecRef)
	ClearEventState()
	ExitSpecialKeyModeForProcess(mode uint32, process *CPSProcessRecRef)
	HotKeyChanged(changed objectivec.IObject)
	ProcessEventContextDispatcher(event *SLSEventRecordRef, context unsafe.Pointer, dispatcher objectivec.IObject) int64
	ProcessHotKeyEventHotKeyIDIsDownContextDispatcher(event *SLSEventRecordRef, id uint64, down bool, context unsafe.Pointer, dispatcher objectivec.IObject) int64
	RegisterSpecialKeyConnectionForProcess(key uint32, connection unsafe.Pointer, process *CPSProcessRecRef) int
	UnregisterSpecialKeyForProcess(key uint32, process *CPSProcessRecRef) int
	InitWithProcessManagerFocusManagerSymbolicHotKeyRegistryCallbackSchedulerNotificationCenter(manager objectivec.IObject, manager2 objectivec.IObject, registry objectivec.IObject, scheduler objectivec.IObject, center objectivec.IObject) CPXLegacyEventProcessor
	InitWithSession(session unsafe.Pointer) CPXLegacyEventProcessor
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objc.Class
}

An interface definition for the CPXLegacyEventProcessor class.

Methods ¶

  • [ICPXLegacyEventProcessor.CleanupForProcessDeath]
  • [ICPXLegacyEventProcessor.ClearEventState]
  • [ICPXLegacyEventProcessor.ExitSpecialKeyModeForProcess]
  • [ICPXLegacyEventProcessor.HotKeyChanged]
  • [ICPXLegacyEventProcessor.ProcessEventContextDispatcher]
  • [ICPXLegacyEventProcessor.ProcessHotKeyEventHotKeyIDIsDownContextDispatcher]
  • [ICPXLegacyEventProcessor.RegisterSpecialKeyConnectionForProcess]
  • [ICPXLegacyEventProcessor.UnregisterSpecialKeyForProcess]
  • [ICPXLegacyEventProcessor.InitWithProcessManagerFocusManagerSymbolicHotKeyRegistryCallbackSchedulerNotificationCenter]
  • [ICPXLegacyEventProcessor.InitWithSession]
  • [ICPXLegacyEventProcessor.DebugDescription]
  • [ICPXLegacyEventProcessor.Description]
  • [ICPXLegacyEventProcessor.Hash]
  • [ICPXLegacyEventProcessor.Superclass]

See: https://developer.apple.com/documentation/SkyLight/CPXLegacyEventProcessor

type ICPXModernEventProcessor ¶

type ICPXModernEventProcessor interface {
	objectivec.IObject

	ClearEventState()
	ProcessEventContextDispatcher(event SLSEventRecordRef, context unsafe.Pointer, dispatcher objectivec.IObject) int64
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objc.Class
}

An interface definition for the CPXModernEventProcessor class.

Methods ¶

  • [ICPXModernEventProcessor.ClearEventState]
  • [ICPXModernEventProcessor.ProcessEventContextDispatcher]
  • [ICPXModernEventProcessor.DebugDescription]
  • [ICPXModernEventProcessor.Description]
  • [ICPXModernEventProcessor.Hash]
  • [ICPXModernEventProcessor.Superclass]

See: https://developer.apple.com/documentation/SkyLight/CPXModernEventProcessor

type ICPXNotificationCenter ¶

type ICPXNotificationCenter interface {
	objectivec.IObject

	NotifyLaunchServicesOfLastestEventTypeFlags(type_ uint32, flags uint32)
	PostLocalNotificationDataLength(notification uint32, data unsafe.Pointer, length uint64)
	InitWithSession(session unsafe.Pointer) CPXNotificationCenter
}

An interface definition for the CPXNotificationCenter class.

Methods ¶

  • [ICPXNotificationCenter.NotifyLaunchServicesOfLastestEventTypeFlags]
  • [ICPXNotificationCenter.PostLocalNotificationDataLength]
  • [ICPXNotificationCenter.InitWithSession]

See: https://developer.apple.com/documentation/SkyLight/CPXNotificationCenter

type ICPXPSNWrapper ¶

type ICPXPSNWrapper interface {
	objectivec.IObject

	AppendDescriptionToStream(stream objectivec.IObject)
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objc.Class
}

An interface definition for the CPXPSNWrapper class.

Methods ¶

  • [ICPXPSNWrapper.AppendDescriptionToStream]
  • [ICPXPSNWrapper.DebugDescription]
  • [ICPXPSNWrapper.Description]
  • [ICPXPSNWrapper.Hash]
  • [ICPXPSNWrapper.Superclass]

See: https://developer.apple.com/documentation/SkyLight/_CPXPSNWrapper

type ICPXProcessManager ¶

type ICPXProcessManager interface {
	objectivec.IObject

	IsPSNEqualToPSN(psn objectivec.IObject, psn2 objectivec.IObject) bool
	IsValidConnectionIDForPSN(id uint32, psn objectivec.IObject) bool
	ProcessForPID(pid int) *CPSProcessRecRef
	ProcessForPSN(psn objectivec.IObject) *CPSProcessRecRef
	ProcessOwningConnection(connection unsafe.Pointer) *CPSProcessRecRef
	ProcessOwningConnectionID(id uint32) *CPSProcessRecRef
	ProcessPendingKill() *CPSProcessRecRef
	SetProcessPendingKill(value *CPSProcessRecRef)
	ProcessRepresentedByConnection(connection unsafe.Pointer) *CPSProcessRecRef
	ProcessRepresentedByConnectionID(id uint32) *CPSProcessRecRef
	UpdateProcessApplicationTypeIfNecessary(necessary *CPSProcessRecRef) byte
	InitWithSessionConnectionManager(session unsafe.Pointer, manager objectivec.IObject) CPXProcessManager
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objc.Class
}

An interface definition for the CPXProcessManager class.

Methods ¶

  • [ICPXProcessManager.IsPSNEqualToPSN]
  • [ICPXProcessManager.IsValidConnectionIDForPSN]
  • [ICPXProcessManager.ProcessForPID]
  • [ICPXProcessManager.ProcessForPSN]
  • [ICPXProcessManager.ProcessOwningConnection]
  • [ICPXProcessManager.ProcessOwningConnectionID]
  • [ICPXProcessManager.ProcessPendingKill]
  • [ICPXProcessManager.SetProcessPendingKill]
  • [ICPXProcessManager.ProcessRepresentedByConnection]
  • [ICPXProcessManager.ProcessRepresentedByConnectionID]
  • [ICPXProcessManager.UpdateProcessApplicationTypeIfNecessary]
  • [ICPXProcessManager.InitWithSessionConnectionManager]
  • [ICPXProcessManager.DebugDescription]
  • [ICPXProcessManager.Description]
  • [ICPXProcessManager.Hash]
  • [ICPXProcessManager.Superclass]

See: https://developer.apple.com/documentation/SkyLight/CPXProcessManager

type ICPXRemoteViewEventManager ¶

type ICPXRemoteViewEventManager interface {
	objectivec.IObject

	ClientCount() uint64
	DidReceiveConnectionConfig(connection objectivec.IObject, config objectivec.IObject)
	InvalidateConnections()
	PassEventUpstreamToHostFullDispatchReply(host objectivec.IObject, dispatch objectivec.IObject, reply VoidHandler)
	PidForCurrentConnection() int
	SendEventToHostPidFullDispatchReply(event objectivec.IObject, pid int, dispatch objectivec.IObject, reply VoidHandler)
	InitWithDeliveryManager(manager objectivec.IObject) CPXRemoteViewEventManager
}

An interface definition for the CPXRemoteViewEventManager class.

Methods ¶

  • [ICPXRemoteViewEventManager.ClientCount]
  • [ICPXRemoteViewEventManager.DidReceiveConnectionConfig]
  • [ICPXRemoteViewEventManager.InvalidateConnections]
  • [ICPXRemoteViewEventManager.PassEventUpstreamToHostFullDispatchReply]
  • [ICPXRemoteViewEventManager.PidForCurrentConnection]
  • [ICPXRemoteViewEventManager.SendEventToHostPidFullDispatchReply]
  • [ICPXRemoteViewEventManager.InitWithDeliveryManager]

See: https://developer.apple.com/documentation/SkyLight/CPXRemoteViewEventManager

type ICPXRemoteViewEventPendingConnection ¶

type ICPXRemoteViewEventPendingConnection interface {
	objectivec.IObject

	AcceptConnection()
	Activate() bool
	Connection() unsafe.Pointer
	ConnectionRevokedWithEvent(connection objectivec.IObject, event objectivec.IObject)
	Handler() ICPXRemoteViewEventServer
	SetHandler(value ICPXRemoteViewEventServer)
	RejectConnection()
	InitWithConnectionHandler(connection objectivec.IObject, handler ErrorHandler) CPXRemoteViewEventPendingConnection
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objc.Class
}

An interface definition for the CPXRemoteViewEventPendingConnection class.

Methods ¶

  • [ICPXRemoteViewEventPendingConnection.AcceptConnection]
  • [ICPXRemoteViewEventPendingConnection.Activate]
  • [ICPXRemoteViewEventPendingConnection.Connection]
  • [ICPXRemoteViewEventPendingConnection.ConnectionRevokedWithEvent]
  • [ICPXRemoteViewEventPendingConnection.Handler]
  • [ICPXRemoteViewEventPendingConnection.SetHandler]
  • [ICPXRemoteViewEventPendingConnection.RejectConnection]
  • [ICPXRemoteViewEventPendingConnection.InitWithConnectionHandler]
  • [ICPXRemoteViewEventPendingConnection.DebugDescription]
  • [ICPXRemoteViewEventPendingConnection.Description]
  • [ICPXRemoteViewEventPendingConnection.Hash]
  • [ICPXRemoteViewEventPendingConnection.Superclass]

See: https://developer.apple.com/documentation/SkyLight/_CPXRemoteViewEventPendingConnection

type ICPXRemoteViewEventServer ¶

type ICPXRemoteViewEventServer interface {
	objectivec.IObject

	DidUpdateRemoteViewEventManagerForSession()
	Endpoint() objectivec.IObject
	Invalidate()
	ListenerDidReceiveConnectionWithContext(listener objectivec.IObject, connection objectivec.IObject, context objectivec.IObject)
	PendingConnectionsCount() uint64
	InitWithConfig(config objectivec.IObject) CPXRemoteViewEventServer
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objc.Class
}

An interface definition for the CPXRemoteViewEventServer class.

Methods ¶

  • [ICPXRemoteViewEventServer.DidUpdateRemoteViewEventManagerForSession]
  • [ICPXRemoteViewEventServer.Endpoint]
  • [ICPXRemoteViewEventServer.Invalidate]
  • [ICPXRemoteViewEventServer.ListenerDidReceiveConnectionWithContext]
  • [ICPXRemoteViewEventServer.PendingConnectionsCount]
  • [ICPXRemoteViewEventServer.InitWithConfig]
  • [ICPXRemoteViewEventServer.DebugDescription]
  • [ICPXRemoteViewEventServer.Description]
  • [ICPXRemoteViewEventServer.Hash]
  • [ICPXRemoteViewEventServer.Superclass]

See: https://developer.apple.com/documentation/SkyLight/CPXRemoteViewEventServer

type ICPXRemoteViewEventServerDefaultConfig ¶

type ICPXRemoteViewEventServerDefaultConfig interface {
	objectivec.IObject

	ListenerDomain() objectivec.IObject
	ListenerService() objectivec.IObject
	RemoteViewEventManagerForConnection(connection objectivec.IObject) objectivec.IObject
	ServiceInterface() objectivec.IObject
	SignEventSigningKey(event objectivec.IObject, key SLSSigningKeyRef)
	SigningKeyForConnection(connection objectivec.IObject) objectivec.IObject
	VerifyEventOrderMostRecentEventTime(order objectivec.IObject, time uint64) bool
	VerifyEventSignatureSigningKey(signature objectivec.IObject, key SLSSigningKeyRef) bool
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objc.Class
}

An interface definition for the CPXRemoteViewEventServerDefaultConfig class.

Methods ¶

  • [ICPXRemoteViewEventServerDefaultConfig.ListenerDomain]
  • [ICPXRemoteViewEventServerDefaultConfig.ListenerService]
  • [ICPXRemoteViewEventServerDefaultConfig.RemoteViewEventManagerForConnection]
  • [ICPXRemoteViewEventServerDefaultConfig.ServiceInterface]
  • [ICPXRemoteViewEventServerDefaultConfig.SignEventSigningKey]
  • [ICPXRemoteViewEventServerDefaultConfig.SigningKeyForConnection]
  • [ICPXRemoteViewEventServerDefaultConfig.VerifyEventOrderMostRecentEventTime]
  • [ICPXRemoteViewEventServerDefaultConfig.VerifyEventSignatureSigningKey]
  • [ICPXRemoteViewEventServerDefaultConfig.DebugDescription]
  • [ICPXRemoteViewEventServerDefaultConfig.Description]
  • [ICPXRemoteViewEventServerDefaultConfig.Hash]
  • [ICPXRemoteViewEventServerDefaultConfig.Superclass]

See: https://developer.apple.com/documentation/SkyLight/CPXRemoteViewEventServerDefaultConfig

type ICPXSpecialKeyEventProcessor ¶

type ICPXSpecialKeyEventProcessor interface {
	objectivec.IObject

	CleanupForProcessDeath(death *CPSProcessRecRef)
	ClearEventState()
	ExitSpecialKeyModeForProcess(mode uint32, process *CPSProcessRecRef)
	HotKeyChanged(changed objectivec.IObject)
	ProcessEventContextDispatcher(event *SLSEventRecordRef, context unsafe.Pointer, dispatcher objectivec.IObject) int64
	ProcessHotKeyEventHotKeyIDIsDownContextDispatcher(event *SLSEventRecordRef, id uint64, down bool, context unsafe.Pointer, dispatcher objectivec.IObject) int64
	RegisterSpecialKeyConnectionForProcess(key uint32, connection unsafe.Pointer, process *CPSProcessRecRef) int
	UnregisterSpecialKeyForProcess(key uint32, process *CPSProcessRecRef) int
	InitWithProcessManagerFocusManagerSymbolicHotKeyRegistryCallbackSchedulerNotificationCenter(manager objectivec.IObject, manager2 objectivec.IObject, registry objectivec.IObject, scheduler objectivec.IObject, center objectivec.IObject) CPXSpecialKeyEventProcessor
	InitWithSession(session unsafe.Pointer) CPXSpecialKeyEventProcessor
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objc.Class
}

An interface definition for the CPXSpecialKeyEventProcessor class.

Methods ¶

  • [ICPXSpecialKeyEventProcessor.CleanupForProcessDeath]
  • [ICPXSpecialKeyEventProcessor.ClearEventState]
  • [ICPXSpecialKeyEventProcessor.ExitSpecialKeyModeForProcess]
  • [ICPXSpecialKeyEventProcessor.HotKeyChanged]
  • [ICPXSpecialKeyEventProcessor.ProcessEventContextDispatcher]
  • [ICPXSpecialKeyEventProcessor.ProcessHotKeyEventHotKeyIDIsDownContextDispatcher]
  • [ICPXSpecialKeyEventProcessor.RegisterSpecialKeyConnectionForProcess]
  • [ICPXSpecialKeyEventProcessor.UnregisterSpecialKeyForProcess]
  • [ICPXSpecialKeyEventProcessor.InitWithProcessManagerFocusManagerSymbolicHotKeyRegistryCallbackSchedulerNotificationCenter]
  • [ICPXSpecialKeyEventProcessor.InitWithSession]
  • [ICPXSpecialKeyEventProcessor.DebugDescription]
  • [ICPXSpecialKeyEventProcessor.Description]
  • [ICPXSpecialKeyEventProcessor.Hash]
  • [ICPXSpecialKeyEventProcessor.Superclass]

See: https://developer.apple.com/documentation/SkyLight/CPXSpecialKeyEventProcessor

type ICPXSpecialKeyState ¶

type ICPXSpecialKeyState interface {
	objectivec.IObject
}

An interface definition for the CPXSpecialKeyState class.

See: https://developer.apple.com/documentation/SkyLight/CPXSpecialKeyState

type ICPXSymbolicHotKeyRegistrar ¶

type ICPXSymbolicHotKeyRegistrar interface {
	objectivec.IObject

	GetSymbolicHotKeyValueOutTriggerOutKeyCharOutVirtualKeyOutModifiers(value uint32, trigger unsafe.Pointer, char unsafe.Pointer, key unsafe.Pointer, modifiers unsafe.Pointer) int
	RegisterSymbolicHotKeyConnectionHotKeyIDSymbolicHotKeyOptionCallbackFunc(connection unsafe.Pointer, id uint64, key uint32, option uint32, func_ VoidHandler) int
	UnregisterHotKeyConnectionHotKeyID(connection unsafe.Pointer, id uint64) int
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objc.Class
}

An interface definition for the CPXSymbolicHotKeyRegistrar class.

Methods ¶

  • [ICPXSymbolicHotKeyRegistrar.GetSymbolicHotKeyValueOutTriggerOutKeyCharOutVirtualKeyOutModifiers]
  • [ICPXSymbolicHotKeyRegistrar.RegisterSymbolicHotKeyConnectionHotKeyIDSymbolicHotKeyOptionCallbackFunc]
  • [ICPXSymbolicHotKeyRegistrar.UnregisterHotKeyConnectionHotKeyID]
  • [ICPXSymbolicHotKeyRegistrar.DebugDescription]
  • [ICPXSymbolicHotKeyRegistrar.Description]
  • [ICPXSymbolicHotKeyRegistrar.Hash]
  • [ICPXSymbolicHotKeyRegistrar.Superclass]

See: https://developer.apple.com/documentation/SkyLight/_CPXSymbolicHotKeyRegistrar

type ICPXViewClient ¶

type ICPXViewClient interface {
	objectivec.IObject
}

An interface definition for the CPXViewClient class.

See: https://developer.apple.com/documentation/SkyLight/_CPXViewClient

type IECTestOnlyEventAuthenticationMessage ¶

type IECTestOnlyEventAuthenticationMessage interface {
	objectivec.IObject

	Capabilities() uint64
	Context() uint64
	EncodeWithCoder(coder foundation.INSCoder)
	EventType() objectivec.IObject
	MatchesEvent(event coregraphics.CGEventRef) bool
	OriginIdentifier() uint64
	ProxyTargetProcess() objectivec.IObject
	TargetProcess() objectivec.IObject
	Timestamp() uint64
	Valid() bool
	ValidateWithOptionsAndResultBlock(options objectivec.IObject, block VoidHandler)
	InitWithCoder(coder foundation.INSCoder) ECTestOnlyEventAuthenticationMessage
	InitWithValidity(validity bool) ECTestOnlyEventAuthenticationMessage
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objc.Class
}

An interface definition for the ECTestOnlyEventAuthenticationMessage class.

Methods ¶

  • [IECTestOnlyEventAuthenticationMessage.Capabilities]
  • [IECTestOnlyEventAuthenticationMessage.Context]
  • [IECTestOnlyEventAuthenticationMessage.EncodeWithCoder]
  • [IECTestOnlyEventAuthenticationMessage.EventType]
  • [IECTestOnlyEventAuthenticationMessage.MatchesEvent]
  • [IECTestOnlyEventAuthenticationMessage.OriginIdentifier]
  • [IECTestOnlyEventAuthenticationMessage.ProxyTargetProcess]
  • [IECTestOnlyEventAuthenticationMessage.TargetProcess]
  • [IECTestOnlyEventAuthenticationMessage.Timestamp]
  • [IECTestOnlyEventAuthenticationMessage.Valid]
  • [IECTestOnlyEventAuthenticationMessage.ValidateWithOptionsAndResultBlock]
  • [IECTestOnlyEventAuthenticationMessage.InitWithCoder]
  • [IECTestOnlyEventAuthenticationMessage.InitWithValidity]
  • [IECTestOnlyEventAuthenticationMessage.DebugDescription]
  • [IECTestOnlyEventAuthenticationMessage.Description]
  • [IECTestOnlyEventAuthenticationMessage.Hash]
  • [IECTestOnlyEventAuthenticationMessage.Superclass]

See: https://developer.apple.com/documentation/SkyLight/ECTestOnlyEventAuthenticationMessage

type IECTestOnlyEventType ¶

type IECTestOnlyEventType interface {
	objectivec.IObject

	CgSubType() uint64
	CgType() uint32
	HidType() uint32
	IsCGType() bool
}

An interface definition for the ECTestOnlyEventType class.

Methods ¶

  • [IECTestOnlyEventType.CgSubType]
  • [IECTestOnlyEventType.CgType]
  • [IECTestOnlyEventType.HidType]
  • [IECTestOnlyEventType.IsCGType]

See: https://developer.apple.com/documentation/SkyLight/ECTestOnlyEventType

type IECTestOnlyVersionedPID ¶

type IECTestOnlyVersionedPID interface {
	objectivec.IObject

	Pid() int
	Version() uint32
}

An interface definition for the ECTestOnlyVersionedPID class.

Methods ¶

  • [IECTestOnlyVersionedPID.Pid]
  • [IECTestOnlyVersionedPID.Version]

See: https://developer.apple.com/documentation/SkyLight/ECTestOnlyVersionedPID

type ILPMObserver ¶

type ILPMObserver interface {
	objectivec.IObject

	HandlePowerStateChange(change objectivec.IObject)
	IsLowPowerModeEnabled() bool
}

An interface definition for the LPMObserver class.

Methods ¶

  • [ILPMObserver.HandlePowerStateChange]
  • [ILPMObserver.IsLowPowerModeEnabled]

See: https://developer.apple.com/documentation/SkyLight/LPMObserver

type IONotificationPort ¶

type IONotificationPort struct {
}

IONotificationPort

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/SkyLight/IONotificationPort

type IPKGCoreUIRenderer ¶

type IPKGCoreUIRenderer interface {
	objectivec.IObject

	Renderer() OpaqueCUIRendererRefRef
	RendererName() objectivec.IObject
	InitWithRendererName(name objectivec.IObject) PKGCoreUIRenderer
}

An interface definition for the PKGCoreUIRenderer class.

Methods ¶

  • [IPKGCoreUIRenderer.Renderer]
  • [IPKGCoreUIRenderer.RendererName]
  • [IPKGCoreUIRenderer.InitWithRendererName]

See: https://developer.apple.com/documentation/SkyLight/PKGCoreUIRenderer

type IPKGCoreUITransaction ¶

type IPKGCoreUITransaction interface {
	objectivec.IObject

	Commit()
	UpdateLayerKeyRendererWork(layer objectivec.IObject, key objectivec.IObject, work VoidHandler)
	InitWithThemeUseAX(theme uint32, ax bool) PKGCoreUITransaction
	// contains filtered or unexported methods
}

An interface definition for the PKGCoreUITransaction class.

Methods ¶

  • [IPKGCoreUITransaction._layerUpdateKeyForOptions]
  • [IPKGCoreUITransaction._scheduleRendererWorkMainThreadWork]
  • [IPKGCoreUITransaction.Commit]
  • [IPKGCoreUITransaction.UpdateLayerKeyRendererWork]
  • [IPKGCoreUITransaction.InitWithThemeUseAX]

See: https://developer.apple.com/documentation/SkyLight/PKGCoreUITransaction

type IPKGCoreUIWork ¶

type IPKGCoreUIWork interface {
	objectivec.IObject

	SetMainThreadWork(work VoidHandler)
	SetRendererWork(work VoidHandler)
}

An interface definition for the PKGCoreUIWork class.

Methods ¶

  • [IPKGCoreUIWork.SetMainThreadWork]
  • [IPKGCoreUIWork.SetRendererWork]

See: https://developer.apple.com/documentation/SkyLight/PKGCoreUIWork

type IPKGSpaceWindowManager ¶

type IPKGSpaceWindowManager interface {
	objectivec.IObject
}

An interface definition for the PKGSpaceWindowManager class.

See: https://developer.apple.com/documentation/SkyLight/PKGSpaceWindowManager

type IPKGSystemStatusIndicatorsShim ¶

type IPKGSystemStatusIndicatorsShim interface {
	objectivec.IObject

	DisplayNeedsSecureIndicatorFlush(flush objectivec.IObject) bool
	GlobalEnableSecureIndicators() bool
	SetGlobalEnableSecureIndicators(value bool)
	HasIndicatorWindows() bool
	OverrideIndicatorSize(size float32)
	RebuildDisplays(displays bool)
	RebuildLayers()
	RebuildOcclusionMetadata() uint32
	SetDisplayNeedsSecureIndicatorFlush(display objectivec.IObject, flush bool)
	SuspendUpdates() bool
	SetSuspendUpdates(value bool)
	UpdateForIndicators(indicators uint32)
	InitWithWindowSize(size corefoundation.CGSize) PKGSystemStatusIndicatorsShim
}

An interface definition for the PKGSystemStatusIndicatorsShim class.

Methods ¶

  • [IPKGSystemStatusIndicatorsShim.DisplayNeedsSecureIndicatorFlush]
  • [IPKGSystemStatusIndicatorsShim.GlobalEnableSecureIndicators]
  • [IPKGSystemStatusIndicatorsShim.SetGlobalEnableSecureIndicators]
  • [IPKGSystemStatusIndicatorsShim.HasIndicatorWindows]
  • [IPKGSystemStatusIndicatorsShim.OverrideIndicatorSize]
  • [IPKGSystemStatusIndicatorsShim.RebuildDisplays]
  • [IPKGSystemStatusIndicatorsShim.RebuildLayers]
  • [IPKGSystemStatusIndicatorsShim.RebuildOcclusionMetadata]
  • [IPKGSystemStatusIndicatorsShim.SetDisplayNeedsSecureIndicatorFlush]
  • [IPKGSystemStatusIndicatorsShim.SuspendUpdates]
  • [IPKGSystemStatusIndicatorsShim.SetSuspendUpdates]
  • [IPKGSystemStatusIndicatorsShim.UpdateForIndicators]
  • [IPKGSystemStatusIndicatorsShim.InitWithWindowSize]

See: https://developer.apple.com/documentation/SkyLight/PKGSystemStatusIndicatorsShim

type ISLContentFilter ¶

type ISLContentFilter interface {
	objectivec.IObject

	ApplicationID() string
	DisplayID() uint32
	EncodeWithCoder(coder foundation.INSCoder)
	ExcludeMenuBar(bar bool)
	ExcludedApplications() foundation.INSSet
	ExcludedPIDS() foundation.INSSet
	SetExcludedPIDS(value foundation.INSSet)
	ExcludedWindows() foundation.INSSet
	FilterType() uint32
	GetFilterType() uint32
	HideMenuBar() bool
	SetHideMenuBar(value bool)
	IncludedApplications() foundation.INSSet
	IncludedPIDS() foundation.INSSet
	SetIncludedPIDS(value foundation.INSSet)
	IncludedWindows() foundation.INSSet
	ShareAll() bool
	WindowID() uint32
	InitWithCoder(coder foundation.INSCoder) SLContentFilter
	InitWithDesktopIndependentWindow(window uint32) SLContentFilter
	InitWithDisplay(display uint32) SLContentFilter
	InitWithDisplayApplication(display uint32, application objectivec.IObject) SLContentFilter
	InitWithDisplayShareAllIncludedWindowsIncludedApplicationsExcludedWindowsExcludedApplications(display uint32, all bool, windows objectivec.IObject, applications objectivec.IObject, windows2 objectivec.IObject, applications2 objectivec.IObject) SLContentFilter
	InitWithDisplayShareAllIncludedWindowsIncludedApplicationsIncludedPIDSExcludedWindowsExcludedApplicationsExcludedPIDS(display uint32, all bool, windows objectivec.IObject, applications objectivec.IObject, pids objectivec.IObject, windows2 objectivec.IObject, applications2 objectivec.IObject, pids2 objectivec.IObject) SLContentFilter
	InitWithDisplayWindow(display uint32, window uint32) SLContentFilter
}

An interface definition for the SLContentFilter class.

Methods ¶

  • [ISLContentFilter.ApplicationID]
  • [ISLContentFilter.DisplayID]
  • [ISLContentFilter.EncodeWithCoder]
  • [ISLContentFilter.ExcludeMenuBar]
  • [ISLContentFilter.ExcludedApplications]
  • [ISLContentFilter.ExcludedPIDS]
  • [ISLContentFilter.SetExcludedPIDS]
  • [ISLContentFilter.ExcludedWindows]
  • [ISLContentFilter.FilterType]
  • [ISLContentFilter.GetFilterType]
  • [ISLContentFilter.HideMenuBar]
  • [ISLContentFilter.SetHideMenuBar]
  • [ISLContentFilter.IncludedApplications]
  • [ISLContentFilter.IncludedPIDS]
  • [ISLContentFilter.SetIncludedPIDS]
  • [ISLContentFilter.IncludedWindows]
  • [ISLContentFilter.ShareAll]
  • [ISLContentFilter.WindowID]
  • [ISLContentFilter.InitWithCoder]
  • [ISLContentFilter.InitWithDesktopIndependentWindow]
  • [ISLContentFilter.InitWithDisplay]
  • [ISLContentFilter.InitWithDisplayApplication]
  • [ISLContentFilter.InitWithDisplayShareAllIncludedWindowsIncludedApplicationsExcludedWindowsExcludedApplications]
  • [ISLContentFilter.InitWithDisplayShareAllIncludedWindowsIncludedApplicationsIncludedPIDSExcludedWindowsExcludedApplicationsExcludedPIDS]
  • [ISLContentFilter.InitWithDisplayWindow]

See: https://developer.apple.com/documentation/SkyLight/SLContentFilter

type ISLContentStream ¶

type ISLContentStream interface {
	objectivec.IObject

	BridgingHandler() VoidHandler
	CreateStreamWithFilterError(filter objectivec.IObject) (coregraphics.CGDisplayStreamRef, error)
	CreateStreamWithSessionError(session objectivec.IObject) (coregraphics.CGDisplayStreamRef, error)
	Filter() ISLContentFilter
	SetFilter(value ISLContentFilter)
	PopulateDisplayStreamPropertiesWith(properties objectivec.IObject, with objectivec.IObject)
	Properties() foundation.INSDictionary
	SetProperties(value foundation.INSDictionary)
	Queue() objectivec.Object
	SetQueue(value objectivec.Object)
	Running() bool
	SetRunning(value bool)
	Session() ISLSharingSession
	SetSession(value ISLSharingSession)
	SetHandler(handler VoidHandler)
	Start(start []objectivec.IObject) bool
	Stop(stop []objectivec.IObject) bool
	Stream() coregraphics.CGDisplayStreamRef
	SetStream(value coregraphics.CGDisplayStreamRef)
	UpdateFilterError(filter objectivec.IObject) (bool, error)
	UpdatePropertiesError(properties objectivec.IObject) (bool, error)
	ZeroWeakSelf() VoidHandler
	InitWithFilterPropertiesQueueHandler(filter objectivec.IObject, properties objectivec.IObject, queue objectivec.IObject, handler VoidHandler) SLContentStream
	InitWithFilterPropertiesQueueHandlerError(filter objectivec.IObject, properties objectivec.IObject, queue objectivec.IObject, handler func()) (SLContentStream, error)
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objc.Class
}

An interface definition for the SLContentStream class.

Methods ¶

  • [ISLContentStream.BridgingHandler]
  • [ISLContentStream.CreateStreamWithFilterError]
  • [ISLContentStream.CreateStreamWithSessionError]
  • [ISLContentStream.Filter]
  • [ISLContentStream.SetFilter]
  • [ISLContentStream.PopulateDisplayStreamPropertiesWith]
  • [ISLContentStream.Properties]
  • [ISLContentStream.SetProperties]
  • [ISLContentStream.Queue]
  • [ISLContentStream.SetQueue]
  • [ISLContentStream.Running]
  • [ISLContentStream.SetRunning]
  • [ISLContentStream.Session]
  • [ISLContentStream.SetSession]
  • [ISLContentStream.SetHandler]
  • [ISLContentStream.Start]
  • [ISLContentStream.Stop]
  • [ISLContentStream.Stream]
  • [ISLContentStream.SetStream]
  • [ISLContentStream.UpdateFilterError]
  • [ISLContentStream.UpdatePropertiesError]
  • [ISLContentStream.ZeroWeakSelf]
  • [ISLContentStream.InitWithFilterPropertiesQueueHandler]
  • [ISLContentStream.InitWithFilterPropertiesQueueHandlerError]
  • [ISLContentStream.DebugDescription]
  • [ISLContentStream.Description]
  • [ISLContentStream.Hash]
  • [ISLContentStream.Superclass]

See: https://developer.apple.com/documentation/SkyLight/SLContentStream

type ISLContentStreamUpdate ¶

type ISLContentStreamUpdate interface {
	objectivec.IObject

	BoundingRect() corefoundation.CGRect
	ContentRect() corefoundation.CGRect
	ContentScale() float64
	CopyRects(rects int) objectivec.IObject
	CornerRadius() float64
	DirtyRects() foundation.INSArray
	DisplayResolution() float64
	DisplayTime() uint64
	DropCount() uint64
	FrameSurface() objectivec.IObject
	MetaData() foundation.INSDictionary
	SetMetaData(value foundation.INSDictionary)
	ScreenRect() corefoundation.CGRect
	Status() int
	UpdateRef() coregraphics.CGDisplayStreamUpdateRef
	SetUpdateRef(value coregraphics.CGDisplayStreamUpdateRef)
	InitWithStatusDisplayTimeFrameSurfaceUpdateRef(status int, time uint64, surface objectivec.IObject, ref coregraphics.CGDisplayStreamUpdateRef) SLContentStreamUpdate
}

An interface definition for the SLContentStreamUpdate class.

Methods ¶

  • [ISLContentStreamUpdate.BoundingRect]
  • [ISLContentStreamUpdate.ContentRect]
  • [ISLContentStreamUpdate.ContentScale]
  • [ISLContentStreamUpdate.CopyRects]
  • [ISLContentStreamUpdate.CornerRadius]
  • [ISLContentStreamUpdate.DirtyRects]
  • [ISLContentStreamUpdate.DisplayResolution]
  • [ISLContentStreamUpdate.DisplayTime]
  • [ISLContentStreamUpdate.DropCount]
  • [ISLContentStreamUpdate.FrameSurface]
  • [ISLContentStreamUpdate.MetaData]
  • [ISLContentStreamUpdate.SetMetaData]
  • [ISLContentStreamUpdate.ScreenRect]
  • [ISLContentStreamUpdate.Status]
  • [ISLContentStreamUpdate.UpdateRef]
  • [ISLContentStreamUpdate.SetUpdateRef]
  • [ISLContentStreamUpdate.InitWithStatusDisplayTimeFrameSurfaceUpdateRef]

See: https://developer.apple.com/documentation/SkyLight/SLContentStreamUpdate

type ISLDataTimelineConfig ¶

type ISLDataTimelineConfig interface {
	objectivec.IObject

	AddInfoOption(option objectivec.IObject)
	ConnectionQueue() objectivec.Object
	CreateCancellableMachRecvSourceWithQueueCancelActionError(queue objectivec.IObject, action func()) (objectivec.IObject, error)
	CreateNoSenderRecvPairWithQueueErrorHandlerEventHandler(queue objectivec.IObject, handler VoidHandler, handler2 VoidHandler) objectivec.IObject
	CreateXPCObject() objectivec.IObject
	EstablishConnectionWithResultBlock(block VoidHandler)
	InfoOptions() foundation.INSSet
	Name() string
	ReportIntervals() foundation.INSDictionary
	RequestReportIntervalValueForKey(value uint16, key objectivec.IObject)
	RequestSampleIntervalValueForKey(value uint16, key objectivec.IObject)
	SampleIntervals() foundation.INSDictionary
	SetTargetQueue(queue objectivec.IObject)
	UpdateBlock() VoidHandler
	UpdateBlockQueue() objectivec.Object
	SetUpdateBlockQueue(value objectivec.Object)
	InitWithNameAndUpdateBlock(name objectivec.IObject, block VoidHandler) SLDataTimelineConfig
}

An interface definition for the SLDataTimelineConfig class.

Methods ¶

  • [ISLDataTimelineConfig.AddInfoOption]
  • [ISLDataTimelineConfig.ConnectionQueue]
  • [ISLDataTimelineConfig.CreateCancellableMachRecvSourceWithQueueCancelActionError]
  • [ISLDataTimelineConfig.CreateNoSenderRecvPairWithQueueErrorHandlerEventHandler]
  • [ISLDataTimelineConfig.CreateXPCObject]
  • [ISLDataTimelineConfig.EstablishConnectionWithResultBlock]
  • [ISLDataTimelineConfig.InfoOptions]
  • [ISLDataTimelineConfig.Name]
  • [ISLDataTimelineConfig.ReportIntervals]
  • [ISLDataTimelineConfig.RequestReportIntervalValueForKey]
  • [ISLDataTimelineConfig.RequestSampleIntervalValueForKey]
  • [ISLDataTimelineConfig.SampleIntervals]
  • [ISLDataTimelineConfig.SetTargetQueue]
  • [ISLDataTimelineConfig.UpdateBlock]
  • [ISLDataTimelineConfig.UpdateBlockQueue]
  • [ISLDataTimelineConfig.SetUpdateBlockQueue]
  • [ISLDataTimelineConfig.InitWithNameAndUpdateBlock]

See: https://developer.apple.com/documentation/SkyLight/SLDataTimelineConfig

type ISLDataTimelineProcessEntry ¶

type ISLDataTimelineProcessEntry interface {
	objectivec.IObject

	CreateXPCObject() objectivec.IObject
	OffScreen() uint64
	OnScreenOccluded() uint64
	OnScreenVisible() uint64
	OrderedOut() uint64
	Pid() int
	WindowData() objectivec.IObject
	InitWithXPCObject(xPCObject objectivec.IObject) SLDataTimelineProcessEntry
}

An interface definition for the SLDataTimelineProcessEntry class.

Methods ¶

  • [ISLDataTimelineProcessEntry.CreateXPCObject]
  • [ISLDataTimelineProcessEntry.OffScreen]
  • [ISLDataTimelineProcessEntry.OnScreenOccluded]
  • [ISLDataTimelineProcessEntry.OnScreenVisible]
  • [ISLDataTimelineProcessEntry.OrderedOut]
  • [ISLDataTimelineProcessEntry.Pid]
  • [ISLDataTimelineProcessEntry.WindowData]
  • [ISLDataTimelineProcessEntry.InitWithXPCObject]

See: https://developer.apple.com/documentation/SkyLight/SLDataTimelineProcessEntry

type ISLDataTimelineServerSnapshotEntry ¶

type ISLDataTimelineServerSnapshotEntry interface {
	objectivec.IObject

	CreateXPCObject() objectivec.IObject
	Index() uint64
	Sessions() foundation.INSArray
	SessionsApplyBlock(block VoidHandler)
	SessionsArray() foundation.INSArray
	Timestamp() float64
	InitWithXPCObject(xPCObject objectivec.IObject) SLDataTimelineServerSnapshotEntry
}

An interface definition for the SLDataTimelineServerSnapshotEntry class.

Methods ¶

  • [ISLDataTimelineServerSnapshotEntry.CreateXPCObject]
  • [ISLDataTimelineServerSnapshotEntry.Index]
  • [ISLDataTimelineServerSnapshotEntry.Sessions]
  • [ISLDataTimelineServerSnapshotEntry.SessionsApplyBlock]
  • [ISLDataTimelineServerSnapshotEntry.SessionsArray]
  • [ISLDataTimelineServerSnapshotEntry.Timestamp]
  • [ISLDataTimelineServerSnapshotEntry.InitWithXPCObject]

See: https://developer.apple.com/documentation/SkyLight/SLDataTimelineServerSnapshotEntry

type ISLDataTimelineSessionEntry ¶

type ISLDataTimelineSessionEntry interface {
	objectivec.IObject

	AuditID() int
	CgID() uint32
	CreateXPCObject() objectivec.IObject
	CurrentSnapshotMember() bool
	ProcessData() objectivec.IObject
	InitWithXPCObject(xPCObject objectivec.IObject) SLDataTimelineSessionEntry
}

An interface definition for the SLDataTimelineSessionEntry class.

Methods ¶

  • [ISLDataTimelineSessionEntry.AuditID]
  • [ISLDataTimelineSessionEntry.CgID]
  • [ISLDataTimelineSessionEntry.CreateXPCObject]
  • [ISLDataTimelineSessionEntry.CurrentSnapshotMember]
  • [ISLDataTimelineSessionEntry.ProcessData]
  • [ISLDataTimelineSessionEntry.InitWithXPCObject]

See: https://developer.apple.com/documentation/SkyLight/SLDataTimelineSessionEntry

type ISLDataTimelineSessionSnapshotEntry ¶

type ISLDataTimelineSessionSnapshotEntry interface {
	ISLDataTimelineSessionEntry

	ForegroundAppPID() int
	Processes() foundation.INSArray
	ProcessesApplyBlock(block VoidHandler)
	ProcessesArray() foundation.INSArray
	SessionSnapshotIndex() uint64
	SessionSnapshotTimestamp() float64
}

An interface definition for the SLDataTimelineSessionSnapshotEntry class.

Methods ¶

  • [ISLDataTimelineSessionSnapshotEntry.ForegroundAppPID]
  • [ISLDataTimelineSessionSnapshotEntry.Processes]
  • [ISLDataTimelineSessionSnapshotEntry.ProcessesApplyBlock]
  • [ISLDataTimelineSessionSnapshotEntry.ProcessesArray]
  • [ISLDataTimelineSessionSnapshotEntry.SessionSnapshotIndex]
  • [ISLDataTimelineSessionSnapshotEntry.SessionSnapshotTimestamp]

See: https://developer.apple.com/documentation/SkyLight/SLDataTimelineSessionSnapshotEntry

type ISLDisplayPresetDevice ¶

type ISLDisplayPresetDevice interface {
	objectivec.IObject

	ActivePresetIndex() uint32
	ContainerId() objectivec.IObject
	CopyCFContainerId() string
	CopyCalibrationInfo() objectivec.IObject
	CopyCustomPresetInfo() objectivec.IObject
	CopyPresetAtIndex(index uint32) objectivec.IObject
	CopyPresetDataAtIndex(index uint32) objectivec.IObject
	CopyUserAdjustment() objectivec.IObject
	CopyUserAdjustmentData() objectivec.IObject
	CopyUserAdjustmentForPreset(preset uint32) objectivec.IObject
	FactoryDefaultPresetIndex() uint32
	FactoryResetWithType(type_ byte) bool
	GetUserAdjustmentPowerLimit() float32
	GetUserAdjustmentRangeWithInput(range_ uint32, input objectivec.IObject) objectivec.IObject
	InvalidateLiveUserAdjustmentForPreset(preset uint32) bool
	InvalidateUserAdjustment() bool
	InvalidateUserAdjustmentForPreset(preset uint32) bool
	IsLiveUserAdjustmentSupported() bool
	IsPerPresetUserAdjustmentSupported() bool
	IsPresetValidAtIndex(index uint32) bool
	IsPresetWritableAtIndex(index uint32) bool
	IsUserAdjustmentSupported() bool
	IsUserAdjustmentValid() bool
	IsUserAdjustmentValidForAnyPreset() bool
	IsUserAdjustmentValidForPreset(preset uint32) bool
	PresetCapabilities() objectivec.IObject
	PresetCount() uint32
	PresetUUIDAtIndexToBytes(index uint32, bytes objectivec.IObject) bool
	ResetPresetAtIndex(index uint32) bool
	ResetProController()
	SetActivePresetIndex(index uint32) bool
	SetCustomPresetDataAtIndexWithData(index uint32, data objectivec.IObject) bool
	SetPresetAtIndexWithData(index uint32, data objectivec.IObject) bool
	SetPresetDataAtIndexWithData(index uint32, data objectivec.IObject) bool
	SetUserAdjustment(adjustment objectivec.IObject) bool
	SetUserAdjustmentData(data objectivec.IObject) bool
	SetUserAdjustmentForPresetWithData(preset uint32, data objectivec.IObject) bool
	InitWithService(service uint32) SLDisplayPresetDevice
}

An interface definition for the SLDisplayPresetDevice class.

Methods ¶

  • [ISLDisplayPresetDevice.ActivePresetIndex]
  • [ISLDisplayPresetDevice.ContainerId]
  • [ISLDisplayPresetDevice.CopyCFContainerId]
  • [ISLDisplayPresetDevice.CopyCalibrationInfo]
  • [ISLDisplayPresetDevice.CopyCustomPresetInfo]
  • [ISLDisplayPresetDevice.CopyPresetAtIndex]
  • [ISLDisplayPresetDevice.CopyPresetDataAtIndex]
  • [ISLDisplayPresetDevice.CopyUserAdjustment]
  • [ISLDisplayPresetDevice.CopyUserAdjustmentData]
  • [ISLDisplayPresetDevice.CopyUserAdjustmentForPreset]
  • [ISLDisplayPresetDevice.FactoryDefaultPresetIndex]
  • [ISLDisplayPresetDevice.FactoryResetWithType]
  • [ISLDisplayPresetDevice.GetUserAdjustmentPowerLimit]
  • [ISLDisplayPresetDevice.GetUserAdjustmentRangeWithInput]
  • [ISLDisplayPresetDevice.InvalidateLiveUserAdjustmentForPreset]
  • [ISLDisplayPresetDevice.InvalidateUserAdjustment]
  • [ISLDisplayPresetDevice.InvalidateUserAdjustmentForPreset]
  • [ISLDisplayPresetDevice.IsLiveUserAdjustmentSupported]
  • [ISLDisplayPresetDevice.IsPerPresetUserAdjustmentSupported]
  • [ISLDisplayPresetDevice.IsPresetValidAtIndex]
  • [ISLDisplayPresetDevice.IsPresetWritableAtIndex]
  • [ISLDisplayPresetDevice.IsUserAdjustmentSupported]
  • [ISLDisplayPresetDevice.IsUserAdjustmentValid]
  • [ISLDisplayPresetDevice.IsUserAdjustmentValidForAnyPreset]
  • [ISLDisplayPresetDevice.IsUserAdjustmentValidForPreset]
  • [ISLDisplayPresetDevice.PresetCapabilities]
  • [ISLDisplayPresetDevice.PresetCount]
  • [ISLDisplayPresetDevice.PresetUUIDAtIndexToBytes]
  • [ISLDisplayPresetDevice.ResetPresetAtIndex]
  • [ISLDisplayPresetDevice.ResetProController]
  • [ISLDisplayPresetDevice.SetActivePresetIndex]
  • [ISLDisplayPresetDevice.SetCustomPresetDataAtIndexWithData]
  • [ISLDisplayPresetDevice.SetPresetAtIndexWithData]
  • [ISLDisplayPresetDevice.SetPresetDataAtIndexWithData]
  • [ISLDisplayPresetDevice.SetUserAdjustment]
  • [ISLDisplayPresetDevice.SetUserAdjustmentData]
  • [ISLDisplayPresetDevice.SetUserAdjustmentForPresetWithData]
  • [ISLDisplayPresetDevice.InitWithService]

See: https://developer.apple.com/documentation/SkyLight/SLDisplayPresetDevice

type ISLDisplayPresetDeviceManager ¶

type ISLDisplayPresetDeviceManager interface {
	objectivec.IObject

	CopyDeviceForContainer(container objectivec.IObject) objectivec.IObject
	CopyDevices() objectivec.IObject
	ServiceIsValidFor(for_ objectivec.IObject) bool
	StartWithBlockOnQueue(block VoidHandler, queue objectivec.IObject)
	Stop()
	// contains filtered or unexported methods
}

An interface definition for the SLDisplayPresetDeviceManager class.

Methods ¶

  • [ISLDisplayPresetDeviceManager._serviceAdded]
  • [ISLDisplayPresetDeviceManager._serviceRemoved]
  • [ISLDisplayPresetDeviceManager.CopyDeviceForContainer]
  • [ISLDisplayPresetDeviceManager.CopyDevices]
  • [ISLDisplayPresetDeviceManager.ServiceIsValidFor]
  • [ISLDisplayPresetDeviceManager.StartWithBlockOnQueue]
  • [ISLDisplayPresetDeviceManager.Stop]

See: https://developer.apple.com/documentation/SkyLight/SLDisplayPresetDeviceManager

type ISLSAsynchronousBridgedWindowManagementOperation ¶

type ISLSAsynchronousBridgedWindowManagementOperation interface {
	objectivec.IObject

	EncodeWithCoder(coder foundation.INSCoder)
	InvokeFallback()
	PerformWithWMBridgeDelegate()
	InitWithCoder(coder foundation.INSCoder) SLSAsynchronousBridgedWindowManagementOperation
	// contains filtered or unexported methods
}

An interface definition for the SLSAsynchronousBridgedWindowManagementOperation class.

Methods ¶

  • [ISLSAsynchronousBridgedWindowManagementOperation._init]
  • [ISLSAsynchronousBridgedWindowManagementOperation.EncodeWithCoder]
  • [ISLSAsynchronousBridgedWindowManagementOperation.InvokeFallback]
  • [ISLSAsynchronousBridgedWindowManagementOperation.PerformWithWMBridgeDelegate]
  • [ISLSAsynchronousBridgedWindowManagementOperation.InitWithCoder]

See: https://developer.apple.com/documentation/SkyLight/SLSAsynchronousBridgedWindowManagementOperation

type ISLSBridgedAddWindowsToSpacesOperation ¶

type ISLSBridgedAddWindowsToSpacesOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	Spaces() foundation.INSArray
	Windows() foundation.INSArray
	InitWithWindowsSpaces(windows objectivec.IObject, spaces objectivec.IObject) SLSBridgedAddWindowsToSpacesOperation
}

An interface definition for the SLSBridgedAddWindowsToSpacesOperation class.

Methods ¶

  • [ISLSBridgedAddWindowsToSpacesOperation.Spaces]
  • [ISLSBridgedAddWindowsToSpacesOperation.Windows]
  • [ISLSBridgedAddWindowsToSpacesOperation.InitWithWindowsSpaces]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedAddWindowsToSpacesOperation

type ISLSBridgedCopyAssociatedWindowsOperation ¶

type ISLSBridgedCopyAssociatedWindowsOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	MakeResultWithNumbers(numbers objectivec.IObject) objectivec.IObject
	WindowID() uint32
	InitWithWindowID(id uint32) SLSBridgedCopyAssociatedWindowsOperation
}

An interface definition for the SLSBridgedCopyAssociatedWindowsOperation class.

Methods ¶

  • [ISLSBridgedCopyAssociatedWindowsOperation.MakeResultWithNumbers]
  • [ISLSBridgedCopyAssociatedWindowsOperation.WindowID]
  • [ISLSBridgedCopyAssociatedWindowsOperation.InitWithWindowID]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedCopyAssociatedWindowsOperation

type ISLSBridgedCopyBestManagedDisplayForPointOperation ¶

type ISLSBridgedCopyBestManagedDisplayForPointOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	MakeResultWithString(string_ objectivec.IObject) objectivec.IObject
	Point() corefoundation.CGPoint
	InitWithPoint(point corefoundation.CGPoint) SLSBridgedCopyBestManagedDisplayForPointOperation
}

An interface definition for the SLSBridgedCopyBestManagedDisplayForPointOperation class.

Methods ¶

  • [ISLSBridgedCopyBestManagedDisplayForPointOperation.MakeResultWithString]
  • [ISLSBridgedCopyBestManagedDisplayForPointOperation.Point]
  • [ISLSBridgedCopyBestManagedDisplayForPointOperation.InitWithPoint]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedCopyBestManagedDisplayForPointOperation

type ISLSBridgedCopyBestManagedDisplayForRectOperation ¶

type ISLSBridgedCopyBestManagedDisplayForRectOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	MakeResultWithString(string_ objectivec.IObject) objectivec.IObject
	Rect() corefoundation.CGRect
	InitWithRect(rect corefoundation.CGRect) SLSBridgedCopyBestManagedDisplayForRectOperation
}

An interface definition for the SLSBridgedCopyBestManagedDisplayForRectOperation class.

Methods ¶

  • [ISLSBridgedCopyBestManagedDisplayForRectOperation.MakeResultWithString]
  • [ISLSBridgedCopyBestManagedDisplayForRectOperation.Rect]
  • [ISLSBridgedCopyBestManagedDisplayForRectOperation.InitWithRect]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedCopyBestManagedDisplayForRectOperation

type ISLSBridgedCopyManagedDisplayForSpaceOperation ¶

type ISLSBridgedCopyManagedDisplayForSpaceOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	MakeResultWithString(string_ objectivec.IObject) objectivec.IObject
	SpaceID() uint64
	InitWithSpaceID(id uint64) SLSBridgedCopyManagedDisplayForSpaceOperation
}

An interface definition for the SLSBridgedCopyManagedDisplayForSpaceOperation class.

Methods ¶

  • [ISLSBridgedCopyManagedDisplayForSpaceOperation.MakeResultWithString]
  • [ISLSBridgedCopyManagedDisplayForSpaceOperation.SpaceID]
  • [ISLSBridgedCopyManagedDisplayForSpaceOperation.InitWithSpaceID]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedCopyManagedDisplayForSpaceOperation

type ISLSBridgedCopyManagedDisplayForWindowOperation ¶

type ISLSBridgedCopyManagedDisplayForWindowOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	MakeResultWithString(string_ objectivec.IObject) objectivec.IObject
	WindowID() uint32
	InitWithWindowID(id uint32) SLSBridgedCopyManagedDisplayForWindowOperation
}

An interface definition for the SLSBridgedCopyManagedDisplayForWindowOperation class.

Methods ¶

  • [ISLSBridgedCopyManagedDisplayForWindowOperation.MakeResultWithString]
  • [ISLSBridgedCopyManagedDisplayForWindowOperation.WindowID]
  • [ISLSBridgedCopyManagedDisplayForWindowOperation.InitWithWindowID]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedCopyManagedDisplayForWindowOperation

type ISLSBridgedCopyManagedDisplaySpacesOperation ¶

type ISLSBridgedCopyManagedDisplaySpacesOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	MakeResultWithPropertyListArray(array objectivec.IObject) objectivec.IObject
}

An interface definition for the SLSBridgedCopyManagedDisplaySpacesOperation class.

Methods ¶

  • [ISLSBridgedCopyManagedDisplaySpacesOperation.MakeResultWithPropertyListArray]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedCopyManagedDisplaySpacesOperation

type ISLSBridgedCopyManagedDisplaysOperation ¶

type ISLSBridgedCopyManagedDisplaysOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	MakeResultWithStrings(strings objectivec.IObject) objectivec.IObject
}

An interface definition for the SLSBridgedCopyManagedDisplaysOperation class.

Methods ¶

  • [ISLSBridgedCopyManagedDisplaysOperation.MakeResultWithStrings]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedCopyManagedDisplaysOperation

type ISLSBridgedCopySpacesForWindowsOperation ¶

type ISLSBridgedCopySpacesForWindowsOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	MakeResultWithNumbers(numbers objectivec.IObject) objectivec.IObject
	Options() uint32
	Windows() foundation.INSArray
	InitWithOptionsWindows(options uint32, windows objectivec.IObject) SLSBridgedCopySpacesForWindowsOperation
}

An interface definition for the SLSBridgedCopySpacesForWindowsOperation class.

Methods ¶

  • [ISLSBridgedCopySpacesForWindowsOperation.MakeResultWithNumbers]
  • [ISLSBridgedCopySpacesForWindowsOperation.Options]
  • [ISLSBridgedCopySpacesForWindowsOperation.Windows]
  • [ISLSBridgedCopySpacesForWindowsOperation.InitWithOptionsWindows]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedCopySpacesForWindowsOperation

type ISLSBridgedCopySpacesOperation ¶

type ISLSBridgedCopySpacesOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	MakeResultWithNumbers(numbers objectivec.IObject) objectivec.IObject
	Options() uint32
	InitWithOptions(options uint32) SLSBridgedCopySpacesOperation
}

An interface definition for the SLSBridgedCopySpacesOperation class.

Methods ¶

  • [ISLSBridgedCopySpacesOperation.MakeResultWithNumbers]
  • [ISLSBridgedCopySpacesOperation.Options]
  • [ISLSBridgedCopySpacesOperation.InitWithOptions]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedCopySpacesOperation

type ISLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperation ¶

type ISLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	GetClearedTags(tags objectivec.IObject)
	GetSetTags(tags objectivec.IObject)
	MakeResultWithNumbers(numbers objectivec.IObject) objectivec.IObject
	Options() uint32
	Owner() uint32
	SpaceOptions() uint32
	InitWithOwnerSpaceOptionsOptionsSetTagsClearedTags(owner uint32, options uint32, options2 uint32, tags objectivec.IObject, tags2 objectivec.IObject) SLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperation
}

An interface definition for the SLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperation class.

Methods ¶

  • [ISLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperation.GetClearedTags]
  • [ISLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperation.GetSetTags]
  • [ISLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperation.MakeResultWithNumbers]
  • [ISLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperation.Options]
  • [ISLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperation.Owner]
  • [ISLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperation.SpaceOptions]
  • [ISLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperation.InitWithOwnerSpaceOptionsOptionsSetTagsClearedTags]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperation

type ISLSBridgedCopyWindowsWithOptionsAndTagsOperation ¶

type ISLSBridgedCopyWindowsWithOptionsAndTagsOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	GetClearedTags(tags objectivec.IObject)
	GetSetTags(tags objectivec.IObject)
	MakeResultWithNumbers(numbers objectivec.IObject) objectivec.IObject
	Options() uint32
	Owner() uint32
	Spaces() foundation.INSArray
	InitWithOwnerSpacesOptionsSetTagsClearedTags(owner uint32, spaces objectivec.IObject, options uint32, tags objectivec.IObject, tags2 objectivec.IObject) SLSBridgedCopyWindowsWithOptionsAndTagsOperation
}

An interface definition for the SLSBridgedCopyWindowsWithOptionsAndTagsOperation class.

Methods ¶

  • [ISLSBridgedCopyWindowsWithOptionsAndTagsOperation.GetClearedTags]
  • [ISLSBridgedCopyWindowsWithOptionsAndTagsOperation.GetSetTags]
  • [ISLSBridgedCopyWindowsWithOptionsAndTagsOperation.MakeResultWithNumbers]
  • [ISLSBridgedCopyWindowsWithOptionsAndTagsOperation.Options]
  • [ISLSBridgedCopyWindowsWithOptionsAndTagsOperation.Owner]
  • [ISLSBridgedCopyWindowsWithOptionsAndTagsOperation.Spaces]
  • [ISLSBridgedCopyWindowsWithOptionsAndTagsOperation.InitWithOwnerSpacesOptionsSetTagsClearedTags]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedCopyWindowsWithOptionsAndTagsOperation

type ISLSBridgedGetSpaceManagementModeOperation ¶

type ISLSBridgedGetSpaceManagementModeOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	MakeResultWithSpaceManagementMode(mode uint64) objectivec.IObject
}

An interface definition for the SLSBridgedGetSpaceManagementModeOperation class.

Methods ¶

  • [ISLSBridgedGetSpaceManagementModeOperation.MakeResultWithSpaceManagementMode]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedGetSpaceManagementModeOperation

type ISLSBridgedGetSpaceNeedsSafeApertureOperation ¶

type ISLSBridgedGetSpaceNeedsSafeApertureOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	MakeResultWithBoolValue(value bool) objectivec.IObject
	SpaceID() uint64
	InitWithSpaceID(id uint64) SLSBridgedGetSpaceNeedsSafeApertureOperation
}

An interface definition for the SLSBridgedGetSpaceNeedsSafeApertureOperation class.

Methods ¶

  • [ISLSBridgedGetSpaceNeedsSafeApertureOperation.MakeResultWithBoolValue]
  • [ISLSBridgedGetSpaceNeedsSafeApertureOperation.SpaceID]
  • [ISLSBridgedGetSpaceNeedsSafeApertureOperation.InitWithSpaceID]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedGetSpaceNeedsSafeApertureOperation

type ISLSBridgedGetSpacePermittedResizeDirectionsOperation ¶

type ISLSBridgedGetSpacePermittedResizeDirectionsOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	HorizontalIndex() uint64
	MakeResultWithSpaceResizeDirections(directions uint64) objectivec.IObject
	SpaceID() uint64
	VerticalIndex() uint64
	InitWithSpaceIDVerticalIndexHorizontalIndex(id uint64, index uint64, index2 uint64) SLSBridgedGetSpacePermittedResizeDirectionsOperation
}

An interface definition for the SLSBridgedGetSpacePermittedResizeDirectionsOperation class.

Methods ¶

  • [ISLSBridgedGetSpacePermittedResizeDirectionsOperation.HorizontalIndex]
  • [ISLSBridgedGetSpacePermittedResizeDirectionsOperation.MakeResultWithSpaceResizeDirections]
  • [ISLSBridgedGetSpacePermittedResizeDirectionsOperation.SpaceID]
  • [ISLSBridgedGetSpacePermittedResizeDirectionsOperation.VerticalIndex]
  • [ISLSBridgedGetSpacePermittedResizeDirectionsOperation.InitWithSpaceIDVerticalIndexHorizontalIndex]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedGetSpacePermittedResizeDirectionsOperation

type ISLSBridgedGetTileSpaceDividerDirectionsOperation ¶

type ISLSBridgedGetTileSpaceDividerDirectionsOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	MakeResultWithSpaceResizeDirections(directions uint64) objectivec.IObject
	SpaceID() uint64
	InitWithSpaceID(id uint64) SLSBridgedGetTileSpaceDividerDirectionsOperation
}

An interface definition for the SLSBridgedGetTileSpaceDividerDirectionsOperation class.

Methods ¶

  • [ISLSBridgedGetTileSpaceDividerDirectionsOperation.MakeResultWithSpaceResizeDirections]
  • [ISLSBridgedGetTileSpaceDividerDirectionsOperation.SpaceID]
  • [ISLSBridgedGetTileSpaceDividerDirectionsOperation.InitWithSpaceID]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedGetTileSpaceDividerDirectionsOperation

type ISLSBridgedHideSpacesOperation ¶

type ISLSBridgedHideSpacesOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	Spaces() foundation.INSArray
	InitWithSpaces(spaces objectivec.IObject) SLSBridgedHideSpacesOperation
}

An interface definition for the SLSBridgedHideSpacesOperation class.

Methods ¶

  • [ISLSBridgedHideSpacesOperation.Spaces]
  • [ISLSBridgedHideSpacesOperation.InitWithSpaces]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedHideSpacesOperation

type ISLSBridgedManagedDisplayCurrentSpaceAllowsWindowOperation ¶

type ISLSBridgedManagedDisplayCurrentSpaceAllowsWindowOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	DisplayIdentifier() string
	MakeResultWithBoolValue(value bool) objectivec.IObject
	WindowID() uint32
	InitWithDisplayIdentifierWindowID(identifier objectivec.IObject, id uint32) SLSBridgedManagedDisplayCurrentSpaceAllowsWindowOperation
}

An interface definition for the SLSBridgedManagedDisplayCurrentSpaceAllowsWindowOperation class.

Methods ¶

  • [ISLSBridgedManagedDisplayCurrentSpaceAllowsWindowOperation.DisplayIdentifier]
  • [ISLSBridgedManagedDisplayCurrentSpaceAllowsWindowOperation.MakeResultWithBoolValue]
  • [ISLSBridgedManagedDisplayCurrentSpaceAllowsWindowOperation.WindowID]
  • [ISLSBridgedManagedDisplayCurrentSpaceAllowsWindowOperation.InitWithDisplayIdentifierWindowID]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedManagedDisplayCurrentSpaceAllowsWindowOperation

type ISLSBridgedManagedDisplayGetCurrentSpaceOperation ¶

type ISLSBridgedManagedDisplayGetCurrentSpaceOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	DisplayIdentifier() string
	MakeResultWithSpaceID(id uint64) objectivec.IObject
	InitWithDisplayIdentifier(identifier objectivec.IObject) SLSBridgedManagedDisplayGetCurrentSpaceOperation
}

An interface definition for the SLSBridgedManagedDisplayGetCurrentSpaceOperation class.

Methods ¶

  • [ISLSBridgedManagedDisplayGetCurrentSpaceOperation.DisplayIdentifier]
  • [ISLSBridgedManagedDisplayGetCurrentSpaceOperation.MakeResultWithSpaceID]
  • [ISLSBridgedManagedDisplayGetCurrentSpaceOperation.InitWithDisplayIdentifier]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedManagedDisplayGetCurrentSpaceOperation

type ISLSBridgedManagedDisplayIsAnimatingOperation ¶

type ISLSBridgedManagedDisplayIsAnimatingOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	DisplayIdentifier() string
	MakeResultWithBoolValue(value bool) objectivec.IObject
	InitWithDisplayIdentifier(identifier objectivec.IObject) SLSBridgedManagedDisplayIsAnimatingOperation
}

An interface definition for the SLSBridgedManagedDisplayIsAnimatingOperation class.

Methods ¶

  • [ISLSBridgedManagedDisplayIsAnimatingOperation.DisplayIdentifier]
  • [ISLSBridgedManagedDisplayIsAnimatingOperation.MakeResultWithBoolValue]
  • [ISLSBridgedManagedDisplayIsAnimatingOperation.InitWithDisplayIdentifier]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedManagedDisplayIsAnimatingOperation

type ISLSBridgedManagedDisplaySetCurrentSpaceOperation ¶

type ISLSBridgedManagedDisplaySetCurrentSpaceOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	DisplayIdentifier() string
	SpaceID() uint64
	InitWithDisplayIdentifierSpaceID(identifier objectivec.IObject, id uint64) SLSBridgedManagedDisplaySetCurrentSpaceOperation
}

An interface definition for the SLSBridgedManagedDisplaySetCurrentSpaceOperation class.

Methods ¶

  • [ISLSBridgedManagedDisplaySetCurrentSpaceOperation.DisplayIdentifier]
  • [ISLSBridgedManagedDisplaySetCurrentSpaceOperation.SpaceID]
  • [ISLSBridgedManagedDisplaySetCurrentSpaceOperation.InitWithDisplayIdentifierSpaceID]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedManagedDisplaySetCurrentSpaceOperation

type ISLSBridgedManagedDisplaySetIsAnimatingOperation ¶

type ISLSBridgedManagedDisplaySetIsAnimatingOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	DisplayIdentifier() string
	IsAnimating() bool
	InitWithDisplayIdentifierIsAnimating(identifier objectivec.IObject, animating bool) SLSBridgedManagedDisplaySetIsAnimatingOperation
}

An interface definition for the SLSBridgedManagedDisplaySetIsAnimatingOperation class.

Methods ¶

  • [ISLSBridgedManagedDisplaySetIsAnimatingOperation.DisplayIdentifier]
  • [ISLSBridgedManagedDisplaySetIsAnimatingOperation.IsAnimating]
  • [ISLSBridgedManagedDisplaySetIsAnimatingOperation.InitWithDisplayIdentifierIsAnimating]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedManagedDisplaySetIsAnimatingOperation

type ISLSBridgedManagedDisplaySetRoleWindowOperation ¶

type ISLSBridgedManagedDisplaySetRoleWindowOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	DisplayIdentifier() string
	Role() uint64
	WindowID() uint32
	InitWithDisplayIdentifierRoleWindowID(identifier objectivec.IObject, role uint64, id uint32) SLSBridgedManagedDisplaySetRoleWindowOperation
}

An interface definition for the SLSBridgedManagedDisplaySetRoleWindowOperation class.

Methods ¶

  • [ISLSBridgedManagedDisplaySetRoleWindowOperation.DisplayIdentifier]
  • [ISLSBridgedManagedDisplaySetRoleWindowOperation.Role]
  • [ISLSBridgedManagedDisplaySetRoleWindowOperation.WindowID]
  • [ISLSBridgedManagedDisplaySetRoleWindowOperation.InitWithDisplayIdentifierRoleWindowID]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedManagedDisplaySetRoleWindowOperation

type ISLSBridgedManagedDisplaysCopyRoleWindowsOperation ¶

type ISLSBridgedManagedDisplaysCopyRoleWindowsOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	DisplayIdentifiers() foundation.INSArray
	MakeResultWithNumbers(numbers objectivec.IObject) objectivec.IObject
	Role() uint64
	InitWithDisplayIdentifiersRole(identifiers objectivec.IObject, role uint64) SLSBridgedManagedDisplaysCopyRoleWindowsOperation
}

An interface definition for the SLSBridgedManagedDisplaysCopyRoleWindowsOperation class.

Methods ¶

  • [ISLSBridgedManagedDisplaysCopyRoleWindowsOperation.DisplayIdentifiers]
  • [ISLSBridgedManagedDisplaysCopyRoleWindowsOperation.MakeResultWithNumbers]
  • [ISLSBridgedManagedDisplaysCopyRoleWindowsOperation.Role]
  • [ISLSBridgedManagedDisplaysCopyRoleWindowsOperation.InitWithDisplayIdentifiersRole]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedManagedDisplaysCopyRoleWindowsOperation

type ISLSBridgedMoveManagedSpaceToDisplayIndexOperation ¶

type ISLSBridgedMoveManagedSpaceToDisplayIndexOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	DisplayIdentifier() string
	Index() uint32
	SpaceID() uint64
	InitWithSpaceIDDisplayIdentifierIndex(id uint64, identifier objectivec.IObject, index uint32) SLSBridgedMoveManagedSpaceToDisplayIndexOperation
}

An interface definition for the SLSBridgedMoveManagedSpaceToDisplayIndexOperation class.

Methods ¶

  • [ISLSBridgedMoveManagedSpaceToDisplayIndexOperation.DisplayIdentifier]
  • [ISLSBridgedMoveManagedSpaceToDisplayIndexOperation.Index]
  • [ISLSBridgedMoveManagedSpaceToDisplayIndexOperation.SpaceID]
  • [ISLSBridgedMoveManagedSpaceToDisplayIndexOperation.InitWithSpaceIDDisplayIdentifierIndex]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedMoveManagedSpaceToDisplayIndexOperation

type ISLSBridgedMoveWindowsToManagedSpaceOperation ¶

type ISLSBridgedMoveWindowsToManagedSpaceOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	SpaceID() uint64
	Windows() foundation.INSArray
	InitWithWindowsSpaceID(windows objectivec.IObject, id uint64) SLSBridgedMoveWindowsToManagedSpaceOperation
}

An interface definition for the SLSBridgedMoveWindowsToManagedSpaceOperation class.

Methods ¶

  • [ISLSBridgedMoveWindowsToManagedSpaceOperation.SpaceID]
  • [ISLSBridgedMoveWindowsToManagedSpaceOperation.Windows]
  • [ISLSBridgedMoveWindowsToManagedSpaceOperation.InitWithWindowsSpaceID]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedMoveWindowsToManagedSpaceOperation

type ISLSBridgedProcessAssignToAllSpacesOperation ¶

type ISLSBridgedProcessAssignToAllSpacesOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	Process() int
	InitWithProcess(process int) SLSBridgedProcessAssignToAllSpacesOperation
}

An interface definition for the SLSBridgedProcessAssignToAllSpacesOperation class.

Methods ¶

  • [ISLSBridgedProcessAssignToAllSpacesOperation.Process]
  • [ISLSBridgedProcessAssignToAllSpacesOperation.InitWithProcess]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedProcessAssignToAllSpacesOperation

type ISLSBridgedProcessAssignToSpaceOperation ¶

type ISLSBridgedProcessAssignToSpaceOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	Process() int
	SpaceID() uint64
	InitWithProcessSpaceID(process int, id uint64) SLSBridgedProcessAssignToSpaceOperation
}

An interface definition for the SLSBridgedProcessAssignToSpaceOperation class.

Methods ¶

  • [ISLSBridgedProcessAssignToSpaceOperation.Process]
  • [ISLSBridgedProcessAssignToSpaceOperation.SpaceID]
  • [ISLSBridgedProcessAssignToSpaceOperation.InitWithProcessSpaceID]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedProcessAssignToSpaceOperation

type ISLSBridgedRemoveWindowsFromSpacesOperation ¶

type ISLSBridgedRemoveWindowsFromSpacesOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	Spaces() foundation.INSArray
	Windows() foundation.INSArray
	InitWithWindowsSpaces(windows objectivec.IObject, spaces objectivec.IObject) SLSBridgedRemoveWindowsFromSpacesOperation
}

An interface definition for the SLSBridgedRemoveWindowsFromSpacesOperation class.

Methods ¶

  • [ISLSBridgedRemoveWindowsFromSpacesOperation.Spaces]
  • [ISLSBridgedRemoveWindowsFromSpacesOperation.Windows]
  • [ISLSBridgedRemoveWindowsFromSpacesOperation.InitWithWindowsSpaces]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedRemoveWindowsFromSpacesOperation

type ISLSBridgedResetWindowsOperation ¶

type ISLSBridgedResetWindowsOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	Windows() foundation.INSArray
	InitWithWindows(windows objectivec.IObject) SLSBridgedResetWindowsOperation
}

An interface definition for the SLSBridgedResetWindowsOperation class.

Methods ¶

  • [ISLSBridgedResetWindowsOperation.Windows]
  • [ISLSBridgedResetWindowsOperation.InitWithWindows]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedResetWindowsOperation

type ISLSBridgedSetSpaceManagementModeOperation ¶

type ISLSBridgedSetSpaceManagementModeOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	Mode() uint64
	InitWithMode(mode uint64) SLSBridgedSetSpaceManagementModeOperation
}

An interface definition for the SLSBridgedSetSpaceManagementModeOperation class.

Methods ¶

  • [ISLSBridgedSetSpaceManagementModeOperation.Mode]
  • [ISLSBridgedSetSpaceManagementModeOperation.InitWithMode]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSetSpaceManagementModeOperation

type ISLSBridgedShowSpacesOperation ¶

type ISLSBridgedShowSpacesOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	Spaces() foundation.INSArray
	InitWithSpaces(spaces objectivec.IObject) SLSBridgedShowSpacesOperation
}

An interface definition for the SLSBridgedShowSpacesOperation class.

Methods ¶

  • [ISLSBridgedShowSpacesOperation.Spaces]
  • [ISLSBridgedShowSpacesOperation.InitWithSpaces]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedShowSpacesOperation

type ISLSBridgedSpaceAddOwnerOperation ¶

type ISLSBridgedSpaceAddOwnerOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	Owner() int
	SpaceID() uint64
	InitWithSpaceIDOwner(id uint64, owner int) SLSBridgedSpaceAddOwnerOperation
}

An interface definition for the SLSBridgedSpaceAddOwnerOperation class.

Methods ¶

  • [ISLSBridgedSpaceAddOwnerOperation.Owner]
  • [ISLSBridgedSpaceAddOwnerOperation.SpaceID]
  • [ISLSBridgedSpaceAddOwnerOperation.InitWithSpaceIDOwner]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceAddOwnerOperation

type ISLSBridgedSpaceAddWindowsAndRemoveFromSpacesOperation ¶

type ISLSBridgedSpaceAddWindowsAndRemoveFromSpacesOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	Options() uint32
	SpaceID() uint64
	Windows() foundation.INSArray
	InitWithSpaceIDWindowsOptions(id uint64, windows objectivec.IObject, options uint32) SLSBridgedSpaceAddWindowsAndRemoveFromSpacesOperation
}

An interface definition for the SLSBridgedSpaceAddWindowsAndRemoveFromSpacesOperation class.

Methods ¶

  • [ISLSBridgedSpaceAddWindowsAndRemoveFromSpacesOperation.Options]
  • [ISLSBridgedSpaceAddWindowsAndRemoveFromSpacesOperation.SpaceID]
  • [ISLSBridgedSpaceAddWindowsAndRemoveFromSpacesOperation.Windows]
  • [ISLSBridgedSpaceAddWindowsAndRemoveFromSpacesOperation.InitWithSpaceIDWindowsOptions]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceAddWindowsAndRemoveFromSpacesOperation

type ISLSBridgedSpaceCanCreateTileOperation ¶

type ISLSBridgedSpaceCanCreateTileOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	MakeResultWithBoolValue(value bool) objectivec.IObject
	MinSize() corefoundation.CGSize
	SpaceID() uint64
	InitWithSpaceIDMinSize(id uint64, size corefoundation.CGSize) SLSBridgedSpaceCanCreateTileOperation
}

An interface definition for the SLSBridgedSpaceCanCreateTileOperation class.

Methods ¶

  • [ISLSBridgedSpaceCanCreateTileOperation.MakeResultWithBoolValue]
  • [ISLSBridgedSpaceCanCreateTileOperation.MinSize]
  • [ISLSBridgedSpaceCanCreateTileOperation.SpaceID]
  • [ISLSBridgedSpaceCanCreateTileOperation.InitWithSpaceIDMinSize]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceCanCreateTileOperation

type ISLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperation ¶

type ISLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	DrivingSpaceID() uint64
	FencePort() uint32
	HorizontalIndex() uint64
	Options() uint64
	Point() corefoundation.CGPoint
	VerticalIndex() uint64
	InitWithDrivingSpaceIDVerticalIndexHorizontalIndexPointOptionsFencePort(id uint64, index uint64, index2 uint64, point corefoundation.CGPoint, options uint64, port uint32) SLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperation
}

An interface definition for the SLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperation class.

Methods ¶

  • [ISLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperation.DrivingSpaceID]
  • [ISLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperation.FencePort]
  • [ISLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperation.HorizontalIndex]
  • [ISLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperation.Options]
  • [ISLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperation.Point]
  • [ISLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperation.VerticalIndex]
  • [ISLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperation.InitWithDrivingSpaceIDVerticalIndexHorizontalIndexPointOptionsFencePort]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperation

type ISLSBridgedSpaceClientDrivenMoveSpacersToPointOperation ¶

type ISLSBridgedSpaceClientDrivenMoveSpacersToPointOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	DrivingSpaceID() uint64
	HorizontalIndex() uint64
	Options() uint64
	Point() corefoundation.CGPoint
	VerticalIndex() uint64
	InitWithDrivingSpaceIDVerticalIndexHorizontalIndexPointOptions(id uint64, index uint64, index2 uint64, point corefoundation.CGPoint, options uint64) SLSBridgedSpaceClientDrivenMoveSpacersToPointOperation
}

An interface definition for the SLSBridgedSpaceClientDrivenMoveSpacersToPointOperation class.

Methods ¶

  • [ISLSBridgedSpaceClientDrivenMoveSpacersToPointOperation.DrivingSpaceID]
  • [ISLSBridgedSpaceClientDrivenMoveSpacersToPointOperation.HorizontalIndex]
  • [ISLSBridgedSpaceClientDrivenMoveSpacersToPointOperation.Options]
  • [ISLSBridgedSpaceClientDrivenMoveSpacersToPointOperation.Point]
  • [ISLSBridgedSpaceClientDrivenMoveSpacersToPointOperation.VerticalIndex]
  • [ISLSBridgedSpaceClientDrivenMoveSpacersToPointOperation.InitWithDrivingSpaceIDVerticalIndexHorizontalIndexPointOptions]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceClientDrivenMoveSpacersToPointOperation

type ISLSBridgedSpaceCopyManagedShapeOperation ¶

type ISLSBridgedSpaceCopyManagedShapeOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	MakeResultWithRegion(region uintptr) objectivec.IObject
	SpaceID() uint64
	InitWithSpaceID(id uint64) SLSBridgedSpaceCopyManagedShapeOperation
}

An interface definition for the SLSBridgedSpaceCopyManagedShapeOperation class.

Methods ¶

  • [ISLSBridgedSpaceCopyManagedShapeOperation.MakeResultWithRegion]
  • [ISLSBridgedSpaceCopyManagedShapeOperation.SpaceID]
  • [ISLSBridgedSpaceCopyManagedShapeOperation.InitWithSpaceID]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceCopyManagedShapeOperation

type ISLSBridgedSpaceCopyNameOperation ¶

type ISLSBridgedSpaceCopyNameOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	MakeResultWithString(string_ objectivec.IObject) objectivec.IObject
	SpaceID() uint64
	InitWithSpaceID(id uint64) SLSBridgedSpaceCopyNameOperation
}

An interface definition for the SLSBridgedSpaceCopyNameOperation class.

Methods ¶

  • [ISLSBridgedSpaceCopyNameOperation.MakeResultWithString]
  • [ISLSBridgedSpaceCopyNameOperation.SpaceID]
  • [ISLSBridgedSpaceCopyNameOperation.InitWithSpaceID]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceCopyNameOperation

type ISLSBridgedSpaceCopyOwnersOperation ¶

type ISLSBridgedSpaceCopyOwnersOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	MakeResultWithNumbers(numbers objectivec.IObject) objectivec.IObject
	SpaceID() uint64
	InitWithSpaceID(id uint64) SLSBridgedSpaceCopyOwnersOperation
}

An interface definition for the SLSBridgedSpaceCopyOwnersOperation class.

Methods ¶

  • [ISLSBridgedSpaceCopyOwnersOperation.MakeResultWithNumbers]
  • [ISLSBridgedSpaceCopyOwnersOperation.SpaceID]
  • [ISLSBridgedSpaceCopyOwnersOperation.InitWithSpaceID]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceCopyOwnersOperation

type ISLSBridgedSpaceCopyShapeOperation ¶

type ISLSBridgedSpaceCopyShapeOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	MakeResultWithRegion(region uintptr) objectivec.IObject
	SpaceID() uint64
	InitWithSpaceID(id uint64) SLSBridgedSpaceCopyShapeOperation
}

An interface definition for the SLSBridgedSpaceCopyShapeOperation class.

Methods ¶

  • [ISLSBridgedSpaceCopyShapeOperation.MakeResultWithRegion]
  • [ISLSBridgedSpaceCopyShapeOperation.SpaceID]
  • [ISLSBridgedSpaceCopyShapeOperation.InitWithSpaceID]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceCopyShapeOperation

type ISLSBridgedSpaceCopyTileSpacesOperation ¶

type ISLSBridgedSpaceCopyTileSpacesOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	MakeResultWithNumbers(numbers objectivec.IObject) objectivec.IObject
	SpaceID() uint64
	InitWithSpaceID(id uint64) SLSBridgedSpaceCopyTileSpacesOperation
}

An interface definition for the SLSBridgedSpaceCopyTileSpacesOperation class.

Methods ¶

  • [ISLSBridgedSpaceCopyTileSpacesOperation.MakeResultWithNumbers]
  • [ISLSBridgedSpaceCopyTileSpacesOperation.SpaceID]
  • [ISLSBridgedSpaceCopyTileSpacesOperation.InitWithSpaceID]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceCopyTileSpacesOperation

type ISLSBridgedSpaceCopyValuesOperation ¶

type ISLSBridgedSpaceCopyValuesOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	MakeResultWithPropertyListDictionary(dictionary objectivec.IObject) objectivec.IObject
	SpaceID() uint64
	InitWithSpaceID(id uint64) SLSBridgedSpaceCopyValuesOperation
}

An interface definition for the SLSBridgedSpaceCopyValuesOperation class.

Methods ¶

  • [ISLSBridgedSpaceCopyValuesOperation.MakeResultWithPropertyListDictionary]
  • [ISLSBridgedSpaceCopyValuesOperation.SpaceID]
  • [ISLSBridgedSpaceCopyValuesOperation.InitWithSpaceID]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceCopyValuesOperation

type ISLSBridgedSpaceCreateOperation ¶

type ISLSBridgedSpaceCreateOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	MakeResultWithSpaceID(id uint64) objectivec.IObject
	Options() uint32
	Values() foundation.INSDictionary
	InitWithOptionsValues(options uint32, values objectivec.IObject) SLSBridgedSpaceCreateOperation
}

An interface definition for the SLSBridgedSpaceCreateOperation class.

Methods ¶

  • [ISLSBridgedSpaceCreateOperation.MakeResultWithSpaceID]
  • [ISLSBridgedSpaceCreateOperation.Options]
  • [ISLSBridgedSpaceCreateOperation.Values]
  • [ISLSBridgedSpaceCreateOperation.InitWithOptionsValues]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceCreateOperation

type ISLSBridgedSpaceCreateTileOperation ¶

type ISLSBridgedSpaceCreateTileOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	MakeResultWithSpaceID(id uint64) objectivec.IObject
	SpaceID() uint64
	Values() foundation.INSDictionary
	InitWithSpaceIDValues(id uint64, values objectivec.IObject) SLSBridgedSpaceCreateTileOperation
}

An interface definition for the SLSBridgedSpaceCreateTileOperation class.

Methods ¶

  • [ISLSBridgedSpaceCreateTileOperation.MakeResultWithSpaceID]
  • [ISLSBridgedSpaceCreateTileOperation.SpaceID]
  • [ISLSBridgedSpaceCreateTileOperation.Values]
  • [ISLSBridgedSpaceCreateTileOperation.InitWithSpaceIDValues]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceCreateTileOperation

type ISLSBridgedSpaceDestroyOperation ¶

type ISLSBridgedSpaceDestroyOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	SpaceID() uint64
	InitWithSpaceID(id uint64) SLSBridgedSpaceDestroyOperation
}

An interface definition for the SLSBridgedSpaceDestroyOperation class.

Methods ¶

  • [ISLSBridgedSpaceDestroyOperation.SpaceID]
  • [ISLSBridgedSpaceDestroyOperation.InitWithSpaceID]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceDestroyOperation

type ISLSBridgedSpaceFinishedResizeForRectOperation ¶

type ISLSBridgedSpaceFinishedResizeForRectOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	Rect() corefoundation.CGRect
	SpaceID() uint64
	InitWithSpaceIDRect(id uint64, rect corefoundation.CGRect) SLSBridgedSpaceFinishedResizeForRectOperation
}

An interface definition for the SLSBridgedSpaceFinishedResizeForRectOperation class.

Methods ¶

  • [ISLSBridgedSpaceFinishedResizeForRectOperation.Rect]
  • [ISLSBridgedSpaceFinishedResizeForRectOperation.SpaceID]
  • [ISLSBridgedSpaceFinishedResizeForRectOperation.InitWithSpaceIDRect]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceFinishedResizeForRectOperation

type ISLSBridgedSpaceGetAbsoluteLevelOperation ¶

type ISLSBridgedSpaceGetAbsoluteLevelOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	MakeResultWithInt32Value(int32Value int) objectivec.IObject
	SpaceID() uint64
	InitWithSpaceID(id uint64) SLSBridgedSpaceGetAbsoluteLevelOperation
}

An interface definition for the SLSBridgedSpaceGetAbsoluteLevelOperation class.

Methods ¶

  • [ISLSBridgedSpaceGetAbsoluteLevelOperation.MakeResultWithInt32Value]
  • [ISLSBridgedSpaceGetAbsoluteLevelOperation.SpaceID]
  • [ISLSBridgedSpaceGetAbsoluteLevelOperation.InitWithSpaceID]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceGetAbsoluteLevelOperation

type ISLSBridgedSpaceGetAlphaOperation ¶

type ISLSBridgedSpaceGetAlphaOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	MakeResultWithFloatValue(value float32) objectivec.IObject
	SpaceID() uint64
	InitWithSpaceID(id uint64) SLSBridgedSpaceGetAlphaOperation
}

An interface definition for the SLSBridgedSpaceGetAlphaOperation class.

Methods ¶

  • [ISLSBridgedSpaceGetAlphaOperation.MakeResultWithFloatValue]
  • [ISLSBridgedSpaceGetAlphaOperation.SpaceID]
  • [ISLSBridgedSpaceGetAlphaOperation.InitWithSpaceID]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceGetAlphaOperation

type ISLSBridgedSpaceGetInterTileSpacingOperation ¶

type ISLSBridgedSpaceGetInterTileSpacingOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	MakeResultWithSize(size corefoundation.CGSize) objectivec.IObject
	SpaceID() uint64
	InitWithSpaceID(id uint64) SLSBridgedSpaceGetInterTileSpacingOperation
}

An interface definition for the SLSBridgedSpaceGetInterTileSpacingOperation class.

Methods ¶

  • [ISLSBridgedSpaceGetInterTileSpacingOperation.MakeResultWithSize]
  • [ISLSBridgedSpaceGetInterTileSpacingOperation.SpaceID]
  • [ISLSBridgedSpaceGetInterTileSpacingOperation.InitWithSpaceID]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceGetInterTileSpacingOperation

type ISLSBridgedSpaceGetRectOperation ¶

type ISLSBridgedSpaceGetRectOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	MakeResultWithRect(rect corefoundation.CGRect) objectivec.IObject
	SpaceID() uint64
	InitWithSpaceID(id uint64) SLSBridgedSpaceGetRectOperation
}

An interface definition for the SLSBridgedSpaceGetRectOperation class.

Methods ¶

  • [ISLSBridgedSpaceGetRectOperation.MakeResultWithRect]
  • [ISLSBridgedSpaceGetRectOperation.SpaceID]
  • [ISLSBridgedSpaceGetRectOperation.InitWithSpaceID]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceGetRectOperation

type ISLSBridgedSpaceGetSizeForProposedTileOperation ¶

type ISLSBridgedSpaceGetSizeForProposedTileOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	MakeResultWithSize(size corefoundation.CGSize) objectivec.IObject
	SpaceID() uint64
	Values() foundation.INSDictionary
	InitWithSpaceIDValues(id uint64, values objectivec.IObject) SLSBridgedSpaceGetSizeForProposedTileOperation
}

An interface definition for the SLSBridgedSpaceGetSizeForProposedTileOperation class.

Methods ¶

  • [ISLSBridgedSpaceGetSizeForProposedTileOperation.MakeResultWithSize]
  • [ISLSBridgedSpaceGetSizeForProposedTileOperation.SpaceID]
  • [ISLSBridgedSpaceGetSizeForProposedTileOperation.Values]
  • [ISLSBridgedSpaceGetSizeForProposedTileOperation.InitWithSpaceIDValues]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceGetSizeForProposedTileOperation

type ISLSBridgedSpaceGetSpacersAtPointOperation ¶

type ISLSBridgedSpaceGetSpacersAtPointOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	MakeResultWithVerticalIndexHorizontalIndexRect(index uint64, index2 uint64, rect corefoundation.CGRect) objectivec.IObject
	Point() corefoundation.CGPoint
	SpaceID() uint64
	InitWithSpaceIDPoint(id uint64, point corefoundation.CGPoint) SLSBridgedSpaceGetSpacersAtPointOperation
}

An interface definition for the SLSBridgedSpaceGetSpacersAtPointOperation class.

Methods ¶

  • [ISLSBridgedSpaceGetSpacersAtPointOperation.MakeResultWithVerticalIndexHorizontalIndexRect]
  • [ISLSBridgedSpaceGetSpacersAtPointOperation.Point]
  • [ISLSBridgedSpaceGetSpacersAtPointOperation.SpaceID]
  • [ISLSBridgedSpaceGetSpacersAtPointOperation.InitWithSpaceIDPoint]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceGetSpacersAtPointOperation

type ISLSBridgedSpaceGetTransformOperation ¶

type ISLSBridgedSpaceGetTransformOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	MakeResultWithAffineTransformOptions(transform corefoundation.CGAffineTransform, options uint32) objectivec.IObject
	SpaceID() uint64
	InitWithSpaceID(id uint64) SLSBridgedSpaceGetTransformOperation
}

An interface definition for the SLSBridgedSpaceGetTransformOperation class.

Methods ¶

  • [ISLSBridgedSpaceGetTransformOperation.MakeResultWithAffineTransformOptions]
  • [ISLSBridgedSpaceGetTransformOperation.SpaceID]
  • [ISLSBridgedSpaceGetTransformOperation.InitWithSpaceID]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceGetTransformOperation

type ISLSBridgedSpaceGetTypeOperation ¶

type ISLSBridgedSpaceGetTypeOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	MakeResultWithWorkspaceType(type_ int) objectivec.IObject
	SpaceID() uint64
	InitWithSpaceID(id uint64) SLSBridgedSpaceGetTypeOperation
}

An interface definition for the SLSBridgedSpaceGetTypeOperation class.

Methods ¶

  • [ISLSBridgedSpaceGetTypeOperation.MakeResultWithWorkspaceType]
  • [ISLSBridgedSpaceGetTypeOperation.SpaceID]
  • [ISLSBridgedSpaceGetTypeOperation.InitWithSpaceID]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceGetTypeOperation

type ISLSBridgedSpacePreferCurrentDisplayOperation ¶

type ISLSBridgedSpacePreferCurrentDisplayOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	SpaceID() uint64
	InitWithSpaceID(id uint64) SLSBridgedSpacePreferCurrentDisplayOperation
}

An interface definition for the SLSBridgedSpacePreferCurrentDisplayOperation class.

Methods ¶

  • [ISLSBridgedSpacePreferCurrentDisplayOperation.SpaceID]
  • [ISLSBridgedSpacePreferCurrentDisplayOperation.InitWithSpaceID]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpacePreferCurrentDisplayOperation

type ISLSBridgedSpaceRemoveOwnerOperation ¶

type ISLSBridgedSpaceRemoveOwnerOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	Owner() int
	SpaceID() uint64
	InitWithSpaceIDOwner(id uint64, owner int) SLSBridgedSpaceRemoveOwnerOperation
}

An interface definition for the SLSBridgedSpaceRemoveOwnerOperation class.

Methods ¶

  • [ISLSBridgedSpaceRemoveOwnerOperation.Owner]
  • [ISLSBridgedSpaceRemoveOwnerOperation.SpaceID]
  • [ISLSBridgedSpaceRemoveOwnerOperation.InitWithSpaceIDOwner]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceRemoveOwnerOperation

type ISLSBridgedSpaceRemoveValuesForKeysOperation ¶

type ISLSBridgedSpaceRemoveValuesForKeysOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	Keys() foundation.INSArray
	SpaceID() uint64
	InitWithSpaceIDKeys(id uint64, keys objectivec.IObject) SLSBridgedSpaceRemoveValuesForKeysOperation
}

An interface definition for the SLSBridgedSpaceRemoveValuesForKeysOperation class.

Methods ¶

  • [ISLSBridgedSpaceRemoveValuesForKeysOperation.Keys]
  • [ISLSBridgedSpaceRemoveValuesForKeysOperation.SpaceID]
  • [ISLSBridgedSpaceRemoveValuesForKeysOperation.InitWithSpaceIDKeys]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceRemoveValuesForKeysOperation

type ISLSBridgedSpaceResetMenuBarOperation ¶

type ISLSBridgedSpaceResetMenuBarOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	SpaceID() uint64
	InitWithSpaceID(id uint64) SLSBridgedSpaceResetMenuBarOperation
}

An interface definition for the SLSBridgedSpaceResetMenuBarOperation class.

Methods ¶

  • [ISLSBridgedSpaceResetMenuBarOperation.SpaceID]
  • [ISLSBridgedSpaceResetMenuBarOperation.InitWithSpaceID]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceResetMenuBarOperation

type ISLSBridgedSpaceSetAbsoluteLevelOperation ¶

type ISLSBridgedSpaceSetAbsoluteLevelOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	Level() int
	SpaceID() uint64
	InitWithSpaceIDLevel(id uint64, level int) SLSBridgedSpaceSetAbsoluteLevelOperation
}

An interface definition for the SLSBridgedSpaceSetAbsoluteLevelOperation class.

Methods ¶

  • [ISLSBridgedSpaceSetAbsoluteLevelOperation.Level]
  • [ISLSBridgedSpaceSetAbsoluteLevelOperation.SpaceID]
  • [ISLSBridgedSpaceSetAbsoluteLevelOperation.InitWithSpaceIDLevel]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceSetAbsoluteLevelOperation

type ISLSBridgedSpaceSetAlphaOperation ¶

type ISLSBridgedSpaceSetAlphaOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	Alpha() float32
	SpaceID() uint64
	InitWithSpaceIDAlpha(id uint64, alpha float32) SLSBridgedSpaceSetAlphaOperation
}

An interface definition for the SLSBridgedSpaceSetAlphaOperation class.

Methods ¶

  • [ISLSBridgedSpaceSetAlphaOperation.Alpha]
  • [ISLSBridgedSpaceSetAlphaOperation.SpaceID]
  • [ISLSBridgedSpaceSetAlphaOperation.InitWithSpaceIDAlpha]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceSetAlphaOperation

type ISLSBridgedSpaceSetEdgeReservationOperation ¶

type ISLSBridgedSpaceSetEdgeReservationOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	Bottom() float64
	EdgeMask() uint64
	Left() float64
	Right() float64
	SpaceID() uint64
	Top() float64
	InitWithSpaceIDEdgeMaskLeftRightTopBottom(id uint64, mask uint64, left float64, right float64, top float64, bottom float64) SLSBridgedSpaceSetEdgeReservationOperation
}

An interface definition for the SLSBridgedSpaceSetEdgeReservationOperation class.

Methods ¶

  • [ISLSBridgedSpaceSetEdgeReservationOperation.Bottom]
  • [ISLSBridgedSpaceSetEdgeReservationOperation.EdgeMask]
  • [ISLSBridgedSpaceSetEdgeReservationOperation.Left]
  • [ISLSBridgedSpaceSetEdgeReservationOperation.Right]
  • [ISLSBridgedSpaceSetEdgeReservationOperation.SpaceID]
  • [ISLSBridgedSpaceSetEdgeReservationOperation.Top]
  • [ISLSBridgedSpaceSetEdgeReservationOperation.InitWithSpaceIDEdgeMaskLeftRightTopBottom]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceSetEdgeReservationOperation

type ISLSBridgedSpaceSetFrontPSNOperation ¶

type ISLSBridgedSpaceSetFrontPSNOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	Psn() objectivec.IObject
	SpaceID() uint64
	InitWithSpaceIDPsn(id uint64, psn objectivec.IObject) SLSBridgedSpaceSetFrontPSNOperation
}

An interface definition for the SLSBridgedSpaceSetFrontPSNOperation class.

Methods ¶

  • [ISLSBridgedSpaceSetFrontPSNOperation.Psn]
  • [ISLSBridgedSpaceSetFrontPSNOperation.SpaceID]
  • [ISLSBridgedSpaceSetFrontPSNOperation.InitWithSpaceIDPsn]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceSetFrontPSNOperation

type ISLSBridgedSpaceSetInterTileSpacingOperation ¶

type ISLSBridgedSpaceSetInterTileSpacingOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	SpaceID() uint64
	Spacing() corefoundation.CGSize
	InitWithSpaceIDSpacing(id uint64, spacing corefoundation.CGSize) SLSBridgedSpaceSetInterTileSpacingOperation
}

An interface definition for the SLSBridgedSpaceSetInterTileSpacingOperation class.

Methods ¶

  • [ISLSBridgedSpaceSetInterTileSpacingOperation.SpaceID]
  • [ISLSBridgedSpaceSetInterTileSpacingOperation.Spacing]
  • [ISLSBridgedSpaceSetInterTileSpacingOperation.InitWithSpaceIDSpacing]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceSetInterTileSpacingOperation

type ISLSBridgedSpaceSetNameOperation ¶

type ISLSBridgedSpaceSetNameOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	Name() string
	SpaceID() uint64
	InitWithSpaceIDName(id uint64, name objectivec.IObject) SLSBridgedSpaceSetNameOperation
}

An interface definition for the SLSBridgedSpaceSetNameOperation class.

Methods ¶

  • [ISLSBridgedSpaceSetNameOperation.Name]
  • [ISLSBridgedSpaceSetNameOperation.SpaceID]
  • [ISLSBridgedSpaceSetNameOperation.InitWithSpaceIDName]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceSetNameOperation

type ISLSBridgedSpaceSetOrderingWeightOperation ¶

type ISLSBridgedSpaceSetOrderingWeightOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	SpaceID() uint64
	Weight() int
	InitWithSpaceIDWeight(id uint64, weight int) SLSBridgedSpaceSetOrderingWeightOperation
}

An interface definition for the SLSBridgedSpaceSetOrderingWeightOperation class.

Methods ¶

  • [ISLSBridgedSpaceSetOrderingWeightOperation.SpaceID]
  • [ISLSBridgedSpaceSetOrderingWeightOperation.Weight]
  • [ISLSBridgedSpaceSetOrderingWeightOperation.InitWithSpaceIDWeight]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceSetOrderingWeightOperation

type ISLSBridgedSpaceSetOwnersOperation ¶

type ISLSBridgedSpaceSetOwnersOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	Owners() foundation.INSArray
	SpaceID() uint64
	InitWithSpaceIDOwners(id uint64, owners objectivec.IObject) SLSBridgedSpaceSetOwnersOperation
}

An interface definition for the SLSBridgedSpaceSetOwnersOperation class.

Methods ¶

  • [ISLSBridgedSpaceSetOwnersOperation.Owners]
  • [ISLSBridgedSpaceSetOwnersOperation.SpaceID]
  • [ISLSBridgedSpaceSetOwnersOperation.InitWithSpaceIDOwners]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceSetOwnersOperation

type ISLSBridgedSpaceSetShapeOperation ¶

type ISLSBridgedSpaceSetShapeOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	CopyShape() uintptr
	SpaceID() uint64
	InitWithSpaceIDShape(id uint64, shape uintptr) SLSBridgedSpaceSetShapeOperation
}

An interface definition for the SLSBridgedSpaceSetShapeOperation class.

Methods ¶

  • [ISLSBridgedSpaceSetShapeOperation.CopyShape]
  • [ISLSBridgedSpaceSetShapeOperation.SpaceID]
  • [ISLSBridgedSpaceSetShapeOperation.InitWithSpaceIDShape]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceSetShapeOperation

type ISLSBridgedSpaceSetTransformOperation ¶

type ISLSBridgedSpaceSetTransformOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	Options() uint32
	SpaceID() uint64
	Transform() corefoundation.CGAffineTransform
	InitWithSpaceIDTransformOptions(id uint64, transform corefoundation.CGAffineTransform, options uint32) SLSBridgedSpaceSetTransformOperation
}

An interface definition for the SLSBridgedSpaceSetTransformOperation class.

Methods ¶

  • [ISLSBridgedSpaceSetTransformOperation.Options]
  • [ISLSBridgedSpaceSetTransformOperation.SpaceID]
  • [ISLSBridgedSpaceSetTransformOperation.Transform]
  • [ISLSBridgedSpaceSetTransformOperation.InitWithSpaceIDTransformOptions]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceSetTransformOperation

type ISLSBridgedSpaceSetValuesOperation ¶

type ISLSBridgedSpaceSetValuesOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	SpaceID() uint64
	Values() foundation.INSDictionary
	InitWithSpaceIDValues(id uint64, values objectivec.IObject) SLSBridgedSpaceSetValuesOperation
}

An interface definition for the SLSBridgedSpaceSetValuesOperation class.

Methods ¶

  • [ISLSBridgedSpaceSetValuesOperation.SpaceID]
  • [ISLSBridgedSpaceSetValuesOperation.Values]
  • [ISLSBridgedSpaceSetValuesOperation.InitWithSpaceIDValues]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceSetValuesOperation

type ISLSBridgedSpaceTileMoveToSpaceAtIndexOperation ¶

type ISLSBridgedSpaceTileMoveToSpaceAtIndexOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	Index() uint64
	ParentID() uint64
	TileID() uint64
	InitWithTileIDParentIDIndex(id uint64, id2 uint64, index uint64) SLSBridgedSpaceTileMoveToSpaceAtIndexOperation
}

An interface definition for the SLSBridgedSpaceTileMoveToSpaceAtIndexOperation class.

Methods ¶

  • [ISLSBridgedSpaceTileMoveToSpaceAtIndexOperation.Index]
  • [ISLSBridgedSpaceTileMoveToSpaceAtIndexOperation.ParentID]
  • [ISLSBridgedSpaceTileMoveToSpaceAtIndexOperation.TileID]
  • [ISLSBridgedSpaceTileMoveToSpaceAtIndexOperation.InitWithTileIDParentIDIndex]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceTileMoveToSpaceAtIndexOperation

type ISLSBridgedSpaceWithNameOperation ¶

type ISLSBridgedSpaceWithNameOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	MakeResultWithSpaceID(id uint64) objectivec.IObject
	Name() string
	InitWithName(name objectivec.IObject) SLSBridgedSpaceWithNameOperation
}

An interface definition for the SLSBridgedSpaceWithNameOperation class.

Methods ¶

  • [ISLSBridgedSpaceWithNameOperation.MakeResultWithSpaceID]
  • [ISLSBridgedSpaceWithNameOperation.Name]
  • [ISLSBridgedSpaceWithNameOperation.InitWithName]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceWithNameOperation

type ISLSBridgedTileSpaceMoveSpacersForSizeFencedOperation ¶

type ISLSBridgedTileSpaceMoveSpacersForSizeFencedOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	FencePort() uint32
	Size() corefoundation.CGSize
	TileSpaceID() uint64
	InitWithTileSpaceIDSizeFencePort(id uint64, size corefoundation.CGSize, port uint32) SLSBridgedTileSpaceMoveSpacersForSizeFencedOperation
}

An interface definition for the SLSBridgedTileSpaceMoveSpacersForSizeFencedOperation class.

Methods ¶

  • [ISLSBridgedTileSpaceMoveSpacersForSizeFencedOperation.FencePort]
  • [ISLSBridgedTileSpaceMoveSpacersForSizeFencedOperation.Size]
  • [ISLSBridgedTileSpaceMoveSpacersForSizeFencedOperation.TileSpaceID]
  • [ISLSBridgedTileSpaceMoveSpacersForSizeFencedOperation.InitWithTileSpaceIDSizeFencePort]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedTileSpaceMoveSpacersForSizeFencedOperation

type ISLSBridgedTileSpaceMoveSpacersForSizeOperation ¶

type ISLSBridgedTileSpaceMoveSpacersForSizeOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	Size() corefoundation.CGSize
	TileSpaceID() uint64
	InitWithTileSpaceIDSize(id uint64, size corefoundation.CGSize) SLSBridgedTileSpaceMoveSpacersForSizeOperation
}

An interface definition for the SLSBridgedTileSpaceMoveSpacersForSizeOperation class.

Methods ¶

  • [ISLSBridgedTileSpaceMoveSpacersForSizeOperation.Size]
  • [ISLSBridgedTileSpaceMoveSpacersForSizeOperation.TileSpaceID]
  • [ISLSBridgedTileSpaceMoveSpacersForSizeOperation.InitWithTileSpaceIDSize]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedTileSpaceMoveSpacersForSizeOperation

type ISLSBridgedTileSpaceReplaceWithSnapshotWindowOperation ¶

type ISLSBridgedTileSpaceReplaceWithSnapshotWindowOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	MakeResultWithWindowID(id uint32) objectivec.IObject
	SpaceID() uint64
	InitWithSpaceID(id uint64) SLSBridgedTileSpaceReplaceWithSnapshotWindowOperation
}

An interface definition for the SLSBridgedTileSpaceReplaceWithSnapshotWindowOperation class.

Methods ¶

  • [ISLSBridgedTileSpaceReplaceWithSnapshotWindowOperation.MakeResultWithWindowID]
  • [ISLSBridgedTileSpaceReplaceWithSnapshotWindowOperation.SpaceID]
  • [ISLSBridgedTileSpaceReplaceWithSnapshotWindowOperation.InitWithSpaceID]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedTileSpaceReplaceWithSnapshotWindowOperation

type ISLSBridgedTileSpaceSetDividerWindowOperation ¶

type ISLSBridgedTileSpaceSetDividerWindowOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	Direction() uint64
	MakeResultWithVerticalIndexHorizontalIndex(index uint64, index2 uint64) objectivec.IObject
	SpaceID() uint64
	WindowID() uint32
	InitWithSpaceIDDirectionWindowID(id uint64, direction uint64, id2 uint32) SLSBridgedTileSpaceSetDividerWindowOperation
}

An interface definition for the SLSBridgedTileSpaceSetDividerWindowOperation class.

Methods ¶

  • [ISLSBridgedTileSpaceSetDividerWindowOperation.Direction]
  • [ISLSBridgedTileSpaceSetDividerWindowOperation.MakeResultWithVerticalIndexHorizontalIndex]
  • [ISLSBridgedTileSpaceSetDividerWindowOperation.SpaceID]
  • [ISLSBridgedTileSpaceSetDividerWindowOperation.WindowID]
  • [ISLSBridgedTileSpaceSetDividerWindowOperation.InitWithSpaceIDDirectionWindowID]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedTileSpaceSetDividerWindowOperation

type ISLSBridgedTileSpaceTakeOwnershipOperation ¶

type ISLSBridgedTileSpaceTakeOwnershipOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	SpaceID() uint64
	InitWithSpaceID(id uint64) SLSBridgedTileSpaceTakeOwnershipOperation
}

An interface definition for the SLSBridgedTileSpaceTakeOwnershipOperation class.

Methods ¶

  • [ISLSBridgedTileSpaceTakeOwnershipOperation.SpaceID]
  • [ISLSBridgedTileSpaceTakeOwnershipOperation.InitWithSpaceID]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedTileSpaceTakeOwnershipOperation

type ISLSBridgedWillSwitchSpacesOperation ¶

type ISLSBridgedWillSwitchSpacesOperation interface {
	ISLSAsynchronousBridgedWindowManagementOperation

	Spaces() foundation.INSArray
	InitWithSpaces(spaces objectivec.IObject) SLSBridgedWillSwitchSpacesOperation
}

An interface definition for the SLSBridgedWillSwitchSpacesOperation class.

Methods ¶

  • [ISLSBridgedWillSwitchSpacesOperation.Spaces]
  • [ISLSBridgedWillSwitchSpacesOperation.InitWithSpaces]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWillSwitchSpacesOperation

type ISLSBridgedWindowGetTileRectOperation ¶

type ISLSBridgedWindowGetTileRectOperation interface {
	ISLSSynchronousBridgedWindowManagementOperation

	MakeResultWithRect(rect corefoundation.CGRect) objectivec.IObject
	WindowID() uint32
	InitWithWindowID(id uint32) SLSBridgedWindowGetTileRectOperation
}

An interface definition for the SLSBridgedWindowGetTileRectOperation class.

Methods ¶

  • [ISLSBridgedWindowGetTileRectOperation.MakeResultWithRect]
  • [ISLSBridgedWindowGetTileRectOperation.WindowID]
  • [ISLSBridgedWindowGetTileRectOperation.InitWithWindowID]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowGetTileRectOperation

type ISLSBridgedWindowManagementOperationAffineTransformWithOptionsResult ¶

type ISLSBridgedWindowManagementOperationAffineTransformWithOptionsResult interface {
	ISLSBridgedWindowManagementOperationResult

	AffineTransform() corefoundation.CGAffineTransform
	Options() uint32
	InitWithAffineTransformOptions(transform corefoundation.CGAffineTransform, options uint32) SLSBridgedWindowManagementOperationAffineTransformWithOptionsResult
}

An interface definition for the SLSBridgedWindowManagementOperationAffineTransformWithOptionsResult class.

Methods ¶

  • [ISLSBridgedWindowManagementOperationAffineTransformWithOptionsResult.AffineTransform]
  • [ISLSBridgedWindowManagementOperationAffineTransformWithOptionsResult.Options]
  • [ISLSBridgedWindowManagementOperationAffineTransformWithOptionsResult.InitWithAffineTransformOptions]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationAffineTransformWithOptionsResult

type ISLSBridgedWindowManagementOperationBoolResult ¶

type ISLSBridgedWindowManagementOperationBoolResult interface {
	ISLSBridgedWindowManagementOperationResult

	BoolValue() bool
	InitWithBoolValue(value bool) SLSBridgedWindowManagementOperationBoolResult
}

An interface definition for the SLSBridgedWindowManagementOperationBoolResult class.

Methods ¶

  • [ISLSBridgedWindowManagementOperationBoolResult.BoolValue]
  • [ISLSBridgedWindowManagementOperationBoolResult.InitWithBoolValue]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationBoolResult

type ISLSBridgedWindowManagementOperationFloatResult ¶

type ISLSBridgedWindowManagementOperationFloatResult interface {
	ISLSBridgedWindowManagementOperationResult

	FloatValue() float32
	InitWithFloatValue(value float32) SLSBridgedWindowManagementOperationFloatResult
}

An interface definition for the SLSBridgedWindowManagementOperationFloatResult class.

Methods ¶

  • [ISLSBridgedWindowManagementOperationFloatResult.FloatValue]
  • [ISLSBridgedWindowManagementOperationFloatResult.InitWithFloatValue]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationFloatResult

type ISLSBridgedWindowManagementOperationInt32Result ¶

type ISLSBridgedWindowManagementOperationInt32Result interface {
	ISLSBridgedWindowManagementOperationResult

	Int32Value() int
	InitWithInt32Value(int32Value int) SLSBridgedWindowManagementOperationInt32Result
}

An interface definition for the SLSBridgedWindowManagementOperationInt32Result class.

Methods ¶

  • [ISLSBridgedWindowManagementOperationInt32Result.Int32Value]
  • [ISLSBridgedWindowManagementOperationInt32Result.InitWithInt32Value]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationInt32Result

type ISLSBridgedWindowManagementOperationNumbersResult ¶

type ISLSBridgedWindowManagementOperationNumbersResult interface {
	ISLSBridgedWindowManagementOperationResult

	Numbers() foundation.INSArray
	InitWithNumbers(numbers objectivec.IObject) SLSBridgedWindowManagementOperationNumbersResult
}

An interface definition for the SLSBridgedWindowManagementOperationNumbersResult class.

Methods ¶

  • [ISLSBridgedWindowManagementOperationNumbersResult.Numbers]
  • [ISLSBridgedWindowManagementOperationNumbersResult.InitWithNumbers]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationNumbersResult

type ISLSBridgedWindowManagementOperationProcessIdentifierResult ¶

type ISLSBridgedWindowManagementOperationProcessIdentifierResult interface {
	ISLSBridgedWindowManagementOperationResult

	ProcessIdentifier() int
	InitWithProcessIdentifier(identifier int) SLSBridgedWindowManagementOperationProcessIdentifierResult
}

An interface definition for the SLSBridgedWindowManagementOperationProcessIdentifierResult class.

Methods ¶

  • [ISLSBridgedWindowManagementOperationProcessIdentifierResult.ProcessIdentifier]
  • [ISLSBridgedWindowManagementOperationProcessIdentifierResult.InitWithProcessIdentifier]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationProcessIdentifierResult

type ISLSBridgedWindowManagementOperationPropertyListArrayResult ¶

type ISLSBridgedWindowManagementOperationPropertyListArrayResult interface {
	ISLSBridgedWindowManagementOperationResult

	PropertyListArray() foundation.INSArray
	InitWithPropertyListArray(array objectivec.IObject) SLSBridgedWindowManagementOperationPropertyListArrayResult
}

An interface definition for the SLSBridgedWindowManagementOperationPropertyListArrayResult class.

Methods ¶

  • [ISLSBridgedWindowManagementOperationPropertyListArrayResult.PropertyListArray]
  • [ISLSBridgedWindowManagementOperationPropertyListArrayResult.InitWithPropertyListArray]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationPropertyListArrayResult

type ISLSBridgedWindowManagementOperationPropertyListDictionaryResult ¶

type ISLSBridgedWindowManagementOperationPropertyListDictionaryResult interface {
	ISLSBridgedWindowManagementOperationResult

	PropertyListDictionary() foundation.INSDictionary
	InitWithPropertyListDictionary(dictionary objectivec.IObject) SLSBridgedWindowManagementOperationPropertyListDictionaryResult
}

An interface definition for the SLSBridgedWindowManagementOperationPropertyListDictionaryResult class.

Methods ¶

  • [ISLSBridgedWindowManagementOperationPropertyListDictionaryResult.PropertyListDictionary]
  • [ISLSBridgedWindowManagementOperationPropertyListDictionaryResult.InitWithPropertyListDictionary]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationPropertyListDictionaryResult

type ISLSBridgedWindowManagementOperationRectResult ¶

type ISLSBridgedWindowManagementOperationRectResult interface {
	ISLSBridgedWindowManagementOperationResult

	Rect() corefoundation.CGRect
	InitWithRect(rect corefoundation.CGRect) SLSBridgedWindowManagementOperationRectResult
}

An interface definition for the SLSBridgedWindowManagementOperationRectResult class.

Methods ¶

  • [ISLSBridgedWindowManagementOperationRectResult.Rect]
  • [ISLSBridgedWindowManagementOperationRectResult.InitWithRect]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationRectResult

type ISLSBridgedWindowManagementOperationRegionResult ¶

type ISLSBridgedWindowManagementOperationRegionResult interface {
	ISLSBridgedWindowManagementOperationResult

	CopyRegion() uintptr
	InitWithRegion(region uintptr) SLSBridgedWindowManagementOperationRegionResult
}

An interface definition for the SLSBridgedWindowManagementOperationRegionResult class.

Methods ¶

  • [ISLSBridgedWindowManagementOperationRegionResult.CopyRegion]
  • [ISLSBridgedWindowManagementOperationRegionResult.InitWithRegion]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationRegionResult

type ISLSBridgedWindowManagementOperationResult ¶

type ISLSBridgedWindowManagementOperationResult interface {
	objectivec.IObject

	EncodeWithCoder(coder foundation.INSCoder)
	InitWithCoder(coder foundation.INSCoder) SLSBridgedWindowManagementOperationResult
	// contains filtered or unexported methods
}

An interface definition for the SLSBridgedWindowManagementOperationResult class.

Methods ¶

  • [ISLSBridgedWindowManagementOperationResult._init]
  • [ISLSBridgedWindowManagementOperationResult.EncodeWithCoder]
  • [ISLSBridgedWindowManagementOperationResult.InitWithCoder]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationResult

type ISLSBridgedWindowManagementOperationSizeResult ¶

type ISLSBridgedWindowManagementOperationSizeResult interface {
	ISLSBridgedWindowManagementOperationResult

	Size() corefoundation.CGSize
	InitWithSize(size corefoundation.CGSize) SLSBridgedWindowManagementOperationSizeResult
}

An interface definition for the SLSBridgedWindowManagementOperationSizeResult class.

Methods ¶

  • [ISLSBridgedWindowManagementOperationSizeResult.Size]
  • [ISLSBridgedWindowManagementOperationSizeResult.InitWithSize]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationSizeResult

type ISLSBridgedWindowManagementOperationSpaceIDResult ¶

type ISLSBridgedWindowManagementOperationSpaceIDResult interface {
	ISLSBridgedWindowManagementOperationResult

	SpaceID() uint64
	InitWithSpaceID(id uint64) SLSBridgedWindowManagementOperationSpaceIDResult
}

An interface definition for the SLSBridgedWindowManagementOperationSpaceIDResult class.

Methods ¶

  • [ISLSBridgedWindowManagementOperationSpaceIDResult.SpaceID]
  • [ISLSBridgedWindowManagementOperationSpaceIDResult.InitWithSpaceID]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationSpaceIDResult

type ISLSBridgedWindowManagementOperationSpaceManagementModeResult ¶

type ISLSBridgedWindowManagementOperationSpaceManagementModeResult interface {
	ISLSBridgedWindowManagementOperationResult

	SpaceManagementMode() uint64
	InitWithSpaceManagementMode(mode uint64) SLSBridgedWindowManagementOperationSpaceManagementModeResult
}

An interface definition for the SLSBridgedWindowManagementOperationSpaceManagementModeResult class.

Methods ¶

  • [ISLSBridgedWindowManagementOperationSpaceManagementModeResult.SpaceManagementMode]
  • [ISLSBridgedWindowManagementOperationSpaceManagementModeResult.InitWithSpaceManagementMode]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationSpaceManagementModeResult

type ISLSBridgedWindowManagementOperationSpaceResizeDirectionsResult ¶

type ISLSBridgedWindowManagementOperationSpaceResizeDirectionsResult interface {
	ISLSBridgedWindowManagementOperationResult

	SpaceResizeDirections() uint64
	InitWithSpaceResizeDirections(directions uint64) SLSBridgedWindowManagementOperationSpaceResizeDirectionsResult
}

An interface definition for the SLSBridgedWindowManagementOperationSpaceResizeDirectionsResult class.

Methods ¶

  • [ISLSBridgedWindowManagementOperationSpaceResizeDirectionsResult.SpaceResizeDirections]
  • [ISLSBridgedWindowManagementOperationSpaceResizeDirectionsResult.InitWithSpaceResizeDirections]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationSpaceResizeDirectionsResult

type ISLSBridgedWindowManagementOperationSpacerIndexesResult ¶

type ISLSBridgedWindowManagementOperationSpacerIndexesResult interface {
	ISLSBridgedWindowManagementOperationResult

	HorizontalIndex() uint64
	VerticalIndex() uint64
	InitWithVerticalIndexHorizontalIndex(index uint64, index2 uint64) SLSBridgedWindowManagementOperationSpacerIndexesResult
}

An interface definition for the SLSBridgedWindowManagementOperationSpacerIndexesResult class.

Methods ¶

  • [ISLSBridgedWindowManagementOperationSpacerIndexesResult.HorizontalIndex]
  • [ISLSBridgedWindowManagementOperationSpacerIndexesResult.VerticalIndex]
  • [ISLSBridgedWindowManagementOperationSpacerIndexesResult.InitWithVerticalIndexHorizontalIndex]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationSpacerIndexesResult

type ISLSBridgedWindowManagementOperationSpacersResult ¶

type ISLSBridgedWindowManagementOperationSpacersResult interface {
	ISLSBridgedWindowManagementOperationResult

	HorizontalIndex() uint64
	Rect() corefoundation.CGRect
	VerticalIndex() uint64
	InitWithVerticalIndexHorizontalIndexRect(index uint64, index2 uint64, rect corefoundation.CGRect) SLSBridgedWindowManagementOperationSpacersResult
}

An interface definition for the SLSBridgedWindowManagementOperationSpacersResult class.

Methods ¶

  • [ISLSBridgedWindowManagementOperationSpacersResult.HorizontalIndex]
  • [ISLSBridgedWindowManagementOperationSpacersResult.Rect]
  • [ISLSBridgedWindowManagementOperationSpacersResult.VerticalIndex]
  • [ISLSBridgedWindowManagementOperationSpacersResult.InitWithVerticalIndexHorizontalIndexRect]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationSpacersResult

type ISLSBridgedWindowManagementOperationStringResult ¶

type ISLSBridgedWindowManagementOperationStringResult interface {
	ISLSBridgedWindowManagementOperationResult

	InitWithString(string_ objectivec.IObject) SLSBridgedWindowManagementOperationStringResult
}

An interface definition for the SLSBridgedWindowManagementOperationStringResult class.

Methods ¶

  • [ISLSBridgedWindowManagementOperationStringResult.InitWithString]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationStringResult

type ISLSBridgedWindowManagementOperationStringsResult ¶

type ISLSBridgedWindowManagementOperationStringsResult interface {
	ISLSBridgedWindowManagementOperationResult

	Strings() foundation.INSArray
	InitWithStrings(strings objectivec.IObject) SLSBridgedWindowManagementOperationStringsResult
}

An interface definition for the SLSBridgedWindowManagementOperationStringsResult class.

Methods ¶

  • [ISLSBridgedWindowManagementOperationStringsResult.Strings]
  • [ISLSBridgedWindowManagementOperationStringsResult.InitWithStrings]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationStringsResult

type ISLSBridgedWindowManagementOperationWindowIDResult ¶

type ISLSBridgedWindowManagementOperationWindowIDResult interface {
	ISLSBridgedWindowManagementOperationResult

	WindowID() uint32
	InitWithWindowID(id uint32) SLSBridgedWindowManagementOperationWindowIDResult
}

An interface definition for the SLSBridgedWindowManagementOperationWindowIDResult class.

Methods ¶

  • [ISLSBridgedWindowManagementOperationWindowIDResult.WindowID]
  • [ISLSBridgedWindowManagementOperationWindowIDResult.InitWithWindowID]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationWindowIDResult

type ISLSBridgedWindowManagementOperationWorkspaceTypeResult ¶

type ISLSBridgedWindowManagementOperationWorkspaceTypeResult interface {
	ISLSBridgedWindowManagementOperationResult

	WorkspaceType() int
	InitWithWorkspaceType(type_ int) SLSBridgedWindowManagementOperationWorkspaceTypeResult
}

An interface definition for the SLSBridgedWindowManagementOperationWorkspaceTypeResult class.

Methods ¶

  • [ISLSBridgedWindowManagementOperationWorkspaceTypeResult.WorkspaceType]
  • [ISLSBridgedWindowManagementOperationWorkspaceTypeResult.InitWithWorkspaceType]

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationWorkspaceTypeResult

type ISLSBrightnessControlClient ¶

type ISLSBrightnessControlClient interface {
	ISLSDisplayControlClient

	BrightnessControls(controls []objectivec.IObject) objectivec.IObject
	CommitBrightnessPolicy(policy []objectivec.IObject) bool
	ControllerWithId(id uint32) objectivec.IObject
	Displays() foundation.INSArray
	SetDisplays(value foundation.INSArray)
	GetFloatWithKeyFromReply(key string, reply objectivec.IObject) (float32, bool)
	GetWhitePointMatrixWithKeyFromReply(matrix objectivec.IObject, key string, reply objectivec.IObject) bool
	HandleServerMessage(message objectivec.IObject)
	RequestAbortRampCommandDisplayError(ramp unsafe.Pointer, command uint64, display int) (int, error)
	RequestBrightnessPolicyError(policy objectivec.IObject) (uint64, error)
	RequestBrightnessTimeoutsError(timeouts objectivec.IObject) (uint64, error)
	RequestBulkBrightnessChangeError(change objectivec.IObject) (uint64, error)
	RequestGetValueCommandDisplayError(value unsafe.Pointer, command uint64, display int) (int, error)
	RequestSetContrastEnhancerDurationDisplayError(enhancer float32, duration float64, display int) (uint64, error)
	RequestSetWhitePointDurationDisplayError(point objectivec.IObject, duration float64, display int) (uint64, error)
	SendRequestCommandError(request objectivec.IObject, command uint64) (uint64, error)
	SendSynchronousRequestCommandError(request objectivec.IObject, command uint64) (objectivec.IObject, error)
	Service() ISLSXPCService
	SetService(value ISLSXPCService)
	SetDimMessagingPolicy(policy byte)
	SetNotifyBlock(block VoidHandler)
	SetShieldingPolicy(policy byte)
	SetSleepMessagingPolicy(policy byte)
	InitBrightnessControlClientNotifyQueueNotificationBlock(client []objectivec.IObject, queue objectivec.IObject, block VoidHandler) SLSBrightnessControlClient
	InitBrightnessControlClientNotifyQueueNotificationTypeNotificationBlock(client []objectivec.IObject, queue objectivec.IObject, type_ uint64, block VoidHandler) SLSBrightnessControlClient
}

An interface definition for the SLSBrightnessControlClient class.

Methods ¶

  • [ISLSBrightnessControlClient.BrightnessControls]
  • [ISLSBrightnessControlClient.CommitBrightnessPolicy]
  • [ISLSBrightnessControlClient.ControllerWithId]
  • [ISLSBrightnessControlClient.Displays]
  • [ISLSBrightnessControlClient.SetDisplays]
  • [ISLSBrightnessControlClient.GetFloatWithKeyFromReply]
  • [ISLSBrightnessControlClient.GetWhitePointMatrixWithKeyFromReply]
  • [ISLSBrightnessControlClient.HandleServerMessage]
  • [ISLSBrightnessControlClient.RequestAbortRampCommandDisplayError]
  • [ISLSBrightnessControlClient.RequestBrightnessPolicyError]
  • [ISLSBrightnessControlClient.RequestBrightnessTimeoutsError]
  • [ISLSBrightnessControlClient.RequestBulkBrightnessChangeError]
  • [ISLSBrightnessControlClient.RequestGetValueCommandDisplayError]
  • [ISLSBrightnessControlClient.RequestSetContrastEnhancerDurationDisplayError]
  • [ISLSBrightnessControlClient.RequestSetWhitePointDurationDisplayError]
  • [ISLSBrightnessControlClient.SendRequestCommandError]
  • [ISLSBrightnessControlClient.SendSynchronousRequestCommandError]
  • [ISLSBrightnessControlClient.Service]
  • [ISLSBrightnessControlClient.SetService]
  • [ISLSBrightnessControlClient.SetDimMessagingPolicy]
  • [ISLSBrightnessControlClient.SetNotifyBlock]
  • [ISLSBrightnessControlClient.SetShieldingPolicy]
  • [ISLSBrightnessControlClient.SetSleepMessagingPolicy]
  • [ISLSBrightnessControlClient.InitBrightnessControlClientNotifyQueueNotificationBlock]
  • [ISLSBrightnessControlClient.InitBrightnessControlClientNotifyQueueNotificationTypeNotificationBlock]

See: https://developer.apple.com/documentation/SkyLight/SLSBrightnessControlClient

type ISLSCCHmacContext ¶

type ISLSCCHmacContext interface {
	objectivec.IObject

	FinalizedData() foundation.INSData
	UpdateSigningContextWithBytesLength(bytes []byte)
	UpdateSigningContextWithData(data objectivec.IObject)
	UpdateSigningContextWithObject(object objectivec.IObject)
}

An interface definition for the SLSCCHmacContext class.

Methods ¶

  • [ISLSCCHmacContext.FinalizedData]
  • [ISLSCCHmacContext.UpdateSigningContextWithBytesLength]
  • [ISLSCCHmacContext.UpdateSigningContextWithData]
  • [ISLSCCHmacContext.UpdateSigningContextWithObject]

See: https://developer.apple.com/documentation/SkyLight/SLSCCHmacContext

type ISLSDisplayControlClient ¶

type ISLSDisplayControlClient interface {
	objectivec.IObject

	AddNotificationTypeTo(type_ uint64, to objectivec.IObject)
	AddPayloadOfTypeTo(payload objectivec.IObject, type_ uint64, to objectivec.IObject)
	AddUUIDTo(uuid uint64, to objectivec.IObject)
	CfStringToCStringPtr(ptr objectivec.IObject) string
	Configured() bool
	SetConfigured(value bool)
	CreateNSErrorWithCGError(nSError []objectivec.IObject, cGError int64)
	DecodeNotificationNotifyTypeUuidPayloadTypePayload(notification objectivec.IObject, type_ unsafe.Pointer, uuid unsafe.Pointer, type_2 unsafe.Pointer, payload []objectivec.IObject)
	Enabled() bool
	SetEnabled(value bool)
	EncodeCommandWithUUIDPayloadTypePayload(command uint64, uuid unsafe.Pointer, type_ uint64, payload objectivec.IObject) objectivec.IObject
	IsTypeOfClassAClassError(class objectivec.IObject, class2 objc.Class) (int, bool)
	PayloadTypeToCFType(cFType uint64) uint64
	RegisterClientPortNotifyQueueNotificationTypeNotificationBlock(client []objectivec.IObject, port uint32, queue objectivec.IObject, type_ uint64, block VoidHandler)
	RegisterDaemonClientWithAutoreconnectErrorNotifyQueueNotificationTypeNotificationBlock(client objectivec.IObject, autoreconnect bool, error_ []objectivec.IObject, queue objectivec.IObject, type_ uint64, block VoidHandler) objectivec.IObject
	RegisterGUIClientConnectionPortErrorNotifyQueueNotificationTypeNotificationBlock(gUIClient objectivec.IObject, port uint32, error_ []objectivec.IObject, queue objectivec.IObject, type_ uint64, block VoidHandler) objectivec.IObject
	Semaphore() objectivec.Object
	SetSemaphore(value objectivec.Object)
	SemaphoreSignal()
	SemaphoreWait(wait byte) int
	SetNotification(notification VoidHandler)
	TerminateConnection()
	XpcEventToNotification(notification objectivec.IObject) objectivec.IObject
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objc.Class
}

An interface definition for the SLSDisplayControlClient class.

Methods ¶

  • [ISLSDisplayControlClient.AddNotificationTypeTo]
  • [ISLSDisplayControlClient.AddPayloadOfTypeTo]
  • [ISLSDisplayControlClient.AddUUIDTo]
  • [ISLSDisplayControlClient.CfStringToCStringPtr]
  • [ISLSDisplayControlClient.Configured]
  • [ISLSDisplayControlClient.SetConfigured]
  • [ISLSDisplayControlClient.CreateNSErrorWithCGError]
  • [ISLSDisplayControlClient.DecodeNotificationNotifyTypeUuidPayloadTypePayload]
  • [ISLSDisplayControlClient.Enabled]
  • [ISLSDisplayControlClient.SetEnabled]
  • [ISLSDisplayControlClient.EncodeCommandWithUUIDPayloadTypePayload]
  • [ISLSDisplayControlClient.IsTypeOfClassAClassError]
  • [ISLSDisplayControlClient.PayloadTypeToCFType]
  • [ISLSDisplayControlClient.RegisterClientPortNotifyQueueNotificationTypeNotificationBlock]
  • [ISLSDisplayControlClient.RegisterDaemonClientWithAutoreconnectErrorNotifyQueueNotificationTypeNotificationBlock]
  • [ISLSDisplayControlClient.RegisterGUIClientConnectionPortErrorNotifyQueueNotificationTypeNotificationBlock]
  • [ISLSDisplayControlClient.Semaphore]
  • [ISLSDisplayControlClient.SetSemaphore]
  • [ISLSDisplayControlClient.SemaphoreSignal]
  • [ISLSDisplayControlClient.SemaphoreWait]
  • [ISLSDisplayControlClient.SetNotification]
  • [ISLSDisplayControlClient.TerminateConnection]
  • [ISLSDisplayControlClient.XpcEventToNotification]
  • [ISLSDisplayControlClient.DebugDescription]
  • [ISLSDisplayControlClient.Description]
  • [ISLSDisplayControlClient.Hash]
  • [ISLSDisplayControlClient.Superclass]

See: https://developer.apple.com/documentation/SkyLight/SLSDisplayControlClient

type ISLSDisplayController ¶

type ISLSDisplayController interface {
	objectivec.IObject

	AbortContrastEnhancerRampError() (float32, error)
	AbortWhitePointRampError(ramp objectivec.IObject) (bool, error)
	BrightnessAvailable() bool
	SetBrightnessAvailable(value bool)
	BrightnessCapabilities() foundation.INSDictionary
	SetBrightnessCapabilities(value foundation.INSDictionary)
	CommitBrightness(brightness []objectivec.IObject) bool
	CommitBrightnessTimeouts(timeouts []objectivec.IObject) bool
	ContainerId() foundation.NSUUID
	SetContainerId(value foundation.NSUUID)
	DisplayAttachmentSeed() uint64
	SetDisplayAttachmentSeed(value uint64)
	DisplayId() int
	SetDisplayId(value int)
	DisplayInfo() objectivec.IObject
	DisplayType() uint32
	SetDisplayType(value uint32)
	GetLinearBrightnessError() (float32, error)
	GetNitsError() (float32, error)
	IsOnline() bool
	MaximumLuminance() float32
	SetMaximumLuminance(value float32)
	NativeWhitePoint() objectivec.IObject
	SetNativeWhitePoint(value objectivec.IObject)
	NotificationQueue() objectivec.IObject
	PostNotificationPayload(notification objectivec.IObject, payload objectivec.IObject)
	ProductId() uint64
	SetProductId(value uint64)
	RegisterForNotificationsWithBlock(notifications objectivec.IObject, block VoidHandler)
	SerialNumber() uint64
	SetSerialNumber(value uint64)
	SetAmbient(ambient float32)
	SetApplyPolicy()
	SetBrightnessLimit(limit float32)
	SetContrastEnhancer(enhancer float32)
	SetContrastEnhancerRampDurationError(enhancer float32, duration float64) (bool, error)
	SetContrastPreservation(preservation float32)
	SetDimMessagingTimeout(timeout float64)
	SetFilteredAmbient(ambient float32)
	SetHeadroom(headroom float32)
	SetHighAmbientAdaptation(adaptation float32)
	SetIndicatorBrightness(brightness float32)
	SetIndicatorBrightnessLimit(limit float32)
	SetLinearBrightnessError(brightness float32) (bool, error)
	SetLowAmbientAdaptation(adaptation float32)
	SetNotificationQueue(queue objectivec.IObject)
	SetPotentialHeadroom(headroom float32)
	SetReferenceHeadroom(headroom float32)
	SetSDRBrightness(sDRBrightness float32)
	SetShieldingTimeout(timeout float64)
	SetSleepMessagingTimeout(timeout float64)
	SetWhitePointRampDurationError(point objectivec.IObject, duration float64) (bool, error)
	UnregisterNotificationBlocks()
	Uuid() foundation.NSUUID
	SetUuid(value foundation.NSUUID)
	VendorId() uint64
	SetVendorId(value uint64)
	WhitePointAvailable() bool
	SetWhitePointAvailable(value bool)
	WhitePointD50XYZ() bool
	SetWhitePointD50XYZ(value bool)
	InitWithDisplayIdCapabilitiesClient(id int, capabilities objectivec.IObject, client objectivec.IObject) SLSDisplayController
	DebugDescription() string
	Description() string
	Hash() uint64
	Online() bool
	SetOnline(value bool)
	Superclass() objc.Class
}

An interface definition for the SLSDisplayController class.

Methods ¶

  • [ISLSDisplayController.AbortContrastEnhancerRampError]
  • [ISLSDisplayController.AbortWhitePointRampError]
  • [ISLSDisplayController.BrightnessAvailable]
  • [ISLSDisplayController.SetBrightnessAvailable]
  • [ISLSDisplayController.BrightnessCapabilities]
  • [ISLSDisplayController.SetBrightnessCapabilities]
  • [ISLSDisplayController.CommitBrightness]
  • [ISLSDisplayController.CommitBrightnessTimeouts]
  • [ISLSDisplayController.ContainerId]
  • [ISLSDisplayController.SetContainerId]
  • [ISLSDisplayController.DisplayAttachmentSeed]
  • [ISLSDisplayController.SetDisplayAttachmentSeed]
  • [ISLSDisplayController.DisplayId]
  • [ISLSDisplayController.SetDisplayId]
  • [ISLSDisplayController.DisplayInfo]
  • [ISLSDisplayController.DisplayType]
  • [ISLSDisplayController.SetDisplayType]
  • [ISLSDisplayController.GetLinearBrightnessError]
  • [ISLSDisplayController.GetNitsError]
  • [ISLSDisplayController.IsOnline]
  • [ISLSDisplayController.MaximumLuminance]
  • [ISLSDisplayController.SetMaximumLuminance]
  • [ISLSDisplayController.NativeWhitePoint]
  • [ISLSDisplayController.SetNativeWhitePoint]
  • [ISLSDisplayController.NotificationQueue]
  • [ISLSDisplayController.PostNotificationPayload]
  • [ISLSDisplayController.ProductId]
  • [ISLSDisplayController.SetProductId]
  • [ISLSDisplayController.RegisterForNotificationsWithBlock]
  • [ISLSDisplayController.SerialNumber]
  • [ISLSDisplayController.SetSerialNumber]
  • [ISLSDisplayController.SetAmbient]
  • [ISLSDisplayController.SetApplyPolicy]
  • [ISLSDisplayController.SetBrightnessLimit]
  • [ISLSDisplayController.SetContrastEnhancer]
  • [ISLSDisplayController.SetContrastEnhancerRampDurationError]
  • [ISLSDisplayController.SetContrastPreservation]
  • [ISLSDisplayController.SetDimMessagingTimeout]
  • [ISLSDisplayController.SetFilteredAmbient]
  • [ISLSDisplayController.SetHeadroom]
  • [ISLSDisplayController.SetHighAmbientAdaptation]
  • [ISLSDisplayController.SetIndicatorBrightness]
  • [ISLSDisplayController.SetIndicatorBrightnessLimit]
  • [ISLSDisplayController.SetLinearBrightnessError]
  • [ISLSDisplayController.SetLowAmbientAdaptation]
  • [ISLSDisplayController.SetNotificationQueue]
  • [ISLSDisplayController.SetPotentialHeadroom]
  • [ISLSDisplayController.SetReferenceHeadroom]
  • [ISLSDisplayController.SetSDRBrightness]
  • [ISLSDisplayController.SetShieldingTimeout]
  • [ISLSDisplayController.SetSleepMessagingTimeout]
  • [ISLSDisplayController.SetWhitePointRampDurationError]
  • [ISLSDisplayController.UnregisterNotificationBlocks]
  • [ISLSDisplayController.Uuid]
  • [ISLSDisplayController.SetUuid]
  • [ISLSDisplayController.VendorId]
  • [ISLSDisplayController.SetVendorId]
  • [ISLSDisplayController.WhitePointAvailable]
  • [ISLSDisplayController.SetWhitePointAvailable]
  • [ISLSDisplayController.WhitePointD50XYZ]
  • [ISLSDisplayController.SetWhitePointD50XYZ]
  • [ISLSDisplayController.InitWithDisplayIdCapabilitiesClient]
  • [ISLSDisplayController.DebugDescription]
  • [ISLSDisplayController.Description]
  • [ISLSDisplayController.Hash]
  • [ISLSDisplayController.Online]
  • [ISLSDisplayController.SetOnline]
  • [ISLSDisplayController.Superclass]

See: https://developer.apple.com/documentation/SkyLight/SLSDisplayController

type ISLSDisplayManager ¶

type ISLSDisplayManager interface {
	objectivec.IObject

	Client() ISLSGUIClient
	SetClient(value ISLSGUIClient)
	Connected() bool
	SetConnected(value bool)
	DeliverPowerStateNotificationPayload(notification byte, payload objectivec.IObject)
	DispatchPowerStateNotificationPayload(notification byte, payload objectivec.IObject)
	Enabled() bool
	SetEnabled(value bool)
	IdleDisplays(displays []objectivec.IObject) bool
	LastPowerStateNotification() byte
	SetLastPowerStateNotification(value byte)
	RegisterPowerStateNotificationRegistrationIDSendInitialStateQueueRefconNotificationOptionNotificationBlockNotificationPayloadBlock(notification []objectivec.IObject, id objectivec.IObject, state bool, queue objectivec.IObject, refcon uintptr, option uint32, block VoidHandler, block2 VoidHandler) bool
	RegisteredNotifiers() unsafe.Pointer
	SetRegisteredNotifiers(value unsafe.Pointer)
	RunningInServer() bool
	SetRunningInServer(value bool)
	Semaphore() objectivec.Object
	SetSemaphore(value objectivec.Object)
	UnregisterPowerStateNotificationRegistrationIDNotificationOption(notification []objectivec.IObject, id objectivec.IObject, option uint32) bool
	InitWith(with []objectivec.IObject) SLSDisplayManager
}

An interface definition for the SLSDisplayManager class.

Methods ¶

  • [ISLSDisplayManager.Client]
  • [ISLSDisplayManager.SetClient]
  • [ISLSDisplayManager.Connected]
  • [ISLSDisplayManager.SetConnected]
  • [ISLSDisplayManager.DeliverPowerStateNotificationPayload]
  • [ISLSDisplayManager.DispatchPowerStateNotificationPayload]
  • [ISLSDisplayManager.Enabled]
  • [ISLSDisplayManager.SetEnabled]
  • [ISLSDisplayManager.IdleDisplays]
  • [ISLSDisplayManager.LastPowerStateNotification]
  • [ISLSDisplayManager.SetLastPowerStateNotification]
  • [ISLSDisplayManager.RegisterPowerStateNotificationRegistrationIDSendInitialStateQueueRefconNotificationOptionNotificationBlockNotificationPayloadBlock]
  • [ISLSDisplayManager.RegisteredNotifiers]
  • [ISLSDisplayManager.SetRegisteredNotifiers]
  • [ISLSDisplayManager.RunningInServer]
  • [ISLSDisplayManager.SetRunningInServer]
  • [ISLSDisplayManager.Semaphore]
  • [ISLSDisplayManager.SetSemaphore]
  • [ISLSDisplayManager.UnregisterPowerStateNotificationRegistrationIDNotificationOption]
  • [ISLSDisplayManager.InitWith]

See: https://developer.apple.com/documentation/SkyLight/SLSDisplayManager

type ISLSDisplayPowerControlClient ¶

type ISLSDisplayPowerControlClient interface {
	ISLSDisplayControlClient

	RequestStateChangeError(change objectivec.IObject) (uint64, error)
	SendStateChangeRequestUuid(request objectivec.IObject, uuid unsafe.Pointer) int
	Service() ISLSXPCService
	SetService(value ISLSXPCService)
	InitAsyncPowerControlClientNotifyQueueNotificationTypeNotificationBlock(client []objectivec.IObject, queue objectivec.IObject, type_ uint64, block VoidHandler) SLSDisplayPowerControlClient
	InitPowerControlClientNotifyQueueNotificationTypeNotificationBlock(client []objectivec.IObject, queue objectivec.IObject, type_ uint64, block VoidHandler) SLSDisplayPowerControlClient
}

An interface definition for the SLSDisplayPowerControlClient class.

Methods ¶

  • [ISLSDisplayPowerControlClient.RequestStateChangeError]
  • [ISLSDisplayPowerControlClient.SendStateChangeRequestUuid]
  • [ISLSDisplayPowerControlClient.Service]
  • [ISLSDisplayPowerControlClient.SetService]
  • [ISLSDisplayPowerControlClient.InitAsyncPowerControlClientNotifyQueueNotificationTypeNotificationBlock]
  • [ISLSDisplayPowerControlClient.InitPowerControlClientNotifyQueueNotificationTypeNotificationBlock]

See: https://developer.apple.com/documentation/SkyLight/SLSDisplayPowerControlClient

type ISLSDisplayWall ¶

type ISLSDisplayWall interface {
	objectivec.IObject
}

An interface definition for the SLSDisplayWall class.

See: https://developer.apple.com/documentation/SkyLight/SLSDisplayWall

type ISLSDisplayWallConfiguration ¶

type ISLSDisplayWallConfiguration interface {
	objectivec.IObject

	DisplayIDs() foundation.INSArray
	SetDisplayIDs(value foundation.INSArray)
	GridHeight() foundation.NSNumber
	SetGridHeight(value foundation.NSNumber)
	GridWidth() foundation.NSNumber
	SetGridWidth(value foundation.NSNumber)
}

An interface definition for the SLSDisplayWallConfiguration class.

Methods ¶

  • [ISLSDisplayWallConfiguration.DisplayIDs]
  • [ISLSDisplayWallConfiguration.SetDisplayIDs]
  • [ISLSDisplayWallConfiguration.GridHeight]
  • [ISLSDisplayWallConfiguration.SetGridHeight]
  • [ISLSDisplayWallConfiguration.GridWidth]
  • [ISLSDisplayWallConfiguration.SetGridWidth]

See: https://developer.apple.com/documentation/SkyLight/SLSDisplayWallConfiguration

type ISLSDisplayWallGroup ¶

type ISLSDisplayWallGroup interface {
	objectivec.IObject

	DisplayIDs() foundation.INSArray
	GroupID() foundation.NSNumber
	InitWithCGDisplayWallGroup(group objectivec.IObject) SLSDisplayWallGroup
}

An interface definition for the SLSDisplayWallGroup class.

Methods ¶

  • [ISLSDisplayWallGroup.DisplayIDs]
  • [ISLSDisplayWallGroup.GroupID]
  • [ISLSDisplayWallGroup.InitWithCGDisplayWallGroup]

See: https://developer.apple.com/documentation/SkyLight/SLSDisplayWallGroup

type ISLSEventAuthenticationMessage ¶

type ISLSEventAuthenticationMessage interface {
	objectivec.IObject

	AddToSigningContext(context objectivec.IObject)
	Capabilities() uint64
	Context() uint64
	CopySignedByKey(key objectivec.IObject) objectivec.IObject
	CopyWithSignature(signature objectivec.IObject) objectivec.IObject
	CopyWithZoneSignature(zone NSZoneRef, signature objectivec.IObject) objectivec.IObject
	EncodeWithCoder(coder foundation.INSCoder)
	EventType() ISLSEventAuthenticationMessageEventType
	HasSuperclassEquivalentUnsignedData(data objectivec.IObject) bool
	IsSuperclassEquivalent(equivalent objectivec.IObject) bool
	MatchesMessageData(data objectivec.IObject) bool
	OriginIdentifier() uint64
	ProxyTargetProcess() ISLSEventAuthenticationMessageVersionedPID
	Signature() foundation.INSData
	TargetProcess() ISLSEventAuthenticationMessageVersionedPID
	Timestamp() uint64
	ValidateWithOptionsAndResultBlock(options objectivec.IObject, block VoidHandler)
	InitWithBasisSignature(basis objectivec.IObject, signature objectivec.IObject) SLSEventAuthenticationMessage
	InitWithCoder(coder foundation.INSCoder) SLSEventAuthenticationMessage
	InitWithEventRecordPidVersion(record *SLSEventRecordRef, pid int, version uint32) SLSEventAuthenticationMessage
	InitWithMessageInitData(data unsafe.Pointer) SLSEventAuthenticationMessage
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objc.Class
}

An interface definition for the SLSEventAuthenticationMessage class.

Methods ¶

  • [ISLSEventAuthenticationMessage.AddToSigningContext]
  • [ISLSEventAuthenticationMessage.Capabilities]
  • [ISLSEventAuthenticationMessage.Context]
  • [ISLSEventAuthenticationMessage.CopySignedByKey]
  • [ISLSEventAuthenticationMessage.CopyWithSignature]
  • [ISLSEventAuthenticationMessage.CopyWithZoneSignature]
  • [ISLSEventAuthenticationMessage.EncodeWithCoder]
  • [ISLSEventAuthenticationMessage.EventType]
  • [ISLSEventAuthenticationMessage.HasSuperclassEquivalentUnsignedData]
  • [ISLSEventAuthenticationMessage.IsSuperclassEquivalent]
  • [ISLSEventAuthenticationMessage.MatchesMessageData]
  • [ISLSEventAuthenticationMessage.OriginIdentifier]
  • [ISLSEventAuthenticationMessage.ProxyTargetProcess]
  • [ISLSEventAuthenticationMessage.Signature]
  • [ISLSEventAuthenticationMessage.TargetProcess]
  • [ISLSEventAuthenticationMessage.Timestamp]
  • [ISLSEventAuthenticationMessage.ValidateWithOptionsAndResultBlock]
  • [ISLSEventAuthenticationMessage.InitWithBasisSignature]
  • [ISLSEventAuthenticationMessage.InitWithCoder]
  • [ISLSEventAuthenticationMessage.InitWithEventRecordPidVersion]
  • [ISLSEventAuthenticationMessage.InitWithMessageInitData]
  • [ISLSEventAuthenticationMessage.DebugDescription]
  • [ISLSEventAuthenticationMessage.Description]
  • [ISLSEventAuthenticationMessage.Hash]
  • [ISLSEventAuthenticationMessage.Superclass]

See: https://developer.apple.com/documentation/SkyLight/SLSEventAuthenticationMessage

type ISLSEventAuthenticationMessageEventType ¶

type ISLSEventAuthenticationMessageEventType interface {
	objectivec.IObject

	AddToSigningContext(context objectivec.IObject)
	CgSubType() uint64
	CgType() uint32
	EncodeWithCoder(coder foundation.INSCoder)
	HidType() uint32
	IsCGType() bool
	InitWithCoder(coder foundation.INSCoder) SLSEventAuthenticationMessageEventType
	InitWithEventRecord(record *SLSEventRecordRef) SLSEventAuthenticationMessageEventType
	InitWithHIDTypeCgTypeCgSubType(hIDType uint32, type_ uint32, type_2 uint64) SLSEventAuthenticationMessageEventType
}

An interface definition for the SLSEventAuthenticationMessageEventType class.

Methods ¶

  • [ISLSEventAuthenticationMessageEventType.AddToSigningContext]
  • [ISLSEventAuthenticationMessageEventType.CgSubType]
  • [ISLSEventAuthenticationMessageEventType.CgType]
  • [ISLSEventAuthenticationMessageEventType.EncodeWithCoder]
  • [ISLSEventAuthenticationMessageEventType.HidType]
  • [ISLSEventAuthenticationMessageEventType.IsCGType]
  • [ISLSEventAuthenticationMessageEventType.InitWithCoder]
  • [ISLSEventAuthenticationMessageEventType.InitWithEventRecord]
  • [ISLSEventAuthenticationMessageEventType.InitWithHIDTypeCgTypeCgSubType]

See: https://developer.apple.com/documentation/SkyLight/SLSEventAuthenticationMessageEventType

type ISLSEventAuthenticationMessageVersionedPID ¶

type ISLSEventAuthenticationMessageVersionedPID interface {
	objectivec.IObject

	AddToSigningContext(context objectivec.IObject)
	EncodeWithCoder(coder foundation.INSCoder)
	Pid() int
	Token() uint64
	InitWithCoder(coder foundation.INSCoder) SLSEventAuthenticationMessageVersionedPID
	InitWithPIDVersion(pid int, version uint32) SLSEventAuthenticationMessageVersionedPID
	Version() uint32
}

An interface definition for the SLSEventAuthenticationMessageVersionedPID class.

Methods ¶

  • [ISLSEventAuthenticationMessageVersionedPID.AddToSigningContext]
  • [ISLSEventAuthenticationMessageVersionedPID.EncodeWithCoder]
  • [ISLSEventAuthenticationMessageVersionedPID.Pid]
  • [ISLSEventAuthenticationMessageVersionedPID.Token]
  • [ISLSEventAuthenticationMessageVersionedPID.InitWithCoder]
  • [ISLSEventAuthenticationMessageVersionedPID.InitWithPIDVersion]
  • [ISLSEventAuthenticationMessageVersionedPID.Version]

See: https://developer.apple.com/documentation/SkyLight/SLSEventAuthenticationMessageVersionedPID

type ISLSFullScreenPidReporter ¶

type ISLSFullScreenPidReporter interface {
	objectivec.IObject

	EqualCurrentSeed(seed uint64) bool
	HandleConnectionInterrupt()
	IncrementSeed() uint64
	ReceiveMessages(messages objectivec.IObject)
	ReportFullScreenStatusWithFilterAndHandler(filter objectivec.IObject, handler VoidHandler)
	SetDisconnectHandler(handler VoidHandler)
}

An interface definition for the SLSFullScreenPidReporter class.

Methods ¶

  • [ISLSFullScreenPidReporter.EqualCurrentSeed]
  • [ISLSFullScreenPidReporter.HandleConnectionInterrupt]
  • [ISLSFullScreenPidReporter.IncrementSeed]
  • [ISLSFullScreenPidReporter.ReceiveMessages]
  • [ISLSFullScreenPidReporter.ReportFullScreenStatusWithFilterAndHandler]
  • [ISLSFullScreenPidReporter.SetDisconnectHandler]

See: https://developer.apple.com/documentation/SkyLight/SLSFullScreenPidReporter

type ISLSGUIClient ¶

type ISLSGUIClient interface {
	ISLSDisplayControlClient

	RequestDisplaysIdleError(idle objectivec.IObject) (uint64, error)
	Service() ISLSXPCService
	SetService(value ISLSXPCService)
	ValidateIdleRequest(request objectivec.IObject) int
	InitGUIClientErrorNotifyQueueNotificationTypeNotificationBlock(gUIClient objectivec.IObject, error_ []objectivec.IObject, queue objectivec.IObject, type_ uint64, block VoidHandler) SLSGUIClient
}

An interface definition for the SLSGUIClient class.

Methods ¶

  • [ISLSGUIClient.RequestDisplaysIdleError]
  • [ISLSGUIClient.Service]
  • [ISLSGUIClient.SetService]
  • [ISLSGUIClient.ValidateIdleRequest]
  • [ISLSGUIClient.InitGUIClientErrorNotifyQueueNotificationTypeNotificationBlock]

See: https://developer.apple.com/documentation/SkyLight/SLSGUIClient

type ISLSIconAppearanceConfiguration ¶

type ISLSIconAppearanceConfiguration interface {
	objectivec.IObject

	AppearanceTheme() uint32
	SetAppearanceTheme(value uint32)
	IconAppearanceTheme() uint32
	SetIconAppearanceTheme(value uint32)
	IconTintColorName() uint32
	SetIconTintColorName(value uint32)
	OtherIconTintColor() coregraphics.CGColorRef
	SetOtherIconTintColor(value coregraphics.CGColorRef)
	Save()
	// contains filtered or unexported methods
}

An interface definition for the SLSIconAppearanceConfiguration class.

Methods ¶

  • [ISLSIconAppearanceConfiguration._initWithIconAppearanceThemeIconTintColorNameOtherIconTintColorAppearanceTheme]
  • [ISLSIconAppearanceConfiguration.AppearanceTheme]
  • [ISLSIconAppearanceConfiguration.SetAppearanceTheme]
  • [ISLSIconAppearanceConfiguration.IconAppearanceTheme]
  • [ISLSIconAppearanceConfiguration.SetIconAppearanceTheme]
  • [ISLSIconAppearanceConfiguration.IconTintColorName]
  • [ISLSIconAppearanceConfiguration.SetIconTintColorName]
  • [ISLSIconAppearanceConfiguration.OtherIconTintColor]
  • [ISLSIconAppearanceConfiguration.SetOtherIconTintColor]
  • [ISLSIconAppearanceConfiguration.Save]

See: https://developer.apple.com/documentation/SkyLight/SLSIconAppearanceConfiguration

type ISLSRemoteViewEventClient ¶

type ISLSRemoteViewEventClient interface {
	objectivec.IObject

	ActivateWithHandlerInvalidationHandler(handler VoidHandler, handler2 VoidHandler)
	DeferringEnvironmentFromEvent(event objectivec.IObject) objectivec.IObject
	DeferringTokenFromEvent(event objectivec.IObject) objectivec.IObject
	Delegate() objectivec.IObject
	SetDelegate(value objectivec.IObject)
	Invalidate()
	SendEventToHostFullDispatchReply(host objectivec.IObject, dispatch objectivec.IObject, reply VoidHandler)
	ServicePassEventUpstreamToHostFullDispatchReply(host objectivec.IObject, dispatch bool, reply VoidHandler)
	SetDeferringTokenAndEnvironmentInEvent(token objectivec.IObject, environment objectivec.IObject, event objectivec.IObject)
	InitWithConfig(config objectivec.IObject) SLSRemoteViewEventClient
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objc.Class
}

An interface definition for the SLSRemoteViewEventClient class.

Methods ¶

  • [ISLSRemoteViewEventClient.ActivateWithHandlerInvalidationHandler]
  • [ISLSRemoteViewEventClient.DeferringEnvironmentFromEvent]
  • [ISLSRemoteViewEventClient.DeferringTokenFromEvent]
  • [ISLSRemoteViewEventClient.Delegate]
  • [ISLSRemoteViewEventClient.SetDelegate]
  • [ISLSRemoteViewEventClient.Invalidate]
  • [ISLSRemoteViewEventClient.SendEventToHostFullDispatchReply]
  • [ISLSRemoteViewEventClient.ServicePassEventUpstreamToHostFullDispatchReply]
  • [ISLSRemoteViewEventClient.SetDeferringTokenAndEnvironmentInEvent]
  • [ISLSRemoteViewEventClient.InitWithConfig]
  • [ISLSRemoteViewEventClient.DebugDescription]
  • [ISLSRemoteViewEventClient.Description]
  • [ISLSRemoteViewEventClient.Hash]
  • [ISLSRemoteViewEventClient.Superclass]

See: https://developer.apple.com/documentation/SkyLight/SLSRemoteViewEventClient

type ISLSRemoteViewEventClientDefaultConfig ¶

type ISLSRemoteViewEventClientDefaultConfig interface {
	objectivec.IObject

	Connection() objectivec.IObject
	ServiceInterface() objectivec.IObject
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objc.Class
}

An interface definition for the SLSRemoteViewEventClientDefaultConfig class.

Methods ¶

  • [ISLSRemoteViewEventClientDefaultConfig.Connection]
  • [ISLSRemoteViewEventClientDefaultConfig.ServiceInterface]
  • [ISLSRemoteViewEventClientDefaultConfig.DebugDescription]
  • [ISLSRemoteViewEventClientDefaultConfig.Description]
  • [ISLSRemoteViewEventClientDefaultConfig.Hash]
  • [ISLSRemoteViewEventClientDefaultConfig.Superclass]

See: https://developer.apple.com/documentation/SkyLight/_SLSRemoteViewEventClientDefaultConfig

type ISLSScreenTelemetryResultsSnapshotDataWrapper ¶

type ISLSScreenTelemetryResultsSnapshotDataWrapper interface {
	objectivec.IObject

	AZL_max() float32
	AZL_mean() float32
	AZL_min() float32
	EDR_headroom() float32
	ColumnCount() uint64
	Data() objectivec.IObject
	ObjectAtIndexedSubscript(subscript uint64) objectivec.IObject
	Panel() objectivec.IObject
	RawData() unsafe.Pointer
	RowCount() uint64
	Timestamp() float64
	InitWithObject(object objectivec.IObject) SLSScreenTelemetryResultsSnapshotDataWrapper
	InitWithXPCObject(xPCObject objectivec.IObject) SLSScreenTelemetryResultsSnapshotDataWrapper
}

An interface definition for the SLSScreenTelemetryResultsSnapshotDataWrapper class.

Methods ¶

  • [ISLSScreenTelemetryResultsSnapshotDataWrapper.AZL_max]
  • [ISLSScreenTelemetryResultsSnapshotDataWrapper.AZL_mean]
  • [ISLSScreenTelemetryResultsSnapshotDataWrapper.AZL_min]
  • [ISLSScreenTelemetryResultsSnapshotDataWrapper.EDR_headroom]
  • [ISLSScreenTelemetryResultsSnapshotDataWrapper.ColumnCount]
  • [ISLSScreenTelemetryResultsSnapshotDataWrapper.Data]
  • [ISLSScreenTelemetryResultsSnapshotDataWrapper.ObjectAtIndexedSubscript]
  • [ISLSScreenTelemetryResultsSnapshotDataWrapper.Panel]
  • [ISLSScreenTelemetryResultsSnapshotDataWrapper.RawData]
  • [ISLSScreenTelemetryResultsSnapshotDataWrapper.RowCount]
  • [ISLSScreenTelemetryResultsSnapshotDataWrapper.Timestamp]
  • [ISLSScreenTelemetryResultsSnapshotDataWrapper.InitWithObject]
  • [ISLSScreenTelemetryResultsSnapshotDataWrapper.InitWithXPCObject]

See: https://developer.apple.com/documentation/SkyLight/SLSScreenTelemetryResultsSnapshotDataWrapper

type ISLSScreenTelemetryResultsSnapshotPanelDataWrapper ¶

type ISLSScreenTelemetryResultsSnapshotPanelDataWrapper interface {
	objectivec.IObject

	AvgB() float32
	AvgG() float32
	AvgR() float32
	Data() objectivec.IObject
	RawData() unsafe.Pointer
	TotalPixelCount() float32
	InitWithObject(object objectivec.IObject) SLSScreenTelemetryResultsSnapshotPanelDataWrapper
}

An interface definition for the SLSScreenTelemetryResultsSnapshotPanelDataWrapper class.

Methods ¶

  • [ISLSScreenTelemetryResultsSnapshotPanelDataWrapper.AvgB]
  • [ISLSScreenTelemetryResultsSnapshotPanelDataWrapper.AvgG]
  • [ISLSScreenTelemetryResultsSnapshotPanelDataWrapper.AvgR]
  • [ISLSScreenTelemetryResultsSnapshotPanelDataWrapper.Data]
  • [ISLSScreenTelemetryResultsSnapshotPanelDataWrapper.RawData]
  • [ISLSScreenTelemetryResultsSnapshotPanelDataWrapper.TotalPixelCount]
  • [ISLSScreenTelemetryResultsSnapshotPanelDataWrapper.InitWithObject]

See: https://developer.apple.com/documentation/SkyLight/SLSScreenTelemetryResultsSnapshotPanelDataWrapper

type ISLSScreenTelemetryResultsSnapshotZoneDataWrapper ¶

type ISLSScreenTelemetryResultsSnapshotZoneDataWrapper interface {
	objectivec.IObject

	Column() uint64
	Count() float32
	Data() objectivec.IObject
	RawData() unsafe.Pointer
	Row() uint64
	ZAverage() float32
	ZMax() float32
	ZMin() float32
	InitWithObject(object objectivec.IObject) SLSScreenTelemetryResultsSnapshotZoneDataWrapper
}

An interface definition for the SLSScreenTelemetryResultsSnapshotZoneDataWrapper class.

Methods ¶

  • [ISLSScreenTelemetryResultsSnapshotZoneDataWrapper.Column]
  • [ISLSScreenTelemetryResultsSnapshotZoneDataWrapper.Count]
  • [ISLSScreenTelemetryResultsSnapshotZoneDataWrapper.Data]
  • [ISLSScreenTelemetryResultsSnapshotZoneDataWrapper.RawData]
  • [ISLSScreenTelemetryResultsSnapshotZoneDataWrapper.Row]
  • [ISLSScreenTelemetryResultsSnapshotZoneDataWrapper.ZAverage]
  • [ISLSScreenTelemetryResultsSnapshotZoneDataWrapper.ZMax]
  • [ISLSScreenTelemetryResultsSnapshotZoneDataWrapper.ZMin]
  • [ISLSScreenTelemetryResultsSnapshotZoneDataWrapper.InitWithObject]

See: https://developer.apple.com/documentation/SkyLight/SLSScreenTelemetryResultsSnapshotZoneDataWrapper

type ISLSScreenTelemetryResultsSnapshotZoneRowDataWrapper ¶

type ISLSScreenTelemetryResultsSnapshotZoneRowDataWrapper interface {
	objectivec.IObject

	ColumnCount() uint64
	Data() objectivec.IObject
	ObjectAtIndexedSubscript(subscript uint64) objectivec.IObject
	RawData() unsafe.Pointer
	Row() uint64
	InitWithObject(object objectivec.IObject) SLSScreenTelemetryResultsSnapshotZoneRowDataWrapper
}

An interface definition for the SLSScreenTelemetryResultsSnapshotZoneRowDataWrapper class.

Methods ¶

  • [ISLSScreenTelemetryResultsSnapshotZoneRowDataWrapper.ColumnCount]
  • [ISLSScreenTelemetryResultsSnapshotZoneRowDataWrapper.Data]
  • [ISLSScreenTelemetryResultsSnapshotZoneRowDataWrapper.ObjectAtIndexedSubscript]
  • [ISLSScreenTelemetryResultsSnapshotZoneRowDataWrapper.RawData]
  • [ISLSScreenTelemetryResultsSnapshotZoneRowDataWrapper.Row]
  • [ISLSScreenTelemetryResultsSnapshotZoneRowDataWrapper.InitWithObject]

See: https://developer.apple.com/documentation/SkyLight/SLSScreenTelemetryResultsSnapshotZoneRowDataWrapper

type ISLSScreenTelemetryUpdate ¶

type ISLSScreenTelemetryUpdate interface {
	objectivec.IObject

	Action() uint32
	Connection() ISLScreenTelemetryConnection
	Error() foundation.INSError
	Snapshot() ISLSScreenTelemetryResultsSnapshotDataWrapper
	InitWithActionConnectionErrorAndSnapshot(action uint32, connection objectivec.IObject, error_ objectivec.IObject, snapshot objectivec.IObject) SLSScreenTelemetryUpdate
}

An interface definition for the SLSScreenTelemetryUpdate class.

Methods ¶

  • [ISLSScreenTelemetryUpdate.Action]
  • [ISLSScreenTelemetryUpdate.Connection]
  • [ISLSScreenTelemetryUpdate.Error]
  • [ISLSScreenTelemetryUpdate.Snapshot]
  • [ISLSScreenTelemetryUpdate.InitWithActionConnectionErrorAndSnapshot]

See: https://developer.apple.com/documentation/SkyLight/SLSScreenTelemetryUpdate

type ISLSScreenshot ¶

type ISLSScreenshot interface {
	objectivec.IObject

	BridgingHandler() VoidHandler
	Filter() ISLContentFilter
	SetFilter(value ISLContentFilter)
	Properties() foundation.INSDictionary
	SetProperties(value foundation.INSDictionary)
	Queue() objectivec.Object
	SetQueue(value objectivec.Object)
	SetHandler(handler VoidHandler)
	ZeroWeakSelf() VoidHandler
}

An interface definition for the SLSScreenshot class.

Methods ¶

  • [ISLSScreenshot.BridgingHandler]
  • [ISLSScreenshot.Filter]
  • [ISLSScreenshot.SetFilter]
  • [ISLSScreenshot.Properties]
  • [ISLSScreenshot.SetProperties]
  • [ISLSScreenshot.Queue]
  • [ISLSScreenshot.SetQueue]
  • [ISLSScreenshot.SetHandler]
  • [ISLSScreenshot.ZeroWeakSelf]

See: https://developer.apple.com/documentation/SkyLight/SLSScreenshot

type ISLSScreenshotResult ¶

type ISLSScreenshotResult interface {
	objectivec.IObject

	FrameSurfaceHDR() objectivec.IObject
	FrameSurfaceSDR() objectivec.IObject
	Status() int
	InitWithStatusFrameSurfaceSDRFrameSurfaceHDR(status int, sdr objectivec.IObject, hdr objectivec.IObject) SLSScreenshotResult
}

An interface definition for the SLSScreenshotResult class.

Methods ¶

  • [ISLSScreenshotResult.FrameSurfaceHDR]
  • [ISLSScreenshotResult.FrameSurfaceSDR]
  • [ISLSScreenshotResult.Status]
  • [ISLSScreenshotResult.InitWithStatusFrameSurfaceSDRFrameSurfaceHDR]

See: https://developer.apple.com/documentation/SkyLight/SLSScreenshotResult

type ISLSSigningKey ¶

type ISLSSigningKey interface {
	objectivec.IObject

	CreateSignatureForMessage(message objectivec.IObject) objectivec.IObject
	EncodeWithCoder(coder foundation.INSCoder)
	SigningContext() objectivec.IObject
	InitWithCoder(coder foundation.INSCoder) SLSSigningKey
	InitWithData(data objectivec.IObject) SLSSigningKey
}

An interface definition for the SLSSigningKey class.

Methods ¶

  • [ISLSSigningKey.CreateSignatureForMessage]
  • [ISLSSigningKey.EncodeWithCoder]
  • [ISLSSigningKey.SigningContext]
  • [ISLSSigningKey.InitWithCoder]
  • [ISLSSigningKey.InitWithData]

See: https://developer.apple.com/documentation/SkyLight/SLSSigningKey

type ISLSSkyLightEventAuthenticationMessage ¶

type ISLSSkyLightEventAuthenticationMessage interface {
	ISLSEventAuthenticationMessage

	Attributes() unsafe.Pointer
	Connection() uint32
	Flags() uint32
	Gesture() objectivec.IObject
	Key() objectivec.IObject
	Location() corefoundation.CGPoint
	MatchesEvent(event objectivec.IObject) bool
	Mouse() objectivec.IObject
	Window() uint32
}

An interface definition for the SLSSkyLightEventAuthenticationMessage class.

Methods ¶

  • [ISLSSkyLightEventAuthenticationMessage.Attributes]
  • [ISLSSkyLightEventAuthenticationMessage.Connection]
  • [ISLSSkyLightEventAuthenticationMessage.Flags]
  • [ISLSSkyLightEventAuthenticationMessage.Gesture]
  • [ISLSSkyLightEventAuthenticationMessage.Key]
  • [ISLSSkyLightEventAuthenticationMessage.Location]
  • [ISLSSkyLightEventAuthenticationMessage.MatchesEvent]
  • [ISLSSkyLightEventAuthenticationMessage.Mouse]
  • [ISLSSkyLightEventAuthenticationMessage.Window]

See: https://developer.apple.com/documentation/SkyLight/SLSSkyLightEventAuthenticationMessage

type ISLSSkyLightGestureEventAuthenticationMessage ¶

type ISLSSkyLightGestureEventAuthenticationMessage interface {
	ISLSSkyLightEventAuthenticationMessage

	GestureHidType() uint32
	GesturePhase() byte
}

An interface definition for the SLSSkyLightGestureEventAuthenticationMessage class.

Methods ¶

  • [ISLSSkyLightGestureEventAuthenticationMessage.GestureHidType]
  • [ISLSSkyLightGestureEventAuthenticationMessage.GesturePhase]

See: https://developer.apple.com/documentation/SkyLight/SLSSkyLightGestureEventAuthenticationMessage

type ISLSSkyLightKeyEventAuthenticationMessage ¶

type ISLSSkyLightKeyEventAuthenticationMessage interface {
	ISLSSkyLightEventAuthenticationMessage

	CharCode() uint16
	Repeat() int16
}

An interface definition for the SLSSkyLightKeyEventAuthenticationMessage class.

Methods ¶

  • [ISLSSkyLightKeyEventAuthenticationMessage.CharCode]
  • [ISLSSkyLightKeyEventAuthenticationMessage.Repeat]

See: https://developer.apple.com/documentation/SkyLight/SLSSkyLightKeyEventAuthenticationMessage

type ISLSSkyLightMouseEventAuthenticationMessage ¶

type ISLSSkyLightMouseEventAuthenticationMessage interface {
	ISLSSkyLightEventAuthenticationMessage

	ButtonNumber() int8
}

An interface definition for the SLSSkyLightMouseEventAuthenticationMessage class.

Methods ¶

  • [ISLSSkyLightMouseEventAuthenticationMessage.ButtonNumber]

See: https://developer.apple.com/documentation/SkyLight/SLSSkyLightMouseEventAuthenticationMessage

type ISLSSpaceWindowManager ¶

type ISLSSpaceWindowManager interface {
	objectivec.IObject

	Activate()
	AddWindowsToSpacesRemovingFromTransaction(windows objectivec.IObject, spaces objectivec.IObject, from uint32, transaction SLSTransactionRef)
	BatchedDelegate() objectivec.IObject
	BeganBatch() bool
	SetBeganBatch(value bool)
	Capabilities() uint64
	SetCapabilities(value uint64)
	ConnectionID() uint32
	SetConnectionID(value uint32)
	Delegate() objectivec.IObject
	SetDelegate(value objectivec.IObject)
	DisplayCurrentSpaces() foundation.INSDictionary
	SetDisplayCurrentSpaces(value foundation.INSDictionary)
	DisplaySpaceList() foundation.INSDictionary
	SetDisplaySpaceList(value foundation.INSDictionary)
	DisplaysHaveSeparateSpaces() bool
	SetDisplaysHaveSeparateSpaces(value bool)
	Invalidate()
	IsWindowPresentOnUnmanagedSpaces(spaces uint32) bool
	MoveDraggedWindowToPointMouseLocationTimestampTransaction(window uint32, point corefoundation.CGPoint, location corefoundation.CGPoint, timestamp uint64, transaction SLSTransactionRef)
	NestedCalloutCount() int64
	SetNestedCalloutCount(value int64)
	RebuildMenuBarOnSpaceFrontConnectionTransaction(space uint64, connection uint32, transaction SLSTransactionRef)
	RequestSpaceSwitchForWindowTransaction(window uint32, transaction SLSTransactionRef)
	SetGlobalWindowVisibilityListTransaction(list objectivec.IObject, transaction SLSTransactionRef)
	SpaceWithID(id uint64) objectivec.IObject
	Spaces() foundation.INSDictionary
	SetSpaces(value foundation.INSDictionary)
	Synchronize()
	Valid() bool
	SetValid(value bool)
	InitWithConnectionIDDelegateCapabilities(id uint32, delegate objectivec.IObject, capabilities uint64) SLSSpaceWindowManager
	// contains filtered or unexported methods
}

An interface definition for the SLSSpaceWindowManager class.

Methods ¶

  • [ISLSSpaceWindowManager._beginBatch]
  • [ISLSSpaceWindowManager._checkDisplayState]
  • [ISLSSpaceWindowManager._checkSpaceMovedToDisplayDisplayUUID]
  • [ISLSSpaceWindowManager._endBatch]
  • [ISLSSpaceWindowManager._fullRebuildSpaceChange]
  • [ISLSSpaceWindowManager._fullRebuildSpacesChanged]
  • [ISLSSpaceWindowManager._getDisplayUUIDForSpace]
  • [ISLSSpaceWindowManager._performBatchingCallouts]
  • [ISLSSpaceWindowManager._postActiveDisplayChange]
  • [ISLSSpaceWindowManager._removeSpace]
  • [ISLSSpaceWindowManager._spaceAddWindow]
  • [ISLSSpaceWindowManager._spaceRemoveWindow]
  • [ISLSSpaceWindowManager._spaceChangedDisplay]
  • [ISLSSpaceWindowManager._spaceWithIDCreateIfNeeded]
  • [ISLSSpaceWindowManager._updateSpaceWithData]
  • [ISLSSpaceWindowManager.Activate]
  • [ISLSSpaceWindowManager.AddWindowsToSpacesRemovingFromTransaction]
  • [ISLSSpaceWindowManager.BatchedDelegate]
  • [ISLSSpaceWindowManager.BeganBatch]
  • [ISLSSpaceWindowManager.SetBeganBatch]
  • [ISLSSpaceWindowManager.Capabilities]
  • [ISLSSpaceWindowManager.SetCapabilities]
  • [ISLSSpaceWindowManager.ConnectionID]
  • [ISLSSpaceWindowManager.SetConnectionID]
  • [ISLSSpaceWindowManager.Delegate]
  • [ISLSSpaceWindowManager.SetDelegate]
  • [ISLSSpaceWindowManager.DisplayCurrentSpaces]
  • [ISLSSpaceWindowManager.SetDisplayCurrentSpaces]
  • [ISLSSpaceWindowManager.DisplaySpaceList]
  • [ISLSSpaceWindowManager.SetDisplaySpaceList]
  • [ISLSSpaceWindowManager.DisplaysHaveSeparateSpaces]
  • [ISLSSpaceWindowManager.SetDisplaysHaveSeparateSpaces]
  • [ISLSSpaceWindowManager.Invalidate]
  • [ISLSSpaceWindowManager.IsWindowPresentOnUnmanagedSpaces]
  • [ISLSSpaceWindowManager.MoveDraggedWindowToPointMouseLocationTimestampTransaction]
  • [ISLSSpaceWindowManager.NestedCalloutCount]
  • [ISLSSpaceWindowManager.SetNestedCalloutCount]
  • [ISLSSpaceWindowManager.RebuildMenuBarOnSpaceFrontConnectionTransaction]
  • [ISLSSpaceWindowManager.RequestSpaceSwitchForWindowTransaction]
  • [ISLSSpaceWindowManager.SetGlobalWindowVisibilityListTransaction]
  • [ISLSSpaceWindowManager.SpaceWithID]
  • [ISLSSpaceWindowManager.Spaces]
  • [ISLSSpaceWindowManager.SetSpaces]
  • [ISLSSpaceWindowManager.Synchronize]
  • [ISLSSpaceWindowManager.Valid]
  • [ISLSSpaceWindowManager.SetValid]
  • [ISLSSpaceWindowManager.InitWithConnectionIDDelegateCapabilities]

See: https://developer.apple.com/documentation/SkyLight/SLSSpaceWindowManager

type ISLSSynchronousBridgedWindowManagementOperation ¶

type ISLSSynchronousBridgedWindowManagementOperation interface {
	objectivec.IObject

	EncodeWithCoder(coder foundation.INSCoder)
	InvokeFallback() objectivec.IObject
	PerformWithWMBridgeDelegate() objectivec.IObject
	InitWithCoder(coder foundation.INSCoder) SLSSynchronousBridgedWindowManagementOperation
	// contains filtered or unexported methods
}

An interface definition for the SLSSynchronousBridgedWindowManagementOperation class.

Methods ¶

  • [ISLSSynchronousBridgedWindowManagementOperation._init]
  • [ISLSSynchronousBridgedWindowManagementOperation.EncodeWithCoder]
  • [ISLSSynchronousBridgedWindowManagementOperation.InvokeFallback]
  • [ISLSSynchronousBridgedWindowManagementOperation.PerformWithWMBridgeDelegate]
  • [ISLSSynchronousBridgedWindowManagementOperation.InitWithCoder]

See: https://developer.apple.com/documentation/SkyLight/SLSSynchronousBridgedWindowManagementOperation

type ISLSTransactionPerMenuBarData ¶

type ISLSTransactionPerMenuBarData interface {
	objectivec.IObject
}

An interface definition for the SLSTransactionPerMenuBarData class.

See: https://developer.apple.com/documentation/SkyLight/SLSTransactionPerMenuBarData

type ISLSWMBridgedWindow ¶

type ISLSWMBridgedWindow interface {
	objectivec.IObject

	AddChildWindowOrdered(window objectivec.IObject, ordered int)
	ClearOrderingGroup()
	OrderWindowRelativeToIDRelativeToOrderGroup(window int, id uint32, to objectivec.IObject, group bool)
	RemoveChildWindow(window objectivec.IObject)
	RemoveFromParent()
	SetFrameForceAsync(frame corefoundation.CGRect, async bool)
	SetWindowLevel(level int)
	WindowDidUpdateWithChangedProperties(window objectivec.IObject, properties uint64)
	InitWithWindowID(id uint32) SLSWMBridgedWindow
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objc.Class
	// contains filtered or unexported methods
}

An interface definition for the SLSWMBridgedWindow class.

Methods ¶

  • [ISLSWMBridgedWindow._rebuildChildWindowInfos]
  • [ISLSWMBridgedWindow.AddChildWindowOrdered]
  • [ISLSWMBridgedWindow.ClearOrderingGroup]
  • [ISLSWMBridgedWindow.OrderWindowRelativeToIDRelativeToOrderGroup]
  • [ISLSWMBridgedWindow.RemoveChildWindow]
  • [ISLSWMBridgedWindow.RemoveFromParent]
  • [ISLSWMBridgedWindow.SetFrameForceAsync]
  • [ISLSWMBridgedWindow.SetWindowLevel]
  • [ISLSWMBridgedWindow.WindowDidUpdateWithChangedProperties]
  • [ISLSWMBridgedWindow.InitWithWindowID]
  • [ISLSWMBridgedWindow.DebugDescription]
  • [ISLSWMBridgedWindow.Description]
  • [ISLSWMBridgedWindow.Hash]
  • [ISLSWMBridgedWindow.Superclass]

See: https://developer.apple.com/documentation/SkyLight/SLSWMBridgedWindow

type ISLSWMBridgedWindowChildInfo ¶

type ISLSWMBridgedWindowChildInfo interface {
	objectivec.IObject

	Op() int
	SetOp(value int)
	Window() ISLSWMBridgedWindow
	SetWindow(value ISLSWMBridgedWindow)
}

An interface definition for the SLSWMBridgedWindowChildInfo class.

Methods ¶

  • [ISLSWMBridgedWindowChildInfo.Op]
  • [ISLSWMBridgedWindowChildInfo.SetOp]
  • [ISLSWMBridgedWindowChildInfo.Window]
  • [ISLSWMBridgedWindowChildInfo.SetWindow]

See: https://developer.apple.com/documentation/SkyLight/SLSWMBridgedWindowChildInfo

type ISLSWindowManagementFallbackBridge ¶

type ISLSWindowManagementFallbackBridge interface {
	objectivec.IObject

	PerformAsynchronousBridgedWindowManagementOperation(operation objectivec.IObject)
	PerformSynchronousBridgedWindowManagementOperation(operation objectivec.IObject) objectivec.IObject
	PerformWindowManagementBridgeTransactionUsingBlock(block VoidHandler)
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objc.Class
}

An interface definition for the SLSWindowManagementFallbackBridge class.

Methods ¶

  • [ISLSWindowManagementFallbackBridge.PerformAsynchronousBridgedWindowManagementOperation]
  • [ISLSWindowManagementFallbackBridge.PerformSynchronousBridgedWindowManagementOperation]
  • [ISLSWindowManagementFallbackBridge.PerformWindowManagementBridgeTransactionUsingBlock]
  • [ISLSWindowManagementFallbackBridge.DebugDescription]
  • [ISLSWindowManagementFallbackBridge.Description]
  • [ISLSWindowManagementFallbackBridge.Hash]
  • [ISLSWindowManagementFallbackBridge.Superclass]

See: https://developer.apple.com/documentation/SkyLight/SLSWindowManagementFallbackBridge

type ISLSWindowManagerDragContext ¶

type ISLSWindowManagerDragContext interface {
	objectivec.IObject

	AccessibilityState() uint64
	SetAccessibilityState(value uint64)
	DefaultWindowOrigin() corefoundation.CGPoint
	DragOffset() corefoundation.CGPoint
	SetDragOffset(value corefoundation.CGPoint)
	MouseLocation() corefoundation.CGPoint
	SetMouseLocation(value corefoundation.CGPoint)
	ProposedWindowOrigin() corefoundation.CGPoint
	SetProposedWindowOrigin(value corefoundation.CGPoint)
	Timestamp() uint64
	SetTimestamp(value uint64)
	WindowID() uint32
	SetWindowID(value uint32)
}

An interface definition for the SLSWindowManagerDragContext class.

Methods ¶

  • [ISLSWindowManagerDragContext.AccessibilityState]
  • [ISLSWindowManagerDragContext.SetAccessibilityState]
  • [ISLSWindowManagerDragContext.DefaultWindowOrigin]
  • [ISLSWindowManagerDragContext.DragOffset]
  • [ISLSWindowManagerDragContext.SetDragOffset]
  • [ISLSWindowManagerDragContext.MouseLocation]
  • [ISLSWindowManagerDragContext.SetMouseLocation]
  • [ISLSWindowManagerDragContext.ProposedWindowOrigin]
  • [ISLSWindowManagerDragContext.SetProposedWindowOrigin]
  • [ISLSWindowManagerDragContext.Timestamp]
  • [ISLSWindowManagerDragContext.SetTimestamp]
  • [ISLSWindowManagerDragContext.WindowID]
  • [ISLSWindowManagerDragContext.SetWindowID]

See: https://developer.apple.com/documentation/SkyLight/SLSWindowManagerDragContext

type ISLSWindowManagerSpace ¶

type ISLSWindowManagerSpace interface {
	objectivec.IObject

	DisplayUUID() string
	SetDisplayUUID(value string)
	IsCurrentSpace() bool
	IsManagedSpace() bool
	Manager() ISLSSpaceWindowManager
	SetManager(value ISLSSpaceWindowManager)
	SpaceID() uint64
	SetSpaceID(value uint64)
	Type() int
	SetType(value int)
	WindowIDs() foundation.INSSet
	SetWindowIDs(value foundation.INSSet)
	CurrentSpace() bool
	ManagedSpace() bool
	SetManagedSpace(value bool)
	// contains filtered or unexported methods
}

An interface definition for the SLSWindowManagerSpace class.

Methods ¶

  • [ISLSWindowManagerSpace._effectiveDisplayID]
  • [ISLSWindowManagerSpace.DisplayUUID]
  • [ISLSWindowManagerSpace.SetDisplayUUID]
  • [ISLSWindowManagerSpace.IsCurrentSpace]
  • [ISLSWindowManagerSpace.IsManagedSpace]
  • [ISLSWindowManagerSpace.Manager]
  • [ISLSWindowManagerSpace.SetManager]
  • [ISLSWindowManagerSpace.SpaceID]
  • [ISLSWindowManagerSpace.SetSpaceID]
  • [ISLSWindowManagerSpace.Type]
  • [ISLSWindowManagerSpace.SetType]
  • [ISLSWindowManagerSpace.WindowIDs]
  • [ISLSWindowManagerSpace.SetWindowIDs]
  • [ISLSWindowManagerSpace.CurrentSpace]
  • [ISLSWindowManagerSpace.ManagedSpace]
  • [ISLSWindowManagerSpace.SetManagedSpace]

See: https://developer.apple.com/documentation/SkyLight/SLSWindowManagerSpace

type ISLSXPCService ¶

type ISLSXPCService interface {
	objectivec.IObject

	Autoreconnect() bool
	SetAutoreconnect(value bool)
	CfStringToCStringPtr(ptr objectivec.IObject) string
	Connected() bool
	SetConnected(value bool)
	Connection() objectivec.Object
	SetConnection(value objectivec.Object)
	CreateCancellableMachRecvSourceWithQueueErrorCancelAction(queue objectivec.IObject, error_ []objectivec.IObject, action VoidHandler) objectivec.IObject
	CreateNoSenderRecvPairWithQueueErrorHandlerEventHandler(queue objectivec.IObject, handler VoidHandler, handler2 VoidHandler)
	CreateXPCDictionary(xPCDictionary uint64) objectivec.IObject
	Enabled() bool
	SetEnabled(value bool)
	GetConnectionQueue() objectivec.IObject
	HandleXPCEvent(xPCEvent objectivec.IObject)
	MakeNSErrorForCGError(cGError int64) objectivec.IObject
	MakeNSErrorForCocoaError(error_ int64) objectivec.IObject
	MakeNSErrorForMachError(error_ int64) objectivec.IObject
	MakeNSErrorForOSStatus(oSStatus int64) objectivec.IObject
	MakeNSErrorForPOSIXError(pOSIXError int64) objectivec.IObject
	NotifyQueue() objectivec.Object
	SetNotifyQueue(value objectivec.Object)
	ReinitConnection() bool
	SendNSError(nSError objectivec.IObject)
	SendXPCConnectionClosed() int
	SendXPCDictionary(xPCDictionary objectivec.IObject) int
	SendXPCDictionarySync(sync objectivec.IObject) objectivec.IObject
	SetClientErrorBlock(block VoidHandler)
	SetClientNotificationBlock(block VoidHandler)
	SetErrorBlock(block VoidHandler)
	SetNotificationBlock(block VoidHandler)
	SetTarget() bool
	SetSetTarget(value bool)
	InitConnectionWithNameNotificationQueueWithAutoreconnectErrorHandlerNotificationBlock(name objectivec.IObject, queue objectivec.IObject, autoreconnect bool, handler VoidHandler, block VoidHandler) SLSXPCService
	InitWithConnectionErrorHandlerNotificationBlock(connection objectivec.IObject, handler VoidHandler, block VoidHandler) SLSXPCService
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objc.Class
}

An interface definition for the SLSXPCService class.

Methods ¶

  • [ISLSXPCService.Autoreconnect]
  • [ISLSXPCService.SetAutoreconnect]
  • [ISLSXPCService.CfStringToCStringPtr]
  • [ISLSXPCService.Connected]
  • [ISLSXPCService.SetConnected]
  • [ISLSXPCService.Connection]
  • [ISLSXPCService.SetConnection]
  • [ISLSXPCService.CreateCancellableMachRecvSourceWithQueueErrorCancelAction]
  • [ISLSXPCService.CreateNoSenderRecvPairWithQueueErrorHandlerEventHandler]
  • [ISLSXPCService.CreateXPCDictionary]
  • [ISLSXPCService.Enabled]
  • [ISLSXPCService.SetEnabled]
  • [ISLSXPCService.GetConnectionQueue]
  • [ISLSXPCService.HandleXPCEvent]
  • [ISLSXPCService.MakeNSErrorForCGError]
  • [ISLSXPCService.MakeNSErrorForCocoaError]
  • [ISLSXPCService.MakeNSErrorForMachError]
  • [ISLSXPCService.MakeNSErrorForOSStatus]
  • [ISLSXPCService.MakeNSErrorForPOSIXError]
  • [ISLSXPCService.NotifyQueue]
  • [ISLSXPCService.SetNotifyQueue]
  • [ISLSXPCService.ReinitConnection]
  • [ISLSXPCService.SendNSError]
  • [ISLSXPCService.SendXPCConnectionClosed]
  • [ISLSXPCService.SendXPCDictionary]
  • [ISLSXPCService.SendXPCDictionarySync]
  • [ISLSXPCService.SetClientErrorBlock]
  • [ISLSXPCService.SetClientNotificationBlock]
  • [ISLSXPCService.SetErrorBlock]
  • [ISLSXPCService.SetNotificationBlock]
  • [ISLSXPCService.SetTarget]
  • [ISLSXPCService.SetSetTarget]
  • [ISLSXPCService.InitConnectionWithNameNotificationQueueWithAutoreconnectErrorHandlerNotificationBlock]
  • [ISLSXPCService.InitWithConnectionErrorHandlerNotificationBlock]
  • [ISLSXPCService.DebugDescription]
  • [ISLSXPCService.Description]
  • [ISLSXPCService.Hash]
  • [ISLSXPCService.Superclass]

See: https://developer.apple.com/documentation/SkyLight/SLSXPCService

type ISLSZeroingWeakContainer ¶

type ISLSZeroingWeakContainer interface {
	objectivec.IObject

	Invalidate()
	GetObject() objectivec.IObject
	Reference() objectivec.IObject
	SetReference(value objectivec.IObject)
	InitWithObject(object objectivec.IObject) SLSZeroingWeakContainer
}

An interface definition for the SLSZeroingWeakContainer class.

Methods ¶

  • [ISLSZeroingWeakContainer.Invalidate]
  • [ISLSZeroingWeakContainer.GetObject]
  • [ISLSZeroingWeakContainer.Reference]
  • [ISLSZeroingWeakContainer.SetReference]
  • [ISLSZeroingWeakContainer.InitWithObject]

See: https://developer.apple.com/documentation/SkyLight/SLSZeroingWeakContainer

type ISLScreenTelemetryConnection ¶

type ISLScreenTelemetryConnection interface {
	objectivec.IObject

	Close()
	Closed() bool
	SetClosed(value bool)
	ClosedWithError(error_ objectivec.IObject)
	ConnectUsingXPCConnectionAndConfigMessage(xPCConnection objectivec.IObject, message objectivec.IObject)
	Connection() objectivec.Object
	SetConnection(value objectivec.Object)
	HandleMessage(message objectivec.IObject)
	Queue() objectivec.Object
	UpdateBlock() VoidHandler
	ZeroingContainer() ISLSZeroingWeakContainer
	InitWithZoneWidthZoneHeightZoneRowsZoneColumnsSamplingIntervalQueueAndUpdateBlock(width uint32, height uint32, rows uint32, columns uint32, interval float64, queue objectivec.IObject, block VoidHandler) SLScreenTelemetryConnection
}

An interface definition for the SLScreenTelemetryConnection class.

Methods ¶

  • [ISLScreenTelemetryConnection.Close]
  • [ISLScreenTelemetryConnection.Closed]
  • [ISLScreenTelemetryConnection.SetClosed]
  • [ISLScreenTelemetryConnection.ClosedWithError]
  • [ISLScreenTelemetryConnection.ConnectUsingXPCConnectionAndConfigMessage]
  • [ISLScreenTelemetryConnection.Connection]
  • [ISLScreenTelemetryConnection.SetConnection]
  • [ISLScreenTelemetryConnection.HandleMessage]
  • [ISLScreenTelemetryConnection.Queue]
  • [ISLScreenTelemetryConnection.UpdateBlock]
  • [ISLScreenTelemetryConnection.ZeroingContainer]
  • [ISLScreenTelemetryConnection.InitWithZoneWidthZoneHeightZoneRowsZoneColumnsSamplingIntervalQueueAndUpdateBlock]

See: https://developer.apple.com/documentation/SkyLight/SLScreenTelemetryConnection

type ISLSecureCursorAssertion ¶

type ISLSecureCursorAssertion interface {
	objectivec.IObject

	Invalidate()
	IsValid() bool
	Uuid() foundation.NSUUID
	SetUuid(value foundation.NSUUID)
	Valid() bool
}

An interface definition for the SLSecureCursorAssertion class.

Methods ¶

  • [ISLSecureCursorAssertion.Invalidate]
  • [ISLSecureCursorAssertion.IsValid]
  • [ISLSecureCursorAssertion.Uuid]
  • [ISLSecureCursorAssertion.SetUuid]
  • [ISLSecureCursorAssertion.Valid]

See: https://developer.apple.com/documentation/SkyLight/SLSecureCursorAssertion

type ISLSecureCursorAssertionManager ¶

type ISLSecureCursorAssertionManager interface {
	objectivec.IObject

	InvalidateAll()
	InvalidateUUID(uuid objectivec.IObject)
	StrongAssertionUUIDs() foundation.NSHashTable
	TakeAssertion() objectivec.IObject
	UnmapUUID(uuid objectivec.IObject)
	WeakAssertionMap() foundation.NSMapTable
}

An interface definition for the SLSecureCursorAssertionManager class.

Methods ¶

  • [ISLSecureCursorAssertionManager.InvalidateAll]
  • [ISLSecureCursorAssertionManager.InvalidateUUID]
  • [ISLSecureCursorAssertionManager.StrongAssertionUUIDs]
  • [ISLSecureCursorAssertionManager.TakeAssertion]
  • [ISLSecureCursorAssertionManager.UnmapUUID]
  • [ISLSecureCursorAssertionManager.WeakAssertionMap]

See: https://developer.apple.com/documentation/SkyLight/SLSecureCursorAssertionManager

type ISLSessionOwner ¶

type ISLSessionOwner interface {
	objectivec.IObject

	AuditSessionID() foundation.NSNumber
	SetAuditSessionID(value foundation.NSNumber)
	CreateXPCSerializationAndInvalidate() objectivec.IObject
	IsValid() bool
	Port() uint32
	SetPort(value uint32)
	SessionID() foundation.NSNumber
	SetSessionID(value foundation.NSNumber)
	InitWithPortAuditSessionIDCgSessionID(port uint32, id int, id2 uint32) SLSessionOwner
	InitWithXPCSerialization(xPCSerialization objectivec.IObject) SLSessionOwner
	Valid() bool
}

An interface definition for the SLSessionOwner class.

Methods ¶

  • [ISLSessionOwner.AuditSessionID]
  • [ISLSessionOwner.SetAuditSessionID]
  • [ISLSessionOwner.CreateXPCSerializationAndInvalidate]
  • [ISLSessionOwner.IsValid]
  • [ISLSessionOwner.Port]
  • [ISLSessionOwner.SetPort]
  • [ISLSessionOwner.SessionID]
  • [ISLSessionOwner.SetSessionID]
  • [ISLSessionOwner.InitWithPortAuditSessionIDCgSessionID]
  • [ISLSessionOwner.InitWithXPCSerialization]
  • [ISLSessionOwner.Valid]

See: https://developer.apple.com/documentation/SkyLight/SLSessionOwner

type ISLSharingSession ¶

type ISLSharingSession interface {
	objectivec.IObject

	Content() objectivec.IObject
	GetUUID() objectivec.IObject
	GetUUIDBytes() objectivec.IObject
	IsEqualToSharingSession(session objectivec.IObject) bool
	LifetimePort() uint32
	SetLifetimePort(value uint32)
	SetContent(content objectivec.IObject)
	SetPresentationDisplayPrimaryEnableShowCursor(display objectivec.IObject, primary objectivec.IObject, enable bool, cursor bool)
	ShowPicker()
	Title() string
	Type() int
	SetType(value int)
	Uuid() foundation.NSUUID
	Uuid_internal() foundation.NSUUID
	SetUuid_internal(value foundation.NSUUID)
	InitFromUUID(uuid objectivec.IObject) SLSharingSession
	InitWithTitleSuppressWindowSharingIndicatorSuppressMenuBarSharingIndicatorNotifications(title objectivec.IObject, indicator bool, notifications bool) SLSharingSession
	InitWithUUIDTitleType(uuid objectivec.IObject, title objectivec.IObject, type_ int) SLSharingSession
}

An interface definition for the SLSharingSession class.

Methods ¶

  • [ISLSharingSession.Content]
  • [ISLSharingSession.GetUUID]
  • [ISLSharingSession.GetUUIDBytes]
  • [ISLSharingSession.IsEqualToSharingSession]
  • [ISLSharingSession.LifetimePort]
  • [ISLSharingSession.SetLifetimePort]
  • [ISLSharingSession.SetContent]
  • [ISLSharingSession.SetPresentationDisplayPrimaryEnableShowCursor]
  • [ISLSharingSession.ShowPicker]
  • [ISLSharingSession.Title]
  • [ISLSharingSession.Type]
  • [ISLSharingSession.SetType]
  • [ISLSharingSession.Uuid]
  • [ISLSharingSession.Uuid_internal]
  • [ISLSharingSession.SetUuid_internal]
  • [ISLSharingSession.InitFromUUID]
  • [ISLSharingSession.InitWithTitleSuppressWindowSharingIndicatorSuppressMenuBarSharingIndicatorNotifications]
  • [ISLSharingSession.InitWithUUIDTitleType]

See: https://developer.apple.com/documentation/SkyLight/SLSharingSession

type ISLSharingSessionContent ¶

type ISLSharingSessionContent interface {
	objectivec.IObject

	DisplayID() foundation.NSNumber
	SetDisplayID(value foundation.NSNumber)
	Filter() ISLWindowFilter
	SetFilter(value ISLWindowFilter)
	MetaData() foundation.INSDictionary
	SetMetaData(value foundation.INSDictionary)
	InitInternalDisplay(internal objectivec.IObject, display objectivec.IObject) SLSharingSessionContent
	InitWithDisplayID(id objectivec.IObject) SLSharingSessionContent
	InitWithWindowID(id objectivec.IObject) SLSharingSessionContent
}

An interface definition for the SLSharingSessionContent class.

Methods ¶

  • [ISLSharingSessionContent.DisplayID]
  • [ISLSharingSessionContent.SetDisplayID]
  • [ISLSharingSessionContent.Filter]
  • [ISLSharingSessionContent.SetFilter]
  • [ISLSharingSessionContent.MetaData]
  • [ISLSharingSessionContent.SetMetaData]
  • [ISLSharingSessionContent.InitInternalDisplay]
  • [ISLSharingSessionContent.InitWithDisplayID]
  • [ISLSharingSessionContent.InitWithWindowID]

See: https://developer.apple.com/documentation/SkyLight/SLSharingSessionContent

type ISLSharingSessionManager ¶

type ISLSharingSessionManager interface {
	objectivec.IObject

	BeginNoPillSharingSessionWithTitle(title objectivec.IObject) objectivec.IObject
	BeginSharingSessionWithTitle(title objectivec.IObject) objectivec.IObject
	BeginSharingSessionWithTitleSuppressWindowSharingIndicatorSuppressMenuBarSharingIndicatorNotifications(title objectivec.IObject, indicator bool, notifications bool) objectivec.IObject
	ClientContexts() foundation.NSMapTable
	SetClientContexts(value foundation.NSMapTable)
	ContextForPayload(payload objectivec.IObject) objectivec.IObject
	CopyAllSessions() objectivec.IObject
	Delegate() objectivec.IObject
	SetDelegate(value objectivec.IObject)
	DispatchToClientDelegate(delegate objectivec.IObject)
	EndSharingSession(session objectivec.IObject)
	NotificationDictionary() objectivec.IObject
	PickerCanceledSession(session objectivec.IObject)
	RegisterNotification()
	SetDelegateBlock(block VoidHandler)
	SystemDelegate() objectivec.IObject
	SetSystemDelegate(value objectivec.IObject)
	UnregisterNotification()
	InitPrivate() SLSharingSessionManager
}

An interface definition for the SLSharingSessionManager class.

Methods ¶

  • [ISLSharingSessionManager.BeginNoPillSharingSessionWithTitle]
  • [ISLSharingSessionManager.BeginSharingSessionWithTitle]
  • [ISLSharingSessionManager.BeginSharingSessionWithTitleSuppressWindowSharingIndicatorSuppressMenuBarSharingIndicatorNotifications]
  • [ISLSharingSessionManager.ClientContexts]
  • [ISLSharingSessionManager.SetClientContexts]
  • [ISLSharingSessionManager.ContextForPayload]
  • [ISLSharingSessionManager.CopyAllSessions]
  • [ISLSharingSessionManager.Delegate]
  • [ISLSharingSessionManager.SetDelegate]
  • [ISLSharingSessionManager.DispatchToClientDelegate]
  • [ISLSharingSessionManager.EndSharingSession]
  • [ISLSharingSessionManager.NotificationDictionary]
  • [ISLSharingSessionManager.PickerCanceledSession]
  • [ISLSharingSessionManager.RegisterNotification]
  • [ISLSharingSessionManager.SetDelegateBlock]
  • [ISLSharingSessionManager.SystemDelegate]
  • [ISLSharingSessionManager.SetSystemDelegate]
  • [ISLSharingSessionManager.UnregisterNotification]
  • [ISLSharingSessionManager.InitPrivate]

See: https://developer.apple.com/documentation/SkyLight/SLSharingSessionManager

type ISLVirtualDisplay ¶

type ISLVirtualDisplay interface {
	objectivec.IObject

	ApplySettingsError(settings objectivec.IObject) (bool, error)
	Delegate() objectivec.IObject
	SetDelegate(value objectivec.IObject)
	Destroy()
	DisplayID() uint32
	InitWithConfigurationError(configuration objectivec.IObject) (SLVirtualDisplay, error)
}

An interface definition for the SLVirtualDisplay class.

Methods ¶

  • [ISLVirtualDisplay.ApplySettingsError]
  • [ISLVirtualDisplay.Delegate]
  • [ISLVirtualDisplay.SetDelegate]
  • [ISLVirtualDisplay.Destroy]
  • [ISLVirtualDisplay.DisplayID]
  • [ISLVirtualDisplay.InitWithConfigurationError]

See: https://developer.apple.com/documentation/SkyLight/SLVirtualDisplay

type ISLVirtualDisplayCapabilities ¶

type ISLVirtualDisplayCapabilities interface {
	objectivec.IObject

	DictionaryRepresentation() objectivec.IObject
	MaximumPixelsPerPoint() objectivec.IObject
	MaximumSizeInPixels() objectivec.IObject
	MinimumPixelsPerPoint() objectivec.IObject
	MinimumRefreshRate() float32
}

An interface definition for the SLVirtualDisplayCapabilities class.

Methods ¶

  • [ISLVirtualDisplayCapabilities.DictionaryRepresentation]
  • [ISLVirtualDisplayCapabilities.MaximumPixelsPerPoint]
  • [ISLVirtualDisplayCapabilities.MaximumSizeInPixels]
  • [ISLVirtualDisplayCapabilities.MinimumPixelsPerPoint]
  • [ISLVirtualDisplayCapabilities.MinimumRefreshRate]

See: https://developer.apple.com/documentation/SkyLight/SLVirtualDisplayCapabilities

type ISLVirtualDisplayConfiguration ¶

type ISLVirtualDisplayConfiguration interface {
	objectivec.IObject

	Chromaticities() objectivec.IObject
	DictionaryRepresentation() objectivec.IObject
	MaximumSizeInPixels() objectivec.IObject
	Name() string
	Options() uint64
	SetOptions(value uint64)
	ProductID() uint64
	SerialNumber() uint64
	SizeInMillimeters() objectivec.IObject
	Subtype() uint64
	SetSubtype(value uint64)
	Type() uint64
	SetType(value uint64)
	Uti() string
	SetUti(value string)
	VendorID() uint64
	InitWithNameVendorIDProductIDSerialNumberSizeInMillimetersMaximumSizeInPixelsChromaticitiesError(name objectivec.IObject, id uint64, id2 uint64, number uint64, millimeters objectivec.IObject, pixels objectivec.IObject, chromaticities objectivec.IObject) (SLVirtualDisplayConfiguration, error)
}

An interface definition for the SLVirtualDisplayConfiguration class.

Methods ¶

  • [ISLVirtualDisplayConfiguration.Chromaticities]
  • [ISLVirtualDisplayConfiguration.DictionaryRepresentation]
  • [ISLVirtualDisplayConfiguration.MaximumSizeInPixels]
  • [ISLVirtualDisplayConfiguration.Name]
  • [ISLVirtualDisplayConfiguration.Options]
  • [ISLVirtualDisplayConfiguration.SetOptions]
  • [ISLVirtualDisplayConfiguration.ProductID]
  • [ISLVirtualDisplayConfiguration.SerialNumber]
  • [ISLVirtualDisplayConfiguration.SizeInMillimeters]
  • [ISLVirtualDisplayConfiguration.Subtype]
  • [ISLVirtualDisplayConfiguration.SetSubtype]
  • [ISLVirtualDisplayConfiguration.Type]
  • [ISLVirtualDisplayConfiguration.SetType]
  • [ISLVirtualDisplayConfiguration.Uti]
  • [ISLVirtualDisplayConfiguration.SetUti]
  • [ISLVirtualDisplayConfiguration.VendorID]
  • [ISLVirtualDisplayConfiguration.InitWithNameVendorIDProductIDSerialNumberSizeInMillimetersMaximumSizeInPixelsChromaticitiesError]

See: https://developer.apple.com/documentation/SkyLight/SLVirtualDisplayConfiguration

type ISLVirtualDisplayMode ¶

type ISLVirtualDisplayMode interface {
	objectivec.IObject

	DictionaryRepresentation() objectivec.IObject
	Eotf() uint64
	SetEotf(value uint64)
	IsEqualToMode(mode objectivec.IObject) bool
	Options() uint64
	SetOptions(value uint64)
	RefreshDeadline() float64
	SetRefreshDeadline(value float64)
	RefreshRate() float32
	SizeInPixels() objectivec.IObject
	SizeInPoints() objectivec.IObject
	InitWithSizeInPixelsSizeInPointsRefreshRateError(pixels objectivec.IObject, points objectivec.IObject, rate float32) (SLVirtualDisplayMode, error)
}

An interface definition for the SLVirtualDisplayMode class.

Methods ¶

  • [ISLVirtualDisplayMode.DictionaryRepresentation]
  • [ISLVirtualDisplayMode.Eotf]
  • [ISLVirtualDisplayMode.SetEotf]
  • [ISLVirtualDisplayMode.IsEqualToMode]
  • [ISLVirtualDisplayMode.Options]
  • [ISLVirtualDisplayMode.SetOptions]
  • [ISLVirtualDisplayMode.RefreshDeadline]
  • [ISLVirtualDisplayMode.SetRefreshDeadline]
  • [ISLVirtualDisplayMode.RefreshRate]
  • [ISLVirtualDisplayMode.SizeInPixels]
  • [ISLVirtualDisplayMode.SizeInPoints]
  • [ISLVirtualDisplayMode.InitWithSizeInPixelsSizeInPointsRefreshRateError]

See: https://developer.apple.com/documentation/SkyLight/SLVirtualDisplayMode

type ISLVirtualDisplaySettings ¶

type ISLVirtualDisplaySettings interface {
	objectivec.IObject

	DictionaryRepresentation() objectivec.IObject
	NativeMode() ISLVirtualDisplayMode
	OptionalModes() foundation.INSArray
	PreferredMode() ISLVirtualDisplayMode
	Rotations() uint64
	InitWithNativeModePreferredModeOptionalModesRotationsError(mode objectivec.IObject, mode2 objectivec.IObject, modes objectivec.IObject, rotations uint64) (SLVirtualDisplaySettings, error)
}

An interface definition for the SLVirtualDisplaySettings class.

Methods ¶

  • [ISLVirtualDisplaySettings.DictionaryRepresentation]
  • [ISLVirtualDisplaySettings.NativeMode]
  • [ISLVirtualDisplaySettings.OptionalModes]
  • [ISLVirtualDisplaySettings.PreferredMode]
  • [ISLVirtualDisplaySettings.Rotations]
  • [ISLVirtualDisplaySettings.InitWithNativeModePreferredModeOptionalModesRotationsError]

See: https://developer.apple.com/documentation/SkyLight/SLVirtualDisplaySettings

type ISLWindowFilter ¶

type ISLWindowFilter interface {
	objectivec.IObject

	DictionaryRepresentation() objectivec.IObject
	Enforce_sharing_type() bool
	SetEnforce_sharing_type(value bool)
	ExcludedApplications() foundation.INSSet
	SetExcludedApplications(value foundation.INSSet)
	ExcludedPIDS() foundation.INSSet
	SetExcludedPIDS(value foundation.INSSet)
	ExcludedWindows() foundation.INSSet
	SetExcludedWindows(value foundation.INSSet)
	FilterPolicy() foundation.NSNumber
	SetFilterPolicy(value foundation.NSNumber)
	Hide_menu_bar() bool
	SetHide_menu_bar(value bool)
	IncludedApplications() foundation.INSSet
	SetIncludedApplications(value foundation.INSSet)
	IncludedPIDS() foundation.INSSet
	SetIncludedPIDS(value foundation.INSSet)
	IncludedWindows() foundation.INSSet
	SetIncludedWindows(value foundation.INSSet)
	IsEqualToWindowFilter(filter objectivec.IObject) bool
	ShieldWindow() foundation.NSNumber
	SetShieldWindow(value foundation.NSNumber)
	InitFromDictionaryRepresentation(representation objectivec.IObject) SLWindowFilter
}

An interface definition for the SLWindowFilter class.

Methods ¶

  • [ISLWindowFilter.DictionaryRepresentation]
  • [ISLWindowFilter.Enforce_sharing_type]
  • [ISLWindowFilter.SetEnforce_sharing_type]
  • [ISLWindowFilter.ExcludedApplications]
  • [ISLWindowFilter.SetExcludedApplications]
  • [ISLWindowFilter.ExcludedPIDS]
  • [ISLWindowFilter.SetExcludedPIDS]
  • [ISLWindowFilter.ExcludedWindows]
  • [ISLWindowFilter.SetExcludedWindows]
  • [ISLWindowFilter.FilterPolicy]
  • [ISLWindowFilter.SetFilterPolicy]
  • [ISLWindowFilter.Hide_menu_bar]
  • [ISLWindowFilter.SetHide_menu_bar]
  • [ISLWindowFilter.IncludedApplications]
  • [ISLWindowFilter.SetIncludedApplications]
  • [ISLWindowFilter.IncludedPIDS]
  • [ISLWindowFilter.SetIncludedPIDS]
  • [ISLWindowFilter.IncludedWindows]
  • [ISLWindowFilter.SetIncludedWindows]
  • [ISLWindowFilter.IsEqualToWindowFilter]
  • [ISLWindowFilter.ShieldWindow]
  • [ISLWindowFilter.SetShieldWindow]
  • [ISLWindowFilter.InitFromDictionaryRepresentation]

See: https://developer.apple.com/documentation/SkyLight/SLWindowFilter

type ISLWindowMirroringContext ¶

type ISLWindowMirroringContext interface {
	objectivec.IObject

	CurrentSession()
	CurrentShieldWindowID() objectivec.IObject
	DisplayID() foundation.NSNumber
	Extend() bool
	Filter() objectivec.IObject
	MirrorTo(to objectivec.IObject) bool
	MirrorToWithFilterShowCursor(to objectivec.IObject, filter objectivec.IObject, cursor bool) bool
	ResetSession()
	SetupSession()
	ShieldWindowID() foundation.NSNumber
	SetShieldWindowID(value foundation.NSNumber)
	SrcDisplayID() foundation.NSNumber
	InitWithDisplay(display objectivec.IObject) SLWindowMirroringContext
}

An interface definition for the SLWindowMirroringContext class.

Methods ¶

  • [ISLWindowMirroringContext.CurrentSession]
  • [ISLWindowMirroringContext.CurrentShieldWindowID]
  • [ISLWindowMirroringContext.DisplayID]
  • [ISLWindowMirroringContext.Extend]
  • [ISLWindowMirroringContext.Filter]
  • [ISLWindowMirroringContext.MirrorTo]
  • [ISLWindowMirroringContext.MirrorToWithFilterShowCursor]
  • [ISLWindowMirroringContext.ResetSession]
  • [ISLWindowMirroringContext.SetupSession]
  • [ISLWindowMirroringContext.ShieldWindowID]
  • [ISLWindowMirroringContext.SetShieldWindowID]
  • [ISLWindowMirroringContext.SrcDisplayID]
  • [ISLWindowMirroringContext.InitWithDisplay]

See: https://developer.apple.com/documentation/SkyLight/SLWindowMirroringContext

type ISLWindowMirroringFilter ¶

type ISLWindowMirroringFilter interface {
	objectivec.IObject

	SetShieldWindow(window objectivec.IObject)
	ShieldWindow() objectivec.IObject
	WindowFilter() objectivec.IObject
	InitWithFilter(filter objectivec.IObject) SLWindowMirroringFilter
	InitWithIncludedApps(apps objectivec.IObject) SLWindowMirroringFilter
	InitWithIncludedWindows(windows objectivec.IObject) SLWindowMirroringFilter
	InitWithIncludedWindowsAndIncludedApps(windows objectivec.IObject, apps objectivec.IObject) SLWindowMirroringFilter
}

An interface definition for the SLWindowMirroringFilter class.

Methods ¶

  • [ISLWindowMirroringFilter.SetShieldWindow]
  • [ISLWindowMirroringFilter.ShieldWindow]
  • [ISLWindowMirroringFilter.WindowFilter]
  • [ISLWindowMirroringFilter.InitWithFilter]
  • [ISLWindowMirroringFilter.InitWithIncludedApps]
  • [ISLWindowMirroringFilter.InitWithIncludedWindows]
  • [ISLWindowMirroringFilter.InitWithIncludedWindowsAndIncludedApps]

See: https://developer.apple.com/documentation/SkyLight/SLWindowMirroringFilter

type ISLWindowMirroringManager ¶

type ISLWindowMirroringManager interface {
	objectivec.IObject

	AddAppTo(app objectivec.IObject, to objectivec.IObject) bool
	AddWindowTo(window objectivec.IObject, to objectivec.IObject) bool
	AppsMirroredToDisplay(display objectivec.IObject) objectivec.IObject
	ContextForDisplay(display objectivec.IObject) objectivec.IObject
	Delegate() objectivec.IObject
	SetDelegate(value objectivec.IObject)
	Extend(extend objectivec.IObject) bool
	FilterForDisplay(display objectivec.IObject) objectivec.IObject
	InvokeDelegateContentChanged(changed objectivec.IObject)
	MirrorTo(mirror objectivec.IObject, to objectivec.IObject) bool
	MirrorWithIncludedAppsTo(mirror objectivec.IObject, apps objectivec.IObject, to objectivec.IObject) bool
	MirrorWithIncludedWindowsAndIncludedAppsTo(mirror objectivec.IObject, windows objectivec.IObject, apps objectivec.IObject, to objectivec.IObject) bool
	MirrorWithIncludedWindowsTo(mirror objectivec.IObject, windows objectivec.IObject, to objectivec.IObject) bool
	RemoveAllContentsFrom(from objectivec.IObject) bool
	RemoveAppFrom(app objectivec.IObject, from objectivec.IObject) bool
	RemoveWindowFrom(window objectivec.IObject, from objectivec.IObject) bool
	ReplaceAllContentsWithAppTo(app objectivec.IObject, to objectivec.IObject) bool
	ReplaceAllContentsWithWindowTo(window objectivec.IObject, to objectivec.IObject) bool
	ReplaceAllWindowsTo(windows objectivec.IObject, to objectivec.IObject) bool
	ReplaceWindowWithTo(window objectivec.IObject, with objectivec.IObject, to objectivec.IObject) bool
	ResetSession(session objectivec.IObject)
	ShieldWindowForDisplay(display objectivec.IObject) objectivec.IObject
	SupportWindowMirroring() bool
	UpdateWithShieldWindowTo(update objectivec.IObject, window objectivec.IObject, to objectivec.IObject) bool
	WindowMirroringDisplays() objectivec.IObject
	WindowsMirroredToDisplay(display objectivec.IObject) objectivec.IObject
}

An interface definition for the SLWindowMirroringManager class.

Methods ¶

  • [ISLWindowMirroringManager.AddAppTo]
  • [ISLWindowMirroringManager.AddWindowTo]
  • [ISLWindowMirroringManager.AppsMirroredToDisplay]
  • [ISLWindowMirroringManager.ContextForDisplay]
  • [ISLWindowMirroringManager.Delegate]
  • [ISLWindowMirroringManager.SetDelegate]
  • [ISLWindowMirroringManager.Extend]
  • [ISLWindowMirroringManager.FilterForDisplay]
  • [ISLWindowMirroringManager.InvokeDelegateContentChanged]
  • [ISLWindowMirroringManager.MirrorTo]
  • [ISLWindowMirroringManager.MirrorWithIncludedAppsTo]
  • [ISLWindowMirroringManager.MirrorWithIncludedWindowsAndIncludedAppsTo]
  • [ISLWindowMirroringManager.MirrorWithIncludedWindowsTo]
  • [ISLWindowMirroringManager.RemoveAllContentsFrom]
  • [ISLWindowMirroringManager.RemoveAppFrom]
  • [ISLWindowMirroringManager.RemoveWindowFrom]
  • [ISLWindowMirroringManager.ReplaceAllContentsWithAppTo]
  • [ISLWindowMirroringManager.ReplaceAllContentsWithWindowTo]
  • [ISLWindowMirroringManager.ReplaceAllWindowsTo]
  • [ISLWindowMirroringManager.ReplaceWindowWithTo]
  • [ISLWindowMirroringManager.ResetSession]
  • [ISLWindowMirroringManager.ShieldWindowForDisplay]
  • [ISLWindowMirroringManager.SupportWindowMirroring]
  • [ISLWindowMirroringManager.UpdateWithShieldWindowTo]
  • [ISLWindowMirroringManager.WindowMirroringDisplays]
  • [ISLWindowMirroringManager.WindowsMirroredToDisplay]

See: https://developer.apple.com/documentation/SkyLight/SLWindowMirroringManager

type ISkyLightPresetHostShim ¶

type ISkyLightPresetHostShim interface {
	objectivec.IObject
}

An interface definition for the SkyLightPresetHostShim class.

See: https://developer.apple.com/documentation/SkyLight/SkyLight.PresetHostShim

type ISkyLightPresetInfoShim ¶

type ISkyLightPresetInfoShim interface {
	objectivec.IObject
}

An interface definition for the SkyLightPresetInfoShim class.

See: https://developer.apple.com/documentation/SkyLight/SkyLight.PresetInfoShim

type IWSEventAnnotationParams ¶

type IWSEventAnnotationParams interface {
	objectivec.IObject

	ForceRouting() bool
	SetForceRouting(value bool)
	NoBackground() bool
	SetNoBackground(value bool)
	SetTarget() bool
	SetSetTarget(value bool)
	ShouldProcessEvent() bool
	SetShouldProcessEvent(value bool)
}

An interface definition for the WSEventAnnotationParams class.

Methods ¶

  • [IWSEventAnnotationParams.ForceRouting]
  • [IWSEventAnnotationParams.SetForceRouting]
  • [IWSEventAnnotationParams.NoBackground]
  • [IWSEventAnnotationParams.SetNoBackground]
  • [IWSEventAnnotationParams.SetTarget]
  • [IWSEventAnnotationParams.SetSetTarget]
  • [IWSEventAnnotationParams.ShouldProcessEvent]
  • [IWSEventAnnotationParams.SetShouldProcessEvent]

See: https://developer.apple.com/documentation/SkyLight/WSEventAnnotationParams

type IWSEventDeliveryManager ¶

type IWSEventDeliveryManager interface {
	objectivec.IObject

	BkDeliveryManager() unsafe.Pointer
	BkEventDeliveryObserverService() unsafe.Pointer
	DeferEventsMatchingPredicateToTargetWithReason(predicate objectivec.IObject, target objectivec.IObject, reason objectivec.IObject) objectivec.IObject
	DeliveryChainsForDeferringTargetEvent(target objectivec.IObject, event objectivec.IObject) objectivec.IObject
	DeliveryGraphDescription() objectivec.IObject
	DescriptionOfResolutionPathForEventDescriptorSenderDescriptor(descriptor objectivec.IObject, descriptor2 objectivec.IObject) objectivec.IObject
	DestinationsForEvent(event *SLSEventRecordRef) objectivec.IObject
	DispatchDiscreteEventsForReasonWithRules(reason objectivec.IObject, rules objectivec.IObject) objectivec.IObject
	ResolveDestinationsForEventStartingFromPID(event *SLSEventRecordRef, pid int) objectivec.IObject
	TransactionAssertionWithReason(reason objectivec.IObject) objectivec.IObject
	ValidateTokenAndEnvironmentForEventProcessManagerOutReason(event *SLSEventRecordRef, manager objectivec.IObject, reason []objectivec.IObject) bool
	InitWithObserverService(service objectivec.IObject) WSEventDeliveryManager
}

An interface definition for the WSEventDeliveryManager class.

Methods ¶

  • [IWSEventDeliveryManager.BkDeliveryManager]
  • [IWSEventDeliveryManager.BkEventDeliveryObserverService]
  • [IWSEventDeliveryManager.DeferEventsMatchingPredicateToTargetWithReason]
  • [IWSEventDeliveryManager.DeliveryChainsForDeferringTargetEvent]
  • [IWSEventDeliveryManager.DeliveryGraphDescription]
  • [IWSEventDeliveryManager.DescriptionOfResolutionPathForEventDescriptorSenderDescriptor]
  • [IWSEventDeliveryManager.DestinationsForEvent]
  • [IWSEventDeliveryManager.DispatchDiscreteEventsForReasonWithRules]
  • [IWSEventDeliveryManager.ResolveDestinationsForEventStartingFromPID]
  • [IWSEventDeliveryManager.TransactionAssertionWithReason]
  • [IWSEventDeliveryManager.ValidateTokenAndEnvironmentForEventProcessManagerOutReason]
  • [IWSEventDeliveryManager.InitWithObserverService]

See: https://developer.apple.com/documentation/SkyLight/WSEventDeliveryManager

type IWSEventProcessor ¶

type IWSEventProcessor interface {
	objectivec.IObject

	AnnotateAnnotationParams(annotate *SLSEventRecordRef, params objectivec.IObject) int
	Annotate_internalAnnotationParamsWindowConnEventRegionIDIsCapturedDefaultWindowOverrideCaptureCid(annotate_internal *SLSEventRecordRef, params objectivec.IObject, conn uint32, id unsafe.Pointer, captured bool, window bool, cid unsafe.Pointer) int
	Can_handle(can_handle *SLSEventRecordRef) bool
	ClearEventState()
	CreateAnnotationParams(params *SLSEventRecordRef) objectivec.IObject
	Event_dispatchAnnotationParamsDispatcher(event_dispatch *SLSEventRecordRef, params objectivec.IObject, dispatcher objectivec.IObject)
	Event_find_window(event_find_window *SLSEventRecordRef)
	Post_event_annotateAnnotationParamsIsCapturedIsInkingEventAnnotateWindowAnnotateConnectionEventRegion(post_event_annotate *SLSEventRecordRef, params objectivec.IObject, captured bool, event bool, window unsafe.Pointer, connection unsafe.Pointer, region WSStructuralRegionRef) bool
	ProcessEventContextDispatcher(event *SLSEventRecordRef, context unsafe.Pointer, dispatcher objectivec.IObject) int64
	Route_annotate_eventAnnotationParamsDispatcher(route_annotate_event *SLSEventRecordRef, params objectivec.IObject, dispatcher objectivec.IObject)
	InitWithSession(session unsafe.Pointer) WSEventProcessor
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objc.Class
}

An interface definition for the WSEventProcessor class.

Methods ¶

  • [IWSEventProcessor.AnnotateAnnotationParams]
  • [IWSEventProcessor.Annotate_internalAnnotationParamsWindowConnEventRegionIDIsCapturedDefaultWindowOverrideCaptureCid]
  • [IWSEventProcessor.Can_handle]
  • [IWSEventProcessor.ClearEventState]
  • [IWSEventProcessor.CreateAnnotationParams]
  • [IWSEventProcessor.Event_dispatchAnnotationParamsDispatcher]
  • [IWSEventProcessor.Event_find_window]
  • [IWSEventProcessor.Post_event_annotateAnnotationParamsIsCapturedIsInkingEventAnnotateWindowAnnotateConnectionEventRegion]
  • [IWSEventProcessor.ProcessEventContextDispatcher]
  • [IWSEventProcessor.Route_annotate_eventAnnotationParamsDispatcher]
  • [IWSEventProcessor.InitWithSession]
  • [IWSEventProcessor.DebugDescription]
  • [IWSEventProcessor.Description]
  • [IWSEventProcessor.Hash]
  • [IWSEventProcessor.Superclass]

See: https://developer.apple.com/documentation/SkyLight/WSEventProcessor

type IWSGestureEventAnnotationParams ¶

type IWSGestureEventAnnotationParams interface {
	IWSEventAnnotationParams

	GestureStreamState() int
	SetGestureStreamState(value int)
}

An interface definition for the WSGestureEventAnnotationParams class.

Methods ¶

  • [IWSGestureEventAnnotationParams.GestureStreamState]
  • [IWSGestureEventAnnotationParams.SetGestureStreamState]

See: https://developer.apple.com/documentation/SkyLight/WSGestureEventAnnotationParams

type IWSGestureEventProcessor ¶

type IWSGestureEventProcessor interface {
	IWSEventProcessor
}

An interface definition for the WSGestureEventProcessor class.

See: https://developer.apple.com/documentation/SkyLight/WSGestureEventProcessor

type IWSHIDEventDeliveryManagerServer ¶

type IWSHIDEventDeliveryManagerServer interface {
	objectivec.IObject

	Activate()
	AppendDescriptionToStream(stream objectivec.IObject)
	DeliveryManagerForAuditToken(token objectivec.IObject) objectivec.IObject
	PermittedRuleChangeMaskForAuditToken(token objectivec.IObject) uint64
	Server() unsafe.Pointer
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objc.Class
	// contains filtered or unexported methods
}

An interface definition for the WSHIDEventDeliveryManagerServer class.

Methods ¶

  • [IWSHIDEventDeliveryManagerServer._init]
  • [IWSHIDEventDeliveryManagerServer.Activate]
  • [IWSHIDEventDeliveryManagerServer.AppendDescriptionToStream]
  • [IWSHIDEventDeliveryManagerServer.DeliveryManagerForAuditToken]
  • [IWSHIDEventDeliveryManagerServer.PermittedRuleChangeMaskForAuditToken]
  • [IWSHIDEventDeliveryManagerServer.Server]
  • [IWSHIDEventDeliveryManagerServer.DebugDescription]
  • [IWSHIDEventDeliveryManagerServer.Description]
  • [IWSHIDEventDeliveryManagerServer.Hash]
  • [IWSHIDEventDeliveryManagerServer.Superclass]

See: https://developer.apple.com/documentation/SkyLight/WSHIDEventDeliveryManagerServer

type IWSHIDEventDeliveryObserverServer ¶

type IWSHIDEventDeliveryObserverServer interface {
	objectivec.IObject

	Activate()
	AppendDescriptionToStream(stream objectivec.IObject)
	BkServer() unsafe.Pointer
	DeliveryObserverServiceForAuditToken(token objectivec.IObject) objectivec.IObject
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objc.Class
	// contains filtered or unexported methods
}

An interface definition for the WSHIDEventDeliveryObserverServer class.

Methods ¶

  • [IWSHIDEventDeliveryObserverServer._init]
  • [IWSHIDEventDeliveryObserverServer.Activate]
  • [IWSHIDEventDeliveryObserverServer.AppendDescriptionToStream]
  • [IWSHIDEventDeliveryObserverServer.BkServer]
  • [IWSHIDEventDeliveryObserverServer.DeliveryObserverServiceForAuditToken]
  • [IWSHIDEventDeliveryObserverServer.DebugDescription]
  • [IWSHIDEventDeliveryObserverServer.Description]
  • [IWSHIDEventDeliveryObserverServer.Hash]
  • [IWSHIDEventDeliveryObserverServer.Superclass]

See: https://developer.apple.com/documentation/SkyLight/WSHIDEventDeliveryObserverServer

type IWSHIDEventDeliveryObserverService ¶

type IWSHIDEventDeliveryObserverService interface {
	objectivec.IObject

	BkObserverService() unsafe.Pointer
	InitWithServer(server objectivec.IObject) WSHIDEventDeliveryObserverService
}

An interface definition for the WSHIDEventDeliveryObserverService class.

Methods ¶

  • [IWSHIDEventDeliveryObserverService.BkObserverService]
  • [IWSHIDEventDeliveryObserverService.InitWithServer]

See: https://developer.apple.com/documentation/SkyLight/WSHIDEventDeliveryObserverService

type IWSHIDIncomingServiceConnectionManager ¶

type IWSHIDIncomingServiceConnectionManager interface {
	objectivec.IObject

	AppendDescriptionToStream(stream objectivec.IObject)
	DidUpdateEventDeliveryManagerForSession()
	HandleIncomingDeliveryManagerConnection(connection objectivec.IObject)
	HandleIncomingDeliveryObserverConnection(connection objectivec.IObject)
	IncomingServiceConnectionDidRevoke(revoke objectivec.IObject)
	// contains filtered or unexported methods
}

An interface definition for the WSHIDIncomingServiceConnectionManager class.

Methods ¶

  • [IWSHIDIncomingServiceConnectionManager._init]
  • [IWSHIDIncomingServiceConnectionManager._queue_appendDescriptionToStream]
  • [IWSHIDIncomingServiceConnectionManager._queue_deliveryManagerForAuditToken]
  • [IWSHIDIncomingServiceConnectionManager._queue_description]
  • [IWSHIDIncomingServiceConnectionManager._queue_eventDeliveryObserverServiceForAuditToken]
  • [IWSHIDIncomingServiceConnectionManager.AppendDescriptionToStream]
  • [IWSHIDIncomingServiceConnectionManager.DidUpdateEventDeliveryManagerForSession]
  • [IWSHIDIncomingServiceConnectionManager.HandleIncomingDeliveryManagerConnection]
  • [IWSHIDIncomingServiceConnectionManager.HandleIncomingDeliveryObserverConnection]
  • [IWSHIDIncomingServiceConnectionManager.IncomingServiceConnectionDidRevoke]

See: https://developer.apple.com/documentation/SkyLight/WSHIDIncomingServiceConnectionManager

type IWSKeyEventProcessor ¶

type IWSKeyEventProcessor interface {
	IWSEventProcessor
}

An interface definition for the WSKeyEventProcessor class.

See: https://developer.apple.com/documentation/SkyLight/WSKeyEventProcessor

type IWSMouseEventProcessor ¶

type IWSMouseEventProcessor interface {
	IWSEventProcessor
}

An interface definition for the WSMouseEventProcessor class.

See: https://developer.apple.com/documentation/SkyLight/WSMouseEventProcessor

type IWSSLSToHIDEventTranslator ¶

type IWSSLSToHIDEventTranslator interface {
	objectivec.IObject

	HidEventForSLSEventOutSenderDescriptor(sLSEvent *SLSEventRecordRef, descriptor []objectivec.IObject) uintptr
}

An interface definition for the WSSLSToHIDEventTranslator class.

Methods ¶

  • [IWSSLSToHIDEventTranslator.HidEventForSLSEventOutSenderDescriptor]

See: https://developer.apple.com/documentation/SkyLight/_WSSLSToHIDEventTranslator

type IWSTouchBarEventProcessor ¶

type IWSTouchBarEventProcessor interface {
	IWSEventProcessor
}

An interface definition for the WSTouchBarEventProcessor class.

See: https://developer.apple.com/documentation/SkyLight/WSTouchBarEventProcessor

type IWSUberEventProcessor ¶

type IWSUberEventProcessor interface {
	objectivec.IObject

	ClearEventState()
	ProcessEventContextDispatcher(event *SLSEventRecordRef, context unsafe.Pointer, dispatcher objectivec.IObject) int64
	InitWithSession(session unsafe.Pointer) WSUberEventProcessor
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objc.Class
}

An interface definition for the WSUberEventProcessor class.

Methods ¶

  • [IWSUberEventProcessor.ClearEventState]
  • [IWSUberEventProcessor.ProcessEventContextDispatcher]
  • [IWSUberEventProcessor.InitWithSession]
  • [IWSUberEventProcessor.DebugDescription]
  • [IWSUberEventProcessor.Description]
  • [IWSUberEventProcessor.Hash]
  • [IWSUberEventProcessor.Superclass]

See: https://developer.apple.com/documentation/SkyLight/WSUberEventProcessor

type LPMObserver ¶

type LPMObserver struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/LPMObserver

func LPMObserverFromID ¶

func LPMObserverFromID(id objc.ID) LPMObserver

LPMObserverFromID constructs a LPMObserver from an objc.ID.

func NewLPMObserver ¶

func NewLPMObserver() LPMObserver

NewLPMObserver creates a new LPMObserver instance.

func (LPMObserver) Autorelease ¶

func (l LPMObserver) Autorelease() LPMObserver

Autorelease adds the receiver to the current autorelease pool.

func (LPMObserver) Init ¶

func (l LPMObserver) Init() LPMObserver

Init initializes the instance.

type LPMObserverClass ¶

type LPMObserverClass struct {
	// contains filtered or unexported fields
}

func GetLPMObserverClass ¶

func GetLPMObserverClass() LPMObserverClass

GetLPMObserverClass returns the class object for LPMObserver.

func (LPMObserverClass) Alloc ¶

func (lc LPMObserverClass) Alloc() LPMObserver

Alloc allocates memory for a new instance of the class.

func (LPMObserverClass) Class ¶

func (lc LPMObserverClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type MessageInitData ¶

type MessageInitData struct {
}

MessageInitData

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/SkyLight/MessageInitData

type NSCopying ¶

type NSCopying interface {
	objectivec.IObject
}

NSCopying protocol.

See: https://developer.apple.com/documentation/SkyLight/NSCopying

type NSCopyingObject ¶

type NSCopyingObject struct {
	objectivec.Object
}

NSCopyingObject wraps an existing Objective-C object that conforms to the NSCopying protocol.

func NSCopyingObjectFromID ¶

func NSCopyingObjectFromID(id objc.ID) NSCopyingObject

NSCopyingObjectFromID constructs a NSCopyingObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (NSCopyingObject) BaseObject ¶

func (o NSCopyingObject) BaseObject() objectivec.Object

type NSMutableCopying ¶

type NSMutableCopying interface {
	objectivec.IObject
}

NSMutableCopying protocol.

See: https://developer.apple.com/documentation/SkyLight/NSMutableCopying

type NSMutableCopyingObject ¶

type NSMutableCopyingObject struct {
	objectivec.Object
}

NSMutableCopyingObject wraps an existing Objective-C object that conforms to the NSMutableCopying protocol.

func NSMutableCopyingObjectFromID ¶

func NSMutableCopyingObjectFromID(id objc.ID) NSMutableCopyingObject

NSMutableCopyingObjectFromID constructs a NSMutableCopyingObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (NSMutableCopyingObject) BaseObject ¶

func (o NSMutableCopyingObject) BaseObject() objectivec.Object

type NSSecureCoding ¶

type NSSecureCoding interface {
	objectivec.IObject

	// SupportsSecureCoding protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/NSSecureCoding/supportsSecureCoding
	SupportsSecureCoding() bool
}

NSSecureCoding protocol.

See: https://developer.apple.com/documentation/SkyLight/NSSecureCoding

type NSSecureCodingObject ¶

type NSSecureCodingObject struct {
	objectivec.Object
}

NSSecureCodingObject wraps an existing Objective-C object that conforms to the NSSecureCoding protocol.

func NSSecureCodingObjectFromID ¶

func NSSecureCodingObjectFromID(id objc.ID) NSSecureCodingObject

NSSecureCodingObjectFromID constructs a NSSecureCodingObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (NSSecureCodingObject) BaseObject ¶

func (o NSSecureCodingObject) BaseObject() objectivec.Object

type NumberErrorHandler ¶

type NumberErrorHandler = func(*foundation.NSNumber, error)

NumberErrorHandler is the signature for a completion handler block.

Used by:

  • [CPXRemoteViewEventProtocolServerCallsClient.SendEventToHostFullDispatchReply]

type OpaqueCUIRendererRef ¶

type OpaqueCUIRendererRef struct {
}

OpaqueCUIRendererRef

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/SkyLight/OpaqueCUIRendererRef

type PKGCoreUIRenderer ¶

type PKGCoreUIRenderer struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/PKGCoreUIRenderer

func NewPKGCoreUIRenderer ¶

func NewPKGCoreUIRenderer() PKGCoreUIRenderer

NewPKGCoreUIRenderer creates a new PKGCoreUIRenderer instance.

func PKGCoreUIRendererFromID ¶

func PKGCoreUIRendererFromID(id objc.ID) PKGCoreUIRenderer

PKGCoreUIRendererFromID constructs a PKGCoreUIRenderer from an objc.ID.

func (PKGCoreUIRenderer) Autorelease ¶

func (g PKGCoreUIRenderer) Autorelease() PKGCoreUIRenderer

Autorelease adds the receiver to the current autorelease pool.

func (PKGCoreUIRenderer) Init ¶

Init initializes the instance.

type PKGCoreUIRendererClass ¶

type PKGCoreUIRendererClass struct {
	// contains filtered or unexported fields
}

func GetPKGCoreUIRendererClass ¶

func GetPKGCoreUIRendererClass() PKGCoreUIRendererClass

GetPKGCoreUIRendererClass returns the class object for PKGCoreUIRenderer.

func (PKGCoreUIRendererClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (PKGCoreUIRendererClass) Class ¶

func (pc PKGCoreUIRendererClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type PKGCoreUITransaction ¶

type PKGCoreUITransaction struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/PKGCoreUITransaction

func NewPKGCoreUITransaction ¶

func NewPKGCoreUITransaction() PKGCoreUITransaction

NewPKGCoreUITransaction creates a new PKGCoreUITransaction instance.

func PKGCoreUITransactionFromID ¶

func PKGCoreUITransactionFromID(id objc.ID) PKGCoreUITransaction

PKGCoreUITransactionFromID constructs a PKGCoreUITransaction from an objc.ID.

func (PKGCoreUITransaction) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (PKGCoreUITransaction) CanLayerUpdateKeyForOptions ¶ added in v0.6.0

func (g PKGCoreUITransaction) CanLayerUpdateKeyForOptions() bool

CanLayerUpdateKeyForOptions reports whether the receiver responds to the private selector _layerUpdateKeyForOptions:.

func (PKGCoreUITransaction) CanScheduleRendererWorkMainThreadWork ¶ added in v0.6.0

func (g PKGCoreUITransaction) CanScheduleRendererWorkMainThreadWork() bool

CanScheduleRendererWorkMainThreadWork reports whether the receiver responds to the private selector _scheduleRendererWork:mainThreadWork:.

func (PKGCoreUITransaction) Init ¶

Init initializes the instance.

func (PKGCoreUITransaction) LayerUpdateKeyForOptions ¶

func (g PKGCoreUITransaction) LayerUpdateKeyForOptions(options objectivec.IObject) (objectivec.IObject, error)

LayerUpdateKeyForOptions is an exported wrapper for the private method _layerUpdateKeyForOptions.

func (PKGCoreUITransaction) ScheduleRendererWorkMainThreadWork ¶

func (g PKGCoreUITransaction) ScheduleRendererWorkMainThreadWork(work VoidHandler, work2 VoidHandler) error

ScheduleRendererWorkMainThreadWork is an exported wrapper for the private method _scheduleRendererWorkMainThreadWork.

func (PKGCoreUITransaction) UpdateLayerKeyRendererWorkSync ¶

func (g PKGCoreUITransaction) UpdateLayerKeyRendererWorkSync(ctx context.Context, layer objectivec.IObject, key objectivec.IObject) error

UpdateLayerKeyRendererWorkSync is a synchronous wrapper around PKGCoreUITransaction.UpdateLayerKeyRendererWork. It blocks until the completion handler fires or the context is cancelled.

type PKGCoreUITransactionClass ¶

type PKGCoreUITransactionClass struct {
	// contains filtered or unexported fields
}

func GetPKGCoreUITransactionClass ¶

func GetPKGCoreUITransactionClass() PKGCoreUITransactionClass

GetPKGCoreUITransactionClass returns the class object for PKGCoreUITransaction.

func (PKGCoreUITransactionClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (PKGCoreUITransactionClass) Class ¶

Class returns the underlying Objective-C class pointer.

type PKGCoreUIWork ¶

type PKGCoreUIWork struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/PKGCoreUIWork

func NewPKGCoreUIWork ¶

func NewPKGCoreUIWork() PKGCoreUIWork

NewPKGCoreUIWork creates a new PKGCoreUIWork instance.

func PKGCoreUIWorkFromID ¶

func PKGCoreUIWorkFromID(id objc.ID) PKGCoreUIWork

PKGCoreUIWorkFromID constructs a PKGCoreUIWork from an objc.ID.

func (PKGCoreUIWork) Autorelease ¶

func (g PKGCoreUIWork) Autorelease() PKGCoreUIWork

Autorelease adds the receiver to the current autorelease pool.

func (PKGCoreUIWork) Init ¶

func (g PKGCoreUIWork) Init() PKGCoreUIWork

Init initializes the instance.

func (PKGCoreUIWork) SetMainThreadWorkSync ¶

func (g PKGCoreUIWork) SetMainThreadWorkSync(ctx context.Context) error

SetMainThreadWorkSync is a synchronous wrapper around PKGCoreUIWork.SetMainThreadWork. It blocks until the completion handler fires or the context is cancelled.

func (PKGCoreUIWork) SetRendererWorkSync ¶

func (g PKGCoreUIWork) SetRendererWorkSync(ctx context.Context) error

SetRendererWorkSync is a synchronous wrapper around PKGCoreUIWork.SetRendererWork. It blocks until the completion handler fires or the context is cancelled.

type PKGCoreUIWorkClass ¶

type PKGCoreUIWorkClass struct {
	// contains filtered or unexported fields
}

func GetPKGCoreUIWorkClass ¶

func GetPKGCoreUIWorkClass() PKGCoreUIWorkClass

GetPKGCoreUIWorkClass returns the class object for PKGCoreUIWork.

func (PKGCoreUIWorkClass) Alloc ¶

func (pc PKGCoreUIWorkClass) Alloc() PKGCoreUIWork

Alloc allocates memory for a new instance of the class.

func (PKGCoreUIWorkClass) Class ¶

func (pc PKGCoreUIWorkClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type PKGSpaceWindowManager ¶

type PKGSpaceWindowManager struct {
	objectivec.Object
}

See: https://developer.apple.com/documentation/SkyLight/PKGSpaceWindowManager

func NewPKGSpaceWindowManager ¶

func NewPKGSpaceWindowManager() PKGSpaceWindowManager

NewPKGSpaceWindowManager creates a new PKGSpaceWindowManager instance.

func PKGSpaceWindowManagerFromID ¶

func PKGSpaceWindowManagerFromID(id objc.ID) PKGSpaceWindowManager

PKGSpaceWindowManagerFromID constructs a PKGSpaceWindowManager from an objc.ID.

func (PKGSpaceWindowManager) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (PKGSpaceWindowManager) Init ¶

Init initializes the instance.

type PKGSpaceWindowManagerClass ¶

type PKGSpaceWindowManagerClass struct {
	// contains filtered or unexported fields
}

func GetPKGSpaceWindowManagerClass ¶

func GetPKGSpaceWindowManagerClass() PKGSpaceWindowManagerClass

GetPKGSpaceWindowManagerClass returns the class object for PKGSpaceWindowManager.

func (PKGSpaceWindowManagerClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (PKGSpaceWindowManagerClass) Class ¶

Class returns the underlying Objective-C class pointer.

type PKGSystemStatusIndicatorsShim ¶

type PKGSystemStatusIndicatorsShim struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/PKGSystemStatusIndicatorsShim

func NewPKGSystemStatusIndicatorsShim ¶

func NewPKGSystemStatusIndicatorsShim() PKGSystemStatusIndicatorsShim

NewPKGSystemStatusIndicatorsShim creates a new PKGSystemStatusIndicatorsShim instance.

func PKGSystemStatusIndicatorsShimFromID ¶

func PKGSystemStatusIndicatorsShimFromID(id objc.ID) PKGSystemStatusIndicatorsShim

PKGSystemStatusIndicatorsShimFromID constructs a PKGSystemStatusIndicatorsShim from an objc.ID.

func (PKGSystemStatusIndicatorsShim) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (PKGSystemStatusIndicatorsShim) Init ¶

Init initializes the instance.

func (PKGSystemStatusIndicatorsShim) SetGlobalEnableSecureIndicators ¶

func (g PKGSystemStatusIndicatorsShim) SetGlobalEnableSecureIndicators(value bool)

func (PKGSystemStatusIndicatorsShim) SetSuspendUpdates ¶

func (g PKGSystemStatusIndicatorsShim) SetSuspendUpdates(value bool)

type PKGSystemStatusIndicatorsShimClass ¶

type PKGSystemStatusIndicatorsShimClass struct {
	// contains filtered or unexported fields
}

func GetPKGSystemStatusIndicatorsShimClass ¶

func GetPKGSystemStatusIndicatorsShimClass() PKGSystemStatusIndicatorsShimClass

GetPKGSystemStatusIndicatorsShimClass returns the class object for PKGSystemStatusIndicatorsShim.

func (PKGSystemStatusIndicatorsShimClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (PKGSystemStatusIndicatorsShimClass) Class ¶

Class returns the underlying Objective-C class pointer.

type PresetDeviceFlags ¶

type PresetDeviceFlags struct {
}

PresetDeviceFlags

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/SkyLight/PresetDeviceFlags

type ProDisplayController ¶

type ProDisplayController struct {
	// contains filtered or unexported fields
}

ProDisplayController

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/SkyLight/ProDisplayController

type ProcessSerialNumber ¶

type ProcessSerialNumber struct {
	HighLongOfPSN uint32
	LowLongOfPSN  uint32
}

ProcessSerialNumber

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/SkyLight/ProcessSerialNumber

type SLContentFilter ¶

type SLContentFilter struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLContentFilter

func NewSLContentFilter ¶

func NewSLContentFilter() SLContentFilter

NewSLContentFilter creates a new SLContentFilter instance.

func SLContentFilterFromID ¶

func SLContentFilterFromID(id objc.ID) SLContentFilter

SLContentFilterFromID constructs a SLContentFilter from an objc.ID.

func (SLContentFilter) Autorelease ¶

func (s SLContentFilter) Autorelease() SLContentFilter

Autorelease adds the receiver to the current autorelease pool.

func (SLContentFilter) Init ¶

Init initializes the instance.

func (SLContentFilter) SetExcludedPIDS ¶

func (s SLContentFilter) SetExcludedPIDS(value foundation.INSSet)

func (SLContentFilter) SetHideMenuBar ¶

func (s SLContentFilter) SetHideMenuBar(value bool)

func (SLContentFilter) SetIncludedPIDS ¶

func (s SLContentFilter) SetIncludedPIDS(value foundation.INSSet)

type SLContentFilterClass ¶

type SLContentFilterClass struct {
	// contains filtered or unexported fields
}

func GetSLContentFilterClass ¶

func GetSLContentFilterClass() SLContentFilterClass

GetSLContentFilterClass returns the class object for SLContentFilter.

func (SLContentFilterClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLContentFilterClass) Class ¶

func (sc SLContentFilterClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

func (SLContentFilterClass) SupportsSecureCoding ¶

func (_SLContentFilterClass SLContentFilterClass) SupportsSecureCoding() bool

See: https://developer.apple.com/documentation/SkyLight/SLContentFilter/supportsSecureCoding

type SLContentStream ¶

type SLContentStream struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLContentStream

func NewSLContentStream ¶

func NewSLContentStream() SLContentStream

NewSLContentStream creates a new SLContentStream instance.

func SLContentStreamFromID ¶

func SLContentStreamFromID(id objc.ID) SLContentStream

SLContentStreamFromID constructs a SLContentStream from an objc.ID.

func (SLContentStream) Autorelease ¶

func (s SLContentStream) Autorelease() SLContentStream

Autorelease adds the receiver to the current autorelease pool.

func (SLContentStream) Init ¶

Init initializes the instance.

func (SLContentStream) InitWithFilterPropertiesQueueHandlerSync ¶

func (s SLContentStream) InitWithFilterPropertiesQueueHandlerSync(ctx context.Context, filter objectivec.IObject, properties objectivec.IObject, queue objectivec.IObject) error

InitWithFilterPropertiesQueueHandlerSync is a synchronous wrapper around SLContentStream.InitWithFilterPropertiesQueueHandler. It blocks until the completion handler fires or the context is cancelled.

func (SLContentStream) SetFilter ¶

func (s SLContentStream) SetFilter(value ISLContentFilter)

func (SLContentStream) SetHandlerSync ¶

func (s SLContentStream) SetHandlerSync(ctx context.Context) error

SetHandlerSync is a synchronous wrapper around SLContentStream.SetHandler. It blocks until the completion handler fires or the context is cancelled.

func (SLContentStream) SetProperties ¶

func (s SLContentStream) SetProperties(value foundation.INSDictionary)

func (SLContentStream) SetQueue ¶

func (s SLContentStream) SetQueue(value objectivec.Object)

func (SLContentStream) SetRunning ¶

func (s SLContentStream) SetRunning(value bool)

func (SLContentStream) SetSession ¶

func (s SLContentStream) SetSession(value ISLSharingSession)

func (SLContentStream) SetStream ¶

func (s SLContentStream) SetStream(value coregraphics.CGDisplayStreamRef)

type SLContentStreamClass ¶

type SLContentStreamClass struct {
	// contains filtered or unexported fields
}

func GetSLContentStreamClass ¶

func GetSLContentStreamClass() SLContentStreamClass

GetSLContentStreamClass returns the class object for SLContentStream.

func (SLContentStreamClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLContentStreamClass) Class ¶

func (sc SLContentStreamClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

func (SLContentStreamClass) CreateScreenshotPropertiesQueueHandlerError ¶

func (_SLContentStreamClass SLContentStreamClass) CreateScreenshotPropertiesQueueHandlerError(screenshot objectivec.IObject, properties objectivec.IObject, queue objectivec.IObject, handler func()) (bool, error)

See: https://developer.apple.com/documentation/SkyLight/SLContentStream/createScreenshot:properties:queue:handler:error:

type SLContentStreamUpdate ¶

type SLContentStreamUpdate struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLContentStreamUpdate

func NewSLContentStreamUpdate ¶

func NewSLContentStreamUpdate() SLContentStreamUpdate

NewSLContentStreamUpdate creates a new SLContentStreamUpdate instance.

func SLContentStreamUpdateFromID ¶

func SLContentStreamUpdateFromID(id objc.ID) SLContentStreamUpdate

SLContentStreamUpdateFromID constructs a SLContentStreamUpdate from an objc.ID.

func (SLContentStreamUpdate) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLContentStreamUpdate) Init ¶

Init initializes the instance.

func (SLContentStreamUpdate) SetMetaData ¶

func (s SLContentStreamUpdate) SetMetaData(value foundation.INSDictionary)

func (SLContentStreamUpdate) SetUpdateRef ¶

type SLContentStreamUpdateClass ¶

type SLContentStreamUpdateClass struct {
	// contains filtered or unexported fields
}

func GetSLContentStreamUpdateClass ¶

func GetSLContentStreamUpdateClass() SLContentStreamUpdateClass

GetSLContentStreamUpdateClass returns the class object for SLContentStreamUpdate.

func (SLContentStreamUpdateClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLContentStreamUpdateClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLDataTimelineConfig ¶

type SLDataTimelineConfig struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLDataTimelineConfig

func NewSLDataTimelineConfig ¶

func NewSLDataTimelineConfig() SLDataTimelineConfig

NewSLDataTimelineConfig creates a new SLDataTimelineConfig instance.

func SLDataTimelineConfigFromID ¶

func SLDataTimelineConfigFromID(id objc.ID) SLDataTimelineConfig

SLDataTimelineConfigFromID constructs a SLDataTimelineConfig from an objc.ID.

func (SLDataTimelineConfig) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLDataTimelineConfig) CreateNoSenderRecvPairWithQueueErrorHandlerEventHandlerSync ¶

func (s SLDataTimelineConfig) CreateNoSenderRecvPairWithQueueErrorHandlerEventHandlerSync(ctx context.Context, queue objectivec.IObject, handler VoidHandler) error

CreateNoSenderRecvPairWithQueueErrorHandlerEventHandlerSync is a synchronous wrapper around SLDataTimelineConfig.CreateNoSenderRecvPairWithQueueErrorHandlerEventHandler. It blocks until the completion handler fires or the context is cancelled.

func (SLDataTimelineConfig) EstablishConnectionWithResultBlockSync ¶

func (s SLDataTimelineConfig) EstablishConnectionWithResultBlockSync(ctx context.Context) error

EstablishConnectionWithResultBlockSync is a synchronous wrapper around SLDataTimelineConfig.EstablishConnectionWithResultBlock. It blocks until the completion handler fires or the context is cancelled.

func (SLDataTimelineConfig) Init ¶

Init initializes the instance.

func (SLDataTimelineConfig) InitWithNameAndUpdateBlockSync ¶

func (s SLDataTimelineConfig) InitWithNameAndUpdateBlockSync(ctx context.Context, name objectivec.IObject) error

InitWithNameAndUpdateBlockSync is a synchronous wrapper around SLDataTimelineConfig.InitWithNameAndUpdateBlock. It blocks until the completion handler fires or the context is cancelled.

func (SLDataTimelineConfig) SetUpdateBlockQueue ¶

func (s SLDataTimelineConfig) SetUpdateBlockQueue(value objectivec.Object)

type SLDataTimelineConfigClass ¶

type SLDataTimelineConfigClass struct {
	// contains filtered or unexported fields
}

func GetSLDataTimelineConfigClass ¶

func GetSLDataTimelineConfigClass() SLDataTimelineConfigClass

GetSLDataTimelineConfigClass returns the class object for SLDataTimelineConfig.

func (SLDataTimelineConfigClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLDataTimelineConfigClass) Class ¶

Class returns the underlying Objective-C class pointer.

func (SLDataTimelineConfigClass) ConfigWithNameAndUpdateBlockSync ¶

func (sc SLDataTimelineConfigClass) ConfigWithNameAndUpdateBlockSync(ctx context.Context, name objectivec.IObject) error

ConfigWithNameAndUpdateBlockSync is a synchronous wrapper around [SLDataTimelineConfig.ConfigWithNameAndUpdateBlock]. It blocks until the completion handler fires or the context is cancelled.

type SLDataTimelineConnectionObject ¶

type SLDataTimelineConnectionObject struct {
	objectivec.Object
}

SLDataTimelineConnectionObject wraps an existing Objective-C object that conforms to the SLDataTimelineConnection protocol.

func SLDataTimelineConnectionObjectFromID ¶

func SLDataTimelineConnectionObjectFromID(id objc.ID) SLDataTimelineConnectionObject

SLDataTimelineConnectionObjectFromID constructs a SLDataTimelineConnectionObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (SLDataTimelineConnectionObject) BaseObject ¶

type SLDataTimelineProcessEntry ¶

type SLDataTimelineProcessEntry struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLDataTimelineProcessEntry

func NewSLDataTimelineProcessEntry ¶

func NewSLDataTimelineProcessEntry() SLDataTimelineProcessEntry

NewSLDataTimelineProcessEntry creates a new SLDataTimelineProcessEntry instance.

func SLDataTimelineProcessEntryFromID ¶

func SLDataTimelineProcessEntryFromID(id objc.ID) SLDataTimelineProcessEntry

SLDataTimelineProcessEntryFromID constructs a SLDataTimelineProcessEntry from an objc.ID.

func (SLDataTimelineProcessEntry) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLDataTimelineProcessEntry) Init ¶

Init initializes the instance.

type SLDataTimelineProcessEntryClass ¶

type SLDataTimelineProcessEntryClass struct {
	// contains filtered or unexported fields
}

func GetSLDataTimelineProcessEntryClass ¶

func GetSLDataTimelineProcessEntryClass() SLDataTimelineProcessEntryClass

GetSLDataTimelineProcessEntryClass returns the class object for SLDataTimelineProcessEntry.

func (SLDataTimelineProcessEntryClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLDataTimelineProcessEntryClass) Class ¶

Class returns the underlying Objective-C class pointer.

func (SLDataTimelineProcessEntryClass) EntryWithXPCObject ¶

func (_SLDataTimelineProcessEntryClass SLDataTimelineProcessEntryClass) EntryWithXPCObject(xPCObject objectivec.IObject) objectivec.IObject

See: https://developer.apple.com/documentation/SkyLight/SLDataTimelineProcessEntry/entryWithXPCObject:

type SLDataTimelineProcessHandler ¶

type SLDataTimelineProcessHandler = func(*objectivec.Object)

SLDataTimelineProcessHandler is the signature for a completion handler block.

Used by:

  • [SLDataTimelineSessionProcessCollection.ProcessesApplyBlock]

type SLDataTimelineProcessObject ¶

type SLDataTimelineProcessObject struct {
	objectivec.Object
}

SLDataTimelineProcessObject wraps an existing Objective-C object that conforms to the SLDataTimelineProcess protocol.

func SLDataTimelineProcessObjectFromID ¶

func SLDataTimelineProcessObjectFromID(id objc.ID) SLDataTimelineProcessObject

SLDataTimelineProcessObjectFromID constructs a SLDataTimelineProcessObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (SLDataTimelineProcessObject) BaseObject ¶

type SLDataTimelineProcessWindowsObject ¶

type SLDataTimelineProcessWindowsObject struct {
	objectivec.Object
}

SLDataTimelineProcessWindowsObject wraps an existing Objective-C object that conforms to the SLDataTimelineProcessWindows protocol.

func SLDataTimelineProcessWindowsObjectFromID ¶

func SLDataTimelineProcessWindowsObjectFromID(id objc.ID) SLDataTimelineProcessWindowsObject

SLDataTimelineProcessWindowsObjectFromID constructs a SLDataTimelineProcessWindowsObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (SLDataTimelineProcessWindowsObject) BaseObject ¶

type SLDataTimelineServerSnapshotEntry ¶

type SLDataTimelineServerSnapshotEntry struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLDataTimelineServerSnapshotEntry

func NewSLDataTimelineServerSnapshotEntry ¶

func NewSLDataTimelineServerSnapshotEntry() SLDataTimelineServerSnapshotEntry

NewSLDataTimelineServerSnapshotEntry creates a new SLDataTimelineServerSnapshotEntry instance.

func SLDataTimelineServerSnapshotEntryFromID ¶

func SLDataTimelineServerSnapshotEntryFromID(id objc.ID) SLDataTimelineServerSnapshotEntry

SLDataTimelineServerSnapshotEntryFromID constructs a SLDataTimelineServerSnapshotEntry from an objc.ID.

func (SLDataTimelineServerSnapshotEntry) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLDataTimelineServerSnapshotEntry) Init ¶

Init initializes the instance.

func (SLDataTimelineServerSnapshotEntry) SessionsApplyBlockSync ¶

func (s SLDataTimelineServerSnapshotEntry) SessionsApplyBlockSync(ctx context.Context) error

SessionsApplyBlockSync is a synchronous wrapper around SLDataTimelineServerSnapshotEntry.SessionsApplyBlock. It blocks until the completion handler fires or the context is cancelled.

type SLDataTimelineServerSnapshotEntryClass ¶

type SLDataTimelineServerSnapshotEntryClass struct {
	// contains filtered or unexported fields
}

func GetSLDataTimelineServerSnapshotEntryClass ¶

func GetSLDataTimelineServerSnapshotEntryClass() SLDataTimelineServerSnapshotEntryClass

GetSLDataTimelineServerSnapshotEntryClass returns the class object for SLDataTimelineServerSnapshotEntry.

func (SLDataTimelineServerSnapshotEntryClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLDataTimelineServerSnapshotEntryClass) Class ¶

Class returns the underlying Objective-C class pointer.

func (SLDataTimelineServerSnapshotEntryClass) EntryWithXPCObject ¶

func (_SLDataTimelineServerSnapshotEntryClass SLDataTimelineServerSnapshotEntryClass) EntryWithXPCObject(xPCObject objectivec.IObject) objectivec.IObject

See: https://developer.apple.com/documentation/SkyLight/SLDataTimelineServerSnapshotEntry/entryWithXPCObject:

type SLDataTimelineServerSnapshotHandler ¶

type SLDataTimelineServerSnapshotHandler = func(*objectivec.Object)

SLDataTimelineServerSnapshotHandler is the signature for a completion handler block.

Used by:

  • [SLDataTimelineSnapshotCollection.SnapshotsApplyBlock]

type SLDataTimelineServerSnapshotObject ¶

type SLDataTimelineServerSnapshotObject struct {
	objectivec.Object
}

SLDataTimelineServerSnapshotObject wraps an existing Objective-C object that conforms to the SLDataTimelineServerSnapshot protocol.

func SLDataTimelineServerSnapshotObjectFromID ¶

func SLDataTimelineServerSnapshotObjectFromID(id objc.ID) SLDataTimelineServerSnapshotObject

SLDataTimelineServerSnapshotObjectFromID constructs a SLDataTimelineServerSnapshotObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (SLDataTimelineServerSnapshotObject) BaseObject ¶

type SLDataTimelineSessionEntry ¶

type SLDataTimelineSessionEntry struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLDataTimelineSessionEntry

func NewSLDataTimelineSessionEntry ¶

func NewSLDataTimelineSessionEntry() SLDataTimelineSessionEntry

NewSLDataTimelineSessionEntry creates a new SLDataTimelineSessionEntry instance.

func SLDataTimelineSessionEntryFromID ¶

func SLDataTimelineSessionEntryFromID(id objc.ID) SLDataTimelineSessionEntry

SLDataTimelineSessionEntryFromID constructs a SLDataTimelineSessionEntry from an objc.ID.

func (SLDataTimelineSessionEntry) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLDataTimelineSessionEntry) Init ¶

Init initializes the instance.

type SLDataTimelineSessionEntryClass ¶

type SLDataTimelineSessionEntryClass struct {
	// contains filtered or unexported fields
}

func GetSLDataTimelineSessionEntryClass ¶

func GetSLDataTimelineSessionEntryClass() SLDataTimelineSessionEntryClass

GetSLDataTimelineSessionEntryClass returns the class object for SLDataTimelineSessionEntry.

func (SLDataTimelineSessionEntryClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLDataTimelineSessionEntryClass) Class ¶

Class returns the underlying Objective-C class pointer.

func (SLDataTimelineSessionEntryClass) EntryWithXPCObject ¶

func (_SLDataTimelineSessionEntryClass SLDataTimelineSessionEntryClass) EntryWithXPCObject(xPCObject objectivec.IObject) objectivec.IObject

See: https://developer.apple.com/documentation/SkyLight/SLDataTimelineSessionEntry/entryWithXPCObject:

type SLDataTimelineSessionHandler ¶

type SLDataTimelineSessionHandler = func(*objectivec.Object)

SLDataTimelineSessionHandler is the signature for a completion handler block.

Used by:

  • [SLDataTimelineServerSnapshot.SessionsApplyBlock]

type SLDataTimelineSessionObject ¶

type SLDataTimelineSessionObject struct {
	objectivec.Object
}

SLDataTimelineSessionObject wraps an existing Objective-C object that conforms to the SLDataTimelineSession protocol.

func SLDataTimelineSessionObjectFromID ¶

func SLDataTimelineSessionObjectFromID(id objc.ID) SLDataTimelineSessionObject

SLDataTimelineSessionObjectFromID constructs a SLDataTimelineSessionObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (SLDataTimelineSessionObject) BaseObject ¶

type SLDataTimelineSessionPlaceholderEntry ¶

type SLDataTimelineSessionPlaceholderEntry struct {
	SLDataTimelineSessionEntry
}

See: https://developer.apple.com/documentation/SkyLight/SLDataTimelineSessionPlaceholderEntry

func NewSLDataTimelineSessionPlaceholderEntry ¶

func NewSLDataTimelineSessionPlaceholderEntry() SLDataTimelineSessionPlaceholderEntry

NewSLDataTimelineSessionPlaceholderEntry creates a new SLDataTimelineSessionPlaceholderEntry instance.

func SLDataTimelineSessionPlaceholderEntryFromID ¶

func SLDataTimelineSessionPlaceholderEntryFromID(id objc.ID) SLDataTimelineSessionPlaceholderEntry

SLDataTimelineSessionPlaceholderEntryFromID constructs a SLDataTimelineSessionPlaceholderEntry from an objc.ID.

func (SLDataTimelineSessionPlaceholderEntry) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLDataTimelineSessionPlaceholderEntry) Init ¶

Init initializes the instance.

type SLDataTimelineSessionPlaceholderEntryClass ¶

type SLDataTimelineSessionPlaceholderEntryClass struct {
	// contains filtered or unexported fields
}

func GetSLDataTimelineSessionPlaceholderEntryClass ¶

func GetSLDataTimelineSessionPlaceholderEntryClass() SLDataTimelineSessionPlaceholderEntryClass

GetSLDataTimelineSessionPlaceholderEntryClass returns the class object for SLDataTimelineSessionPlaceholderEntry.

func (SLDataTimelineSessionPlaceholderEntryClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLDataTimelineSessionPlaceholderEntryClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLDataTimelineSessionProcessCollectionObject ¶

type SLDataTimelineSessionProcessCollectionObject struct {
	objectivec.Object
}

SLDataTimelineSessionProcessCollectionObject wraps an existing Objective-C object that conforms to the SLDataTimelineSessionProcessCollection protocol.

func SLDataTimelineSessionProcessCollectionObjectFromID ¶

func SLDataTimelineSessionProcessCollectionObjectFromID(id objc.ID) SLDataTimelineSessionProcessCollectionObject

SLDataTimelineSessionProcessCollectionObjectFromID constructs a SLDataTimelineSessionProcessCollectionObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (SLDataTimelineSessionProcessCollectionObject) BaseObject ¶

type SLDataTimelineSessionSnapshotEntry ¶

type SLDataTimelineSessionSnapshotEntry struct {
	SLDataTimelineSessionEntry
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLDataTimelineSessionSnapshotEntry

func NewSLDataTimelineSessionSnapshotEntry ¶

func NewSLDataTimelineSessionSnapshotEntry() SLDataTimelineSessionSnapshotEntry

NewSLDataTimelineSessionSnapshotEntry creates a new SLDataTimelineSessionSnapshotEntry instance.

func SLDataTimelineSessionSnapshotEntryFromID ¶

func SLDataTimelineSessionSnapshotEntryFromID(id objc.ID) SLDataTimelineSessionSnapshotEntry

SLDataTimelineSessionSnapshotEntryFromID constructs a SLDataTimelineSessionSnapshotEntry from an objc.ID.

func (SLDataTimelineSessionSnapshotEntry) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLDataTimelineSessionSnapshotEntry) Init ¶

Init initializes the instance.

func (SLDataTimelineSessionSnapshotEntry) ProcessesApplyBlockSync ¶

func (s SLDataTimelineSessionSnapshotEntry) ProcessesApplyBlockSync(ctx context.Context) error

ProcessesApplyBlockSync is a synchronous wrapper around SLDataTimelineSessionSnapshotEntry.ProcessesApplyBlock. It blocks until the completion handler fires or the context is cancelled.

type SLDataTimelineSessionSnapshotEntryClass ¶

type SLDataTimelineSessionSnapshotEntryClass struct {
	// contains filtered or unexported fields
}

func GetSLDataTimelineSessionSnapshotEntryClass ¶

func GetSLDataTimelineSessionSnapshotEntryClass() SLDataTimelineSessionSnapshotEntryClass

GetSLDataTimelineSessionSnapshotEntryClass returns the class object for SLDataTimelineSessionSnapshotEntry.

func (SLDataTimelineSessionSnapshotEntryClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLDataTimelineSessionSnapshotEntryClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLDataTimelineSnapshotCollection ¶

type SLDataTimelineSnapshotCollection interface {
	objectivec.IObject

	// SnapshotsApplyBlock protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/SLDataTimelineSnapshotCollection/snapshotsApplyBlock:
	SnapshotsApplyBlock(block SLDataTimelineServerSnapshotHandler)
}

SLDataTimelineSnapshotCollection protocol.

See: https://developer.apple.com/documentation/SkyLight/SLDataTimelineSnapshotCollection

type SLDataTimelineSnapshotCollectionObject ¶

type SLDataTimelineSnapshotCollectionObject struct {
	objectivec.Object
}

SLDataTimelineSnapshotCollectionObject wraps an existing Objective-C object that conforms to the SLDataTimelineSnapshotCollection protocol.

func SLDataTimelineSnapshotCollectionObjectFromID ¶

func SLDataTimelineSnapshotCollectionObjectFromID(id objc.ID) SLDataTimelineSnapshotCollectionObject

SLDataTimelineSnapshotCollectionObjectFromID constructs a SLDataTimelineSnapshotCollectionObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (SLDataTimelineSnapshotCollectionObject) BaseObject ¶

type SLDataTimelineUpdateObject ¶

type SLDataTimelineUpdateObject struct {
	objectivec.Object
}

SLDataTimelineUpdateObject wraps an existing Objective-C object that conforms to the SLDataTimelineUpdate protocol.

func SLDataTimelineUpdateObjectFromID ¶

func SLDataTimelineUpdateObjectFromID(id objc.ID) SLDataTimelineUpdateObject

SLDataTimelineUpdateObjectFromID constructs a SLDataTimelineUpdateObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (SLDataTimelineUpdateObject) BaseObject ¶

type SLDisplayPresetDevice ¶

type SLDisplayPresetDevice struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLDisplayPresetDevice

func NewSLDisplayPresetDevice ¶

func NewSLDisplayPresetDevice() SLDisplayPresetDevice

NewSLDisplayPresetDevice creates a new SLDisplayPresetDevice instance.

func SLDisplayPresetDeviceFromID ¶

func SLDisplayPresetDeviceFromID(id objc.ID) SLDisplayPresetDevice

SLDisplayPresetDeviceFromID constructs a SLDisplayPresetDevice from an objc.ID.

func (SLDisplayPresetDevice) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLDisplayPresetDevice) Init ¶

Init initializes the instance.

type SLDisplayPresetDeviceClass ¶

type SLDisplayPresetDeviceClass struct {
	// contains filtered or unexported fields
}

func GetSLDisplayPresetDeviceClass ¶

func GetSLDisplayPresetDeviceClass() SLDisplayPresetDeviceClass

GetSLDisplayPresetDeviceClass returns the class object for SLDisplayPresetDevice.

func (SLDisplayPresetDeviceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLDisplayPresetDeviceClass) Class ¶

Class returns the underlying Objective-C class pointer.

func (SLDisplayPresetDeviceClass) PresetDeviceWithService ¶

func (_SLDisplayPresetDeviceClass SLDisplayPresetDeviceClass) PresetDeviceWithService(service uint32) objectivec.IObject

See: https://developer.apple.com/documentation/SkyLight/SLDisplayPresetDevice/presetDeviceWithService:

type SLDisplayPresetDeviceManager ¶

type SLDisplayPresetDeviceManager struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLDisplayPresetDeviceManager

func NewSLDisplayPresetDeviceManager ¶

func NewSLDisplayPresetDeviceManager() SLDisplayPresetDeviceManager

NewSLDisplayPresetDeviceManager creates a new SLDisplayPresetDeviceManager instance.

func SLDisplayPresetDeviceManagerFromID ¶

func SLDisplayPresetDeviceManagerFromID(id objc.ID) SLDisplayPresetDeviceManager

SLDisplayPresetDeviceManagerFromID constructs a SLDisplayPresetDeviceManager from an objc.ID.

func (SLDisplayPresetDeviceManager) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLDisplayPresetDeviceManager) CanServiceAdded ¶ added in v0.6.0

func (s SLDisplayPresetDeviceManager) CanServiceAdded() bool

CanServiceAdded reports whether the receiver responds to the private selector _serviceAdded:.

func (SLDisplayPresetDeviceManager) CanServiceRemoved ¶ added in v0.6.0

func (s SLDisplayPresetDeviceManager) CanServiceRemoved() bool

CanServiceRemoved reports whether the receiver responds to the private selector _serviceRemoved:.

func (SLDisplayPresetDeviceManager) Init ¶

Init initializes the instance.

func (SLDisplayPresetDeviceManager) ServiceAdded ¶

func (s SLDisplayPresetDeviceManager) ServiceAdded(added uint32) error

ServiceAdded is an exported wrapper for the private method _serviceAdded.

func (SLDisplayPresetDeviceManager) ServiceRemoved ¶

func (s SLDisplayPresetDeviceManager) ServiceRemoved(removed uint32) error

ServiceRemoved is an exported wrapper for the private method _serviceRemoved.

type SLDisplayPresetDeviceManagerClass ¶

type SLDisplayPresetDeviceManagerClass struct {
	// contains filtered or unexported fields
}

func GetSLDisplayPresetDeviceManagerClass ¶

func GetSLDisplayPresetDeviceManagerClass() SLDisplayPresetDeviceManagerClass

GetSLDisplayPresetDeviceManagerClass returns the class object for SLDisplayPresetDeviceManager.

func (SLDisplayPresetDeviceManagerClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLDisplayPresetDeviceManagerClass) Class ¶

Class returns the underlying Objective-C class pointer.

func (SLDisplayPresetDeviceManagerClass) DebugDeferArrivalSeconds ¶

func (_SLDisplayPresetDeviceManagerClass SLDisplayPresetDeviceManagerClass) DebugDeferArrivalSeconds() float32

See: https://developer.apple.com/documentation/SkyLight/SLDisplayPresetDeviceManager/debugDeferArrivalSeconds

func (SLDisplayPresetDeviceManagerClass) Instance ¶

func (_SLDisplayPresetDeviceManagerClass SLDisplayPresetDeviceManagerClass) Instance() objectivec.IObject

See: https://developer.apple.com/documentation/SkyLight/SLDisplayPresetDeviceManager/instance

func (SLDisplayPresetDeviceManagerClass) SetDebugDeferArrivalSeconds ¶

func (_SLDisplayPresetDeviceManagerClass SLDisplayPresetDeviceManagerClass) SetDebugDeferArrivalSeconds(seconds float32)

See: https://developer.apple.com/documentation/SkyLight/SLDisplayPresetDeviceManager/setDebugDeferArrivalSeconds:

type SLSAsynchronousBridgedWindowManagementOperation ¶

type SLSAsynchronousBridgedWindowManagementOperation struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSAsynchronousBridgedWindowManagementOperation

func NewSLSAsynchronousBridgedWindowManagementOperation ¶

func NewSLSAsynchronousBridgedWindowManagementOperation() SLSAsynchronousBridgedWindowManagementOperation

NewSLSAsynchronousBridgedWindowManagementOperation creates a new SLSAsynchronousBridgedWindowManagementOperation instance.

func SLSAsynchronousBridgedWindowManagementOperationFromID ¶

func SLSAsynchronousBridgedWindowManagementOperationFromID(id objc.ID) SLSAsynchronousBridgedWindowManagementOperation

SLSAsynchronousBridgedWindowManagementOperationFromID constructs a SLSAsynchronousBridgedWindowManagementOperation from an objc.ID.

func (SLSAsynchronousBridgedWindowManagementOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSAsynchronousBridgedWindowManagementOperation) Init ¶

Init initializes the instance.

type SLSAsynchronousBridgedWindowManagementOperationClass ¶

type SLSAsynchronousBridgedWindowManagementOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSAsynchronousBridgedWindowManagementOperationClass ¶

func GetSLSAsynchronousBridgedWindowManagementOperationClass() SLSAsynchronousBridgedWindowManagementOperationClass

GetSLSAsynchronousBridgedWindowManagementOperationClass returns the class object for SLSAsynchronousBridgedWindowManagementOperation.

func (SLSAsynchronousBridgedWindowManagementOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSAsynchronousBridgedWindowManagementOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

func (SLSAsynchronousBridgedWindowManagementOperationClass) SupportsSecureCoding ¶

func (_SLSAsynchronousBridgedWindowManagementOperationClass SLSAsynchronousBridgedWindowManagementOperationClass) SupportsSecureCoding() bool

See: https://developer.apple.com/documentation/SkyLight/SLSAsynchronousBridgedWindowManagementOperation/supportsSecureCoding

type SLSBridgedAddWindowsToSpacesOperation ¶

type SLSBridgedAddWindowsToSpacesOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedAddWindowsToSpacesOperation

func NewSLSBridgedAddWindowsToSpacesOperation ¶

func NewSLSBridgedAddWindowsToSpacesOperation() SLSBridgedAddWindowsToSpacesOperation

NewSLSBridgedAddWindowsToSpacesOperation creates a new SLSBridgedAddWindowsToSpacesOperation instance.

func SLSBridgedAddWindowsToSpacesOperationFromID ¶

func SLSBridgedAddWindowsToSpacesOperationFromID(id objc.ID) SLSBridgedAddWindowsToSpacesOperation

SLSBridgedAddWindowsToSpacesOperationFromID constructs a SLSBridgedAddWindowsToSpacesOperation from an objc.ID.

func (SLSBridgedAddWindowsToSpacesOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedAddWindowsToSpacesOperation) Init ¶

Init initializes the instance.

type SLSBridgedAddWindowsToSpacesOperationClass ¶

type SLSBridgedAddWindowsToSpacesOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedAddWindowsToSpacesOperationClass ¶

func GetSLSBridgedAddWindowsToSpacesOperationClass() SLSBridgedAddWindowsToSpacesOperationClass

GetSLSBridgedAddWindowsToSpacesOperationClass returns the class object for SLSBridgedAddWindowsToSpacesOperation.

func (SLSBridgedAddWindowsToSpacesOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedAddWindowsToSpacesOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedCopyAssociatedWindowsOperation ¶

type SLSBridgedCopyAssociatedWindowsOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedCopyAssociatedWindowsOperation

func NewSLSBridgedCopyAssociatedWindowsOperation ¶

func NewSLSBridgedCopyAssociatedWindowsOperation() SLSBridgedCopyAssociatedWindowsOperation

NewSLSBridgedCopyAssociatedWindowsOperation creates a new SLSBridgedCopyAssociatedWindowsOperation instance.

func SLSBridgedCopyAssociatedWindowsOperationFromID ¶

func SLSBridgedCopyAssociatedWindowsOperationFromID(id objc.ID) SLSBridgedCopyAssociatedWindowsOperation

SLSBridgedCopyAssociatedWindowsOperationFromID constructs a SLSBridgedCopyAssociatedWindowsOperation from an objc.ID.

func (SLSBridgedCopyAssociatedWindowsOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedCopyAssociatedWindowsOperation) Init ¶

Init initializes the instance.

type SLSBridgedCopyAssociatedWindowsOperationClass ¶

type SLSBridgedCopyAssociatedWindowsOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedCopyAssociatedWindowsOperationClass ¶

func GetSLSBridgedCopyAssociatedWindowsOperationClass() SLSBridgedCopyAssociatedWindowsOperationClass

GetSLSBridgedCopyAssociatedWindowsOperationClass returns the class object for SLSBridgedCopyAssociatedWindowsOperation.

func (SLSBridgedCopyAssociatedWindowsOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedCopyAssociatedWindowsOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedCopyBestManagedDisplayForPointOperation ¶

type SLSBridgedCopyBestManagedDisplayForPointOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedCopyBestManagedDisplayForPointOperation

func NewSLSBridgedCopyBestManagedDisplayForPointOperation ¶

func NewSLSBridgedCopyBestManagedDisplayForPointOperation() SLSBridgedCopyBestManagedDisplayForPointOperation

NewSLSBridgedCopyBestManagedDisplayForPointOperation creates a new SLSBridgedCopyBestManagedDisplayForPointOperation instance.

func SLSBridgedCopyBestManagedDisplayForPointOperationFromID ¶

func SLSBridgedCopyBestManagedDisplayForPointOperationFromID(id objc.ID) SLSBridgedCopyBestManagedDisplayForPointOperation

SLSBridgedCopyBestManagedDisplayForPointOperationFromID constructs a SLSBridgedCopyBestManagedDisplayForPointOperation from an objc.ID.

func (SLSBridgedCopyBestManagedDisplayForPointOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedCopyBestManagedDisplayForPointOperation) Init ¶

Init initializes the instance.

type SLSBridgedCopyBestManagedDisplayForPointOperationClass ¶

type SLSBridgedCopyBestManagedDisplayForPointOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedCopyBestManagedDisplayForPointOperationClass ¶

func GetSLSBridgedCopyBestManagedDisplayForPointOperationClass() SLSBridgedCopyBestManagedDisplayForPointOperationClass

GetSLSBridgedCopyBestManagedDisplayForPointOperationClass returns the class object for SLSBridgedCopyBestManagedDisplayForPointOperation.

func (SLSBridgedCopyBestManagedDisplayForPointOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedCopyBestManagedDisplayForPointOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedCopyBestManagedDisplayForRectOperation ¶

type SLSBridgedCopyBestManagedDisplayForRectOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedCopyBestManagedDisplayForRectOperation

func NewSLSBridgedCopyBestManagedDisplayForRectOperation ¶

func NewSLSBridgedCopyBestManagedDisplayForRectOperation() SLSBridgedCopyBestManagedDisplayForRectOperation

NewSLSBridgedCopyBestManagedDisplayForRectOperation creates a new SLSBridgedCopyBestManagedDisplayForRectOperation instance.

func SLSBridgedCopyBestManagedDisplayForRectOperationFromID ¶

func SLSBridgedCopyBestManagedDisplayForRectOperationFromID(id objc.ID) SLSBridgedCopyBestManagedDisplayForRectOperation

SLSBridgedCopyBestManagedDisplayForRectOperationFromID constructs a SLSBridgedCopyBestManagedDisplayForRectOperation from an objc.ID.

func (SLSBridgedCopyBestManagedDisplayForRectOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedCopyBestManagedDisplayForRectOperation) Init ¶

Init initializes the instance.

type SLSBridgedCopyBestManagedDisplayForRectOperationClass ¶

type SLSBridgedCopyBestManagedDisplayForRectOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedCopyBestManagedDisplayForRectOperationClass ¶

func GetSLSBridgedCopyBestManagedDisplayForRectOperationClass() SLSBridgedCopyBestManagedDisplayForRectOperationClass

GetSLSBridgedCopyBestManagedDisplayForRectOperationClass returns the class object for SLSBridgedCopyBestManagedDisplayForRectOperation.

func (SLSBridgedCopyBestManagedDisplayForRectOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedCopyBestManagedDisplayForRectOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedCopyManagedDisplayForSpaceOperation ¶

type SLSBridgedCopyManagedDisplayForSpaceOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedCopyManagedDisplayForSpaceOperation

func NewSLSBridgedCopyManagedDisplayForSpaceOperation ¶

func NewSLSBridgedCopyManagedDisplayForSpaceOperation() SLSBridgedCopyManagedDisplayForSpaceOperation

NewSLSBridgedCopyManagedDisplayForSpaceOperation creates a new SLSBridgedCopyManagedDisplayForSpaceOperation instance.

func SLSBridgedCopyManagedDisplayForSpaceOperationFromID ¶

func SLSBridgedCopyManagedDisplayForSpaceOperationFromID(id objc.ID) SLSBridgedCopyManagedDisplayForSpaceOperation

SLSBridgedCopyManagedDisplayForSpaceOperationFromID constructs a SLSBridgedCopyManagedDisplayForSpaceOperation from an objc.ID.

func (SLSBridgedCopyManagedDisplayForSpaceOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedCopyManagedDisplayForSpaceOperation) Init ¶

Init initializes the instance.

type SLSBridgedCopyManagedDisplayForSpaceOperationClass ¶

type SLSBridgedCopyManagedDisplayForSpaceOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedCopyManagedDisplayForSpaceOperationClass ¶

func GetSLSBridgedCopyManagedDisplayForSpaceOperationClass() SLSBridgedCopyManagedDisplayForSpaceOperationClass

GetSLSBridgedCopyManagedDisplayForSpaceOperationClass returns the class object for SLSBridgedCopyManagedDisplayForSpaceOperation.

func (SLSBridgedCopyManagedDisplayForSpaceOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedCopyManagedDisplayForSpaceOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedCopyManagedDisplayForWindowOperation ¶

type SLSBridgedCopyManagedDisplayForWindowOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedCopyManagedDisplayForWindowOperation

func NewSLSBridgedCopyManagedDisplayForWindowOperation ¶

func NewSLSBridgedCopyManagedDisplayForWindowOperation() SLSBridgedCopyManagedDisplayForWindowOperation

NewSLSBridgedCopyManagedDisplayForWindowOperation creates a new SLSBridgedCopyManagedDisplayForWindowOperation instance.

func SLSBridgedCopyManagedDisplayForWindowOperationFromID ¶

func SLSBridgedCopyManagedDisplayForWindowOperationFromID(id objc.ID) SLSBridgedCopyManagedDisplayForWindowOperation

SLSBridgedCopyManagedDisplayForWindowOperationFromID constructs a SLSBridgedCopyManagedDisplayForWindowOperation from an objc.ID.

func (SLSBridgedCopyManagedDisplayForWindowOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedCopyManagedDisplayForWindowOperation) Init ¶

Init initializes the instance.

type SLSBridgedCopyManagedDisplayForWindowOperationClass ¶

type SLSBridgedCopyManagedDisplayForWindowOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedCopyManagedDisplayForWindowOperationClass ¶

func GetSLSBridgedCopyManagedDisplayForWindowOperationClass() SLSBridgedCopyManagedDisplayForWindowOperationClass

GetSLSBridgedCopyManagedDisplayForWindowOperationClass returns the class object for SLSBridgedCopyManagedDisplayForWindowOperation.

func (SLSBridgedCopyManagedDisplayForWindowOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedCopyManagedDisplayForWindowOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedCopyManagedDisplaySpacesOperation ¶

type SLSBridgedCopyManagedDisplaySpacesOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedCopyManagedDisplaySpacesOperation

func NewSLSBridgedCopyManagedDisplaySpacesOperation ¶

func NewSLSBridgedCopyManagedDisplaySpacesOperation() SLSBridgedCopyManagedDisplaySpacesOperation

NewSLSBridgedCopyManagedDisplaySpacesOperation creates a new SLSBridgedCopyManagedDisplaySpacesOperation instance.

func SLSBridgedCopyManagedDisplaySpacesOperationFromID ¶

func SLSBridgedCopyManagedDisplaySpacesOperationFromID(id objc.ID) SLSBridgedCopyManagedDisplaySpacesOperation

SLSBridgedCopyManagedDisplaySpacesOperationFromID constructs a SLSBridgedCopyManagedDisplaySpacesOperation from an objc.ID.

func (SLSBridgedCopyManagedDisplaySpacesOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedCopyManagedDisplaySpacesOperation) Init ¶

Init initializes the instance.

type SLSBridgedCopyManagedDisplaySpacesOperationClass ¶

type SLSBridgedCopyManagedDisplaySpacesOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedCopyManagedDisplaySpacesOperationClass ¶

func GetSLSBridgedCopyManagedDisplaySpacesOperationClass() SLSBridgedCopyManagedDisplaySpacesOperationClass

GetSLSBridgedCopyManagedDisplaySpacesOperationClass returns the class object for SLSBridgedCopyManagedDisplaySpacesOperation.

func (SLSBridgedCopyManagedDisplaySpacesOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedCopyManagedDisplaySpacesOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedCopyManagedDisplaysOperation ¶

type SLSBridgedCopyManagedDisplaysOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedCopyManagedDisplaysOperation

func NewSLSBridgedCopyManagedDisplaysOperation ¶

func NewSLSBridgedCopyManagedDisplaysOperation() SLSBridgedCopyManagedDisplaysOperation

NewSLSBridgedCopyManagedDisplaysOperation creates a new SLSBridgedCopyManagedDisplaysOperation instance.

func SLSBridgedCopyManagedDisplaysOperationFromID ¶

func SLSBridgedCopyManagedDisplaysOperationFromID(id objc.ID) SLSBridgedCopyManagedDisplaysOperation

SLSBridgedCopyManagedDisplaysOperationFromID constructs a SLSBridgedCopyManagedDisplaysOperation from an objc.ID.

func (SLSBridgedCopyManagedDisplaysOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedCopyManagedDisplaysOperation) Init ¶

Init initializes the instance.

type SLSBridgedCopyManagedDisplaysOperationClass ¶

type SLSBridgedCopyManagedDisplaysOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedCopyManagedDisplaysOperationClass ¶

func GetSLSBridgedCopyManagedDisplaysOperationClass() SLSBridgedCopyManagedDisplaysOperationClass

GetSLSBridgedCopyManagedDisplaysOperationClass returns the class object for SLSBridgedCopyManagedDisplaysOperation.

func (SLSBridgedCopyManagedDisplaysOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedCopyManagedDisplaysOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedCopySpacesForWindowsOperation ¶

type SLSBridgedCopySpacesForWindowsOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedCopySpacesForWindowsOperation

func NewSLSBridgedCopySpacesForWindowsOperation ¶

func NewSLSBridgedCopySpacesForWindowsOperation() SLSBridgedCopySpacesForWindowsOperation

NewSLSBridgedCopySpacesForWindowsOperation creates a new SLSBridgedCopySpacesForWindowsOperation instance.

func SLSBridgedCopySpacesForWindowsOperationFromID ¶

func SLSBridgedCopySpacesForWindowsOperationFromID(id objc.ID) SLSBridgedCopySpacesForWindowsOperation

SLSBridgedCopySpacesForWindowsOperationFromID constructs a SLSBridgedCopySpacesForWindowsOperation from an objc.ID.

func (SLSBridgedCopySpacesForWindowsOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedCopySpacesForWindowsOperation) Init ¶

Init initializes the instance.

type SLSBridgedCopySpacesForWindowsOperationClass ¶

type SLSBridgedCopySpacesForWindowsOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedCopySpacesForWindowsOperationClass ¶

func GetSLSBridgedCopySpacesForWindowsOperationClass() SLSBridgedCopySpacesForWindowsOperationClass

GetSLSBridgedCopySpacesForWindowsOperationClass returns the class object for SLSBridgedCopySpacesForWindowsOperation.

func (SLSBridgedCopySpacesForWindowsOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedCopySpacesForWindowsOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedCopySpacesOperation ¶

type SLSBridgedCopySpacesOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedCopySpacesOperation

func NewSLSBridgedCopySpacesOperation ¶

func NewSLSBridgedCopySpacesOperation() SLSBridgedCopySpacesOperation

NewSLSBridgedCopySpacesOperation creates a new SLSBridgedCopySpacesOperation instance.

func SLSBridgedCopySpacesOperationFromID ¶

func SLSBridgedCopySpacesOperationFromID(id objc.ID) SLSBridgedCopySpacesOperation

SLSBridgedCopySpacesOperationFromID constructs a SLSBridgedCopySpacesOperation from an objc.ID.

func (SLSBridgedCopySpacesOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedCopySpacesOperation) Init ¶

Init initializes the instance.

type SLSBridgedCopySpacesOperationClass ¶

type SLSBridgedCopySpacesOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedCopySpacesOperationClass ¶

func GetSLSBridgedCopySpacesOperationClass() SLSBridgedCopySpacesOperationClass

GetSLSBridgedCopySpacesOperationClass returns the class object for SLSBridgedCopySpacesOperation.

func (SLSBridgedCopySpacesOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedCopySpacesOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperation ¶

type SLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperation

func NewSLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperation ¶

func NewSLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperation() SLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperation

NewSLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperation creates a new SLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperation instance.

func SLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperationFromID ¶

func SLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperationFromID(id objc.ID) SLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperation

SLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperationFromID constructs a SLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperation from an objc.ID.

func (SLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperation) Init ¶

Init initializes the instance.

type SLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperationClass ¶

type SLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperationClass ¶

func GetSLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperationClass() SLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperationClass

GetSLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperationClass returns the class object for SLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperation.

func (SLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedCopyWindowsWithOptionsAndTagsAndSpaceOptionsOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedCopyWindowsWithOptionsAndTagsOperation ¶

type SLSBridgedCopyWindowsWithOptionsAndTagsOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedCopyWindowsWithOptionsAndTagsOperation

func NewSLSBridgedCopyWindowsWithOptionsAndTagsOperation ¶

func NewSLSBridgedCopyWindowsWithOptionsAndTagsOperation() SLSBridgedCopyWindowsWithOptionsAndTagsOperation

NewSLSBridgedCopyWindowsWithOptionsAndTagsOperation creates a new SLSBridgedCopyWindowsWithOptionsAndTagsOperation instance.

func SLSBridgedCopyWindowsWithOptionsAndTagsOperationFromID ¶

func SLSBridgedCopyWindowsWithOptionsAndTagsOperationFromID(id objc.ID) SLSBridgedCopyWindowsWithOptionsAndTagsOperation

SLSBridgedCopyWindowsWithOptionsAndTagsOperationFromID constructs a SLSBridgedCopyWindowsWithOptionsAndTagsOperation from an objc.ID.

func (SLSBridgedCopyWindowsWithOptionsAndTagsOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedCopyWindowsWithOptionsAndTagsOperation) Init ¶

Init initializes the instance.

type SLSBridgedCopyWindowsWithOptionsAndTagsOperationClass ¶

type SLSBridgedCopyWindowsWithOptionsAndTagsOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedCopyWindowsWithOptionsAndTagsOperationClass ¶

func GetSLSBridgedCopyWindowsWithOptionsAndTagsOperationClass() SLSBridgedCopyWindowsWithOptionsAndTagsOperationClass

GetSLSBridgedCopyWindowsWithOptionsAndTagsOperationClass returns the class object for SLSBridgedCopyWindowsWithOptionsAndTagsOperation.

func (SLSBridgedCopyWindowsWithOptionsAndTagsOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedCopyWindowsWithOptionsAndTagsOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedGetSpaceManagementModeOperation ¶

type SLSBridgedGetSpaceManagementModeOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedGetSpaceManagementModeOperation

func NewSLSBridgedGetSpaceManagementModeOperation ¶

func NewSLSBridgedGetSpaceManagementModeOperation() SLSBridgedGetSpaceManagementModeOperation

NewSLSBridgedGetSpaceManagementModeOperation creates a new SLSBridgedGetSpaceManagementModeOperation instance.

func SLSBridgedGetSpaceManagementModeOperationFromID ¶

func SLSBridgedGetSpaceManagementModeOperationFromID(id objc.ID) SLSBridgedGetSpaceManagementModeOperation

SLSBridgedGetSpaceManagementModeOperationFromID constructs a SLSBridgedGetSpaceManagementModeOperation from an objc.ID.

func (SLSBridgedGetSpaceManagementModeOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedGetSpaceManagementModeOperation) Init ¶

Init initializes the instance.

type SLSBridgedGetSpaceManagementModeOperationClass ¶

type SLSBridgedGetSpaceManagementModeOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedGetSpaceManagementModeOperationClass ¶

func GetSLSBridgedGetSpaceManagementModeOperationClass() SLSBridgedGetSpaceManagementModeOperationClass

GetSLSBridgedGetSpaceManagementModeOperationClass returns the class object for SLSBridgedGetSpaceManagementModeOperation.

func (SLSBridgedGetSpaceManagementModeOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedGetSpaceManagementModeOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedGetSpaceNeedsSafeApertureOperation ¶

type SLSBridgedGetSpaceNeedsSafeApertureOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedGetSpaceNeedsSafeApertureOperation

func NewSLSBridgedGetSpaceNeedsSafeApertureOperation ¶

func NewSLSBridgedGetSpaceNeedsSafeApertureOperation() SLSBridgedGetSpaceNeedsSafeApertureOperation

NewSLSBridgedGetSpaceNeedsSafeApertureOperation creates a new SLSBridgedGetSpaceNeedsSafeApertureOperation instance.

func SLSBridgedGetSpaceNeedsSafeApertureOperationFromID ¶

func SLSBridgedGetSpaceNeedsSafeApertureOperationFromID(id objc.ID) SLSBridgedGetSpaceNeedsSafeApertureOperation

SLSBridgedGetSpaceNeedsSafeApertureOperationFromID constructs a SLSBridgedGetSpaceNeedsSafeApertureOperation from an objc.ID.

func (SLSBridgedGetSpaceNeedsSafeApertureOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedGetSpaceNeedsSafeApertureOperation) Init ¶

Init initializes the instance.

type SLSBridgedGetSpaceNeedsSafeApertureOperationClass ¶

type SLSBridgedGetSpaceNeedsSafeApertureOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedGetSpaceNeedsSafeApertureOperationClass ¶

func GetSLSBridgedGetSpaceNeedsSafeApertureOperationClass() SLSBridgedGetSpaceNeedsSafeApertureOperationClass

GetSLSBridgedGetSpaceNeedsSafeApertureOperationClass returns the class object for SLSBridgedGetSpaceNeedsSafeApertureOperation.

func (SLSBridgedGetSpaceNeedsSafeApertureOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedGetSpaceNeedsSafeApertureOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedGetSpacePermittedResizeDirectionsOperation ¶

type SLSBridgedGetSpacePermittedResizeDirectionsOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedGetSpacePermittedResizeDirectionsOperation

func NewSLSBridgedGetSpacePermittedResizeDirectionsOperation ¶

func NewSLSBridgedGetSpacePermittedResizeDirectionsOperation() SLSBridgedGetSpacePermittedResizeDirectionsOperation

NewSLSBridgedGetSpacePermittedResizeDirectionsOperation creates a new SLSBridgedGetSpacePermittedResizeDirectionsOperation instance.

func SLSBridgedGetSpacePermittedResizeDirectionsOperationFromID ¶

func SLSBridgedGetSpacePermittedResizeDirectionsOperationFromID(id objc.ID) SLSBridgedGetSpacePermittedResizeDirectionsOperation

SLSBridgedGetSpacePermittedResizeDirectionsOperationFromID constructs a SLSBridgedGetSpacePermittedResizeDirectionsOperation from an objc.ID.

func (SLSBridgedGetSpacePermittedResizeDirectionsOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedGetSpacePermittedResizeDirectionsOperation) Init ¶

Init initializes the instance.

type SLSBridgedGetSpacePermittedResizeDirectionsOperationClass ¶

type SLSBridgedGetSpacePermittedResizeDirectionsOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedGetSpacePermittedResizeDirectionsOperationClass ¶

func GetSLSBridgedGetSpacePermittedResizeDirectionsOperationClass() SLSBridgedGetSpacePermittedResizeDirectionsOperationClass

GetSLSBridgedGetSpacePermittedResizeDirectionsOperationClass returns the class object for SLSBridgedGetSpacePermittedResizeDirectionsOperation.

func (SLSBridgedGetSpacePermittedResizeDirectionsOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedGetSpacePermittedResizeDirectionsOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedGetTileSpaceDividerDirectionsOperation ¶

type SLSBridgedGetTileSpaceDividerDirectionsOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedGetTileSpaceDividerDirectionsOperation

func NewSLSBridgedGetTileSpaceDividerDirectionsOperation ¶

func NewSLSBridgedGetTileSpaceDividerDirectionsOperation() SLSBridgedGetTileSpaceDividerDirectionsOperation

NewSLSBridgedGetTileSpaceDividerDirectionsOperation creates a new SLSBridgedGetTileSpaceDividerDirectionsOperation instance.

func SLSBridgedGetTileSpaceDividerDirectionsOperationFromID ¶

func SLSBridgedGetTileSpaceDividerDirectionsOperationFromID(id objc.ID) SLSBridgedGetTileSpaceDividerDirectionsOperation

SLSBridgedGetTileSpaceDividerDirectionsOperationFromID constructs a SLSBridgedGetTileSpaceDividerDirectionsOperation from an objc.ID.

func (SLSBridgedGetTileSpaceDividerDirectionsOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedGetTileSpaceDividerDirectionsOperation) Init ¶

Init initializes the instance.

type SLSBridgedGetTileSpaceDividerDirectionsOperationClass ¶

type SLSBridgedGetTileSpaceDividerDirectionsOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedGetTileSpaceDividerDirectionsOperationClass ¶

func GetSLSBridgedGetTileSpaceDividerDirectionsOperationClass() SLSBridgedGetTileSpaceDividerDirectionsOperationClass

GetSLSBridgedGetTileSpaceDividerDirectionsOperationClass returns the class object for SLSBridgedGetTileSpaceDividerDirectionsOperation.

func (SLSBridgedGetTileSpaceDividerDirectionsOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedGetTileSpaceDividerDirectionsOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedHideSpacesOperation ¶

type SLSBridgedHideSpacesOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedHideSpacesOperation

func NewSLSBridgedHideSpacesOperation ¶

func NewSLSBridgedHideSpacesOperation() SLSBridgedHideSpacesOperation

NewSLSBridgedHideSpacesOperation creates a new SLSBridgedHideSpacesOperation instance.

func SLSBridgedHideSpacesOperationFromID ¶

func SLSBridgedHideSpacesOperationFromID(id objc.ID) SLSBridgedHideSpacesOperation

SLSBridgedHideSpacesOperationFromID constructs a SLSBridgedHideSpacesOperation from an objc.ID.

func (SLSBridgedHideSpacesOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedHideSpacesOperation) Init ¶

Init initializes the instance.

type SLSBridgedHideSpacesOperationClass ¶

type SLSBridgedHideSpacesOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedHideSpacesOperationClass ¶

func GetSLSBridgedHideSpacesOperationClass() SLSBridgedHideSpacesOperationClass

GetSLSBridgedHideSpacesOperationClass returns the class object for SLSBridgedHideSpacesOperation.

func (SLSBridgedHideSpacesOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedHideSpacesOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedManagedDisplayCurrentSpaceAllowsWindowOperation ¶

type SLSBridgedManagedDisplayCurrentSpaceAllowsWindowOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedManagedDisplayCurrentSpaceAllowsWindowOperation

func NewSLSBridgedManagedDisplayCurrentSpaceAllowsWindowOperation ¶

func NewSLSBridgedManagedDisplayCurrentSpaceAllowsWindowOperation() SLSBridgedManagedDisplayCurrentSpaceAllowsWindowOperation

NewSLSBridgedManagedDisplayCurrentSpaceAllowsWindowOperation creates a new SLSBridgedManagedDisplayCurrentSpaceAllowsWindowOperation instance.

func SLSBridgedManagedDisplayCurrentSpaceAllowsWindowOperationFromID ¶

func SLSBridgedManagedDisplayCurrentSpaceAllowsWindowOperationFromID(id objc.ID) SLSBridgedManagedDisplayCurrentSpaceAllowsWindowOperation

SLSBridgedManagedDisplayCurrentSpaceAllowsWindowOperationFromID constructs a SLSBridgedManagedDisplayCurrentSpaceAllowsWindowOperation from an objc.ID.

func (SLSBridgedManagedDisplayCurrentSpaceAllowsWindowOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedManagedDisplayCurrentSpaceAllowsWindowOperation) Init ¶

Init initializes the instance.

type SLSBridgedManagedDisplayCurrentSpaceAllowsWindowOperationClass ¶

type SLSBridgedManagedDisplayCurrentSpaceAllowsWindowOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedManagedDisplayCurrentSpaceAllowsWindowOperationClass ¶

func GetSLSBridgedManagedDisplayCurrentSpaceAllowsWindowOperationClass() SLSBridgedManagedDisplayCurrentSpaceAllowsWindowOperationClass

GetSLSBridgedManagedDisplayCurrentSpaceAllowsWindowOperationClass returns the class object for SLSBridgedManagedDisplayCurrentSpaceAllowsWindowOperation.

func (SLSBridgedManagedDisplayCurrentSpaceAllowsWindowOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedManagedDisplayCurrentSpaceAllowsWindowOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedManagedDisplayGetCurrentSpaceOperation ¶

type SLSBridgedManagedDisplayGetCurrentSpaceOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedManagedDisplayGetCurrentSpaceOperation

func NewSLSBridgedManagedDisplayGetCurrentSpaceOperation ¶

func NewSLSBridgedManagedDisplayGetCurrentSpaceOperation() SLSBridgedManagedDisplayGetCurrentSpaceOperation

NewSLSBridgedManagedDisplayGetCurrentSpaceOperation creates a new SLSBridgedManagedDisplayGetCurrentSpaceOperation instance.

func SLSBridgedManagedDisplayGetCurrentSpaceOperationFromID ¶

func SLSBridgedManagedDisplayGetCurrentSpaceOperationFromID(id objc.ID) SLSBridgedManagedDisplayGetCurrentSpaceOperation

SLSBridgedManagedDisplayGetCurrentSpaceOperationFromID constructs a SLSBridgedManagedDisplayGetCurrentSpaceOperation from an objc.ID.

func (SLSBridgedManagedDisplayGetCurrentSpaceOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedManagedDisplayGetCurrentSpaceOperation) Init ¶

Init initializes the instance.

type SLSBridgedManagedDisplayGetCurrentSpaceOperationClass ¶

type SLSBridgedManagedDisplayGetCurrentSpaceOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedManagedDisplayGetCurrentSpaceOperationClass ¶

func GetSLSBridgedManagedDisplayGetCurrentSpaceOperationClass() SLSBridgedManagedDisplayGetCurrentSpaceOperationClass

GetSLSBridgedManagedDisplayGetCurrentSpaceOperationClass returns the class object for SLSBridgedManagedDisplayGetCurrentSpaceOperation.

func (SLSBridgedManagedDisplayGetCurrentSpaceOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedManagedDisplayGetCurrentSpaceOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedManagedDisplayIsAnimatingOperation ¶

type SLSBridgedManagedDisplayIsAnimatingOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedManagedDisplayIsAnimatingOperation

func NewSLSBridgedManagedDisplayIsAnimatingOperation ¶

func NewSLSBridgedManagedDisplayIsAnimatingOperation() SLSBridgedManagedDisplayIsAnimatingOperation

NewSLSBridgedManagedDisplayIsAnimatingOperation creates a new SLSBridgedManagedDisplayIsAnimatingOperation instance.

func SLSBridgedManagedDisplayIsAnimatingOperationFromID ¶

func SLSBridgedManagedDisplayIsAnimatingOperationFromID(id objc.ID) SLSBridgedManagedDisplayIsAnimatingOperation

SLSBridgedManagedDisplayIsAnimatingOperationFromID constructs a SLSBridgedManagedDisplayIsAnimatingOperation from an objc.ID.

func (SLSBridgedManagedDisplayIsAnimatingOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedManagedDisplayIsAnimatingOperation) Init ¶

Init initializes the instance.

type SLSBridgedManagedDisplayIsAnimatingOperationClass ¶

type SLSBridgedManagedDisplayIsAnimatingOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedManagedDisplayIsAnimatingOperationClass ¶

func GetSLSBridgedManagedDisplayIsAnimatingOperationClass() SLSBridgedManagedDisplayIsAnimatingOperationClass

GetSLSBridgedManagedDisplayIsAnimatingOperationClass returns the class object for SLSBridgedManagedDisplayIsAnimatingOperation.

func (SLSBridgedManagedDisplayIsAnimatingOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedManagedDisplayIsAnimatingOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedManagedDisplaySetCurrentSpaceOperation ¶

type SLSBridgedManagedDisplaySetCurrentSpaceOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedManagedDisplaySetCurrentSpaceOperation

func NewSLSBridgedManagedDisplaySetCurrentSpaceOperation ¶

func NewSLSBridgedManagedDisplaySetCurrentSpaceOperation() SLSBridgedManagedDisplaySetCurrentSpaceOperation

NewSLSBridgedManagedDisplaySetCurrentSpaceOperation creates a new SLSBridgedManagedDisplaySetCurrentSpaceOperation instance.

func SLSBridgedManagedDisplaySetCurrentSpaceOperationFromID ¶

func SLSBridgedManagedDisplaySetCurrentSpaceOperationFromID(id objc.ID) SLSBridgedManagedDisplaySetCurrentSpaceOperation

SLSBridgedManagedDisplaySetCurrentSpaceOperationFromID constructs a SLSBridgedManagedDisplaySetCurrentSpaceOperation from an objc.ID.

func (SLSBridgedManagedDisplaySetCurrentSpaceOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedManagedDisplaySetCurrentSpaceOperation) Init ¶

Init initializes the instance.

type SLSBridgedManagedDisplaySetCurrentSpaceOperationClass ¶

type SLSBridgedManagedDisplaySetCurrentSpaceOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedManagedDisplaySetCurrentSpaceOperationClass ¶

func GetSLSBridgedManagedDisplaySetCurrentSpaceOperationClass() SLSBridgedManagedDisplaySetCurrentSpaceOperationClass

GetSLSBridgedManagedDisplaySetCurrentSpaceOperationClass returns the class object for SLSBridgedManagedDisplaySetCurrentSpaceOperation.

func (SLSBridgedManagedDisplaySetCurrentSpaceOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedManagedDisplaySetCurrentSpaceOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedManagedDisplaySetIsAnimatingOperation ¶

type SLSBridgedManagedDisplaySetIsAnimatingOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedManagedDisplaySetIsAnimatingOperation

func NewSLSBridgedManagedDisplaySetIsAnimatingOperation ¶

func NewSLSBridgedManagedDisplaySetIsAnimatingOperation() SLSBridgedManagedDisplaySetIsAnimatingOperation

NewSLSBridgedManagedDisplaySetIsAnimatingOperation creates a new SLSBridgedManagedDisplaySetIsAnimatingOperation instance.

func SLSBridgedManagedDisplaySetIsAnimatingOperationFromID ¶

func SLSBridgedManagedDisplaySetIsAnimatingOperationFromID(id objc.ID) SLSBridgedManagedDisplaySetIsAnimatingOperation

SLSBridgedManagedDisplaySetIsAnimatingOperationFromID constructs a SLSBridgedManagedDisplaySetIsAnimatingOperation from an objc.ID.

func (SLSBridgedManagedDisplaySetIsAnimatingOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedManagedDisplaySetIsAnimatingOperation) Init ¶

Init initializes the instance.

type SLSBridgedManagedDisplaySetIsAnimatingOperationClass ¶

type SLSBridgedManagedDisplaySetIsAnimatingOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedManagedDisplaySetIsAnimatingOperationClass ¶

func GetSLSBridgedManagedDisplaySetIsAnimatingOperationClass() SLSBridgedManagedDisplaySetIsAnimatingOperationClass

GetSLSBridgedManagedDisplaySetIsAnimatingOperationClass returns the class object for SLSBridgedManagedDisplaySetIsAnimatingOperation.

func (SLSBridgedManagedDisplaySetIsAnimatingOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedManagedDisplaySetIsAnimatingOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedManagedDisplaySetRoleWindowOperation ¶

type SLSBridgedManagedDisplaySetRoleWindowOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedManagedDisplaySetRoleWindowOperation

func NewSLSBridgedManagedDisplaySetRoleWindowOperation ¶

func NewSLSBridgedManagedDisplaySetRoleWindowOperation() SLSBridgedManagedDisplaySetRoleWindowOperation

NewSLSBridgedManagedDisplaySetRoleWindowOperation creates a new SLSBridgedManagedDisplaySetRoleWindowOperation instance.

func SLSBridgedManagedDisplaySetRoleWindowOperationFromID ¶

func SLSBridgedManagedDisplaySetRoleWindowOperationFromID(id objc.ID) SLSBridgedManagedDisplaySetRoleWindowOperation

SLSBridgedManagedDisplaySetRoleWindowOperationFromID constructs a SLSBridgedManagedDisplaySetRoleWindowOperation from an objc.ID.

func (SLSBridgedManagedDisplaySetRoleWindowOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedManagedDisplaySetRoleWindowOperation) Init ¶

Init initializes the instance.

type SLSBridgedManagedDisplaySetRoleWindowOperationClass ¶

type SLSBridgedManagedDisplaySetRoleWindowOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedManagedDisplaySetRoleWindowOperationClass ¶

func GetSLSBridgedManagedDisplaySetRoleWindowOperationClass() SLSBridgedManagedDisplaySetRoleWindowOperationClass

GetSLSBridgedManagedDisplaySetRoleWindowOperationClass returns the class object for SLSBridgedManagedDisplaySetRoleWindowOperation.

func (SLSBridgedManagedDisplaySetRoleWindowOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedManagedDisplaySetRoleWindowOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedManagedDisplaysCopyRoleWindowsOperation ¶

type SLSBridgedManagedDisplaysCopyRoleWindowsOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedManagedDisplaysCopyRoleWindowsOperation

func NewSLSBridgedManagedDisplaysCopyRoleWindowsOperation ¶

func NewSLSBridgedManagedDisplaysCopyRoleWindowsOperation() SLSBridgedManagedDisplaysCopyRoleWindowsOperation

NewSLSBridgedManagedDisplaysCopyRoleWindowsOperation creates a new SLSBridgedManagedDisplaysCopyRoleWindowsOperation instance.

func SLSBridgedManagedDisplaysCopyRoleWindowsOperationFromID ¶

func SLSBridgedManagedDisplaysCopyRoleWindowsOperationFromID(id objc.ID) SLSBridgedManagedDisplaysCopyRoleWindowsOperation

SLSBridgedManagedDisplaysCopyRoleWindowsOperationFromID constructs a SLSBridgedManagedDisplaysCopyRoleWindowsOperation from an objc.ID.

func (SLSBridgedManagedDisplaysCopyRoleWindowsOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedManagedDisplaysCopyRoleWindowsOperation) Init ¶

Init initializes the instance.

type SLSBridgedManagedDisplaysCopyRoleWindowsOperationClass ¶

type SLSBridgedManagedDisplaysCopyRoleWindowsOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedManagedDisplaysCopyRoleWindowsOperationClass ¶

func GetSLSBridgedManagedDisplaysCopyRoleWindowsOperationClass() SLSBridgedManagedDisplaysCopyRoleWindowsOperationClass

GetSLSBridgedManagedDisplaysCopyRoleWindowsOperationClass returns the class object for SLSBridgedManagedDisplaysCopyRoleWindowsOperation.

func (SLSBridgedManagedDisplaysCopyRoleWindowsOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedManagedDisplaysCopyRoleWindowsOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedMoveManagedSpaceToDisplayIndexOperation ¶

type SLSBridgedMoveManagedSpaceToDisplayIndexOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedMoveManagedSpaceToDisplayIndexOperation

func NewSLSBridgedMoveManagedSpaceToDisplayIndexOperation ¶

func NewSLSBridgedMoveManagedSpaceToDisplayIndexOperation() SLSBridgedMoveManagedSpaceToDisplayIndexOperation

NewSLSBridgedMoveManagedSpaceToDisplayIndexOperation creates a new SLSBridgedMoveManagedSpaceToDisplayIndexOperation instance.

func SLSBridgedMoveManagedSpaceToDisplayIndexOperationFromID ¶

func SLSBridgedMoveManagedSpaceToDisplayIndexOperationFromID(id objc.ID) SLSBridgedMoveManagedSpaceToDisplayIndexOperation

SLSBridgedMoveManagedSpaceToDisplayIndexOperationFromID constructs a SLSBridgedMoveManagedSpaceToDisplayIndexOperation from an objc.ID.

func (SLSBridgedMoveManagedSpaceToDisplayIndexOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedMoveManagedSpaceToDisplayIndexOperation) Init ¶

Init initializes the instance.

type SLSBridgedMoveManagedSpaceToDisplayIndexOperationClass ¶

type SLSBridgedMoveManagedSpaceToDisplayIndexOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedMoveManagedSpaceToDisplayIndexOperationClass ¶

func GetSLSBridgedMoveManagedSpaceToDisplayIndexOperationClass() SLSBridgedMoveManagedSpaceToDisplayIndexOperationClass

GetSLSBridgedMoveManagedSpaceToDisplayIndexOperationClass returns the class object for SLSBridgedMoveManagedSpaceToDisplayIndexOperation.

func (SLSBridgedMoveManagedSpaceToDisplayIndexOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedMoveManagedSpaceToDisplayIndexOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedMoveWindowsToManagedSpaceOperation ¶

type SLSBridgedMoveWindowsToManagedSpaceOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedMoveWindowsToManagedSpaceOperation

func NewSLSBridgedMoveWindowsToManagedSpaceOperation ¶

func NewSLSBridgedMoveWindowsToManagedSpaceOperation() SLSBridgedMoveWindowsToManagedSpaceOperation

NewSLSBridgedMoveWindowsToManagedSpaceOperation creates a new SLSBridgedMoveWindowsToManagedSpaceOperation instance.

func SLSBridgedMoveWindowsToManagedSpaceOperationFromID ¶

func SLSBridgedMoveWindowsToManagedSpaceOperationFromID(id objc.ID) SLSBridgedMoveWindowsToManagedSpaceOperation

SLSBridgedMoveWindowsToManagedSpaceOperationFromID constructs a SLSBridgedMoveWindowsToManagedSpaceOperation from an objc.ID.

func (SLSBridgedMoveWindowsToManagedSpaceOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedMoveWindowsToManagedSpaceOperation) Init ¶

Init initializes the instance.

type SLSBridgedMoveWindowsToManagedSpaceOperationClass ¶

type SLSBridgedMoveWindowsToManagedSpaceOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedMoveWindowsToManagedSpaceOperationClass ¶

func GetSLSBridgedMoveWindowsToManagedSpaceOperationClass() SLSBridgedMoveWindowsToManagedSpaceOperationClass

GetSLSBridgedMoveWindowsToManagedSpaceOperationClass returns the class object for SLSBridgedMoveWindowsToManagedSpaceOperation.

func (SLSBridgedMoveWindowsToManagedSpaceOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedMoveWindowsToManagedSpaceOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedProcessAssignToAllSpacesOperation ¶

type SLSBridgedProcessAssignToAllSpacesOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedProcessAssignToAllSpacesOperation

func NewSLSBridgedProcessAssignToAllSpacesOperation ¶

func NewSLSBridgedProcessAssignToAllSpacesOperation() SLSBridgedProcessAssignToAllSpacesOperation

NewSLSBridgedProcessAssignToAllSpacesOperation creates a new SLSBridgedProcessAssignToAllSpacesOperation instance.

func SLSBridgedProcessAssignToAllSpacesOperationFromID ¶

func SLSBridgedProcessAssignToAllSpacesOperationFromID(id objc.ID) SLSBridgedProcessAssignToAllSpacesOperation

SLSBridgedProcessAssignToAllSpacesOperationFromID constructs a SLSBridgedProcessAssignToAllSpacesOperation from an objc.ID.

func (SLSBridgedProcessAssignToAllSpacesOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedProcessAssignToAllSpacesOperation) Init ¶

Init initializes the instance.

type SLSBridgedProcessAssignToAllSpacesOperationClass ¶

type SLSBridgedProcessAssignToAllSpacesOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedProcessAssignToAllSpacesOperationClass ¶

func GetSLSBridgedProcessAssignToAllSpacesOperationClass() SLSBridgedProcessAssignToAllSpacesOperationClass

GetSLSBridgedProcessAssignToAllSpacesOperationClass returns the class object for SLSBridgedProcessAssignToAllSpacesOperation.

func (SLSBridgedProcessAssignToAllSpacesOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedProcessAssignToAllSpacesOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedProcessAssignToSpaceOperation ¶

type SLSBridgedProcessAssignToSpaceOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedProcessAssignToSpaceOperation

func NewSLSBridgedProcessAssignToSpaceOperation ¶

func NewSLSBridgedProcessAssignToSpaceOperation() SLSBridgedProcessAssignToSpaceOperation

NewSLSBridgedProcessAssignToSpaceOperation creates a new SLSBridgedProcessAssignToSpaceOperation instance.

func SLSBridgedProcessAssignToSpaceOperationFromID ¶

func SLSBridgedProcessAssignToSpaceOperationFromID(id objc.ID) SLSBridgedProcessAssignToSpaceOperation

SLSBridgedProcessAssignToSpaceOperationFromID constructs a SLSBridgedProcessAssignToSpaceOperation from an objc.ID.

func (SLSBridgedProcessAssignToSpaceOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedProcessAssignToSpaceOperation) Init ¶

Init initializes the instance.

type SLSBridgedProcessAssignToSpaceOperationClass ¶

type SLSBridgedProcessAssignToSpaceOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedProcessAssignToSpaceOperationClass ¶

func GetSLSBridgedProcessAssignToSpaceOperationClass() SLSBridgedProcessAssignToSpaceOperationClass

GetSLSBridgedProcessAssignToSpaceOperationClass returns the class object for SLSBridgedProcessAssignToSpaceOperation.

func (SLSBridgedProcessAssignToSpaceOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedProcessAssignToSpaceOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedRemoveWindowsFromSpacesOperation ¶

type SLSBridgedRemoveWindowsFromSpacesOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedRemoveWindowsFromSpacesOperation

func NewSLSBridgedRemoveWindowsFromSpacesOperation ¶

func NewSLSBridgedRemoveWindowsFromSpacesOperation() SLSBridgedRemoveWindowsFromSpacesOperation

NewSLSBridgedRemoveWindowsFromSpacesOperation creates a new SLSBridgedRemoveWindowsFromSpacesOperation instance.

func SLSBridgedRemoveWindowsFromSpacesOperationFromID ¶

func SLSBridgedRemoveWindowsFromSpacesOperationFromID(id objc.ID) SLSBridgedRemoveWindowsFromSpacesOperation

SLSBridgedRemoveWindowsFromSpacesOperationFromID constructs a SLSBridgedRemoveWindowsFromSpacesOperation from an objc.ID.

func (SLSBridgedRemoveWindowsFromSpacesOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedRemoveWindowsFromSpacesOperation) Init ¶

Init initializes the instance.

type SLSBridgedRemoveWindowsFromSpacesOperationClass ¶

type SLSBridgedRemoveWindowsFromSpacesOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedRemoveWindowsFromSpacesOperationClass ¶

func GetSLSBridgedRemoveWindowsFromSpacesOperationClass() SLSBridgedRemoveWindowsFromSpacesOperationClass

GetSLSBridgedRemoveWindowsFromSpacesOperationClass returns the class object for SLSBridgedRemoveWindowsFromSpacesOperation.

func (SLSBridgedRemoveWindowsFromSpacesOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedRemoveWindowsFromSpacesOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedResetWindowsOperation ¶

type SLSBridgedResetWindowsOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedResetWindowsOperation

func NewSLSBridgedResetWindowsOperation ¶

func NewSLSBridgedResetWindowsOperation() SLSBridgedResetWindowsOperation

NewSLSBridgedResetWindowsOperation creates a new SLSBridgedResetWindowsOperation instance.

func SLSBridgedResetWindowsOperationFromID ¶

func SLSBridgedResetWindowsOperationFromID(id objc.ID) SLSBridgedResetWindowsOperation

SLSBridgedResetWindowsOperationFromID constructs a SLSBridgedResetWindowsOperation from an objc.ID.

func (SLSBridgedResetWindowsOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedResetWindowsOperation) Init ¶

Init initializes the instance.

type SLSBridgedResetWindowsOperationClass ¶

type SLSBridgedResetWindowsOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedResetWindowsOperationClass ¶

func GetSLSBridgedResetWindowsOperationClass() SLSBridgedResetWindowsOperationClass

GetSLSBridgedResetWindowsOperationClass returns the class object for SLSBridgedResetWindowsOperation.

func (SLSBridgedResetWindowsOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedResetWindowsOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSetSpaceManagementModeOperation ¶

type SLSBridgedSetSpaceManagementModeOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSetSpaceManagementModeOperation

func NewSLSBridgedSetSpaceManagementModeOperation ¶

func NewSLSBridgedSetSpaceManagementModeOperation() SLSBridgedSetSpaceManagementModeOperation

NewSLSBridgedSetSpaceManagementModeOperation creates a new SLSBridgedSetSpaceManagementModeOperation instance.

func SLSBridgedSetSpaceManagementModeOperationFromID ¶

func SLSBridgedSetSpaceManagementModeOperationFromID(id objc.ID) SLSBridgedSetSpaceManagementModeOperation

SLSBridgedSetSpaceManagementModeOperationFromID constructs a SLSBridgedSetSpaceManagementModeOperation from an objc.ID.

func (SLSBridgedSetSpaceManagementModeOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSetSpaceManagementModeOperation) Init ¶

Init initializes the instance.

type SLSBridgedSetSpaceManagementModeOperationClass ¶

type SLSBridgedSetSpaceManagementModeOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSetSpaceManagementModeOperationClass ¶

func GetSLSBridgedSetSpaceManagementModeOperationClass() SLSBridgedSetSpaceManagementModeOperationClass

GetSLSBridgedSetSpaceManagementModeOperationClass returns the class object for SLSBridgedSetSpaceManagementModeOperation.

func (SLSBridgedSetSpaceManagementModeOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSetSpaceManagementModeOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedShowSpacesOperation ¶

type SLSBridgedShowSpacesOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedShowSpacesOperation

func NewSLSBridgedShowSpacesOperation ¶

func NewSLSBridgedShowSpacesOperation() SLSBridgedShowSpacesOperation

NewSLSBridgedShowSpacesOperation creates a new SLSBridgedShowSpacesOperation instance.

func SLSBridgedShowSpacesOperationFromID ¶

func SLSBridgedShowSpacesOperationFromID(id objc.ID) SLSBridgedShowSpacesOperation

SLSBridgedShowSpacesOperationFromID constructs a SLSBridgedShowSpacesOperation from an objc.ID.

func (SLSBridgedShowSpacesOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedShowSpacesOperation) Init ¶

Init initializes the instance.

type SLSBridgedShowSpacesOperationClass ¶

type SLSBridgedShowSpacesOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedShowSpacesOperationClass ¶

func GetSLSBridgedShowSpacesOperationClass() SLSBridgedShowSpacesOperationClass

GetSLSBridgedShowSpacesOperationClass returns the class object for SLSBridgedShowSpacesOperation.

func (SLSBridgedShowSpacesOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedShowSpacesOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceAddOwnerOperation ¶

type SLSBridgedSpaceAddOwnerOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceAddOwnerOperation

func NewSLSBridgedSpaceAddOwnerOperation ¶

func NewSLSBridgedSpaceAddOwnerOperation() SLSBridgedSpaceAddOwnerOperation

NewSLSBridgedSpaceAddOwnerOperation creates a new SLSBridgedSpaceAddOwnerOperation instance.

func SLSBridgedSpaceAddOwnerOperationFromID ¶

func SLSBridgedSpaceAddOwnerOperationFromID(id objc.ID) SLSBridgedSpaceAddOwnerOperation

SLSBridgedSpaceAddOwnerOperationFromID constructs a SLSBridgedSpaceAddOwnerOperation from an objc.ID.

func (SLSBridgedSpaceAddOwnerOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceAddOwnerOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceAddOwnerOperationClass ¶

type SLSBridgedSpaceAddOwnerOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceAddOwnerOperationClass ¶

func GetSLSBridgedSpaceAddOwnerOperationClass() SLSBridgedSpaceAddOwnerOperationClass

GetSLSBridgedSpaceAddOwnerOperationClass returns the class object for SLSBridgedSpaceAddOwnerOperation.

func (SLSBridgedSpaceAddOwnerOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceAddOwnerOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceAddWindowsAndRemoveFromSpacesOperation ¶

type SLSBridgedSpaceAddWindowsAndRemoveFromSpacesOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceAddWindowsAndRemoveFromSpacesOperation

func NewSLSBridgedSpaceAddWindowsAndRemoveFromSpacesOperation ¶

func NewSLSBridgedSpaceAddWindowsAndRemoveFromSpacesOperation() SLSBridgedSpaceAddWindowsAndRemoveFromSpacesOperation

NewSLSBridgedSpaceAddWindowsAndRemoveFromSpacesOperation creates a new SLSBridgedSpaceAddWindowsAndRemoveFromSpacesOperation instance.

func SLSBridgedSpaceAddWindowsAndRemoveFromSpacesOperationFromID ¶

func SLSBridgedSpaceAddWindowsAndRemoveFromSpacesOperationFromID(id objc.ID) SLSBridgedSpaceAddWindowsAndRemoveFromSpacesOperation

SLSBridgedSpaceAddWindowsAndRemoveFromSpacesOperationFromID constructs a SLSBridgedSpaceAddWindowsAndRemoveFromSpacesOperation from an objc.ID.

func (SLSBridgedSpaceAddWindowsAndRemoveFromSpacesOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceAddWindowsAndRemoveFromSpacesOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceAddWindowsAndRemoveFromSpacesOperationClass ¶

type SLSBridgedSpaceAddWindowsAndRemoveFromSpacesOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceAddWindowsAndRemoveFromSpacesOperationClass ¶

func GetSLSBridgedSpaceAddWindowsAndRemoveFromSpacesOperationClass() SLSBridgedSpaceAddWindowsAndRemoveFromSpacesOperationClass

GetSLSBridgedSpaceAddWindowsAndRemoveFromSpacesOperationClass returns the class object for SLSBridgedSpaceAddWindowsAndRemoveFromSpacesOperation.

func (SLSBridgedSpaceAddWindowsAndRemoveFromSpacesOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceAddWindowsAndRemoveFromSpacesOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceCanCreateTileOperation ¶

type SLSBridgedSpaceCanCreateTileOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceCanCreateTileOperation

func NewSLSBridgedSpaceCanCreateTileOperation ¶

func NewSLSBridgedSpaceCanCreateTileOperation() SLSBridgedSpaceCanCreateTileOperation

NewSLSBridgedSpaceCanCreateTileOperation creates a new SLSBridgedSpaceCanCreateTileOperation instance.

func SLSBridgedSpaceCanCreateTileOperationFromID ¶

func SLSBridgedSpaceCanCreateTileOperationFromID(id objc.ID) SLSBridgedSpaceCanCreateTileOperation

SLSBridgedSpaceCanCreateTileOperationFromID constructs a SLSBridgedSpaceCanCreateTileOperation from an objc.ID.

func (SLSBridgedSpaceCanCreateTileOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceCanCreateTileOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceCanCreateTileOperationClass ¶

type SLSBridgedSpaceCanCreateTileOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceCanCreateTileOperationClass ¶

func GetSLSBridgedSpaceCanCreateTileOperationClass() SLSBridgedSpaceCanCreateTileOperationClass

GetSLSBridgedSpaceCanCreateTileOperationClass returns the class object for SLSBridgedSpaceCanCreateTileOperation.

func (SLSBridgedSpaceCanCreateTileOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceCanCreateTileOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperation ¶

type SLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperation

func NewSLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperation ¶

func NewSLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperation() SLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperation

NewSLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperation creates a new SLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperation instance.

func SLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperationFromID ¶

func SLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperationFromID(id objc.ID) SLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperation

SLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperationFromID constructs a SLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperation from an objc.ID.

func (SLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperationClass ¶

type SLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperationClass ¶

func GetSLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperationClass() SLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperationClass

GetSLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperationClass returns the class object for SLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperation.

func (SLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceClientDrivenMoveSpacersToPointFencedOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceClientDrivenMoveSpacersToPointOperation ¶

type SLSBridgedSpaceClientDrivenMoveSpacersToPointOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceClientDrivenMoveSpacersToPointOperation

func NewSLSBridgedSpaceClientDrivenMoveSpacersToPointOperation ¶

func NewSLSBridgedSpaceClientDrivenMoveSpacersToPointOperation() SLSBridgedSpaceClientDrivenMoveSpacersToPointOperation

NewSLSBridgedSpaceClientDrivenMoveSpacersToPointOperation creates a new SLSBridgedSpaceClientDrivenMoveSpacersToPointOperation instance.

func SLSBridgedSpaceClientDrivenMoveSpacersToPointOperationFromID ¶

func SLSBridgedSpaceClientDrivenMoveSpacersToPointOperationFromID(id objc.ID) SLSBridgedSpaceClientDrivenMoveSpacersToPointOperation

SLSBridgedSpaceClientDrivenMoveSpacersToPointOperationFromID constructs a SLSBridgedSpaceClientDrivenMoveSpacersToPointOperation from an objc.ID.

func (SLSBridgedSpaceClientDrivenMoveSpacersToPointOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceClientDrivenMoveSpacersToPointOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceClientDrivenMoveSpacersToPointOperationClass ¶

type SLSBridgedSpaceClientDrivenMoveSpacersToPointOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceClientDrivenMoveSpacersToPointOperationClass ¶

func GetSLSBridgedSpaceClientDrivenMoveSpacersToPointOperationClass() SLSBridgedSpaceClientDrivenMoveSpacersToPointOperationClass

GetSLSBridgedSpaceClientDrivenMoveSpacersToPointOperationClass returns the class object for SLSBridgedSpaceClientDrivenMoveSpacersToPointOperation.

func (SLSBridgedSpaceClientDrivenMoveSpacersToPointOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceClientDrivenMoveSpacersToPointOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceCopyManagedShapeOperation ¶

type SLSBridgedSpaceCopyManagedShapeOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceCopyManagedShapeOperation

func NewSLSBridgedSpaceCopyManagedShapeOperation ¶

func NewSLSBridgedSpaceCopyManagedShapeOperation() SLSBridgedSpaceCopyManagedShapeOperation

NewSLSBridgedSpaceCopyManagedShapeOperation creates a new SLSBridgedSpaceCopyManagedShapeOperation instance.

func SLSBridgedSpaceCopyManagedShapeOperationFromID ¶

func SLSBridgedSpaceCopyManagedShapeOperationFromID(id objc.ID) SLSBridgedSpaceCopyManagedShapeOperation

SLSBridgedSpaceCopyManagedShapeOperationFromID constructs a SLSBridgedSpaceCopyManagedShapeOperation from an objc.ID.

func (SLSBridgedSpaceCopyManagedShapeOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceCopyManagedShapeOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceCopyManagedShapeOperationClass ¶

type SLSBridgedSpaceCopyManagedShapeOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceCopyManagedShapeOperationClass ¶

func GetSLSBridgedSpaceCopyManagedShapeOperationClass() SLSBridgedSpaceCopyManagedShapeOperationClass

GetSLSBridgedSpaceCopyManagedShapeOperationClass returns the class object for SLSBridgedSpaceCopyManagedShapeOperation.

func (SLSBridgedSpaceCopyManagedShapeOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceCopyManagedShapeOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceCopyNameOperation ¶

type SLSBridgedSpaceCopyNameOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceCopyNameOperation

func NewSLSBridgedSpaceCopyNameOperation ¶

func NewSLSBridgedSpaceCopyNameOperation() SLSBridgedSpaceCopyNameOperation

NewSLSBridgedSpaceCopyNameOperation creates a new SLSBridgedSpaceCopyNameOperation instance.

func SLSBridgedSpaceCopyNameOperationFromID ¶

func SLSBridgedSpaceCopyNameOperationFromID(id objc.ID) SLSBridgedSpaceCopyNameOperation

SLSBridgedSpaceCopyNameOperationFromID constructs a SLSBridgedSpaceCopyNameOperation from an objc.ID.

func (SLSBridgedSpaceCopyNameOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceCopyNameOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceCopyNameOperationClass ¶

type SLSBridgedSpaceCopyNameOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceCopyNameOperationClass ¶

func GetSLSBridgedSpaceCopyNameOperationClass() SLSBridgedSpaceCopyNameOperationClass

GetSLSBridgedSpaceCopyNameOperationClass returns the class object for SLSBridgedSpaceCopyNameOperation.

func (SLSBridgedSpaceCopyNameOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceCopyNameOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceCopyOwnersOperation ¶

type SLSBridgedSpaceCopyOwnersOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceCopyOwnersOperation

func NewSLSBridgedSpaceCopyOwnersOperation ¶

func NewSLSBridgedSpaceCopyOwnersOperation() SLSBridgedSpaceCopyOwnersOperation

NewSLSBridgedSpaceCopyOwnersOperation creates a new SLSBridgedSpaceCopyOwnersOperation instance.

func SLSBridgedSpaceCopyOwnersOperationFromID ¶

func SLSBridgedSpaceCopyOwnersOperationFromID(id objc.ID) SLSBridgedSpaceCopyOwnersOperation

SLSBridgedSpaceCopyOwnersOperationFromID constructs a SLSBridgedSpaceCopyOwnersOperation from an objc.ID.

func (SLSBridgedSpaceCopyOwnersOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceCopyOwnersOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceCopyOwnersOperationClass ¶

type SLSBridgedSpaceCopyOwnersOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceCopyOwnersOperationClass ¶

func GetSLSBridgedSpaceCopyOwnersOperationClass() SLSBridgedSpaceCopyOwnersOperationClass

GetSLSBridgedSpaceCopyOwnersOperationClass returns the class object for SLSBridgedSpaceCopyOwnersOperation.

func (SLSBridgedSpaceCopyOwnersOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceCopyOwnersOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceCopyShapeOperation ¶

type SLSBridgedSpaceCopyShapeOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceCopyShapeOperation

func NewSLSBridgedSpaceCopyShapeOperation ¶

func NewSLSBridgedSpaceCopyShapeOperation() SLSBridgedSpaceCopyShapeOperation

NewSLSBridgedSpaceCopyShapeOperation creates a new SLSBridgedSpaceCopyShapeOperation instance.

func SLSBridgedSpaceCopyShapeOperationFromID ¶

func SLSBridgedSpaceCopyShapeOperationFromID(id objc.ID) SLSBridgedSpaceCopyShapeOperation

SLSBridgedSpaceCopyShapeOperationFromID constructs a SLSBridgedSpaceCopyShapeOperation from an objc.ID.

func (SLSBridgedSpaceCopyShapeOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceCopyShapeOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceCopyShapeOperationClass ¶

type SLSBridgedSpaceCopyShapeOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceCopyShapeOperationClass ¶

func GetSLSBridgedSpaceCopyShapeOperationClass() SLSBridgedSpaceCopyShapeOperationClass

GetSLSBridgedSpaceCopyShapeOperationClass returns the class object for SLSBridgedSpaceCopyShapeOperation.

func (SLSBridgedSpaceCopyShapeOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceCopyShapeOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceCopyTileSpacesOperation ¶

type SLSBridgedSpaceCopyTileSpacesOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceCopyTileSpacesOperation

func NewSLSBridgedSpaceCopyTileSpacesOperation ¶

func NewSLSBridgedSpaceCopyTileSpacesOperation() SLSBridgedSpaceCopyTileSpacesOperation

NewSLSBridgedSpaceCopyTileSpacesOperation creates a new SLSBridgedSpaceCopyTileSpacesOperation instance.

func SLSBridgedSpaceCopyTileSpacesOperationFromID ¶

func SLSBridgedSpaceCopyTileSpacesOperationFromID(id objc.ID) SLSBridgedSpaceCopyTileSpacesOperation

SLSBridgedSpaceCopyTileSpacesOperationFromID constructs a SLSBridgedSpaceCopyTileSpacesOperation from an objc.ID.

func (SLSBridgedSpaceCopyTileSpacesOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceCopyTileSpacesOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceCopyTileSpacesOperationClass ¶

type SLSBridgedSpaceCopyTileSpacesOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceCopyTileSpacesOperationClass ¶

func GetSLSBridgedSpaceCopyTileSpacesOperationClass() SLSBridgedSpaceCopyTileSpacesOperationClass

GetSLSBridgedSpaceCopyTileSpacesOperationClass returns the class object for SLSBridgedSpaceCopyTileSpacesOperation.

func (SLSBridgedSpaceCopyTileSpacesOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceCopyTileSpacesOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceCopyValuesOperation ¶

type SLSBridgedSpaceCopyValuesOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceCopyValuesOperation

func NewSLSBridgedSpaceCopyValuesOperation ¶

func NewSLSBridgedSpaceCopyValuesOperation() SLSBridgedSpaceCopyValuesOperation

NewSLSBridgedSpaceCopyValuesOperation creates a new SLSBridgedSpaceCopyValuesOperation instance.

func SLSBridgedSpaceCopyValuesOperationFromID ¶

func SLSBridgedSpaceCopyValuesOperationFromID(id objc.ID) SLSBridgedSpaceCopyValuesOperation

SLSBridgedSpaceCopyValuesOperationFromID constructs a SLSBridgedSpaceCopyValuesOperation from an objc.ID.

func (SLSBridgedSpaceCopyValuesOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceCopyValuesOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceCopyValuesOperationClass ¶

type SLSBridgedSpaceCopyValuesOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceCopyValuesOperationClass ¶

func GetSLSBridgedSpaceCopyValuesOperationClass() SLSBridgedSpaceCopyValuesOperationClass

GetSLSBridgedSpaceCopyValuesOperationClass returns the class object for SLSBridgedSpaceCopyValuesOperation.

func (SLSBridgedSpaceCopyValuesOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceCopyValuesOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceCreateOperation ¶

type SLSBridgedSpaceCreateOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceCreateOperation

func NewSLSBridgedSpaceCreateOperation ¶

func NewSLSBridgedSpaceCreateOperation() SLSBridgedSpaceCreateOperation

NewSLSBridgedSpaceCreateOperation creates a new SLSBridgedSpaceCreateOperation instance.

func SLSBridgedSpaceCreateOperationFromID ¶

func SLSBridgedSpaceCreateOperationFromID(id objc.ID) SLSBridgedSpaceCreateOperation

SLSBridgedSpaceCreateOperationFromID constructs a SLSBridgedSpaceCreateOperation from an objc.ID.

func (SLSBridgedSpaceCreateOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceCreateOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceCreateOperationClass ¶

type SLSBridgedSpaceCreateOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceCreateOperationClass ¶

func GetSLSBridgedSpaceCreateOperationClass() SLSBridgedSpaceCreateOperationClass

GetSLSBridgedSpaceCreateOperationClass returns the class object for SLSBridgedSpaceCreateOperation.

func (SLSBridgedSpaceCreateOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceCreateOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceCreateTileOperation ¶

type SLSBridgedSpaceCreateTileOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceCreateTileOperation

func NewSLSBridgedSpaceCreateTileOperation ¶

func NewSLSBridgedSpaceCreateTileOperation() SLSBridgedSpaceCreateTileOperation

NewSLSBridgedSpaceCreateTileOperation creates a new SLSBridgedSpaceCreateTileOperation instance.

func SLSBridgedSpaceCreateTileOperationFromID ¶

func SLSBridgedSpaceCreateTileOperationFromID(id objc.ID) SLSBridgedSpaceCreateTileOperation

SLSBridgedSpaceCreateTileOperationFromID constructs a SLSBridgedSpaceCreateTileOperation from an objc.ID.

func (SLSBridgedSpaceCreateTileOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceCreateTileOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceCreateTileOperationClass ¶

type SLSBridgedSpaceCreateTileOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceCreateTileOperationClass ¶

func GetSLSBridgedSpaceCreateTileOperationClass() SLSBridgedSpaceCreateTileOperationClass

GetSLSBridgedSpaceCreateTileOperationClass returns the class object for SLSBridgedSpaceCreateTileOperation.

func (SLSBridgedSpaceCreateTileOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceCreateTileOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceDestroyOperation ¶

type SLSBridgedSpaceDestroyOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceDestroyOperation

func NewSLSBridgedSpaceDestroyOperation ¶

func NewSLSBridgedSpaceDestroyOperation() SLSBridgedSpaceDestroyOperation

NewSLSBridgedSpaceDestroyOperation creates a new SLSBridgedSpaceDestroyOperation instance.

func SLSBridgedSpaceDestroyOperationFromID ¶

func SLSBridgedSpaceDestroyOperationFromID(id objc.ID) SLSBridgedSpaceDestroyOperation

SLSBridgedSpaceDestroyOperationFromID constructs a SLSBridgedSpaceDestroyOperation from an objc.ID.

func (SLSBridgedSpaceDestroyOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceDestroyOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceDestroyOperationClass ¶

type SLSBridgedSpaceDestroyOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceDestroyOperationClass ¶

func GetSLSBridgedSpaceDestroyOperationClass() SLSBridgedSpaceDestroyOperationClass

GetSLSBridgedSpaceDestroyOperationClass returns the class object for SLSBridgedSpaceDestroyOperation.

func (SLSBridgedSpaceDestroyOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceDestroyOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceFinishedResizeForRectOperation ¶

type SLSBridgedSpaceFinishedResizeForRectOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceFinishedResizeForRectOperation

func NewSLSBridgedSpaceFinishedResizeForRectOperation ¶

func NewSLSBridgedSpaceFinishedResizeForRectOperation() SLSBridgedSpaceFinishedResizeForRectOperation

NewSLSBridgedSpaceFinishedResizeForRectOperation creates a new SLSBridgedSpaceFinishedResizeForRectOperation instance.

func SLSBridgedSpaceFinishedResizeForRectOperationFromID ¶

func SLSBridgedSpaceFinishedResizeForRectOperationFromID(id objc.ID) SLSBridgedSpaceFinishedResizeForRectOperation

SLSBridgedSpaceFinishedResizeForRectOperationFromID constructs a SLSBridgedSpaceFinishedResizeForRectOperation from an objc.ID.

func (SLSBridgedSpaceFinishedResizeForRectOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceFinishedResizeForRectOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceFinishedResizeForRectOperationClass ¶

type SLSBridgedSpaceFinishedResizeForRectOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceFinishedResizeForRectOperationClass ¶

func GetSLSBridgedSpaceFinishedResizeForRectOperationClass() SLSBridgedSpaceFinishedResizeForRectOperationClass

GetSLSBridgedSpaceFinishedResizeForRectOperationClass returns the class object for SLSBridgedSpaceFinishedResizeForRectOperation.

func (SLSBridgedSpaceFinishedResizeForRectOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceFinishedResizeForRectOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceGetAbsoluteLevelOperation ¶

type SLSBridgedSpaceGetAbsoluteLevelOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceGetAbsoluteLevelOperation

func NewSLSBridgedSpaceGetAbsoluteLevelOperation ¶

func NewSLSBridgedSpaceGetAbsoluteLevelOperation() SLSBridgedSpaceGetAbsoluteLevelOperation

NewSLSBridgedSpaceGetAbsoluteLevelOperation creates a new SLSBridgedSpaceGetAbsoluteLevelOperation instance.

func SLSBridgedSpaceGetAbsoluteLevelOperationFromID ¶

func SLSBridgedSpaceGetAbsoluteLevelOperationFromID(id objc.ID) SLSBridgedSpaceGetAbsoluteLevelOperation

SLSBridgedSpaceGetAbsoluteLevelOperationFromID constructs a SLSBridgedSpaceGetAbsoluteLevelOperation from an objc.ID.

func (SLSBridgedSpaceGetAbsoluteLevelOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceGetAbsoluteLevelOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceGetAbsoluteLevelOperationClass ¶

type SLSBridgedSpaceGetAbsoluteLevelOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceGetAbsoluteLevelOperationClass ¶

func GetSLSBridgedSpaceGetAbsoluteLevelOperationClass() SLSBridgedSpaceGetAbsoluteLevelOperationClass

GetSLSBridgedSpaceGetAbsoluteLevelOperationClass returns the class object for SLSBridgedSpaceGetAbsoluteLevelOperation.

func (SLSBridgedSpaceGetAbsoluteLevelOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceGetAbsoluteLevelOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceGetAlphaOperation ¶

type SLSBridgedSpaceGetAlphaOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceGetAlphaOperation

func NewSLSBridgedSpaceGetAlphaOperation ¶

func NewSLSBridgedSpaceGetAlphaOperation() SLSBridgedSpaceGetAlphaOperation

NewSLSBridgedSpaceGetAlphaOperation creates a new SLSBridgedSpaceGetAlphaOperation instance.

func SLSBridgedSpaceGetAlphaOperationFromID ¶

func SLSBridgedSpaceGetAlphaOperationFromID(id objc.ID) SLSBridgedSpaceGetAlphaOperation

SLSBridgedSpaceGetAlphaOperationFromID constructs a SLSBridgedSpaceGetAlphaOperation from an objc.ID.

func (SLSBridgedSpaceGetAlphaOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceGetAlphaOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceGetAlphaOperationClass ¶

type SLSBridgedSpaceGetAlphaOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceGetAlphaOperationClass ¶

func GetSLSBridgedSpaceGetAlphaOperationClass() SLSBridgedSpaceGetAlphaOperationClass

GetSLSBridgedSpaceGetAlphaOperationClass returns the class object for SLSBridgedSpaceGetAlphaOperation.

func (SLSBridgedSpaceGetAlphaOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceGetAlphaOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceGetInterTileSpacingOperation ¶

type SLSBridgedSpaceGetInterTileSpacingOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceGetInterTileSpacingOperation

func NewSLSBridgedSpaceGetInterTileSpacingOperation ¶

func NewSLSBridgedSpaceGetInterTileSpacingOperation() SLSBridgedSpaceGetInterTileSpacingOperation

NewSLSBridgedSpaceGetInterTileSpacingOperation creates a new SLSBridgedSpaceGetInterTileSpacingOperation instance.

func SLSBridgedSpaceGetInterTileSpacingOperationFromID ¶

func SLSBridgedSpaceGetInterTileSpacingOperationFromID(id objc.ID) SLSBridgedSpaceGetInterTileSpacingOperation

SLSBridgedSpaceGetInterTileSpacingOperationFromID constructs a SLSBridgedSpaceGetInterTileSpacingOperation from an objc.ID.

func (SLSBridgedSpaceGetInterTileSpacingOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceGetInterTileSpacingOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceGetInterTileSpacingOperationClass ¶

type SLSBridgedSpaceGetInterTileSpacingOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceGetInterTileSpacingOperationClass ¶

func GetSLSBridgedSpaceGetInterTileSpacingOperationClass() SLSBridgedSpaceGetInterTileSpacingOperationClass

GetSLSBridgedSpaceGetInterTileSpacingOperationClass returns the class object for SLSBridgedSpaceGetInterTileSpacingOperation.

func (SLSBridgedSpaceGetInterTileSpacingOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceGetInterTileSpacingOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceGetRectOperation ¶

type SLSBridgedSpaceGetRectOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceGetRectOperation

func NewSLSBridgedSpaceGetRectOperation ¶

func NewSLSBridgedSpaceGetRectOperation() SLSBridgedSpaceGetRectOperation

NewSLSBridgedSpaceGetRectOperation creates a new SLSBridgedSpaceGetRectOperation instance.

func SLSBridgedSpaceGetRectOperationFromID ¶

func SLSBridgedSpaceGetRectOperationFromID(id objc.ID) SLSBridgedSpaceGetRectOperation

SLSBridgedSpaceGetRectOperationFromID constructs a SLSBridgedSpaceGetRectOperation from an objc.ID.

func (SLSBridgedSpaceGetRectOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceGetRectOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceGetRectOperationClass ¶

type SLSBridgedSpaceGetRectOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceGetRectOperationClass ¶

func GetSLSBridgedSpaceGetRectOperationClass() SLSBridgedSpaceGetRectOperationClass

GetSLSBridgedSpaceGetRectOperationClass returns the class object for SLSBridgedSpaceGetRectOperation.

func (SLSBridgedSpaceGetRectOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceGetRectOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceGetSizeForProposedTileOperation ¶

type SLSBridgedSpaceGetSizeForProposedTileOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceGetSizeForProposedTileOperation

func NewSLSBridgedSpaceGetSizeForProposedTileOperation ¶

func NewSLSBridgedSpaceGetSizeForProposedTileOperation() SLSBridgedSpaceGetSizeForProposedTileOperation

NewSLSBridgedSpaceGetSizeForProposedTileOperation creates a new SLSBridgedSpaceGetSizeForProposedTileOperation instance.

func SLSBridgedSpaceGetSizeForProposedTileOperationFromID ¶

func SLSBridgedSpaceGetSizeForProposedTileOperationFromID(id objc.ID) SLSBridgedSpaceGetSizeForProposedTileOperation

SLSBridgedSpaceGetSizeForProposedTileOperationFromID constructs a SLSBridgedSpaceGetSizeForProposedTileOperation from an objc.ID.

func (SLSBridgedSpaceGetSizeForProposedTileOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceGetSizeForProposedTileOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceGetSizeForProposedTileOperationClass ¶

type SLSBridgedSpaceGetSizeForProposedTileOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceGetSizeForProposedTileOperationClass ¶

func GetSLSBridgedSpaceGetSizeForProposedTileOperationClass() SLSBridgedSpaceGetSizeForProposedTileOperationClass

GetSLSBridgedSpaceGetSizeForProposedTileOperationClass returns the class object for SLSBridgedSpaceGetSizeForProposedTileOperation.

func (SLSBridgedSpaceGetSizeForProposedTileOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceGetSizeForProposedTileOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceGetSpacersAtPointOperation ¶

type SLSBridgedSpaceGetSpacersAtPointOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceGetSpacersAtPointOperation

func NewSLSBridgedSpaceGetSpacersAtPointOperation ¶

func NewSLSBridgedSpaceGetSpacersAtPointOperation() SLSBridgedSpaceGetSpacersAtPointOperation

NewSLSBridgedSpaceGetSpacersAtPointOperation creates a new SLSBridgedSpaceGetSpacersAtPointOperation instance.

func SLSBridgedSpaceGetSpacersAtPointOperationFromID ¶

func SLSBridgedSpaceGetSpacersAtPointOperationFromID(id objc.ID) SLSBridgedSpaceGetSpacersAtPointOperation

SLSBridgedSpaceGetSpacersAtPointOperationFromID constructs a SLSBridgedSpaceGetSpacersAtPointOperation from an objc.ID.

func (SLSBridgedSpaceGetSpacersAtPointOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceGetSpacersAtPointOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceGetSpacersAtPointOperationClass ¶

type SLSBridgedSpaceGetSpacersAtPointOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceGetSpacersAtPointOperationClass ¶

func GetSLSBridgedSpaceGetSpacersAtPointOperationClass() SLSBridgedSpaceGetSpacersAtPointOperationClass

GetSLSBridgedSpaceGetSpacersAtPointOperationClass returns the class object for SLSBridgedSpaceGetSpacersAtPointOperation.

func (SLSBridgedSpaceGetSpacersAtPointOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceGetSpacersAtPointOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceGetTransformOperation ¶

type SLSBridgedSpaceGetTransformOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceGetTransformOperation

func NewSLSBridgedSpaceGetTransformOperation ¶

func NewSLSBridgedSpaceGetTransformOperation() SLSBridgedSpaceGetTransformOperation

NewSLSBridgedSpaceGetTransformOperation creates a new SLSBridgedSpaceGetTransformOperation instance.

func SLSBridgedSpaceGetTransformOperationFromID ¶

func SLSBridgedSpaceGetTransformOperationFromID(id objc.ID) SLSBridgedSpaceGetTransformOperation

SLSBridgedSpaceGetTransformOperationFromID constructs a SLSBridgedSpaceGetTransformOperation from an objc.ID.

func (SLSBridgedSpaceGetTransformOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceGetTransformOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceGetTransformOperationClass ¶

type SLSBridgedSpaceGetTransformOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceGetTransformOperationClass ¶

func GetSLSBridgedSpaceGetTransformOperationClass() SLSBridgedSpaceGetTransformOperationClass

GetSLSBridgedSpaceGetTransformOperationClass returns the class object for SLSBridgedSpaceGetTransformOperation.

func (SLSBridgedSpaceGetTransformOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceGetTransformOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceGetTypeOperation ¶

type SLSBridgedSpaceGetTypeOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceGetTypeOperation

func NewSLSBridgedSpaceGetTypeOperation ¶

func NewSLSBridgedSpaceGetTypeOperation() SLSBridgedSpaceGetTypeOperation

NewSLSBridgedSpaceGetTypeOperation creates a new SLSBridgedSpaceGetTypeOperation instance.

func SLSBridgedSpaceGetTypeOperationFromID ¶

func SLSBridgedSpaceGetTypeOperationFromID(id objc.ID) SLSBridgedSpaceGetTypeOperation

SLSBridgedSpaceGetTypeOperationFromID constructs a SLSBridgedSpaceGetTypeOperation from an objc.ID.

func (SLSBridgedSpaceGetTypeOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceGetTypeOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceGetTypeOperationClass ¶

type SLSBridgedSpaceGetTypeOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceGetTypeOperationClass ¶

func GetSLSBridgedSpaceGetTypeOperationClass() SLSBridgedSpaceGetTypeOperationClass

GetSLSBridgedSpaceGetTypeOperationClass returns the class object for SLSBridgedSpaceGetTypeOperation.

func (SLSBridgedSpaceGetTypeOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceGetTypeOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpacePreferCurrentDisplayOperation ¶

type SLSBridgedSpacePreferCurrentDisplayOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpacePreferCurrentDisplayOperation

func NewSLSBridgedSpacePreferCurrentDisplayOperation ¶

func NewSLSBridgedSpacePreferCurrentDisplayOperation() SLSBridgedSpacePreferCurrentDisplayOperation

NewSLSBridgedSpacePreferCurrentDisplayOperation creates a new SLSBridgedSpacePreferCurrentDisplayOperation instance.

func SLSBridgedSpacePreferCurrentDisplayOperationFromID ¶

func SLSBridgedSpacePreferCurrentDisplayOperationFromID(id objc.ID) SLSBridgedSpacePreferCurrentDisplayOperation

SLSBridgedSpacePreferCurrentDisplayOperationFromID constructs a SLSBridgedSpacePreferCurrentDisplayOperation from an objc.ID.

func (SLSBridgedSpacePreferCurrentDisplayOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpacePreferCurrentDisplayOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpacePreferCurrentDisplayOperationClass ¶

type SLSBridgedSpacePreferCurrentDisplayOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpacePreferCurrentDisplayOperationClass ¶

func GetSLSBridgedSpacePreferCurrentDisplayOperationClass() SLSBridgedSpacePreferCurrentDisplayOperationClass

GetSLSBridgedSpacePreferCurrentDisplayOperationClass returns the class object for SLSBridgedSpacePreferCurrentDisplayOperation.

func (SLSBridgedSpacePreferCurrentDisplayOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpacePreferCurrentDisplayOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceRemoveOwnerOperation ¶

type SLSBridgedSpaceRemoveOwnerOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceRemoveOwnerOperation

func NewSLSBridgedSpaceRemoveOwnerOperation ¶

func NewSLSBridgedSpaceRemoveOwnerOperation() SLSBridgedSpaceRemoveOwnerOperation

NewSLSBridgedSpaceRemoveOwnerOperation creates a new SLSBridgedSpaceRemoveOwnerOperation instance.

func SLSBridgedSpaceRemoveOwnerOperationFromID ¶

func SLSBridgedSpaceRemoveOwnerOperationFromID(id objc.ID) SLSBridgedSpaceRemoveOwnerOperation

SLSBridgedSpaceRemoveOwnerOperationFromID constructs a SLSBridgedSpaceRemoveOwnerOperation from an objc.ID.

func (SLSBridgedSpaceRemoveOwnerOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceRemoveOwnerOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceRemoveOwnerOperationClass ¶

type SLSBridgedSpaceRemoveOwnerOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceRemoveOwnerOperationClass ¶

func GetSLSBridgedSpaceRemoveOwnerOperationClass() SLSBridgedSpaceRemoveOwnerOperationClass

GetSLSBridgedSpaceRemoveOwnerOperationClass returns the class object for SLSBridgedSpaceRemoveOwnerOperation.

func (SLSBridgedSpaceRemoveOwnerOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceRemoveOwnerOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceRemoveValuesForKeysOperation ¶

type SLSBridgedSpaceRemoveValuesForKeysOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceRemoveValuesForKeysOperation

func NewSLSBridgedSpaceRemoveValuesForKeysOperation ¶

func NewSLSBridgedSpaceRemoveValuesForKeysOperation() SLSBridgedSpaceRemoveValuesForKeysOperation

NewSLSBridgedSpaceRemoveValuesForKeysOperation creates a new SLSBridgedSpaceRemoveValuesForKeysOperation instance.

func SLSBridgedSpaceRemoveValuesForKeysOperationFromID ¶

func SLSBridgedSpaceRemoveValuesForKeysOperationFromID(id objc.ID) SLSBridgedSpaceRemoveValuesForKeysOperation

SLSBridgedSpaceRemoveValuesForKeysOperationFromID constructs a SLSBridgedSpaceRemoveValuesForKeysOperation from an objc.ID.

func (SLSBridgedSpaceRemoveValuesForKeysOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceRemoveValuesForKeysOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceRemoveValuesForKeysOperationClass ¶

type SLSBridgedSpaceRemoveValuesForKeysOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceRemoveValuesForKeysOperationClass ¶

func GetSLSBridgedSpaceRemoveValuesForKeysOperationClass() SLSBridgedSpaceRemoveValuesForKeysOperationClass

GetSLSBridgedSpaceRemoveValuesForKeysOperationClass returns the class object for SLSBridgedSpaceRemoveValuesForKeysOperation.

func (SLSBridgedSpaceRemoveValuesForKeysOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceRemoveValuesForKeysOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceResetMenuBarOperation ¶

type SLSBridgedSpaceResetMenuBarOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceResetMenuBarOperation

func NewSLSBridgedSpaceResetMenuBarOperation ¶

func NewSLSBridgedSpaceResetMenuBarOperation() SLSBridgedSpaceResetMenuBarOperation

NewSLSBridgedSpaceResetMenuBarOperation creates a new SLSBridgedSpaceResetMenuBarOperation instance.

func SLSBridgedSpaceResetMenuBarOperationFromID ¶

func SLSBridgedSpaceResetMenuBarOperationFromID(id objc.ID) SLSBridgedSpaceResetMenuBarOperation

SLSBridgedSpaceResetMenuBarOperationFromID constructs a SLSBridgedSpaceResetMenuBarOperation from an objc.ID.

func (SLSBridgedSpaceResetMenuBarOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceResetMenuBarOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceResetMenuBarOperationClass ¶

type SLSBridgedSpaceResetMenuBarOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceResetMenuBarOperationClass ¶

func GetSLSBridgedSpaceResetMenuBarOperationClass() SLSBridgedSpaceResetMenuBarOperationClass

GetSLSBridgedSpaceResetMenuBarOperationClass returns the class object for SLSBridgedSpaceResetMenuBarOperation.

func (SLSBridgedSpaceResetMenuBarOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceResetMenuBarOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceSetAbsoluteLevelOperation ¶

type SLSBridgedSpaceSetAbsoluteLevelOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceSetAbsoluteLevelOperation

func NewSLSBridgedSpaceSetAbsoluteLevelOperation ¶

func NewSLSBridgedSpaceSetAbsoluteLevelOperation() SLSBridgedSpaceSetAbsoluteLevelOperation

NewSLSBridgedSpaceSetAbsoluteLevelOperation creates a new SLSBridgedSpaceSetAbsoluteLevelOperation instance.

func SLSBridgedSpaceSetAbsoluteLevelOperationFromID ¶

func SLSBridgedSpaceSetAbsoluteLevelOperationFromID(id objc.ID) SLSBridgedSpaceSetAbsoluteLevelOperation

SLSBridgedSpaceSetAbsoluteLevelOperationFromID constructs a SLSBridgedSpaceSetAbsoluteLevelOperation from an objc.ID.

func (SLSBridgedSpaceSetAbsoluteLevelOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceSetAbsoluteLevelOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceSetAbsoluteLevelOperationClass ¶

type SLSBridgedSpaceSetAbsoluteLevelOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceSetAbsoluteLevelOperationClass ¶

func GetSLSBridgedSpaceSetAbsoluteLevelOperationClass() SLSBridgedSpaceSetAbsoluteLevelOperationClass

GetSLSBridgedSpaceSetAbsoluteLevelOperationClass returns the class object for SLSBridgedSpaceSetAbsoluteLevelOperation.

func (SLSBridgedSpaceSetAbsoluteLevelOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceSetAbsoluteLevelOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceSetAlphaOperation ¶

type SLSBridgedSpaceSetAlphaOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceSetAlphaOperation

func NewSLSBridgedSpaceSetAlphaOperation ¶

func NewSLSBridgedSpaceSetAlphaOperation() SLSBridgedSpaceSetAlphaOperation

NewSLSBridgedSpaceSetAlphaOperation creates a new SLSBridgedSpaceSetAlphaOperation instance.

func SLSBridgedSpaceSetAlphaOperationFromID ¶

func SLSBridgedSpaceSetAlphaOperationFromID(id objc.ID) SLSBridgedSpaceSetAlphaOperation

SLSBridgedSpaceSetAlphaOperationFromID constructs a SLSBridgedSpaceSetAlphaOperation from an objc.ID.

func (SLSBridgedSpaceSetAlphaOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceSetAlphaOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceSetAlphaOperationClass ¶

type SLSBridgedSpaceSetAlphaOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceSetAlphaOperationClass ¶

func GetSLSBridgedSpaceSetAlphaOperationClass() SLSBridgedSpaceSetAlphaOperationClass

GetSLSBridgedSpaceSetAlphaOperationClass returns the class object for SLSBridgedSpaceSetAlphaOperation.

func (SLSBridgedSpaceSetAlphaOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceSetAlphaOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceSetEdgeReservationOperation ¶

type SLSBridgedSpaceSetEdgeReservationOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceSetEdgeReservationOperation

func NewSLSBridgedSpaceSetEdgeReservationOperation ¶

func NewSLSBridgedSpaceSetEdgeReservationOperation() SLSBridgedSpaceSetEdgeReservationOperation

NewSLSBridgedSpaceSetEdgeReservationOperation creates a new SLSBridgedSpaceSetEdgeReservationOperation instance.

func SLSBridgedSpaceSetEdgeReservationOperationFromID ¶

func SLSBridgedSpaceSetEdgeReservationOperationFromID(id objc.ID) SLSBridgedSpaceSetEdgeReservationOperation

SLSBridgedSpaceSetEdgeReservationOperationFromID constructs a SLSBridgedSpaceSetEdgeReservationOperation from an objc.ID.

func (SLSBridgedSpaceSetEdgeReservationOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceSetEdgeReservationOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceSetEdgeReservationOperationClass ¶

type SLSBridgedSpaceSetEdgeReservationOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceSetEdgeReservationOperationClass ¶

func GetSLSBridgedSpaceSetEdgeReservationOperationClass() SLSBridgedSpaceSetEdgeReservationOperationClass

GetSLSBridgedSpaceSetEdgeReservationOperationClass returns the class object for SLSBridgedSpaceSetEdgeReservationOperation.

func (SLSBridgedSpaceSetEdgeReservationOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceSetEdgeReservationOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceSetFrontPSNOperation ¶

type SLSBridgedSpaceSetFrontPSNOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceSetFrontPSNOperation

func NewSLSBridgedSpaceSetFrontPSNOperation ¶

func NewSLSBridgedSpaceSetFrontPSNOperation() SLSBridgedSpaceSetFrontPSNOperation

NewSLSBridgedSpaceSetFrontPSNOperation creates a new SLSBridgedSpaceSetFrontPSNOperation instance.

func SLSBridgedSpaceSetFrontPSNOperationFromID ¶

func SLSBridgedSpaceSetFrontPSNOperationFromID(id objc.ID) SLSBridgedSpaceSetFrontPSNOperation

SLSBridgedSpaceSetFrontPSNOperationFromID constructs a SLSBridgedSpaceSetFrontPSNOperation from an objc.ID.

func (SLSBridgedSpaceSetFrontPSNOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceSetFrontPSNOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceSetFrontPSNOperationClass ¶

type SLSBridgedSpaceSetFrontPSNOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceSetFrontPSNOperationClass ¶

func GetSLSBridgedSpaceSetFrontPSNOperationClass() SLSBridgedSpaceSetFrontPSNOperationClass

GetSLSBridgedSpaceSetFrontPSNOperationClass returns the class object for SLSBridgedSpaceSetFrontPSNOperation.

func (SLSBridgedSpaceSetFrontPSNOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceSetFrontPSNOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceSetInterTileSpacingOperation ¶

type SLSBridgedSpaceSetInterTileSpacingOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceSetInterTileSpacingOperation

func NewSLSBridgedSpaceSetInterTileSpacingOperation ¶

func NewSLSBridgedSpaceSetInterTileSpacingOperation() SLSBridgedSpaceSetInterTileSpacingOperation

NewSLSBridgedSpaceSetInterTileSpacingOperation creates a new SLSBridgedSpaceSetInterTileSpacingOperation instance.

func SLSBridgedSpaceSetInterTileSpacingOperationFromID ¶

func SLSBridgedSpaceSetInterTileSpacingOperationFromID(id objc.ID) SLSBridgedSpaceSetInterTileSpacingOperation

SLSBridgedSpaceSetInterTileSpacingOperationFromID constructs a SLSBridgedSpaceSetInterTileSpacingOperation from an objc.ID.

func (SLSBridgedSpaceSetInterTileSpacingOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceSetInterTileSpacingOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceSetInterTileSpacingOperationClass ¶

type SLSBridgedSpaceSetInterTileSpacingOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceSetInterTileSpacingOperationClass ¶

func GetSLSBridgedSpaceSetInterTileSpacingOperationClass() SLSBridgedSpaceSetInterTileSpacingOperationClass

GetSLSBridgedSpaceSetInterTileSpacingOperationClass returns the class object for SLSBridgedSpaceSetInterTileSpacingOperation.

func (SLSBridgedSpaceSetInterTileSpacingOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceSetInterTileSpacingOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceSetNameOperation ¶

type SLSBridgedSpaceSetNameOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceSetNameOperation

func NewSLSBridgedSpaceSetNameOperation ¶

func NewSLSBridgedSpaceSetNameOperation() SLSBridgedSpaceSetNameOperation

NewSLSBridgedSpaceSetNameOperation creates a new SLSBridgedSpaceSetNameOperation instance.

func SLSBridgedSpaceSetNameOperationFromID ¶

func SLSBridgedSpaceSetNameOperationFromID(id objc.ID) SLSBridgedSpaceSetNameOperation

SLSBridgedSpaceSetNameOperationFromID constructs a SLSBridgedSpaceSetNameOperation from an objc.ID.

func (SLSBridgedSpaceSetNameOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceSetNameOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceSetNameOperationClass ¶

type SLSBridgedSpaceSetNameOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceSetNameOperationClass ¶

func GetSLSBridgedSpaceSetNameOperationClass() SLSBridgedSpaceSetNameOperationClass

GetSLSBridgedSpaceSetNameOperationClass returns the class object for SLSBridgedSpaceSetNameOperation.

func (SLSBridgedSpaceSetNameOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceSetNameOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceSetOrderingWeightOperation ¶

type SLSBridgedSpaceSetOrderingWeightOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceSetOrderingWeightOperation

func NewSLSBridgedSpaceSetOrderingWeightOperation ¶

func NewSLSBridgedSpaceSetOrderingWeightOperation() SLSBridgedSpaceSetOrderingWeightOperation

NewSLSBridgedSpaceSetOrderingWeightOperation creates a new SLSBridgedSpaceSetOrderingWeightOperation instance.

func SLSBridgedSpaceSetOrderingWeightOperationFromID ¶

func SLSBridgedSpaceSetOrderingWeightOperationFromID(id objc.ID) SLSBridgedSpaceSetOrderingWeightOperation

SLSBridgedSpaceSetOrderingWeightOperationFromID constructs a SLSBridgedSpaceSetOrderingWeightOperation from an objc.ID.

func (SLSBridgedSpaceSetOrderingWeightOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceSetOrderingWeightOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceSetOrderingWeightOperationClass ¶

type SLSBridgedSpaceSetOrderingWeightOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceSetOrderingWeightOperationClass ¶

func GetSLSBridgedSpaceSetOrderingWeightOperationClass() SLSBridgedSpaceSetOrderingWeightOperationClass

GetSLSBridgedSpaceSetOrderingWeightOperationClass returns the class object for SLSBridgedSpaceSetOrderingWeightOperation.

func (SLSBridgedSpaceSetOrderingWeightOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceSetOrderingWeightOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceSetOwnersOperation ¶

type SLSBridgedSpaceSetOwnersOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceSetOwnersOperation

func NewSLSBridgedSpaceSetOwnersOperation ¶

func NewSLSBridgedSpaceSetOwnersOperation() SLSBridgedSpaceSetOwnersOperation

NewSLSBridgedSpaceSetOwnersOperation creates a new SLSBridgedSpaceSetOwnersOperation instance.

func SLSBridgedSpaceSetOwnersOperationFromID ¶

func SLSBridgedSpaceSetOwnersOperationFromID(id objc.ID) SLSBridgedSpaceSetOwnersOperation

SLSBridgedSpaceSetOwnersOperationFromID constructs a SLSBridgedSpaceSetOwnersOperation from an objc.ID.

func (SLSBridgedSpaceSetOwnersOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceSetOwnersOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceSetOwnersOperationClass ¶

type SLSBridgedSpaceSetOwnersOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceSetOwnersOperationClass ¶

func GetSLSBridgedSpaceSetOwnersOperationClass() SLSBridgedSpaceSetOwnersOperationClass

GetSLSBridgedSpaceSetOwnersOperationClass returns the class object for SLSBridgedSpaceSetOwnersOperation.

func (SLSBridgedSpaceSetOwnersOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceSetOwnersOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceSetShapeOperation ¶

type SLSBridgedSpaceSetShapeOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceSetShapeOperation

func NewSLSBridgedSpaceSetShapeOperation ¶

func NewSLSBridgedSpaceSetShapeOperation() SLSBridgedSpaceSetShapeOperation

NewSLSBridgedSpaceSetShapeOperation creates a new SLSBridgedSpaceSetShapeOperation instance.

func SLSBridgedSpaceSetShapeOperationFromID ¶

func SLSBridgedSpaceSetShapeOperationFromID(id objc.ID) SLSBridgedSpaceSetShapeOperation

SLSBridgedSpaceSetShapeOperationFromID constructs a SLSBridgedSpaceSetShapeOperation from an objc.ID.

func (SLSBridgedSpaceSetShapeOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceSetShapeOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceSetShapeOperationClass ¶

type SLSBridgedSpaceSetShapeOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceSetShapeOperationClass ¶

func GetSLSBridgedSpaceSetShapeOperationClass() SLSBridgedSpaceSetShapeOperationClass

GetSLSBridgedSpaceSetShapeOperationClass returns the class object for SLSBridgedSpaceSetShapeOperation.

func (SLSBridgedSpaceSetShapeOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceSetShapeOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceSetTransformOperation ¶

type SLSBridgedSpaceSetTransformOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceSetTransformOperation

func NewSLSBridgedSpaceSetTransformOperation ¶

func NewSLSBridgedSpaceSetTransformOperation() SLSBridgedSpaceSetTransformOperation

NewSLSBridgedSpaceSetTransformOperation creates a new SLSBridgedSpaceSetTransformOperation instance.

func SLSBridgedSpaceSetTransformOperationFromID ¶

func SLSBridgedSpaceSetTransformOperationFromID(id objc.ID) SLSBridgedSpaceSetTransformOperation

SLSBridgedSpaceSetTransformOperationFromID constructs a SLSBridgedSpaceSetTransformOperation from an objc.ID.

func (SLSBridgedSpaceSetTransformOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceSetTransformOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceSetTransformOperationClass ¶

type SLSBridgedSpaceSetTransformOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceSetTransformOperationClass ¶

func GetSLSBridgedSpaceSetTransformOperationClass() SLSBridgedSpaceSetTransformOperationClass

GetSLSBridgedSpaceSetTransformOperationClass returns the class object for SLSBridgedSpaceSetTransformOperation.

func (SLSBridgedSpaceSetTransformOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceSetTransformOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceSetValuesOperation ¶

type SLSBridgedSpaceSetValuesOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceSetValuesOperation

func NewSLSBridgedSpaceSetValuesOperation ¶

func NewSLSBridgedSpaceSetValuesOperation() SLSBridgedSpaceSetValuesOperation

NewSLSBridgedSpaceSetValuesOperation creates a new SLSBridgedSpaceSetValuesOperation instance.

func SLSBridgedSpaceSetValuesOperationFromID ¶

func SLSBridgedSpaceSetValuesOperationFromID(id objc.ID) SLSBridgedSpaceSetValuesOperation

SLSBridgedSpaceSetValuesOperationFromID constructs a SLSBridgedSpaceSetValuesOperation from an objc.ID.

func (SLSBridgedSpaceSetValuesOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceSetValuesOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceSetValuesOperationClass ¶

type SLSBridgedSpaceSetValuesOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceSetValuesOperationClass ¶

func GetSLSBridgedSpaceSetValuesOperationClass() SLSBridgedSpaceSetValuesOperationClass

GetSLSBridgedSpaceSetValuesOperationClass returns the class object for SLSBridgedSpaceSetValuesOperation.

func (SLSBridgedSpaceSetValuesOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceSetValuesOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceTileMoveToSpaceAtIndexOperation ¶

type SLSBridgedSpaceTileMoveToSpaceAtIndexOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceTileMoveToSpaceAtIndexOperation

func NewSLSBridgedSpaceTileMoveToSpaceAtIndexOperation ¶

func NewSLSBridgedSpaceTileMoveToSpaceAtIndexOperation() SLSBridgedSpaceTileMoveToSpaceAtIndexOperation

NewSLSBridgedSpaceTileMoveToSpaceAtIndexOperation creates a new SLSBridgedSpaceTileMoveToSpaceAtIndexOperation instance.

func SLSBridgedSpaceTileMoveToSpaceAtIndexOperationFromID ¶

func SLSBridgedSpaceTileMoveToSpaceAtIndexOperationFromID(id objc.ID) SLSBridgedSpaceTileMoveToSpaceAtIndexOperation

SLSBridgedSpaceTileMoveToSpaceAtIndexOperationFromID constructs a SLSBridgedSpaceTileMoveToSpaceAtIndexOperation from an objc.ID.

func (SLSBridgedSpaceTileMoveToSpaceAtIndexOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceTileMoveToSpaceAtIndexOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceTileMoveToSpaceAtIndexOperationClass ¶

type SLSBridgedSpaceTileMoveToSpaceAtIndexOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceTileMoveToSpaceAtIndexOperationClass ¶

func GetSLSBridgedSpaceTileMoveToSpaceAtIndexOperationClass() SLSBridgedSpaceTileMoveToSpaceAtIndexOperationClass

GetSLSBridgedSpaceTileMoveToSpaceAtIndexOperationClass returns the class object for SLSBridgedSpaceTileMoveToSpaceAtIndexOperation.

func (SLSBridgedSpaceTileMoveToSpaceAtIndexOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceTileMoveToSpaceAtIndexOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedSpaceWithNameOperation ¶

type SLSBridgedSpaceWithNameOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedSpaceWithNameOperation

func NewSLSBridgedSpaceWithNameOperation ¶

func NewSLSBridgedSpaceWithNameOperation() SLSBridgedSpaceWithNameOperation

NewSLSBridgedSpaceWithNameOperation creates a new SLSBridgedSpaceWithNameOperation instance.

func SLSBridgedSpaceWithNameOperationFromID ¶

func SLSBridgedSpaceWithNameOperationFromID(id objc.ID) SLSBridgedSpaceWithNameOperation

SLSBridgedSpaceWithNameOperationFromID constructs a SLSBridgedSpaceWithNameOperation from an objc.ID.

func (SLSBridgedSpaceWithNameOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedSpaceWithNameOperation) Init ¶

Init initializes the instance.

type SLSBridgedSpaceWithNameOperationClass ¶

type SLSBridgedSpaceWithNameOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedSpaceWithNameOperationClass ¶

func GetSLSBridgedSpaceWithNameOperationClass() SLSBridgedSpaceWithNameOperationClass

GetSLSBridgedSpaceWithNameOperationClass returns the class object for SLSBridgedSpaceWithNameOperation.

func (SLSBridgedSpaceWithNameOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedSpaceWithNameOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedTileSpaceMoveSpacersForSizeFencedOperation ¶

type SLSBridgedTileSpaceMoveSpacersForSizeFencedOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedTileSpaceMoveSpacersForSizeFencedOperation

func NewSLSBridgedTileSpaceMoveSpacersForSizeFencedOperation ¶

func NewSLSBridgedTileSpaceMoveSpacersForSizeFencedOperation() SLSBridgedTileSpaceMoveSpacersForSizeFencedOperation

NewSLSBridgedTileSpaceMoveSpacersForSizeFencedOperation creates a new SLSBridgedTileSpaceMoveSpacersForSizeFencedOperation instance.

func SLSBridgedTileSpaceMoveSpacersForSizeFencedOperationFromID ¶

func SLSBridgedTileSpaceMoveSpacersForSizeFencedOperationFromID(id objc.ID) SLSBridgedTileSpaceMoveSpacersForSizeFencedOperation

SLSBridgedTileSpaceMoveSpacersForSizeFencedOperationFromID constructs a SLSBridgedTileSpaceMoveSpacersForSizeFencedOperation from an objc.ID.

func (SLSBridgedTileSpaceMoveSpacersForSizeFencedOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedTileSpaceMoveSpacersForSizeFencedOperation) Init ¶

Init initializes the instance.

type SLSBridgedTileSpaceMoveSpacersForSizeFencedOperationClass ¶

type SLSBridgedTileSpaceMoveSpacersForSizeFencedOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedTileSpaceMoveSpacersForSizeFencedOperationClass ¶

func GetSLSBridgedTileSpaceMoveSpacersForSizeFencedOperationClass() SLSBridgedTileSpaceMoveSpacersForSizeFencedOperationClass

GetSLSBridgedTileSpaceMoveSpacersForSizeFencedOperationClass returns the class object for SLSBridgedTileSpaceMoveSpacersForSizeFencedOperation.

func (SLSBridgedTileSpaceMoveSpacersForSizeFencedOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedTileSpaceMoveSpacersForSizeFencedOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedTileSpaceMoveSpacersForSizeOperation ¶

type SLSBridgedTileSpaceMoveSpacersForSizeOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedTileSpaceMoveSpacersForSizeOperation

func NewSLSBridgedTileSpaceMoveSpacersForSizeOperation ¶

func NewSLSBridgedTileSpaceMoveSpacersForSizeOperation() SLSBridgedTileSpaceMoveSpacersForSizeOperation

NewSLSBridgedTileSpaceMoveSpacersForSizeOperation creates a new SLSBridgedTileSpaceMoveSpacersForSizeOperation instance.

func SLSBridgedTileSpaceMoveSpacersForSizeOperationFromID ¶

func SLSBridgedTileSpaceMoveSpacersForSizeOperationFromID(id objc.ID) SLSBridgedTileSpaceMoveSpacersForSizeOperation

SLSBridgedTileSpaceMoveSpacersForSizeOperationFromID constructs a SLSBridgedTileSpaceMoveSpacersForSizeOperation from an objc.ID.

func (SLSBridgedTileSpaceMoveSpacersForSizeOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedTileSpaceMoveSpacersForSizeOperation) Init ¶

Init initializes the instance.

type SLSBridgedTileSpaceMoveSpacersForSizeOperationClass ¶

type SLSBridgedTileSpaceMoveSpacersForSizeOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedTileSpaceMoveSpacersForSizeOperationClass ¶

func GetSLSBridgedTileSpaceMoveSpacersForSizeOperationClass() SLSBridgedTileSpaceMoveSpacersForSizeOperationClass

GetSLSBridgedTileSpaceMoveSpacersForSizeOperationClass returns the class object for SLSBridgedTileSpaceMoveSpacersForSizeOperation.

func (SLSBridgedTileSpaceMoveSpacersForSizeOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedTileSpaceMoveSpacersForSizeOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedTileSpaceReplaceWithSnapshotWindowOperation ¶

type SLSBridgedTileSpaceReplaceWithSnapshotWindowOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedTileSpaceReplaceWithSnapshotWindowOperation

func NewSLSBridgedTileSpaceReplaceWithSnapshotWindowOperation ¶

func NewSLSBridgedTileSpaceReplaceWithSnapshotWindowOperation() SLSBridgedTileSpaceReplaceWithSnapshotWindowOperation

NewSLSBridgedTileSpaceReplaceWithSnapshotWindowOperation creates a new SLSBridgedTileSpaceReplaceWithSnapshotWindowOperation instance.

func SLSBridgedTileSpaceReplaceWithSnapshotWindowOperationFromID ¶

func SLSBridgedTileSpaceReplaceWithSnapshotWindowOperationFromID(id objc.ID) SLSBridgedTileSpaceReplaceWithSnapshotWindowOperation

SLSBridgedTileSpaceReplaceWithSnapshotWindowOperationFromID constructs a SLSBridgedTileSpaceReplaceWithSnapshotWindowOperation from an objc.ID.

func (SLSBridgedTileSpaceReplaceWithSnapshotWindowOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedTileSpaceReplaceWithSnapshotWindowOperation) Init ¶

Init initializes the instance.

type SLSBridgedTileSpaceReplaceWithSnapshotWindowOperationClass ¶

type SLSBridgedTileSpaceReplaceWithSnapshotWindowOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedTileSpaceReplaceWithSnapshotWindowOperationClass ¶

func GetSLSBridgedTileSpaceReplaceWithSnapshotWindowOperationClass() SLSBridgedTileSpaceReplaceWithSnapshotWindowOperationClass

GetSLSBridgedTileSpaceReplaceWithSnapshotWindowOperationClass returns the class object for SLSBridgedTileSpaceReplaceWithSnapshotWindowOperation.

func (SLSBridgedTileSpaceReplaceWithSnapshotWindowOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedTileSpaceReplaceWithSnapshotWindowOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedTileSpaceSetDividerWindowOperation ¶

type SLSBridgedTileSpaceSetDividerWindowOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedTileSpaceSetDividerWindowOperation

func NewSLSBridgedTileSpaceSetDividerWindowOperation ¶

func NewSLSBridgedTileSpaceSetDividerWindowOperation() SLSBridgedTileSpaceSetDividerWindowOperation

NewSLSBridgedTileSpaceSetDividerWindowOperation creates a new SLSBridgedTileSpaceSetDividerWindowOperation instance.

func SLSBridgedTileSpaceSetDividerWindowOperationFromID ¶

func SLSBridgedTileSpaceSetDividerWindowOperationFromID(id objc.ID) SLSBridgedTileSpaceSetDividerWindowOperation

SLSBridgedTileSpaceSetDividerWindowOperationFromID constructs a SLSBridgedTileSpaceSetDividerWindowOperation from an objc.ID.

func (SLSBridgedTileSpaceSetDividerWindowOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedTileSpaceSetDividerWindowOperation) Init ¶

Init initializes the instance.

type SLSBridgedTileSpaceSetDividerWindowOperationClass ¶

type SLSBridgedTileSpaceSetDividerWindowOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedTileSpaceSetDividerWindowOperationClass ¶

func GetSLSBridgedTileSpaceSetDividerWindowOperationClass() SLSBridgedTileSpaceSetDividerWindowOperationClass

GetSLSBridgedTileSpaceSetDividerWindowOperationClass returns the class object for SLSBridgedTileSpaceSetDividerWindowOperation.

func (SLSBridgedTileSpaceSetDividerWindowOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedTileSpaceSetDividerWindowOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedTileSpaceTakeOwnershipOperation ¶

type SLSBridgedTileSpaceTakeOwnershipOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedTileSpaceTakeOwnershipOperation

func NewSLSBridgedTileSpaceTakeOwnershipOperation ¶

func NewSLSBridgedTileSpaceTakeOwnershipOperation() SLSBridgedTileSpaceTakeOwnershipOperation

NewSLSBridgedTileSpaceTakeOwnershipOperation creates a new SLSBridgedTileSpaceTakeOwnershipOperation instance.

func SLSBridgedTileSpaceTakeOwnershipOperationFromID ¶

func SLSBridgedTileSpaceTakeOwnershipOperationFromID(id objc.ID) SLSBridgedTileSpaceTakeOwnershipOperation

SLSBridgedTileSpaceTakeOwnershipOperationFromID constructs a SLSBridgedTileSpaceTakeOwnershipOperation from an objc.ID.

func (SLSBridgedTileSpaceTakeOwnershipOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedTileSpaceTakeOwnershipOperation) Init ¶

Init initializes the instance.

type SLSBridgedTileSpaceTakeOwnershipOperationClass ¶

type SLSBridgedTileSpaceTakeOwnershipOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedTileSpaceTakeOwnershipOperationClass ¶

func GetSLSBridgedTileSpaceTakeOwnershipOperationClass() SLSBridgedTileSpaceTakeOwnershipOperationClass

GetSLSBridgedTileSpaceTakeOwnershipOperationClass returns the class object for SLSBridgedTileSpaceTakeOwnershipOperation.

func (SLSBridgedTileSpaceTakeOwnershipOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedTileSpaceTakeOwnershipOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedWillSwitchSpacesOperation ¶

type SLSBridgedWillSwitchSpacesOperation struct {
	SLSAsynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWillSwitchSpacesOperation

func NewSLSBridgedWillSwitchSpacesOperation ¶

func NewSLSBridgedWillSwitchSpacesOperation() SLSBridgedWillSwitchSpacesOperation

NewSLSBridgedWillSwitchSpacesOperation creates a new SLSBridgedWillSwitchSpacesOperation instance.

func SLSBridgedWillSwitchSpacesOperationFromID ¶

func SLSBridgedWillSwitchSpacesOperationFromID(id objc.ID) SLSBridgedWillSwitchSpacesOperation

SLSBridgedWillSwitchSpacesOperationFromID constructs a SLSBridgedWillSwitchSpacesOperation from an objc.ID.

func (SLSBridgedWillSwitchSpacesOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedWillSwitchSpacesOperation) Init ¶

Init initializes the instance.

type SLSBridgedWillSwitchSpacesOperationClass ¶

type SLSBridgedWillSwitchSpacesOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedWillSwitchSpacesOperationClass ¶

func GetSLSBridgedWillSwitchSpacesOperationClass() SLSBridgedWillSwitchSpacesOperationClass

GetSLSBridgedWillSwitchSpacesOperationClass returns the class object for SLSBridgedWillSwitchSpacesOperation.

func (SLSBridgedWillSwitchSpacesOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedWillSwitchSpacesOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedWindowGetTileRectOperation ¶

type SLSBridgedWindowGetTileRectOperation struct {
	SLSSynchronousBridgedWindowManagementOperation
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowGetTileRectOperation

func NewSLSBridgedWindowGetTileRectOperation ¶

func NewSLSBridgedWindowGetTileRectOperation() SLSBridgedWindowGetTileRectOperation

NewSLSBridgedWindowGetTileRectOperation creates a new SLSBridgedWindowGetTileRectOperation instance.

func SLSBridgedWindowGetTileRectOperationFromID ¶

func SLSBridgedWindowGetTileRectOperationFromID(id objc.ID) SLSBridgedWindowGetTileRectOperation

SLSBridgedWindowGetTileRectOperationFromID constructs a SLSBridgedWindowGetTileRectOperation from an objc.ID.

func (SLSBridgedWindowGetTileRectOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedWindowGetTileRectOperation) Init ¶

Init initializes the instance.

type SLSBridgedWindowGetTileRectOperationClass ¶

type SLSBridgedWindowGetTileRectOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedWindowGetTileRectOperationClass ¶

func GetSLSBridgedWindowGetTileRectOperationClass() SLSBridgedWindowGetTileRectOperationClass

GetSLSBridgedWindowGetTileRectOperationClass returns the class object for SLSBridgedWindowGetTileRectOperation.

func (SLSBridgedWindowGetTileRectOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedWindowGetTileRectOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedWindowManagementOperationAffineTransformWithOptionsResult ¶

type SLSBridgedWindowManagementOperationAffineTransformWithOptionsResult struct {
	SLSBridgedWindowManagementOperationResult
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationAffineTransformWithOptionsResult

func NewSLSBridgedWindowManagementOperationAffineTransformWithOptionsResult ¶

func NewSLSBridgedWindowManagementOperationAffineTransformWithOptionsResult() SLSBridgedWindowManagementOperationAffineTransformWithOptionsResult

NewSLSBridgedWindowManagementOperationAffineTransformWithOptionsResult creates a new SLSBridgedWindowManagementOperationAffineTransformWithOptionsResult instance.

func SLSBridgedWindowManagementOperationAffineTransformWithOptionsResultFromID ¶

func SLSBridgedWindowManagementOperationAffineTransformWithOptionsResultFromID(id objc.ID) SLSBridgedWindowManagementOperationAffineTransformWithOptionsResult

SLSBridgedWindowManagementOperationAffineTransformWithOptionsResultFromID constructs a SLSBridgedWindowManagementOperationAffineTransformWithOptionsResult from an objc.ID.

func (SLSBridgedWindowManagementOperationAffineTransformWithOptionsResult) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedWindowManagementOperationAffineTransformWithOptionsResult) Init ¶

Init initializes the instance.

type SLSBridgedWindowManagementOperationAffineTransformWithOptionsResultClass ¶

type SLSBridgedWindowManagementOperationAffineTransformWithOptionsResultClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedWindowManagementOperationAffineTransformWithOptionsResultClass ¶

func GetSLSBridgedWindowManagementOperationAffineTransformWithOptionsResultClass() SLSBridgedWindowManagementOperationAffineTransformWithOptionsResultClass

GetSLSBridgedWindowManagementOperationAffineTransformWithOptionsResultClass returns the class object for SLSBridgedWindowManagementOperationAffineTransformWithOptionsResult.

func (SLSBridgedWindowManagementOperationAffineTransformWithOptionsResultClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedWindowManagementOperationAffineTransformWithOptionsResultClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedWindowManagementOperationBoolResult ¶

type SLSBridgedWindowManagementOperationBoolResult struct {
	SLSBridgedWindowManagementOperationResult
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationBoolResult

func NewSLSBridgedWindowManagementOperationBoolResult ¶

func NewSLSBridgedWindowManagementOperationBoolResult() SLSBridgedWindowManagementOperationBoolResult

NewSLSBridgedWindowManagementOperationBoolResult creates a new SLSBridgedWindowManagementOperationBoolResult instance.

func SLSBridgedWindowManagementOperationBoolResultFromID ¶

func SLSBridgedWindowManagementOperationBoolResultFromID(id objc.ID) SLSBridgedWindowManagementOperationBoolResult

SLSBridgedWindowManagementOperationBoolResultFromID constructs a SLSBridgedWindowManagementOperationBoolResult from an objc.ID.

func (SLSBridgedWindowManagementOperationBoolResult) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedWindowManagementOperationBoolResult) Init ¶

Init initializes the instance.

type SLSBridgedWindowManagementOperationBoolResultClass ¶

type SLSBridgedWindowManagementOperationBoolResultClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedWindowManagementOperationBoolResultClass ¶

func GetSLSBridgedWindowManagementOperationBoolResultClass() SLSBridgedWindowManagementOperationBoolResultClass

GetSLSBridgedWindowManagementOperationBoolResultClass returns the class object for SLSBridgedWindowManagementOperationBoolResult.

func (SLSBridgedWindowManagementOperationBoolResultClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedWindowManagementOperationBoolResultClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedWindowManagementOperationFloatResult ¶

type SLSBridgedWindowManagementOperationFloatResult struct {
	SLSBridgedWindowManagementOperationResult
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationFloatResult

func NewSLSBridgedWindowManagementOperationFloatResult ¶

func NewSLSBridgedWindowManagementOperationFloatResult() SLSBridgedWindowManagementOperationFloatResult

NewSLSBridgedWindowManagementOperationFloatResult creates a new SLSBridgedWindowManagementOperationFloatResult instance.

func SLSBridgedWindowManagementOperationFloatResultFromID ¶

func SLSBridgedWindowManagementOperationFloatResultFromID(id objc.ID) SLSBridgedWindowManagementOperationFloatResult

SLSBridgedWindowManagementOperationFloatResultFromID constructs a SLSBridgedWindowManagementOperationFloatResult from an objc.ID.

func (SLSBridgedWindowManagementOperationFloatResult) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedWindowManagementOperationFloatResult) Init ¶

Init initializes the instance.

type SLSBridgedWindowManagementOperationFloatResultClass ¶

type SLSBridgedWindowManagementOperationFloatResultClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedWindowManagementOperationFloatResultClass ¶

func GetSLSBridgedWindowManagementOperationFloatResultClass() SLSBridgedWindowManagementOperationFloatResultClass

GetSLSBridgedWindowManagementOperationFloatResultClass returns the class object for SLSBridgedWindowManagementOperationFloatResult.

func (SLSBridgedWindowManagementOperationFloatResultClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedWindowManagementOperationFloatResultClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedWindowManagementOperationInt32Result ¶

type SLSBridgedWindowManagementOperationInt32Result struct {
	SLSBridgedWindowManagementOperationResult
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationInt32Result

func NewSLSBridgedWindowManagementOperationInt32Result ¶

func NewSLSBridgedWindowManagementOperationInt32Result() SLSBridgedWindowManagementOperationInt32Result

NewSLSBridgedWindowManagementOperationInt32Result creates a new SLSBridgedWindowManagementOperationInt32Result instance.

func SLSBridgedWindowManagementOperationInt32ResultFromID ¶

func SLSBridgedWindowManagementOperationInt32ResultFromID(id objc.ID) SLSBridgedWindowManagementOperationInt32Result

SLSBridgedWindowManagementOperationInt32ResultFromID constructs a SLSBridgedWindowManagementOperationInt32Result from an objc.ID.

func (SLSBridgedWindowManagementOperationInt32Result) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedWindowManagementOperationInt32Result) Init ¶

Init initializes the instance.

type SLSBridgedWindowManagementOperationInt32ResultClass ¶

type SLSBridgedWindowManagementOperationInt32ResultClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedWindowManagementOperationInt32ResultClass ¶

func GetSLSBridgedWindowManagementOperationInt32ResultClass() SLSBridgedWindowManagementOperationInt32ResultClass

GetSLSBridgedWindowManagementOperationInt32ResultClass returns the class object for SLSBridgedWindowManagementOperationInt32Result.

func (SLSBridgedWindowManagementOperationInt32ResultClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedWindowManagementOperationInt32ResultClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedWindowManagementOperationNumbersResult ¶

type SLSBridgedWindowManagementOperationNumbersResult struct {
	SLSBridgedWindowManagementOperationResult
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationNumbersResult

func NewSLSBridgedWindowManagementOperationNumbersResult ¶

func NewSLSBridgedWindowManagementOperationNumbersResult() SLSBridgedWindowManagementOperationNumbersResult

NewSLSBridgedWindowManagementOperationNumbersResult creates a new SLSBridgedWindowManagementOperationNumbersResult instance.

func SLSBridgedWindowManagementOperationNumbersResultFromID ¶

func SLSBridgedWindowManagementOperationNumbersResultFromID(id objc.ID) SLSBridgedWindowManagementOperationNumbersResult

SLSBridgedWindowManagementOperationNumbersResultFromID constructs a SLSBridgedWindowManagementOperationNumbersResult from an objc.ID.

func (SLSBridgedWindowManagementOperationNumbersResult) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedWindowManagementOperationNumbersResult) Init ¶

Init initializes the instance.

type SLSBridgedWindowManagementOperationNumbersResultClass ¶

type SLSBridgedWindowManagementOperationNumbersResultClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedWindowManagementOperationNumbersResultClass ¶

func GetSLSBridgedWindowManagementOperationNumbersResultClass() SLSBridgedWindowManagementOperationNumbersResultClass

GetSLSBridgedWindowManagementOperationNumbersResultClass returns the class object for SLSBridgedWindowManagementOperationNumbersResult.

func (SLSBridgedWindowManagementOperationNumbersResultClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedWindowManagementOperationNumbersResultClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedWindowManagementOperationProcessIdentifierResult ¶

type SLSBridgedWindowManagementOperationProcessIdentifierResult struct {
	SLSBridgedWindowManagementOperationResult
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationProcessIdentifierResult

func NewSLSBridgedWindowManagementOperationProcessIdentifierResult ¶

func NewSLSBridgedWindowManagementOperationProcessIdentifierResult() SLSBridgedWindowManagementOperationProcessIdentifierResult

NewSLSBridgedWindowManagementOperationProcessIdentifierResult creates a new SLSBridgedWindowManagementOperationProcessIdentifierResult instance.

func SLSBridgedWindowManagementOperationProcessIdentifierResultFromID ¶

func SLSBridgedWindowManagementOperationProcessIdentifierResultFromID(id objc.ID) SLSBridgedWindowManagementOperationProcessIdentifierResult

SLSBridgedWindowManagementOperationProcessIdentifierResultFromID constructs a SLSBridgedWindowManagementOperationProcessIdentifierResult from an objc.ID.

func (SLSBridgedWindowManagementOperationProcessIdentifierResult) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedWindowManagementOperationProcessIdentifierResult) Init ¶

Init initializes the instance.

type SLSBridgedWindowManagementOperationProcessIdentifierResultClass ¶

type SLSBridgedWindowManagementOperationProcessIdentifierResultClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedWindowManagementOperationProcessIdentifierResultClass ¶

func GetSLSBridgedWindowManagementOperationProcessIdentifierResultClass() SLSBridgedWindowManagementOperationProcessIdentifierResultClass

GetSLSBridgedWindowManagementOperationProcessIdentifierResultClass returns the class object for SLSBridgedWindowManagementOperationProcessIdentifierResult.

func (SLSBridgedWindowManagementOperationProcessIdentifierResultClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedWindowManagementOperationProcessIdentifierResultClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedWindowManagementOperationPropertyListArrayResult ¶

type SLSBridgedWindowManagementOperationPropertyListArrayResult struct {
	SLSBridgedWindowManagementOperationResult
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationPropertyListArrayResult

func NewSLSBridgedWindowManagementOperationPropertyListArrayResult ¶

func NewSLSBridgedWindowManagementOperationPropertyListArrayResult() SLSBridgedWindowManagementOperationPropertyListArrayResult

NewSLSBridgedWindowManagementOperationPropertyListArrayResult creates a new SLSBridgedWindowManagementOperationPropertyListArrayResult instance.

func SLSBridgedWindowManagementOperationPropertyListArrayResultFromID ¶

func SLSBridgedWindowManagementOperationPropertyListArrayResultFromID(id objc.ID) SLSBridgedWindowManagementOperationPropertyListArrayResult

SLSBridgedWindowManagementOperationPropertyListArrayResultFromID constructs a SLSBridgedWindowManagementOperationPropertyListArrayResult from an objc.ID.

func (SLSBridgedWindowManagementOperationPropertyListArrayResult) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedWindowManagementOperationPropertyListArrayResult) Init ¶

Init initializes the instance.

type SLSBridgedWindowManagementOperationPropertyListArrayResultClass ¶

type SLSBridgedWindowManagementOperationPropertyListArrayResultClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedWindowManagementOperationPropertyListArrayResultClass ¶

func GetSLSBridgedWindowManagementOperationPropertyListArrayResultClass() SLSBridgedWindowManagementOperationPropertyListArrayResultClass

GetSLSBridgedWindowManagementOperationPropertyListArrayResultClass returns the class object for SLSBridgedWindowManagementOperationPropertyListArrayResult.

func (SLSBridgedWindowManagementOperationPropertyListArrayResultClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedWindowManagementOperationPropertyListArrayResultClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedWindowManagementOperationPropertyListDictionaryResult ¶

type SLSBridgedWindowManagementOperationPropertyListDictionaryResult struct {
	SLSBridgedWindowManagementOperationResult
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationPropertyListDictionaryResult

func NewSLSBridgedWindowManagementOperationPropertyListDictionaryResult ¶

func NewSLSBridgedWindowManagementOperationPropertyListDictionaryResult() SLSBridgedWindowManagementOperationPropertyListDictionaryResult

NewSLSBridgedWindowManagementOperationPropertyListDictionaryResult creates a new SLSBridgedWindowManagementOperationPropertyListDictionaryResult instance.

func SLSBridgedWindowManagementOperationPropertyListDictionaryResultFromID ¶

func SLSBridgedWindowManagementOperationPropertyListDictionaryResultFromID(id objc.ID) SLSBridgedWindowManagementOperationPropertyListDictionaryResult

SLSBridgedWindowManagementOperationPropertyListDictionaryResultFromID constructs a SLSBridgedWindowManagementOperationPropertyListDictionaryResult from an objc.ID.

func (SLSBridgedWindowManagementOperationPropertyListDictionaryResult) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedWindowManagementOperationPropertyListDictionaryResult) Init ¶

Init initializes the instance.

type SLSBridgedWindowManagementOperationPropertyListDictionaryResultClass ¶

type SLSBridgedWindowManagementOperationPropertyListDictionaryResultClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedWindowManagementOperationPropertyListDictionaryResultClass ¶

func GetSLSBridgedWindowManagementOperationPropertyListDictionaryResultClass() SLSBridgedWindowManagementOperationPropertyListDictionaryResultClass

GetSLSBridgedWindowManagementOperationPropertyListDictionaryResultClass returns the class object for SLSBridgedWindowManagementOperationPropertyListDictionaryResult.

func (SLSBridgedWindowManagementOperationPropertyListDictionaryResultClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedWindowManagementOperationPropertyListDictionaryResultClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedWindowManagementOperationRectResult ¶

type SLSBridgedWindowManagementOperationRectResult struct {
	SLSBridgedWindowManagementOperationResult
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationRectResult

func NewSLSBridgedWindowManagementOperationRectResult ¶

func NewSLSBridgedWindowManagementOperationRectResult() SLSBridgedWindowManagementOperationRectResult

NewSLSBridgedWindowManagementOperationRectResult creates a new SLSBridgedWindowManagementOperationRectResult instance.

func SLSBridgedWindowManagementOperationRectResultFromID ¶

func SLSBridgedWindowManagementOperationRectResultFromID(id objc.ID) SLSBridgedWindowManagementOperationRectResult

SLSBridgedWindowManagementOperationRectResultFromID constructs a SLSBridgedWindowManagementOperationRectResult from an objc.ID.

func (SLSBridgedWindowManagementOperationRectResult) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedWindowManagementOperationRectResult) Init ¶

Init initializes the instance.

type SLSBridgedWindowManagementOperationRectResultClass ¶

type SLSBridgedWindowManagementOperationRectResultClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedWindowManagementOperationRectResultClass ¶

func GetSLSBridgedWindowManagementOperationRectResultClass() SLSBridgedWindowManagementOperationRectResultClass

GetSLSBridgedWindowManagementOperationRectResultClass returns the class object for SLSBridgedWindowManagementOperationRectResult.

func (SLSBridgedWindowManagementOperationRectResultClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedWindowManagementOperationRectResultClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedWindowManagementOperationRegionResult ¶

type SLSBridgedWindowManagementOperationRegionResult struct {
	SLSBridgedWindowManagementOperationResult
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationRegionResult

func NewSLSBridgedWindowManagementOperationRegionResult ¶

func NewSLSBridgedWindowManagementOperationRegionResult() SLSBridgedWindowManagementOperationRegionResult

NewSLSBridgedWindowManagementOperationRegionResult creates a new SLSBridgedWindowManagementOperationRegionResult instance.

func SLSBridgedWindowManagementOperationRegionResultFromID ¶

func SLSBridgedWindowManagementOperationRegionResultFromID(id objc.ID) SLSBridgedWindowManagementOperationRegionResult

SLSBridgedWindowManagementOperationRegionResultFromID constructs a SLSBridgedWindowManagementOperationRegionResult from an objc.ID.

func (SLSBridgedWindowManagementOperationRegionResult) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedWindowManagementOperationRegionResult) Init ¶

Init initializes the instance.

type SLSBridgedWindowManagementOperationRegionResultClass ¶

type SLSBridgedWindowManagementOperationRegionResultClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedWindowManagementOperationRegionResultClass ¶

func GetSLSBridgedWindowManagementOperationRegionResultClass() SLSBridgedWindowManagementOperationRegionResultClass

GetSLSBridgedWindowManagementOperationRegionResultClass returns the class object for SLSBridgedWindowManagementOperationRegionResult.

func (SLSBridgedWindowManagementOperationRegionResultClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedWindowManagementOperationRegionResultClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedWindowManagementOperationResult ¶

type SLSBridgedWindowManagementOperationResult struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationResult

func NewSLSBridgedWindowManagementOperationResult ¶

func NewSLSBridgedWindowManagementOperationResult() SLSBridgedWindowManagementOperationResult

NewSLSBridgedWindowManagementOperationResult creates a new SLSBridgedWindowManagementOperationResult instance.

func SLSBridgedWindowManagementOperationResultFromID ¶

func SLSBridgedWindowManagementOperationResultFromID(id objc.ID) SLSBridgedWindowManagementOperationResult

SLSBridgedWindowManagementOperationResultFromID constructs a SLSBridgedWindowManagementOperationResult from an objc.ID.

func (SLSBridgedWindowManagementOperationResult) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedWindowManagementOperationResult) Init ¶

Init initializes the instance.

type SLSBridgedWindowManagementOperationResultClass ¶

type SLSBridgedWindowManagementOperationResultClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedWindowManagementOperationResultClass ¶

func GetSLSBridgedWindowManagementOperationResultClass() SLSBridgedWindowManagementOperationResultClass

GetSLSBridgedWindowManagementOperationResultClass returns the class object for SLSBridgedWindowManagementOperationResult.

func (SLSBridgedWindowManagementOperationResultClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedWindowManagementOperationResultClass) Class ¶

Class returns the underlying Objective-C class pointer.

func (SLSBridgedWindowManagementOperationResultClass) SupportsSecureCoding ¶

func (_SLSBridgedWindowManagementOperationResultClass SLSBridgedWindowManagementOperationResultClass) SupportsSecureCoding() bool

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationResult/supportsSecureCoding

type SLSBridgedWindowManagementOperationSizeResult ¶

type SLSBridgedWindowManagementOperationSizeResult struct {
	SLSBridgedWindowManagementOperationResult
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationSizeResult

func NewSLSBridgedWindowManagementOperationSizeResult ¶

func NewSLSBridgedWindowManagementOperationSizeResult() SLSBridgedWindowManagementOperationSizeResult

NewSLSBridgedWindowManagementOperationSizeResult creates a new SLSBridgedWindowManagementOperationSizeResult instance.

func SLSBridgedWindowManagementOperationSizeResultFromID ¶

func SLSBridgedWindowManagementOperationSizeResultFromID(id objc.ID) SLSBridgedWindowManagementOperationSizeResult

SLSBridgedWindowManagementOperationSizeResultFromID constructs a SLSBridgedWindowManagementOperationSizeResult from an objc.ID.

func (SLSBridgedWindowManagementOperationSizeResult) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedWindowManagementOperationSizeResult) Init ¶

Init initializes the instance.

type SLSBridgedWindowManagementOperationSizeResultClass ¶

type SLSBridgedWindowManagementOperationSizeResultClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedWindowManagementOperationSizeResultClass ¶

func GetSLSBridgedWindowManagementOperationSizeResultClass() SLSBridgedWindowManagementOperationSizeResultClass

GetSLSBridgedWindowManagementOperationSizeResultClass returns the class object for SLSBridgedWindowManagementOperationSizeResult.

func (SLSBridgedWindowManagementOperationSizeResultClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedWindowManagementOperationSizeResultClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedWindowManagementOperationSpaceIDResult ¶

type SLSBridgedWindowManagementOperationSpaceIDResult struct {
	SLSBridgedWindowManagementOperationResult
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationSpaceIDResult

func NewSLSBridgedWindowManagementOperationSpaceIDResult ¶

func NewSLSBridgedWindowManagementOperationSpaceIDResult() SLSBridgedWindowManagementOperationSpaceIDResult

NewSLSBridgedWindowManagementOperationSpaceIDResult creates a new SLSBridgedWindowManagementOperationSpaceIDResult instance.

func SLSBridgedWindowManagementOperationSpaceIDResultFromID ¶

func SLSBridgedWindowManagementOperationSpaceIDResultFromID(id objc.ID) SLSBridgedWindowManagementOperationSpaceIDResult

SLSBridgedWindowManagementOperationSpaceIDResultFromID constructs a SLSBridgedWindowManagementOperationSpaceIDResult from an objc.ID.

func (SLSBridgedWindowManagementOperationSpaceIDResult) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedWindowManagementOperationSpaceIDResult) Init ¶

Init initializes the instance.

type SLSBridgedWindowManagementOperationSpaceIDResultClass ¶

type SLSBridgedWindowManagementOperationSpaceIDResultClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedWindowManagementOperationSpaceIDResultClass ¶

func GetSLSBridgedWindowManagementOperationSpaceIDResultClass() SLSBridgedWindowManagementOperationSpaceIDResultClass

GetSLSBridgedWindowManagementOperationSpaceIDResultClass returns the class object for SLSBridgedWindowManagementOperationSpaceIDResult.

func (SLSBridgedWindowManagementOperationSpaceIDResultClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedWindowManagementOperationSpaceIDResultClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedWindowManagementOperationSpaceManagementModeResult ¶

type SLSBridgedWindowManagementOperationSpaceManagementModeResult struct {
	SLSBridgedWindowManagementOperationResult
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationSpaceManagementModeResult

func NewSLSBridgedWindowManagementOperationSpaceManagementModeResult ¶

func NewSLSBridgedWindowManagementOperationSpaceManagementModeResult() SLSBridgedWindowManagementOperationSpaceManagementModeResult

NewSLSBridgedWindowManagementOperationSpaceManagementModeResult creates a new SLSBridgedWindowManagementOperationSpaceManagementModeResult instance.

func SLSBridgedWindowManagementOperationSpaceManagementModeResultFromID ¶

func SLSBridgedWindowManagementOperationSpaceManagementModeResultFromID(id objc.ID) SLSBridgedWindowManagementOperationSpaceManagementModeResult

SLSBridgedWindowManagementOperationSpaceManagementModeResultFromID constructs a SLSBridgedWindowManagementOperationSpaceManagementModeResult from an objc.ID.

func (SLSBridgedWindowManagementOperationSpaceManagementModeResult) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedWindowManagementOperationSpaceManagementModeResult) Init ¶

Init initializes the instance.

type SLSBridgedWindowManagementOperationSpaceManagementModeResultClass ¶

type SLSBridgedWindowManagementOperationSpaceManagementModeResultClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedWindowManagementOperationSpaceManagementModeResultClass ¶

func GetSLSBridgedWindowManagementOperationSpaceManagementModeResultClass() SLSBridgedWindowManagementOperationSpaceManagementModeResultClass

GetSLSBridgedWindowManagementOperationSpaceManagementModeResultClass returns the class object for SLSBridgedWindowManagementOperationSpaceManagementModeResult.

func (SLSBridgedWindowManagementOperationSpaceManagementModeResultClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedWindowManagementOperationSpaceManagementModeResultClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedWindowManagementOperationSpaceResizeDirectionsResult ¶

type SLSBridgedWindowManagementOperationSpaceResizeDirectionsResult struct {
	SLSBridgedWindowManagementOperationResult
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationSpaceResizeDirectionsResult

func NewSLSBridgedWindowManagementOperationSpaceResizeDirectionsResult ¶

func NewSLSBridgedWindowManagementOperationSpaceResizeDirectionsResult() SLSBridgedWindowManagementOperationSpaceResizeDirectionsResult

NewSLSBridgedWindowManagementOperationSpaceResizeDirectionsResult creates a new SLSBridgedWindowManagementOperationSpaceResizeDirectionsResult instance.

func SLSBridgedWindowManagementOperationSpaceResizeDirectionsResultFromID ¶

func SLSBridgedWindowManagementOperationSpaceResizeDirectionsResultFromID(id objc.ID) SLSBridgedWindowManagementOperationSpaceResizeDirectionsResult

SLSBridgedWindowManagementOperationSpaceResizeDirectionsResultFromID constructs a SLSBridgedWindowManagementOperationSpaceResizeDirectionsResult from an objc.ID.

func (SLSBridgedWindowManagementOperationSpaceResizeDirectionsResult) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedWindowManagementOperationSpaceResizeDirectionsResult) Init ¶

Init initializes the instance.

type SLSBridgedWindowManagementOperationSpaceResizeDirectionsResultClass ¶

type SLSBridgedWindowManagementOperationSpaceResizeDirectionsResultClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedWindowManagementOperationSpaceResizeDirectionsResultClass ¶

func GetSLSBridgedWindowManagementOperationSpaceResizeDirectionsResultClass() SLSBridgedWindowManagementOperationSpaceResizeDirectionsResultClass

GetSLSBridgedWindowManagementOperationSpaceResizeDirectionsResultClass returns the class object for SLSBridgedWindowManagementOperationSpaceResizeDirectionsResult.

func (SLSBridgedWindowManagementOperationSpaceResizeDirectionsResultClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedWindowManagementOperationSpaceResizeDirectionsResultClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedWindowManagementOperationSpacerIndexesResult ¶

type SLSBridgedWindowManagementOperationSpacerIndexesResult struct {
	SLSBridgedWindowManagementOperationResult
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationSpacerIndexesResult

func NewSLSBridgedWindowManagementOperationSpacerIndexesResult ¶

func NewSLSBridgedWindowManagementOperationSpacerIndexesResult() SLSBridgedWindowManagementOperationSpacerIndexesResult

NewSLSBridgedWindowManagementOperationSpacerIndexesResult creates a new SLSBridgedWindowManagementOperationSpacerIndexesResult instance.

func SLSBridgedWindowManagementOperationSpacerIndexesResultFromID ¶

func SLSBridgedWindowManagementOperationSpacerIndexesResultFromID(id objc.ID) SLSBridgedWindowManagementOperationSpacerIndexesResult

SLSBridgedWindowManagementOperationSpacerIndexesResultFromID constructs a SLSBridgedWindowManagementOperationSpacerIndexesResult from an objc.ID.

func (SLSBridgedWindowManagementOperationSpacerIndexesResult) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedWindowManagementOperationSpacerIndexesResult) Init ¶

Init initializes the instance.

type SLSBridgedWindowManagementOperationSpacerIndexesResultClass ¶

type SLSBridgedWindowManagementOperationSpacerIndexesResultClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedWindowManagementOperationSpacerIndexesResultClass ¶

func GetSLSBridgedWindowManagementOperationSpacerIndexesResultClass() SLSBridgedWindowManagementOperationSpacerIndexesResultClass

GetSLSBridgedWindowManagementOperationSpacerIndexesResultClass returns the class object for SLSBridgedWindowManagementOperationSpacerIndexesResult.

func (SLSBridgedWindowManagementOperationSpacerIndexesResultClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedWindowManagementOperationSpacerIndexesResultClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedWindowManagementOperationSpacersResult ¶

type SLSBridgedWindowManagementOperationSpacersResult struct {
	SLSBridgedWindowManagementOperationResult
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationSpacersResult

func NewSLSBridgedWindowManagementOperationSpacersResult ¶

func NewSLSBridgedWindowManagementOperationSpacersResult() SLSBridgedWindowManagementOperationSpacersResult

NewSLSBridgedWindowManagementOperationSpacersResult creates a new SLSBridgedWindowManagementOperationSpacersResult instance.

func SLSBridgedWindowManagementOperationSpacersResultFromID ¶

func SLSBridgedWindowManagementOperationSpacersResultFromID(id objc.ID) SLSBridgedWindowManagementOperationSpacersResult

SLSBridgedWindowManagementOperationSpacersResultFromID constructs a SLSBridgedWindowManagementOperationSpacersResult from an objc.ID.

func (SLSBridgedWindowManagementOperationSpacersResult) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedWindowManagementOperationSpacersResult) Init ¶

Init initializes the instance.

type SLSBridgedWindowManagementOperationSpacersResultClass ¶

type SLSBridgedWindowManagementOperationSpacersResultClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedWindowManagementOperationSpacersResultClass ¶

func GetSLSBridgedWindowManagementOperationSpacersResultClass() SLSBridgedWindowManagementOperationSpacersResultClass

GetSLSBridgedWindowManagementOperationSpacersResultClass returns the class object for SLSBridgedWindowManagementOperationSpacersResult.

func (SLSBridgedWindowManagementOperationSpacersResultClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedWindowManagementOperationSpacersResultClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedWindowManagementOperationStringResult ¶

type SLSBridgedWindowManagementOperationStringResult struct {
	SLSBridgedWindowManagementOperationResult
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationStringResult

func NewSLSBridgedWindowManagementOperationStringResult ¶

func NewSLSBridgedWindowManagementOperationStringResult() SLSBridgedWindowManagementOperationStringResult

NewSLSBridgedWindowManagementOperationStringResult creates a new SLSBridgedWindowManagementOperationStringResult instance.

func SLSBridgedWindowManagementOperationStringResultFromID ¶

func SLSBridgedWindowManagementOperationStringResultFromID(id objc.ID) SLSBridgedWindowManagementOperationStringResult

SLSBridgedWindowManagementOperationStringResultFromID constructs a SLSBridgedWindowManagementOperationStringResult from an objc.ID.

func (SLSBridgedWindowManagementOperationStringResult) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedWindowManagementOperationStringResult) Init ¶

Init initializes the instance.

type SLSBridgedWindowManagementOperationStringResultClass ¶

type SLSBridgedWindowManagementOperationStringResultClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedWindowManagementOperationStringResultClass ¶

func GetSLSBridgedWindowManagementOperationStringResultClass() SLSBridgedWindowManagementOperationStringResultClass

GetSLSBridgedWindowManagementOperationStringResultClass returns the class object for SLSBridgedWindowManagementOperationStringResult.

func (SLSBridgedWindowManagementOperationStringResultClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedWindowManagementOperationStringResultClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedWindowManagementOperationStringsResult ¶

type SLSBridgedWindowManagementOperationStringsResult struct {
	SLSBridgedWindowManagementOperationResult
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationStringsResult

func NewSLSBridgedWindowManagementOperationStringsResult ¶

func NewSLSBridgedWindowManagementOperationStringsResult() SLSBridgedWindowManagementOperationStringsResult

NewSLSBridgedWindowManagementOperationStringsResult creates a new SLSBridgedWindowManagementOperationStringsResult instance.

func SLSBridgedWindowManagementOperationStringsResultFromID ¶

func SLSBridgedWindowManagementOperationStringsResultFromID(id objc.ID) SLSBridgedWindowManagementOperationStringsResult

SLSBridgedWindowManagementOperationStringsResultFromID constructs a SLSBridgedWindowManagementOperationStringsResult from an objc.ID.

func (SLSBridgedWindowManagementOperationStringsResult) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedWindowManagementOperationStringsResult) Init ¶

Init initializes the instance.

type SLSBridgedWindowManagementOperationStringsResultClass ¶

type SLSBridgedWindowManagementOperationStringsResultClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedWindowManagementOperationStringsResultClass ¶

func GetSLSBridgedWindowManagementOperationStringsResultClass() SLSBridgedWindowManagementOperationStringsResultClass

GetSLSBridgedWindowManagementOperationStringsResultClass returns the class object for SLSBridgedWindowManagementOperationStringsResult.

func (SLSBridgedWindowManagementOperationStringsResultClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedWindowManagementOperationStringsResultClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedWindowManagementOperationWindowIDResult ¶

type SLSBridgedWindowManagementOperationWindowIDResult struct {
	SLSBridgedWindowManagementOperationResult
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationWindowIDResult

func NewSLSBridgedWindowManagementOperationWindowIDResult ¶

func NewSLSBridgedWindowManagementOperationWindowIDResult() SLSBridgedWindowManagementOperationWindowIDResult

NewSLSBridgedWindowManagementOperationWindowIDResult creates a new SLSBridgedWindowManagementOperationWindowIDResult instance.

func SLSBridgedWindowManagementOperationWindowIDResultFromID ¶

func SLSBridgedWindowManagementOperationWindowIDResultFromID(id objc.ID) SLSBridgedWindowManagementOperationWindowIDResult

SLSBridgedWindowManagementOperationWindowIDResultFromID constructs a SLSBridgedWindowManagementOperationWindowIDResult from an objc.ID.

func (SLSBridgedWindowManagementOperationWindowIDResult) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedWindowManagementOperationWindowIDResult) Init ¶

Init initializes the instance.

type SLSBridgedWindowManagementOperationWindowIDResultClass ¶

type SLSBridgedWindowManagementOperationWindowIDResultClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedWindowManagementOperationWindowIDResultClass ¶

func GetSLSBridgedWindowManagementOperationWindowIDResultClass() SLSBridgedWindowManagementOperationWindowIDResultClass

GetSLSBridgedWindowManagementOperationWindowIDResultClass returns the class object for SLSBridgedWindowManagementOperationWindowIDResult.

func (SLSBridgedWindowManagementOperationWindowIDResultClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedWindowManagementOperationWindowIDResultClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBridgedWindowManagementOperationWorkspaceTypeResult ¶

type SLSBridgedWindowManagementOperationWorkspaceTypeResult struct {
	SLSBridgedWindowManagementOperationResult
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBridgedWindowManagementOperationWorkspaceTypeResult

func NewSLSBridgedWindowManagementOperationWorkspaceTypeResult ¶

func NewSLSBridgedWindowManagementOperationWorkspaceTypeResult() SLSBridgedWindowManagementOperationWorkspaceTypeResult

NewSLSBridgedWindowManagementOperationWorkspaceTypeResult creates a new SLSBridgedWindowManagementOperationWorkspaceTypeResult instance.

func SLSBridgedWindowManagementOperationWorkspaceTypeResultFromID ¶

func SLSBridgedWindowManagementOperationWorkspaceTypeResultFromID(id objc.ID) SLSBridgedWindowManagementOperationWorkspaceTypeResult

SLSBridgedWindowManagementOperationWorkspaceTypeResultFromID constructs a SLSBridgedWindowManagementOperationWorkspaceTypeResult from an objc.ID.

func (SLSBridgedWindowManagementOperationWorkspaceTypeResult) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBridgedWindowManagementOperationWorkspaceTypeResult) Init ¶

Init initializes the instance.

type SLSBridgedWindowManagementOperationWorkspaceTypeResultClass ¶

type SLSBridgedWindowManagementOperationWorkspaceTypeResultClass struct {
	// contains filtered or unexported fields
}

func GetSLSBridgedWindowManagementOperationWorkspaceTypeResultClass ¶

func GetSLSBridgedWindowManagementOperationWorkspaceTypeResultClass() SLSBridgedWindowManagementOperationWorkspaceTypeResultClass

GetSLSBridgedWindowManagementOperationWorkspaceTypeResultClass returns the class object for SLSBridgedWindowManagementOperationWorkspaceTypeResult.

func (SLSBridgedWindowManagementOperationWorkspaceTypeResultClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBridgedWindowManagementOperationWorkspaceTypeResultClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBrightnessControl ¶

type SLSBrightnessControl interface {
	objectivec.IObject

	// AbortContrastEnhancerRampError protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/SLSBrightnessControl/abortContrastEnhancerRamp:error:
	AbortContrastEnhancerRampError() (float32, error)

	// AbortWhitePointRampError protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/SLSBrightnessControl/abortWhitePointRamp:error:
	AbortWhitePointRampError(ramp objectivec.IObject) (bool, error)

	// BrightnessAvailable protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/SLSBrightnessControl/brightnessAvailable
	BrightnessAvailable() bool

	// DisplayId protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/SLSBrightnessControl/displayId
	DisplayId() int

	// DisplayType protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/SLSBrightnessControl/displayType
	DisplayType() uint32

	// GetLinearBrightnessError protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/SLSBrightnessControl/getLinearBrightness:error:
	GetLinearBrightnessError() (float32, error)

	// GetNitsError protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/SLSBrightnessControl/getNits:error:
	GetNitsError() (float32, error)

	// IsOnline protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/SLSBrightnessControl/isOnline
	IsOnline() bool

	// MaximumLuminance protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/SLSBrightnessControl/maximumLuminance
	MaximumLuminance() float32

	// NativeWhitePoint protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/SLSBrightnessControl/nativeWhitePoint
	NativeWhitePoint() objectivec.IObject

	// ProductId protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/SLSBrightnessControl/productId
	ProductId() uint64

	// SerialNumber protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/SLSBrightnessControl/serialNumber
	SerialNumber() uint64

	// SetContrastEnhancerRampDurationError protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/SLSBrightnessControl/setContrastEnhancer:rampDuration:error:
	SetContrastEnhancerRampDurationError(enhancer float32, duration float64) (bool, error)

	// SetLinearBrightnessError protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/SLSBrightnessControl/setLinearBrightness:error:
	SetLinearBrightnessError(brightness float32) (bool, error)

	// SetWhitePointRampDurationError protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/SLSBrightnessControl/setWhitePoint:rampDuration:error:
	SetWhitePointRampDurationError(point objectivec.IObject, duration float64) (bool, error)

	// UnregisterNotificationBlocks protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/SLSBrightnessControl/unregisterNotificationBlocks
	UnregisterNotificationBlocks()

	// VendorId protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/SLSBrightnessControl/vendorId
	VendorId() uint64

	// WhitePointAvailable protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/SLSBrightnessControl/whitePointAvailable
	WhitePointAvailable() bool

	// WhitePointD50XYZ protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/SLSBrightnessControl/whitePointD50XYZ
	WhitePointD50XYZ() bool
}

SLSBrightnessControl protocol.

See: https://developer.apple.com/documentation/SkyLight/SLSBrightnessControl

type SLSBrightnessControlClient ¶

type SLSBrightnessControlClient struct {
	SLSDisplayControlClient
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSBrightnessControlClient

func NewSLSBrightnessControlClient ¶

func NewSLSBrightnessControlClient() SLSBrightnessControlClient

NewSLSBrightnessControlClient creates a new SLSBrightnessControlClient instance.

func SLSBrightnessControlClientFromID ¶

func SLSBrightnessControlClientFromID(id objc.ID) SLSBrightnessControlClient

SLSBrightnessControlClientFromID constructs a SLSBrightnessControlClient from an objc.ID.

func (SLSBrightnessControlClient) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSBrightnessControlClient) Init ¶

Init initializes the instance.

func (SLSBrightnessControlClient) SetDisplays ¶

func (s SLSBrightnessControlClient) SetDisplays(value foundation.INSArray)

func (SLSBrightnessControlClient) SetNotifyBlockSync ¶

func (s SLSBrightnessControlClient) SetNotifyBlockSync(ctx context.Context) error

SetNotifyBlockSync is a synchronous wrapper around SLSBrightnessControlClient.SetNotifyBlock. It blocks until the completion handler fires or the context is cancelled.

func (SLSBrightnessControlClient) SetService ¶

func (s SLSBrightnessControlClient) SetService(value ISLSXPCService)

type SLSBrightnessControlClientClass ¶

type SLSBrightnessControlClientClass struct {
	// contains filtered or unexported fields
}

func GetSLSBrightnessControlClientClass ¶

func GetSLSBrightnessControlClientClass() SLSBrightnessControlClientClass

GetSLSBrightnessControlClientClass returns the class object for SLSBrightnessControlClient.

func (SLSBrightnessControlClientClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSBrightnessControlClientClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSBrightnessControlObject ¶

type SLSBrightnessControlObject struct {
	objectivec.Object
}

SLSBrightnessControlObject wraps an existing Objective-C object that conforms to the SLSBrightnessControl protocol.

func SLSBrightnessControlObjectFromID ¶

func SLSBrightnessControlObjectFromID(id objc.ID) SLSBrightnessControlObject

SLSBrightnessControlObjectFromID constructs a SLSBrightnessControlObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (SLSBrightnessControlObject) BaseObject ¶

type SLSBrightnessPolicyTransaction ¶

type SLSBrightnessPolicyTransaction interface {
	objectivec.IObject

	// CommitBrightnessPolicy protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/SLSBrightnessPolicyTransaction/commitBrightnessPolicy:
	CommitBrightnessPolicy(policy []objectivec.IObject) bool

	// SetDimMessagingPolicy protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/SLSBrightnessPolicyTransaction/setDimMessagingPolicy:
	SetDimMessagingPolicy(policy byte)

	// SetShieldingPolicy protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/SLSBrightnessPolicyTransaction/setShieldingPolicy:
	SetShieldingPolicy(policy byte)

	// SetSleepMessagingPolicy protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/SLSBrightnessPolicyTransaction/setSleepMessagingPolicy:
	SetSleepMessagingPolicy(policy byte)
}

SLSBrightnessPolicyTransaction protocol.

See: https://developer.apple.com/documentation/SkyLight/SLSBrightnessPolicyTransaction

type SLSBrightnessPolicyTransactionObject ¶

type SLSBrightnessPolicyTransactionObject struct {
	objectivec.Object
}

SLSBrightnessPolicyTransactionObject wraps an existing Objective-C object that conforms to the SLSBrightnessPolicyTransaction protocol.

func SLSBrightnessPolicyTransactionObjectFromID ¶

func SLSBrightnessPolicyTransactionObjectFromID(id objc.ID) SLSBrightnessPolicyTransactionObject

SLSBrightnessPolicyTransactionObjectFromID constructs a SLSBrightnessPolicyTransactionObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (SLSBrightnessPolicyTransactionObject) BaseObject ¶

type SLSBrightnessPolicyTxState ¶

type SLSBrightnessPolicyTxState struct {
	Shielding_policy uint8
	Dim_policy       uint8
	Sleep_policy     uint8
	Mask             uint
}

SLSBrightnessPolicyTxState

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/SkyLight/SLSBrightnessPolicyTxState

type SLSBrightnessTimeoutTxState ¶

type SLSBrightnessTimeoutTxState struct {
	Shielding_timeout float64
	Dim_timeout       float64
	Sleep_timeout     float64
	Mask              uint
}

SLSBrightnessTimeoutTxState

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/SkyLight/SLSBrightnessTimeoutTxState

type SLSBrightnessTxState ¶

type SLSBrightnessTxState struct {
	Ambient                    float32
	Filtered_ambient           float32
	Sdr_brightness             float32
	Brightness_limit           float32
	Headroom                   float32
	Potential_headroom         float32
	Reference_headroom         float32
	Contrast_preservation      float32
	Low_ambient_adaptation     float32
	High_ambient_adaptation    float32
	Indicator_brightness       float32
	Indicator_brightness_limit float32
	Contrast_enhancer          float32
	Mask                       uint
}

SLSBrightnessTxState

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/SkyLight/SLSBrightnessTxState

type SLSCCHmacContext ¶

type SLSCCHmacContext struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSCCHmacContext

func NewSLSCCHmacContext ¶

func NewSLSCCHmacContext() SLSCCHmacContext

NewSLSCCHmacContext creates a new SLSCCHmacContext instance.

func SLSCCHmacContextFromID ¶

func SLSCCHmacContextFromID(id objc.ID) SLSCCHmacContext

SLSCCHmacContextFromID constructs a SLSCCHmacContext from an objc.ID.

func (SLSCCHmacContext) Autorelease ¶

func (s SLSCCHmacContext) Autorelease() SLSCCHmacContext

Autorelease adds the receiver to the current autorelease pool.

func (SLSCCHmacContext) Init ¶

Init initializes the instance.

type SLSCCHmacContextClass ¶

type SLSCCHmacContextClass struct {
	// contains filtered or unexported fields
}

func GetSLSCCHmacContextClass ¶

func GetSLSCCHmacContextClass() SLSCCHmacContextClass

GetSLSCCHmacContextClass returns the class object for SLSCCHmacContext.

func (SLSCCHmacContextClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSCCHmacContextClass) Class ¶

func (sc SLSCCHmacContextClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type SLSDisplayControlClient ¶

type SLSDisplayControlClient struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSDisplayControlClient

func NewSLSDisplayControlClient ¶

func NewSLSDisplayControlClient() SLSDisplayControlClient

NewSLSDisplayControlClient creates a new SLSDisplayControlClient instance.

func SLSDisplayControlClientFromID ¶

func SLSDisplayControlClientFromID(id objc.ID) SLSDisplayControlClient

SLSDisplayControlClientFromID constructs a SLSDisplayControlClient from an objc.ID.

func (SLSDisplayControlClient) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSDisplayControlClient) Init ¶

Init initializes the instance.

func (SLSDisplayControlClient) SetConfigured ¶

func (s SLSDisplayControlClient) SetConfigured(value bool)

func (SLSDisplayControlClient) SetEnabled ¶

func (s SLSDisplayControlClient) SetEnabled(value bool)

func (SLSDisplayControlClient) SetNotificationSync ¶

func (s SLSDisplayControlClient) SetNotificationSync(ctx context.Context) error

SetNotificationSync is a synchronous wrapper around SLSDisplayControlClient.SetNotification. It blocks until the completion handler fires or the context is cancelled.

func (SLSDisplayControlClient) SetSemaphore ¶

func (s SLSDisplayControlClient) SetSemaphore(value objectivec.Object)

type SLSDisplayControlClientClass ¶

type SLSDisplayControlClientClass struct {
	// contains filtered or unexported fields
}

func GetSLSDisplayControlClientClass ¶

func GetSLSDisplayControlClientClass() SLSDisplayControlClientClass

GetSLSDisplayControlClientClass returns the class object for SLSDisplayControlClient.

func (SLSDisplayControlClientClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSDisplayControlClientClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSDisplayControlClientProtocolObject ¶

type SLSDisplayControlClientProtocolObject struct {
	objectivec.Object
}

SLSDisplayControlClientProtocolObject wraps an existing Objective-C object that conforms to the SLSDisplayControlClientProtocol protocol.

func SLSDisplayControlClientProtocolObjectFromID ¶

func SLSDisplayControlClientProtocolObjectFromID(id objc.ID) SLSDisplayControlClientProtocolObject

SLSDisplayControlClientProtocolObjectFromID constructs a SLSDisplayControlClientProtocolObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (SLSDisplayControlClientProtocolObject) BaseObject ¶

type SLSDisplayControlServiceProtocol ¶

type SLSDisplayControlServiceProtocol interface {
	objectivec.IObject
}

SLSDisplayControlServiceProtocol protocol.

See: https://developer.apple.com/documentation/SkyLight/SLSDisplayControlServiceProtocol

type SLSDisplayControlServiceProtocolObject ¶

type SLSDisplayControlServiceProtocolObject struct {
	objectivec.Object
}

SLSDisplayControlServiceProtocolObject wraps an existing Objective-C object that conforms to the SLSDisplayControlServiceProtocol protocol.

func SLSDisplayControlServiceProtocolObjectFromID ¶

func SLSDisplayControlServiceProtocolObjectFromID(id objc.ID) SLSDisplayControlServiceProtocolObject

SLSDisplayControlServiceProtocolObjectFromID constructs a SLSDisplayControlServiceProtocolObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (SLSDisplayControlServiceProtocolObject) BaseObject ¶

type SLSDisplayController ¶

type SLSDisplayController struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSDisplayController

func NewSLSDisplayController ¶

func NewSLSDisplayController() SLSDisplayController

NewSLSDisplayController creates a new SLSDisplayController instance.

func SLSDisplayControllerFromID ¶

func SLSDisplayControllerFromID(id objc.ID) SLSDisplayController

SLSDisplayControllerFromID constructs a SLSDisplayController from an objc.ID.

func (SLSDisplayController) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSDisplayController) Init ¶

Init initializes the instance.

func (SLSDisplayController) RegisterForNotificationsWithBlockSync ¶

func (s SLSDisplayController) RegisterForNotificationsWithBlockSync(ctx context.Context, notifications objectivec.IObject) error

RegisterForNotificationsWithBlockSync is a synchronous wrapper around SLSDisplayController.RegisterForNotificationsWithBlock. It blocks until the completion handler fires or the context is cancelled.

func (SLSDisplayController) SetBrightnessAvailable ¶

func (s SLSDisplayController) SetBrightnessAvailable(value bool)

func (SLSDisplayController) SetBrightnessCapabilities ¶

func (s SLSDisplayController) SetBrightnessCapabilities(value foundation.INSDictionary)

func (SLSDisplayController) SetContainerId ¶

func (s SLSDisplayController) SetContainerId(value foundation.NSUUID)

func (SLSDisplayController) SetDisplayAttachmentSeed ¶

func (s SLSDisplayController) SetDisplayAttachmentSeed(value uint64)

func (SLSDisplayController) SetDisplayId ¶

func (s SLSDisplayController) SetDisplayId(value int)

func (SLSDisplayController) SetDisplayType ¶

func (s SLSDisplayController) SetDisplayType(value uint32)

func (SLSDisplayController) SetMaximumLuminance ¶

func (s SLSDisplayController) SetMaximumLuminance(value float32)

func (SLSDisplayController) SetNativeWhitePoint ¶

func (s SLSDisplayController) SetNativeWhitePoint(value objectivec.IObject)

func (SLSDisplayController) SetOnline ¶

func (s SLSDisplayController) SetOnline(value bool)

func (SLSDisplayController) SetProductId ¶

func (s SLSDisplayController) SetProductId(value uint64)

func (SLSDisplayController) SetSerialNumber ¶

func (s SLSDisplayController) SetSerialNumber(value uint64)

func (SLSDisplayController) SetUuid ¶

func (s SLSDisplayController) SetUuid(value foundation.NSUUID)

func (SLSDisplayController) SetVendorId ¶

func (s SLSDisplayController) SetVendorId(value uint64)

func (SLSDisplayController) SetWhitePointAvailable ¶

func (s SLSDisplayController) SetWhitePointAvailable(value bool)

func (SLSDisplayController) SetWhitePointD50XYZ ¶

func (s SLSDisplayController) SetWhitePointD50XYZ(value bool)

type SLSDisplayControllerClass ¶

type SLSDisplayControllerClass struct {
	// contains filtered or unexported fields
}

func GetSLSDisplayControllerClass ¶

func GetSLSDisplayControllerClass() SLSDisplayControllerClass

GetSLSDisplayControllerClass returns the class object for SLSDisplayController.

func (SLSDisplayControllerClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSDisplayControllerClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSDisplayManager ¶

type SLSDisplayManager struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSDisplayManager

func NewSLSDisplayManager ¶

func NewSLSDisplayManager() SLSDisplayManager

NewSLSDisplayManager creates a new SLSDisplayManager instance.

func SLSDisplayManagerFromID ¶

func SLSDisplayManagerFromID(id objc.ID) SLSDisplayManager

SLSDisplayManagerFromID constructs a SLSDisplayManager from an objc.ID.

func (SLSDisplayManager) Autorelease ¶

func (s SLSDisplayManager) Autorelease() SLSDisplayManager

Autorelease adds the receiver to the current autorelease pool.

func (SLSDisplayManager) Init ¶

Init initializes the instance.

func (SLSDisplayManager) SetClient ¶

func (s SLSDisplayManager) SetClient(value ISLSGUIClient)

func (SLSDisplayManager) SetConnected ¶

func (s SLSDisplayManager) SetConnected(value bool)

func (SLSDisplayManager) SetEnabled ¶

func (s SLSDisplayManager) SetEnabled(value bool)

func (SLSDisplayManager) SetLastPowerStateNotification ¶

func (s SLSDisplayManager) SetLastPowerStateNotification(value byte)

func (SLSDisplayManager) SetRegisteredNotifiers ¶

func (s SLSDisplayManager) SetRegisteredNotifiers(value unsafe.Pointer)

func (SLSDisplayManager) SetRunningInServer ¶

func (s SLSDisplayManager) SetRunningInServer(value bool)

func (SLSDisplayManager) SetSemaphore ¶

func (s SLSDisplayManager) SetSemaphore(value objectivec.Object)

type SLSDisplayManagerClass ¶

type SLSDisplayManagerClass struct {
	// contains filtered or unexported fields
}

func GetSLSDisplayManagerClass ¶

func GetSLSDisplayManagerClass() SLSDisplayManagerClass

GetSLSDisplayManagerClass returns the class object for SLSDisplayManager.

func (SLSDisplayManagerClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSDisplayManagerClass) BroadcastPowerStateChangeEventPayload ¶

func (_SLSDisplayManagerClass SLSDisplayManagerClass) BroadcastPowerStateChangeEventPayload(event byte, payload objectivec.IObject)

See: https://developer.apple.com/documentation/SkyLight/SLSDisplayManager/broadcastPowerStateChangeEvent:payload:

func (SLSDisplayManagerClass) Class ¶

func (sc SLSDisplayManagerClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type SLSDisplayPowerControlClient ¶

type SLSDisplayPowerControlClient struct {
	SLSDisplayControlClient
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSDisplayPowerControlClient

func NewSLSDisplayPowerControlClient ¶

func NewSLSDisplayPowerControlClient() SLSDisplayPowerControlClient

NewSLSDisplayPowerControlClient creates a new SLSDisplayPowerControlClient instance.

func SLSDisplayPowerControlClientFromID ¶

func SLSDisplayPowerControlClientFromID(id objc.ID) SLSDisplayPowerControlClient

SLSDisplayPowerControlClientFromID constructs a SLSDisplayPowerControlClient from an objc.ID.

func (SLSDisplayPowerControlClient) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSDisplayPowerControlClient) Init ¶

Init initializes the instance.

func (SLSDisplayPowerControlClient) SetService ¶

func (s SLSDisplayPowerControlClient) SetService(value ISLSXPCService)

type SLSDisplayPowerControlClientClass ¶

type SLSDisplayPowerControlClientClass struct {
	// contains filtered or unexported fields
}

func GetSLSDisplayPowerControlClientClass ¶

func GetSLSDisplayPowerControlClientClass() SLSDisplayPowerControlClientClass

GetSLSDisplayPowerControlClientClass returns the class object for SLSDisplayPowerControlClient.

func (SLSDisplayPowerControlClientClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSDisplayPowerControlClientClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSDisplayPowerControlClientProtocol ¶

type SLSDisplayPowerControlClientProtocol interface {
	objectivec.IObject

	// TerminateConnection protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/SLSDisplayPowerControlClientProtocol/terminateConnection:
	TerminateConnection(connection []objectivec.IObject)
}

SLSDisplayPowerControlClientProtocol protocol.

See: https://developer.apple.com/documentation/SkyLight/SLSDisplayPowerControlClientProtocol

type SLSDisplayPowerControlClientProtocolObject ¶

type SLSDisplayPowerControlClientProtocolObject struct {
	objectivec.Object
}

SLSDisplayPowerControlClientProtocolObject wraps an existing Objective-C object that conforms to the SLSDisplayPowerControlClientProtocol protocol.

func SLSDisplayPowerControlClientProtocolObjectFromID ¶

func SLSDisplayPowerControlClientProtocolObjectFromID(id objc.ID) SLSDisplayPowerControlClientProtocolObject

SLSDisplayPowerControlClientProtocolObjectFromID constructs a SLSDisplayPowerControlClientProtocolObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (SLSDisplayPowerControlClientProtocolObject) BaseObject ¶

type SLSDisplayWall ¶

type SLSDisplayWall struct {
	objectivec.Object
}

See: https://developer.apple.com/documentation/SkyLight/SLSDisplayWall

func NewSLSDisplayWall ¶

func NewSLSDisplayWall() SLSDisplayWall

NewSLSDisplayWall creates a new SLSDisplayWall instance.

func SLSDisplayWallFromID ¶

func SLSDisplayWallFromID(id objc.ID) SLSDisplayWall

SLSDisplayWallFromID constructs a SLSDisplayWall from an objc.ID.

func (SLSDisplayWall) Autorelease ¶

func (s SLSDisplayWall) Autorelease() SLSDisplayWall

Autorelease adds the receiver to the current autorelease pool.

func (SLSDisplayWall) Init ¶

func (s SLSDisplayWall) Init() SLSDisplayWall

Init initializes the instance.

type SLSDisplayWallClass ¶

type SLSDisplayWallClass struct {
	// contains filtered or unexported fields
}

func GetSLSDisplayWallClass ¶

func GetSLSDisplayWallClass() SLSDisplayWallClass

GetSLSDisplayWallClass returns the class object for SLSDisplayWall.

func (SLSDisplayWallClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSDisplayWallClass) Class ¶

func (sc SLSDisplayWallClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

func (SLSDisplayWallClass) EnableDisplayWallWithConfiguration ¶

func (_SLSDisplayWallClass SLSDisplayWallClass) EnableDisplayWallWithConfiguration(configuration objectivec.IObject) int

See: https://developer.apple.com/documentation/SkyLight/SLSDisplayWall/enableDisplayWallWithConfiguration:

func (SLSDisplayWallClass) ValidateDisplayWallConfiguration ¶

func (_SLSDisplayWallClass SLSDisplayWallClass) ValidateDisplayWallConfiguration(configuration objectivec.IObject) bool

See: https://developer.apple.com/documentation/SkyLight/SLSDisplayWall/validateDisplayWallConfiguration:

type SLSDisplayWallConfiguration ¶

type SLSDisplayWallConfiguration struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSDisplayWallConfiguration

func NewSLSDisplayWallConfiguration ¶

func NewSLSDisplayWallConfiguration() SLSDisplayWallConfiguration

NewSLSDisplayWallConfiguration creates a new SLSDisplayWallConfiguration instance.

func SLSDisplayWallConfigurationFromID ¶

func SLSDisplayWallConfigurationFromID(id objc.ID) SLSDisplayWallConfiguration

SLSDisplayWallConfigurationFromID constructs a SLSDisplayWallConfiguration from an objc.ID.

func (SLSDisplayWallConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSDisplayWallConfiguration) Init ¶

Init initializes the instance.

func (SLSDisplayWallConfiguration) SetDisplayIDs ¶

func (s SLSDisplayWallConfiguration) SetDisplayIDs(value foundation.INSArray)

func (SLSDisplayWallConfiguration) SetGridHeight ¶

func (s SLSDisplayWallConfiguration) SetGridHeight(value foundation.NSNumber)

func (SLSDisplayWallConfiguration) SetGridWidth ¶

func (s SLSDisplayWallConfiguration) SetGridWidth(value foundation.NSNumber)

type SLSDisplayWallConfigurationClass ¶

type SLSDisplayWallConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetSLSDisplayWallConfigurationClass ¶

func GetSLSDisplayWallConfigurationClass() SLSDisplayWallConfigurationClass

GetSLSDisplayWallConfigurationClass returns the class object for SLSDisplayWallConfiguration.

func (SLSDisplayWallConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSDisplayWallConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSDisplayWallGroup ¶

type SLSDisplayWallGroup struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSDisplayWallGroup

func NewSLSDisplayWallGroup ¶

func NewSLSDisplayWallGroup() SLSDisplayWallGroup

NewSLSDisplayWallGroup creates a new SLSDisplayWallGroup instance.

func SLSDisplayWallGroupFromID ¶

func SLSDisplayWallGroupFromID(id objc.ID) SLSDisplayWallGroup

SLSDisplayWallGroupFromID constructs a SLSDisplayWallGroup from an objc.ID.

func (SLSDisplayWallGroup) Autorelease ¶

func (s SLSDisplayWallGroup) Autorelease() SLSDisplayWallGroup

Autorelease adds the receiver to the current autorelease pool.

func (SLSDisplayWallGroup) Init ¶

Init initializes the instance.

type SLSDisplayWallGroupClass ¶

type SLSDisplayWallGroupClass struct {
	// contains filtered or unexported fields
}

func GetSLSDisplayWallGroupClass ¶

func GetSLSDisplayWallGroupClass() SLSDisplayWallGroupClass

GetSLSDisplayWallGroupClass returns the class object for SLSDisplayWallGroup.

func (SLSDisplayWallGroupClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSDisplayWallGroupClass) Class ¶

func (sc SLSDisplayWallGroupClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type SLSEventAuthenticationMessage ¶

type SLSEventAuthenticationMessage struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSEventAuthenticationMessage

func NewSLSEventAuthenticationMessage ¶

func NewSLSEventAuthenticationMessage() SLSEventAuthenticationMessage

NewSLSEventAuthenticationMessage creates a new SLSEventAuthenticationMessage instance.

func SLSEventAuthenticationMessageFromID ¶

func SLSEventAuthenticationMessageFromID(id objc.ID) SLSEventAuthenticationMessage

SLSEventAuthenticationMessageFromID constructs a SLSEventAuthenticationMessage from an objc.ID.

func (SLSEventAuthenticationMessage) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSEventAuthenticationMessage) Init ¶

Init initializes the instance.

func (SLSEventAuthenticationMessage) ValidateWithOptionsAndResultBlockSync ¶

func (s SLSEventAuthenticationMessage) ValidateWithOptionsAndResultBlockSync(ctx context.Context, options objectivec.IObject) error

ValidateWithOptionsAndResultBlockSync is a synchronous wrapper around SLSEventAuthenticationMessage.ValidateWithOptionsAndResultBlock. It blocks until the completion handler fires or the context is cancelled.

type SLSEventAuthenticationMessageClass ¶

type SLSEventAuthenticationMessageClass struct {
	// contains filtered or unexported fields
}

func GetSLSEventAuthenticationMessageClass ¶

func GetSLSEventAuthenticationMessageClass() SLSEventAuthenticationMessageClass

GetSLSEventAuthenticationMessageClass returns the class object for SLSEventAuthenticationMessage.

func (SLSEventAuthenticationMessageClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSEventAuthenticationMessageClass) Class ¶

Class returns the underlying Objective-C class pointer.

func (SLSEventAuthenticationMessageClass) ClassForEventType ¶

func (_SLSEventAuthenticationMessageClass SLSEventAuthenticationMessageClass) ClassForEventType(type_ uint32) objc.Class

See: https://developer.apple.com/documentation/SkyLight/SLSEventAuthenticationMessage/classForEventType:

func (SLSEventAuthenticationMessageClass) MessageWithEventRecordPidVersion ¶

func (_SLSEventAuthenticationMessageClass SLSEventAuthenticationMessageClass) MessageWithEventRecordPidVersion(record *SLSEventRecordRef, pid int, version uint32) objectivec.IObject

See: https://developer.apple.com/documentation/SkyLight/SLSEventAuthenticationMessage/messageWithEventRecord:pid:version:

func (SLSEventAuthenticationMessageClass) SupportsSecureCoding ¶

func (_SLSEventAuthenticationMessageClass SLSEventAuthenticationMessageClass) SupportsSecureCoding() bool

See: https://developer.apple.com/documentation/SkyLight/SLSEventAuthenticationMessage/supportsSecureCoding

type SLSEventAuthenticationMessageEventType ¶

type SLSEventAuthenticationMessageEventType struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSEventAuthenticationMessageEventType

func NewSLSEventAuthenticationMessageEventType ¶

func NewSLSEventAuthenticationMessageEventType() SLSEventAuthenticationMessageEventType

NewSLSEventAuthenticationMessageEventType creates a new SLSEventAuthenticationMessageEventType instance.

func SLSEventAuthenticationMessageEventTypeFromID ¶

func SLSEventAuthenticationMessageEventTypeFromID(id objc.ID) SLSEventAuthenticationMessageEventType

SLSEventAuthenticationMessageEventTypeFromID constructs a SLSEventAuthenticationMessageEventType from an objc.ID.

func (SLSEventAuthenticationMessageEventType) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSEventAuthenticationMessageEventType) Init ¶

Init initializes the instance.

type SLSEventAuthenticationMessageEventTypeClass ¶

type SLSEventAuthenticationMessageEventTypeClass struct {
	// contains filtered or unexported fields
}

func GetSLSEventAuthenticationMessageEventTypeClass ¶

func GetSLSEventAuthenticationMessageEventTypeClass() SLSEventAuthenticationMessageEventTypeClass

GetSLSEventAuthenticationMessageEventTypeClass returns the class object for SLSEventAuthenticationMessageEventType.

func (SLSEventAuthenticationMessageEventTypeClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSEventAuthenticationMessageEventTypeClass) Class ¶

Class returns the underlying Objective-C class pointer.

func (SLSEventAuthenticationMessageEventTypeClass) SupportsSecureCoding ¶

func (_SLSEventAuthenticationMessageEventTypeClass SLSEventAuthenticationMessageEventTypeClass) SupportsSecureCoding() bool

See: https://developer.apple.com/documentation/SkyLight/SLSEventAuthenticationMessageEventType/supportsSecureCoding

type SLSEventAuthenticationMessageVersionedPID ¶

type SLSEventAuthenticationMessageVersionedPID struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSEventAuthenticationMessageVersionedPID

func NewSLSEventAuthenticationMessageVersionedPID ¶

func NewSLSEventAuthenticationMessageVersionedPID() SLSEventAuthenticationMessageVersionedPID

NewSLSEventAuthenticationMessageVersionedPID creates a new SLSEventAuthenticationMessageVersionedPID instance.

func SLSEventAuthenticationMessageVersionedPIDFromID ¶

func SLSEventAuthenticationMessageVersionedPIDFromID(id objc.ID) SLSEventAuthenticationMessageVersionedPID

SLSEventAuthenticationMessageVersionedPIDFromID constructs a SLSEventAuthenticationMessageVersionedPID from an objc.ID.

func (SLSEventAuthenticationMessageVersionedPID) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSEventAuthenticationMessageVersionedPID) Init ¶

Init initializes the instance.

type SLSEventAuthenticationMessageVersionedPIDClass ¶

type SLSEventAuthenticationMessageVersionedPIDClass struct {
	// contains filtered or unexported fields
}

func GetSLSEventAuthenticationMessageVersionedPIDClass ¶

func GetSLSEventAuthenticationMessageVersionedPIDClass() SLSEventAuthenticationMessageVersionedPIDClass

GetSLSEventAuthenticationMessageVersionedPIDClass returns the class object for SLSEventAuthenticationMessageVersionedPID.

func (SLSEventAuthenticationMessageVersionedPIDClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSEventAuthenticationMessageVersionedPIDClass) Class ¶

Class returns the underlying Objective-C class pointer.

func (SLSEventAuthenticationMessageVersionedPIDClass) SupportsSecureCoding ¶

func (_SLSEventAuthenticationMessageVersionedPIDClass SLSEventAuthenticationMessageVersionedPIDClass) SupportsSecureCoding() bool

See: https://developer.apple.com/documentation/SkyLight/SLSEventAuthenticationMessageVersionedPID/supportsSecureCoding

type SLSEventRecord ¶

type SLSEventRecord struct {
}

SLSEventRecord

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/SkyLight/_SLSEventRecord

type SLSFullScreenPidReporter ¶

type SLSFullScreenPidReporter struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSFullScreenPidReporter

func NewSLSFullScreenPidReporter ¶

func NewSLSFullScreenPidReporter() SLSFullScreenPidReporter

NewSLSFullScreenPidReporter creates a new SLSFullScreenPidReporter instance.

func SLSFullScreenPidReporterFromID ¶

func SLSFullScreenPidReporterFromID(id objc.ID) SLSFullScreenPidReporter

SLSFullScreenPidReporterFromID constructs a SLSFullScreenPidReporter from an objc.ID.

func (SLSFullScreenPidReporter) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSFullScreenPidReporter) Init ¶

Init initializes the instance.

func (SLSFullScreenPidReporter) ReportFullScreenStatusWithFilterAndHandlerSync ¶

func (s SLSFullScreenPidReporter) ReportFullScreenStatusWithFilterAndHandlerSync(ctx context.Context, filter objectivec.IObject) error

ReportFullScreenStatusWithFilterAndHandlerSync is a synchronous wrapper around SLSFullScreenPidReporter.ReportFullScreenStatusWithFilterAndHandler. It blocks until the completion handler fires or the context is cancelled.

func (SLSFullScreenPidReporter) SetDisconnectHandlerSync ¶

func (s SLSFullScreenPidReporter) SetDisconnectHandlerSync(ctx context.Context) error

SetDisconnectHandlerSync is a synchronous wrapper around SLSFullScreenPidReporter.SetDisconnectHandler. It blocks until the completion handler fires or the context is cancelled.

type SLSFullScreenPidReporterClass ¶

type SLSFullScreenPidReporterClass struct {
	// contains filtered or unexported fields
}

func GetSLSFullScreenPidReporterClass ¶

func GetSLSFullScreenPidReporterClass() SLSFullScreenPidReporterClass

GetSLSFullScreenPidReporterClass returns the class object for SLSFullScreenPidReporter.

func (SLSFullScreenPidReporterClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSFullScreenPidReporterClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSGUIClient ¶

type SLSGUIClient struct {
	SLSDisplayControlClient
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSGUIClient

func NewSLSGUIClient ¶

func NewSLSGUIClient() SLSGUIClient

NewSLSGUIClient creates a new SLSGUIClient instance.

func SLSGUIClientFromID ¶

func SLSGUIClientFromID(id objc.ID) SLSGUIClient

SLSGUIClientFromID constructs a SLSGUIClient from an objc.ID.

func (SLSGUIClient) Autorelease ¶

func (s SLSGUIClient) Autorelease() SLSGUIClient

Autorelease adds the receiver to the current autorelease pool.

func (SLSGUIClient) Init ¶

func (s SLSGUIClient) Init() SLSGUIClient

Init initializes the instance.

func (SLSGUIClient) SetService ¶

func (s SLSGUIClient) SetService(value ISLSXPCService)

type SLSGUIClientClass ¶

type SLSGUIClientClass struct {
	// contains filtered or unexported fields
}

func GetSLSGUIClientClass ¶

func GetSLSGUIClientClass() SLSGUIClientClass

GetSLSGUIClientClass returns the class object for SLSGUIClient.

func (SLSGUIClientClass) Alloc ¶

func (sc SLSGUIClientClass) Alloc() SLSGUIClient

Alloc allocates memory for a new instance of the class.

func (SLSGUIClientClass) Class ¶

func (sc SLSGUIClientClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type SLSGUIClientProtocol ¶

type SLSGUIClientProtocol interface {
	objectivec.IObject

	// TerminateConnection protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/SLSGUIClientProtocol/terminateConnection:
	TerminateConnection(connection []objectivec.IObject)
}

SLSGUIClientProtocol protocol.

See: https://developer.apple.com/documentation/SkyLight/SLSGUIClientProtocol

type SLSGUIClientProtocolObject ¶

type SLSGUIClientProtocolObject struct {
	objectivec.Object
}

SLSGUIClientProtocolObject wraps an existing Objective-C object that conforms to the SLSGUIClientProtocol protocol.

func SLSGUIClientProtocolObjectFromID ¶

func SLSGUIClientProtocolObjectFromID(id objc.ID) SLSGUIClientProtocolObject

SLSGUIClientProtocolObjectFromID constructs a SLSGUIClientProtocolObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (SLSGUIClientProtocolObject) BaseObject ¶

type SLSIconAppearanceConfiguration ¶

type SLSIconAppearanceConfiguration struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSIconAppearanceConfiguration

func NewSLSIconAppearanceConfiguration ¶

func NewSLSIconAppearanceConfiguration() SLSIconAppearanceConfiguration

NewSLSIconAppearanceConfiguration creates a new SLSIconAppearanceConfiguration instance.

func SLSIconAppearanceConfigurationFromID ¶

func SLSIconAppearanceConfigurationFromID(id objc.ID) SLSIconAppearanceConfiguration

SLSIconAppearanceConfigurationFromID constructs a SLSIconAppearanceConfiguration from an objc.ID.

func (SLSIconAppearanceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSIconAppearanceConfiguration) CanInitWithIconAppearanceThemeIconTintColorNameOtherIconTintColorAppearanceTheme ¶ added in v0.6.0

func (s SLSIconAppearanceConfiguration) CanInitWithIconAppearanceThemeIconTintColorNameOtherIconTintColorAppearanceTheme() bool

CanInitWithIconAppearanceThemeIconTintColorNameOtherIconTintColorAppearanceTheme reports whether the receiver responds to the private selector _initWithIconAppearanceTheme:iconTintColorName:otherIconTintColor:appearanceTheme:.

func (SLSIconAppearanceConfiguration) Init ¶

Init initializes the instance.

func (SLSIconAppearanceConfiguration) InitWithIconAppearanceThemeIconTintColorNameOtherIconTintColorAppearanceTheme ¶

func (s SLSIconAppearanceConfiguration) InitWithIconAppearanceThemeIconTintColorNameOtherIconTintColorAppearanceTheme(theme uint32, name uint32, color coregraphics.CGColorRef, theme2 uint32) (objectivec.IObject, error)

InitWithIconAppearanceThemeIconTintColorNameOtherIconTintColorAppearanceTheme is an exported wrapper for the private method _initWithIconAppearanceThemeIconTintColorNameOtherIconTintColorAppearanceTheme.

func (SLSIconAppearanceConfiguration) SetAppearanceTheme ¶

func (s SLSIconAppearanceConfiguration) SetAppearanceTheme(value uint32)

func (SLSIconAppearanceConfiguration) SetIconAppearanceTheme ¶

func (s SLSIconAppearanceConfiguration) SetIconAppearanceTheme(value uint32)

func (SLSIconAppearanceConfiguration) SetIconTintColorName ¶

func (s SLSIconAppearanceConfiguration) SetIconTintColorName(value uint32)

func (SLSIconAppearanceConfiguration) SetOtherIconTintColor ¶

func (s SLSIconAppearanceConfiguration) SetOtherIconTintColor(value coregraphics.CGColorRef)

type SLSIconAppearanceConfigurationClass ¶

type SLSIconAppearanceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetSLSIconAppearanceConfigurationClass ¶

func GetSLSIconAppearanceConfigurationClass() SLSIconAppearanceConfigurationClass

GetSLSIconAppearanceConfigurationClass returns the class object for SLSIconAppearanceConfiguration.

func (SLSIconAppearanceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSIconAppearanceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSRemoteViewEventClient ¶

type SLSRemoteViewEventClient struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSRemoteViewEventClient

func NewSLSRemoteViewEventClient ¶

func NewSLSRemoteViewEventClient() SLSRemoteViewEventClient

NewSLSRemoteViewEventClient creates a new SLSRemoteViewEventClient instance.

func SLSRemoteViewEventClientFromID ¶

func SLSRemoteViewEventClientFromID(id objc.ID) SLSRemoteViewEventClient

SLSRemoteViewEventClientFromID constructs a SLSRemoteViewEventClient from an objc.ID.

func (SLSRemoteViewEventClient) ActivateWithHandlerInvalidationHandlerSync ¶

func (s SLSRemoteViewEventClient) ActivateWithHandlerInvalidationHandlerSync(ctx context.Context, handler VoidHandler) error

ActivateWithHandlerInvalidationHandlerSync is a synchronous wrapper around SLSRemoteViewEventClient.ActivateWithHandlerInvalidationHandler. It blocks until the completion handler fires or the context is cancelled.

func (SLSRemoteViewEventClient) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSRemoteViewEventClient) Init ¶

Init initializes the instance.

func (SLSRemoteViewEventClient) SendEventToHostFullDispatchReplySync ¶

func (s SLSRemoteViewEventClient) SendEventToHostFullDispatchReplySync(ctx context.Context, host objectivec.IObject, dispatch objectivec.IObject) error

SendEventToHostFullDispatchReplySync is a synchronous wrapper around SLSRemoteViewEventClient.SendEventToHostFullDispatchReply. It blocks until the completion handler fires or the context is cancelled.

func (SLSRemoteViewEventClient) ServicePassEventUpstreamToHostFullDispatchReplySync ¶

func (s SLSRemoteViewEventClient) ServicePassEventUpstreamToHostFullDispatchReplySync(ctx context.Context, host objectivec.IObject, dispatch bool) error

ServicePassEventUpstreamToHostFullDispatchReplySync is a synchronous wrapper around SLSRemoteViewEventClient.ServicePassEventUpstreamToHostFullDispatchReply. It blocks until the completion handler fires or the context is cancelled.

func (SLSRemoteViewEventClient) SetDelegate ¶

func (s SLSRemoteViewEventClient) SetDelegate(value objectivec.IObject)

type SLSRemoteViewEventClientClass ¶

type SLSRemoteViewEventClientClass struct {
	// contains filtered or unexported fields
}

func GetSLSRemoteViewEventClientClass ¶

func GetSLSRemoteViewEventClientClass() SLSRemoteViewEventClientClass

GetSLSRemoteViewEventClientClass returns the class object for SLSRemoteViewEventClient.

func (SLSRemoteViewEventClientClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSRemoteViewEventClientClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSRemoteViewEventClientConfig ¶

type SLSRemoteViewEventClientConfig interface {
	objectivec.IObject
}

SLSRemoteViewEventClientConfig protocol.

See: https://developer.apple.com/documentation/SkyLight/SLSRemoteViewEventClientConfig

type SLSRemoteViewEventClientConfigObject ¶

type SLSRemoteViewEventClientConfigObject struct {
	objectivec.Object
}

SLSRemoteViewEventClientConfigObject wraps an existing Objective-C object that conforms to the SLSRemoteViewEventClientConfig protocol.

func SLSRemoteViewEventClientConfigObjectFromID ¶

func SLSRemoteViewEventClientConfigObjectFromID(id objc.ID) SLSRemoteViewEventClientConfigObject

SLSRemoteViewEventClientConfigObjectFromID constructs a SLSRemoteViewEventClientConfigObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (SLSRemoteViewEventClientConfigObject) BaseObject ¶

type SLSRemoteViewEventClientDefaultConfig ¶

type SLSRemoteViewEventClientDefaultConfig struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/_SLSRemoteViewEventClientDefaultConfig

func NewSLSRemoteViewEventClientDefaultConfig ¶

func NewSLSRemoteViewEventClientDefaultConfig() SLSRemoteViewEventClientDefaultConfig

NewSLSRemoteViewEventClientDefaultConfig creates a new SLSRemoteViewEventClientDefaultConfig instance.

func SLSRemoteViewEventClientDefaultConfigFromID ¶

func SLSRemoteViewEventClientDefaultConfigFromID(id objc.ID) SLSRemoteViewEventClientDefaultConfig

SLSRemoteViewEventClientDefaultConfigFromID constructs a SLSRemoteViewEventClientDefaultConfig from an objc.ID.

func (SLSRemoteViewEventClientDefaultConfig) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSRemoteViewEventClientDefaultConfig) Init ¶

Init initializes the instance.

type SLSRemoteViewEventClientDefaultConfigClass ¶

type SLSRemoteViewEventClientDefaultConfigClass struct {
	// contains filtered or unexported fields
}

func GetSLSRemoteViewEventClientDefaultConfigClass ¶

func GetSLSRemoteViewEventClientDefaultConfigClass() SLSRemoteViewEventClientDefaultConfigClass

GetSLSRemoteViewEventClientDefaultConfigClass returns the class object for _SLSRemoteViewEventClientDefaultConfig.

func (SLSRemoteViewEventClientDefaultConfigClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSRemoteViewEventClientDefaultConfigClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSScreenTelemetryResultsSnapshotDataWrapper ¶

type SLSScreenTelemetryResultsSnapshotDataWrapper struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSScreenTelemetryResultsSnapshotDataWrapper

func NewSLSScreenTelemetryResultsSnapshotDataWrapper ¶

func NewSLSScreenTelemetryResultsSnapshotDataWrapper() SLSScreenTelemetryResultsSnapshotDataWrapper

NewSLSScreenTelemetryResultsSnapshotDataWrapper creates a new SLSScreenTelemetryResultsSnapshotDataWrapper instance.

func SLSScreenTelemetryResultsSnapshotDataWrapperFromID ¶

func SLSScreenTelemetryResultsSnapshotDataWrapperFromID(id objc.ID) SLSScreenTelemetryResultsSnapshotDataWrapper

SLSScreenTelemetryResultsSnapshotDataWrapperFromID constructs a SLSScreenTelemetryResultsSnapshotDataWrapper from an objc.ID.

func (SLSScreenTelemetryResultsSnapshotDataWrapper) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSScreenTelemetryResultsSnapshotDataWrapper) Init ¶

Init initializes the instance.

type SLSScreenTelemetryResultsSnapshotDataWrapperClass ¶

type SLSScreenTelemetryResultsSnapshotDataWrapperClass struct {
	// contains filtered or unexported fields
}

func GetSLSScreenTelemetryResultsSnapshotDataWrapperClass ¶

func GetSLSScreenTelemetryResultsSnapshotDataWrapperClass() SLSScreenTelemetryResultsSnapshotDataWrapperClass

GetSLSScreenTelemetryResultsSnapshotDataWrapperClass returns the class object for SLSScreenTelemetryResultsSnapshotDataWrapper.

func (SLSScreenTelemetryResultsSnapshotDataWrapperClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSScreenTelemetryResultsSnapshotDataWrapperClass) Class ¶

Class returns the underlying Objective-C class pointer.

func (SLSScreenTelemetryResultsSnapshotDataWrapperClass) WrapperWithObject ¶

func (_SLSScreenTelemetryResultsSnapshotDataWrapperClass SLSScreenTelemetryResultsSnapshotDataWrapperClass) WrapperWithObject(object objectivec.IObject) objectivec.IObject

See: https://developer.apple.com/documentation/SkyLight/SLSScreenTelemetryResultsSnapshotDataWrapper/wrapperWithObject:

func (SLSScreenTelemetryResultsSnapshotDataWrapperClass) WrapperWithXPCObject ¶

func (_SLSScreenTelemetryResultsSnapshotDataWrapperClass SLSScreenTelemetryResultsSnapshotDataWrapperClass) WrapperWithXPCObject(xPCObject objectivec.IObject) objectivec.IObject

See: https://developer.apple.com/documentation/SkyLight/SLSScreenTelemetryResultsSnapshotDataWrapper/wrapperWithXPCObject:

type SLSScreenTelemetryResultsSnapshotPanelDataWrapper ¶

type SLSScreenTelemetryResultsSnapshotPanelDataWrapper struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSScreenTelemetryResultsSnapshotPanelDataWrapper

func NewSLSScreenTelemetryResultsSnapshotPanelDataWrapper ¶

func NewSLSScreenTelemetryResultsSnapshotPanelDataWrapper() SLSScreenTelemetryResultsSnapshotPanelDataWrapper

NewSLSScreenTelemetryResultsSnapshotPanelDataWrapper creates a new SLSScreenTelemetryResultsSnapshotPanelDataWrapper instance.

func SLSScreenTelemetryResultsSnapshotPanelDataWrapperFromID ¶

func SLSScreenTelemetryResultsSnapshotPanelDataWrapperFromID(id objc.ID) SLSScreenTelemetryResultsSnapshotPanelDataWrapper

SLSScreenTelemetryResultsSnapshotPanelDataWrapperFromID constructs a SLSScreenTelemetryResultsSnapshotPanelDataWrapper from an objc.ID.

func (SLSScreenTelemetryResultsSnapshotPanelDataWrapper) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSScreenTelemetryResultsSnapshotPanelDataWrapper) Init ¶

Init initializes the instance.

type SLSScreenTelemetryResultsSnapshotPanelDataWrapperClass ¶

type SLSScreenTelemetryResultsSnapshotPanelDataWrapperClass struct {
	// contains filtered or unexported fields
}

func GetSLSScreenTelemetryResultsSnapshotPanelDataWrapperClass ¶

func GetSLSScreenTelemetryResultsSnapshotPanelDataWrapperClass() SLSScreenTelemetryResultsSnapshotPanelDataWrapperClass

GetSLSScreenTelemetryResultsSnapshotPanelDataWrapperClass returns the class object for SLSScreenTelemetryResultsSnapshotPanelDataWrapper.

func (SLSScreenTelemetryResultsSnapshotPanelDataWrapperClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSScreenTelemetryResultsSnapshotPanelDataWrapperClass) Class ¶

Class returns the underlying Objective-C class pointer.

func (SLSScreenTelemetryResultsSnapshotPanelDataWrapperClass) WrapperWithObject ¶

func (_SLSScreenTelemetryResultsSnapshotPanelDataWrapperClass SLSScreenTelemetryResultsSnapshotPanelDataWrapperClass) WrapperWithObject(object objectivec.IObject) objectivec.IObject

See: https://developer.apple.com/documentation/SkyLight/SLSScreenTelemetryResultsSnapshotPanelDataWrapper/wrapperWithObject:

type SLSScreenTelemetryResultsSnapshotZoneDataWrapper ¶

type SLSScreenTelemetryResultsSnapshotZoneDataWrapper struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSScreenTelemetryResultsSnapshotZoneDataWrapper

func NewSLSScreenTelemetryResultsSnapshotZoneDataWrapper ¶

func NewSLSScreenTelemetryResultsSnapshotZoneDataWrapper() SLSScreenTelemetryResultsSnapshotZoneDataWrapper

NewSLSScreenTelemetryResultsSnapshotZoneDataWrapper creates a new SLSScreenTelemetryResultsSnapshotZoneDataWrapper instance.

func SLSScreenTelemetryResultsSnapshotZoneDataWrapperFromID ¶

func SLSScreenTelemetryResultsSnapshotZoneDataWrapperFromID(id objc.ID) SLSScreenTelemetryResultsSnapshotZoneDataWrapper

SLSScreenTelemetryResultsSnapshotZoneDataWrapperFromID constructs a SLSScreenTelemetryResultsSnapshotZoneDataWrapper from an objc.ID.

func (SLSScreenTelemetryResultsSnapshotZoneDataWrapper) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSScreenTelemetryResultsSnapshotZoneDataWrapper) Init ¶

Init initializes the instance.

type SLSScreenTelemetryResultsSnapshotZoneDataWrapperClass ¶

type SLSScreenTelemetryResultsSnapshotZoneDataWrapperClass struct {
	// contains filtered or unexported fields
}

func GetSLSScreenTelemetryResultsSnapshotZoneDataWrapperClass ¶

func GetSLSScreenTelemetryResultsSnapshotZoneDataWrapperClass() SLSScreenTelemetryResultsSnapshotZoneDataWrapperClass

GetSLSScreenTelemetryResultsSnapshotZoneDataWrapperClass returns the class object for SLSScreenTelemetryResultsSnapshotZoneDataWrapper.

func (SLSScreenTelemetryResultsSnapshotZoneDataWrapperClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSScreenTelemetryResultsSnapshotZoneDataWrapperClass) Class ¶

Class returns the underlying Objective-C class pointer.

func (SLSScreenTelemetryResultsSnapshotZoneDataWrapperClass) WrapperWithObject ¶

func (_SLSScreenTelemetryResultsSnapshotZoneDataWrapperClass SLSScreenTelemetryResultsSnapshotZoneDataWrapperClass) WrapperWithObject(object objectivec.IObject) objectivec.IObject

See: https://developer.apple.com/documentation/SkyLight/SLSScreenTelemetryResultsSnapshotZoneDataWrapper/wrapperWithObject:

type SLSScreenTelemetryResultsSnapshotZoneRowDataWrapper ¶

type SLSScreenTelemetryResultsSnapshotZoneRowDataWrapper struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSScreenTelemetryResultsSnapshotZoneRowDataWrapper

func NewSLSScreenTelemetryResultsSnapshotZoneRowDataWrapper ¶

func NewSLSScreenTelemetryResultsSnapshotZoneRowDataWrapper() SLSScreenTelemetryResultsSnapshotZoneRowDataWrapper

NewSLSScreenTelemetryResultsSnapshotZoneRowDataWrapper creates a new SLSScreenTelemetryResultsSnapshotZoneRowDataWrapper instance.

func SLSScreenTelemetryResultsSnapshotZoneRowDataWrapperFromID ¶

func SLSScreenTelemetryResultsSnapshotZoneRowDataWrapperFromID(id objc.ID) SLSScreenTelemetryResultsSnapshotZoneRowDataWrapper

SLSScreenTelemetryResultsSnapshotZoneRowDataWrapperFromID constructs a SLSScreenTelemetryResultsSnapshotZoneRowDataWrapper from an objc.ID.

func (SLSScreenTelemetryResultsSnapshotZoneRowDataWrapper) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSScreenTelemetryResultsSnapshotZoneRowDataWrapper) Init ¶

Init initializes the instance.

type SLSScreenTelemetryResultsSnapshotZoneRowDataWrapperClass ¶

type SLSScreenTelemetryResultsSnapshotZoneRowDataWrapperClass struct {
	// contains filtered or unexported fields
}

func GetSLSScreenTelemetryResultsSnapshotZoneRowDataWrapperClass ¶

func GetSLSScreenTelemetryResultsSnapshotZoneRowDataWrapperClass() SLSScreenTelemetryResultsSnapshotZoneRowDataWrapperClass

GetSLSScreenTelemetryResultsSnapshotZoneRowDataWrapperClass returns the class object for SLSScreenTelemetryResultsSnapshotZoneRowDataWrapper.

func (SLSScreenTelemetryResultsSnapshotZoneRowDataWrapperClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSScreenTelemetryResultsSnapshotZoneRowDataWrapperClass) Class ¶

Class returns the underlying Objective-C class pointer.

func (SLSScreenTelemetryResultsSnapshotZoneRowDataWrapperClass) WrapperWithObject ¶

func (_SLSScreenTelemetryResultsSnapshotZoneRowDataWrapperClass SLSScreenTelemetryResultsSnapshotZoneRowDataWrapperClass) WrapperWithObject(object objectivec.IObject) objectivec.IObject

See: https://developer.apple.com/documentation/SkyLight/SLSScreenTelemetryResultsSnapshotZoneRowDataWrapper/wrapperWithObject:

type SLSScreenTelemetryUpdate ¶

type SLSScreenTelemetryUpdate struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSScreenTelemetryUpdate

func NewSLSScreenTelemetryUpdate ¶

func NewSLSScreenTelemetryUpdate() SLSScreenTelemetryUpdate

NewSLSScreenTelemetryUpdate creates a new SLSScreenTelemetryUpdate instance.

func SLSScreenTelemetryUpdateFromID ¶

func SLSScreenTelemetryUpdateFromID(id objc.ID) SLSScreenTelemetryUpdate

SLSScreenTelemetryUpdateFromID constructs a SLSScreenTelemetryUpdate from an objc.ID.

func (SLSScreenTelemetryUpdate) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSScreenTelemetryUpdate) Init ¶

Init initializes the instance.

type SLSScreenTelemetryUpdateClass ¶

type SLSScreenTelemetryUpdateClass struct {
	// contains filtered or unexported fields
}

func GetSLSScreenTelemetryUpdateClass ¶

func GetSLSScreenTelemetryUpdateClass() SLSScreenTelemetryUpdateClass

GetSLSScreenTelemetryUpdateClass returns the class object for SLSScreenTelemetryUpdate.

func (SLSScreenTelemetryUpdateClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSScreenTelemetryUpdateClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSScreenshot ¶

type SLSScreenshot struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSScreenshot

func NewSLSScreenshot ¶

func NewSLSScreenshot() SLSScreenshot

NewSLSScreenshot creates a new SLSScreenshot instance.

func SLSScreenshotFromID ¶

func SLSScreenshotFromID(id objc.ID) SLSScreenshot

SLSScreenshotFromID constructs a SLSScreenshot from an objc.ID.

func (SLSScreenshot) Autorelease ¶

func (s SLSScreenshot) Autorelease() SLSScreenshot

Autorelease adds the receiver to the current autorelease pool.

func (SLSScreenshot) Init ¶

func (s SLSScreenshot) Init() SLSScreenshot

Init initializes the instance.

func (SLSScreenshot) SetFilter ¶

func (s SLSScreenshot) SetFilter(value ISLContentFilter)

func (SLSScreenshot) SetHandlerSync ¶

func (s SLSScreenshot) SetHandlerSync(ctx context.Context) error

SetHandlerSync is a synchronous wrapper around SLSScreenshot.SetHandler. It blocks until the completion handler fires or the context is cancelled.

func (SLSScreenshot) SetProperties ¶

func (s SLSScreenshot) SetProperties(value foundation.INSDictionary)

func (SLSScreenshot) SetQueue ¶

func (s SLSScreenshot) SetQueue(value objectivec.Object)

type SLSScreenshotClass ¶

type SLSScreenshotClass struct {
	// contains filtered or unexported fields
}

func GetSLSScreenshotClass ¶

func GetSLSScreenshotClass() SLSScreenshotClass

GetSLSScreenshotClass returns the class object for SLSScreenshot.

func (SLSScreenshotClass) Alloc ¶

func (sc SLSScreenshotClass) Alloc() SLSScreenshot

Alloc allocates memory for a new instance of the class.

func (SLSScreenshotClass) Class ¶

func (sc SLSScreenshotClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

func (SLSScreenshotClass) CreateScreenshotPropertiesQueueHandlerError ¶

func (_SLSScreenshotClass SLSScreenshotClass) CreateScreenshotPropertiesQueueHandlerError(screenshot objectivec.IObject, properties objectivec.IObject, queue objectivec.IObject, handler func()) (bool, error)

See: https://developer.apple.com/documentation/SkyLight/SLSScreenshot/createScreenshot:properties:queue:handler:error:

type SLSScreenshotResult ¶

type SLSScreenshotResult struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSScreenshotResult

func NewSLSScreenshotResult ¶

func NewSLSScreenshotResult() SLSScreenshotResult

NewSLSScreenshotResult creates a new SLSScreenshotResult instance.

func SLSScreenshotResultFromID ¶

func SLSScreenshotResultFromID(id objc.ID) SLSScreenshotResult

SLSScreenshotResultFromID constructs a SLSScreenshotResult from an objc.ID.

func (SLSScreenshotResult) Autorelease ¶

func (s SLSScreenshotResult) Autorelease() SLSScreenshotResult

Autorelease adds the receiver to the current autorelease pool.

func (SLSScreenshotResult) Init ¶

Init initializes the instance.

type SLSScreenshotResultClass ¶

type SLSScreenshotResultClass struct {
	// contains filtered or unexported fields
}

func GetSLSScreenshotResultClass ¶

func GetSLSScreenshotResultClass() SLSScreenshotResultClass

GetSLSScreenshotResultClass returns the class object for SLSScreenshotResult.

func (SLSScreenshotResultClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSScreenshotResultClass) Class ¶

func (sc SLSScreenshotResultClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type SLSSigningKey ¶

type SLSSigningKey struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSSigningKey

func NewSLSSigningKey ¶

func NewSLSSigningKey() SLSSigningKey

NewSLSSigningKey creates a new SLSSigningKey instance.

func SLSSigningKeyFromID ¶

func SLSSigningKeyFromID(id objc.ID) SLSSigningKey

SLSSigningKeyFromID constructs a SLSSigningKey from an objc.ID.

func (SLSSigningKey) Autorelease ¶

func (s SLSSigningKey) Autorelease() SLSSigningKey

Autorelease adds the receiver to the current autorelease pool.

func (SLSSigningKey) Init ¶

func (s SLSSigningKey) Init() SLSSigningKey

Init initializes the instance.

type SLSSigningKeyClass ¶

type SLSSigningKeyClass struct {
	// contains filtered or unexported fields
}

func GetSLSSigningKeyClass ¶

func GetSLSSigningKeyClass() SLSSigningKeyClass

GetSLSSigningKeyClass returns the class object for SLSSigningKey.

func (SLSSigningKeyClass) Alloc ¶

func (sc SLSSigningKeyClass) Alloc() SLSSigningKey

Alloc allocates memory for a new instance of the class.

func (SLSSigningKeyClass) Class ¶

func (sc SLSSigningKeyClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type SLSSkyLightEventAuthenticationMessage ¶

type SLSSkyLightEventAuthenticationMessage struct {
	SLSEventAuthenticationMessage
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSSkyLightEventAuthenticationMessage

func NewSLSSkyLightEventAuthenticationMessage ¶

func NewSLSSkyLightEventAuthenticationMessage() SLSSkyLightEventAuthenticationMessage

NewSLSSkyLightEventAuthenticationMessage creates a new SLSSkyLightEventAuthenticationMessage instance.

func SLSSkyLightEventAuthenticationMessageFromID ¶

func SLSSkyLightEventAuthenticationMessageFromID(id objc.ID) SLSSkyLightEventAuthenticationMessage

SLSSkyLightEventAuthenticationMessageFromID constructs a SLSSkyLightEventAuthenticationMessage from an objc.ID.

func (SLSSkyLightEventAuthenticationMessage) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSSkyLightEventAuthenticationMessage) Init ¶

Init initializes the instance.

type SLSSkyLightEventAuthenticationMessageClass ¶

type SLSSkyLightEventAuthenticationMessageClass struct {
	// contains filtered or unexported fields
}

func GetSLSSkyLightEventAuthenticationMessageClass ¶

func GetSLSSkyLightEventAuthenticationMessageClass() SLSSkyLightEventAuthenticationMessageClass

GetSLSSkyLightEventAuthenticationMessageClass returns the class object for SLSSkyLightEventAuthenticationMessage.

func (SLSSkyLightEventAuthenticationMessageClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSSkyLightEventAuthenticationMessageClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSSkyLightGestureEventAuthenticationMessage ¶

type SLSSkyLightGestureEventAuthenticationMessage struct {
	SLSSkyLightEventAuthenticationMessage
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSSkyLightGestureEventAuthenticationMessage

func NewSLSSkyLightGestureEventAuthenticationMessage ¶

func NewSLSSkyLightGestureEventAuthenticationMessage() SLSSkyLightGestureEventAuthenticationMessage

NewSLSSkyLightGestureEventAuthenticationMessage creates a new SLSSkyLightGestureEventAuthenticationMessage instance.

func SLSSkyLightGestureEventAuthenticationMessageFromID ¶

func SLSSkyLightGestureEventAuthenticationMessageFromID(id objc.ID) SLSSkyLightGestureEventAuthenticationMessage

SLSSkyLightGestureEventAuthenticationMessageFromID constructs a SLSSkyLightGestureEventAuthenticationMessage from an objc.ID.

func (SLSSkyLightGestureEventAuthenticationMessage) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSSkyLightGestureEventAuthenticationMessage) Init ¶

Init initializes the instance.

type SLSSkyLightGestureEventAuthenticationMessageClass ¶

type SLSSkyLightGestureEventAuthenticationMessageClass struct {
	// contains filtered or unexported fields
}

func GetSLSSkyLightGestureEventAuthenticationMessageClass ¶

func GetSLSSkyLightGestureEventAuthenticationMessageClass() SLSSkyLightGestureEventAuthenticationMessageClass

GetSLSSkyLightGestureEventAuthenticationMessageClass returns the class object for SLSSkyLightGestureEventAuthenticationMessage.

func (SLSSkyLightGestureEventAuthenticationMessageClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSSkyLightGestureEventAuthenticationMessageClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSSkyLightKeyEventAuthenticationMessage ¶

type SLSSkyLightKeyEventAuthenticationMessage struct {
	SLSSkyLightEventAuthenticationMessage
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSSkyLightKeyEventAuthenticationMessage

func NewSLSSkyLightKeyEventAuthenticationMessage ¶

func NewSLSSkyLightKeyEventAuthenticationMessage() SLSSkyLightKeyEventAuthenticationMessage

NewSLSSkyLightKeyEventAuthenticationMessage creates a new SLSSkyLightKeyEventAuthenticationMessage instance.

func SLSSkyLightKeyEventAuthenticationMessageFromID ¶

func SLSSkyLightKeyEventAuthenticationMessageFromID(id objc.ID) SLSSkyLightKeyEventAuthenticationMessage

SLSSkyLightKeyEventAuthenticationMessageFromID constructs a SLSSkyLightKeyEventAuthenticationMessage from an objc.ID.

func (SLSSkyLightKeyEventAuthenticationMessage) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSSkyLightKeyEventAuthenticationMessage) Init ¶

Init initializes the instance.

type SLSSkyLightKeyEventAuthenticationMessageClass ¶

type SLSSkyLightKeyEventAuthenticationMessageClass struct {
	// contains filtered or unexported fields
}

func GetSLSSkyLightKeyEventAuthenticationMessageClass ¶

func GetSLSSkyLightKeyEventAuthenticationMessageClass() SLSSkyLightKeyEventAuthenticationMessageClass

GetSLSSkyLightKeyEventAuthenticationMessageClass returns the class object for SLSSkyLightKeyEventAuthenticationMessage.

func (SLSSkyLightKeyEventAuthenticationMessageClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSSkyLightKeyEventAuthenticationMessageClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSSkyLightMouseEventAuthenticationMessage ¶

type SLSSkyLightMouseEventAuthenticationMessage struct {
	SLSSkyLightEventAuthenticationMessage
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSSkyLightMouseEventAuthenticationMessage

func NewSLSSkyLightMouseEventAuthenticationMessage ¶

func NewSLSSkyLightMouseEventAuthenticationMessage() SLSSkyLightMouseEventAuthenticationMessage

NewSLSSkyLightMouseEventAuthenticationMessage creates a new SLSSkyLightMouseEventAuthenticationMessage instance.

func SLSSkyLightMouseEventAuthenticationMessageFromID ¶

func SLSSkyLightMouseEventAuthenticationMessageFromID(id objc.ID) SLSSkyLightMouseEventAuthenticationMessage

SLSSkyLightMouseEventAuthenticationMessageFromID constructs a SLSSkyLightMouseEventAuthenticationMessage from an objc.ID.

func (SLSSkyLightMouseEventAuthenticationMessage) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSSkyLightMouseEventAuthenticationMessage) Init ¶

Init initializes the instance.

type SLSSkyLightMouseEventAuthenticationMessageClass ¶

type SLSSkyLightMouseEventAuthenticationMessageClass struct {
	// contains filtered or unexported fields
}

func GetSLSSkyLightMouseEventAuthenticationMessageClass ¶

func GetSLSSkyLightMouseEventAuthenticationMessageClass() SLSSkyLightMouseEventAuthenticationMessageClass

GetSLSSkyLightMouseEventAuthenticationMessageClass returns the class object for SLSSkyLightMouseEventAuthenticationMessage.

func (SLSSkyLightMouseEventAuthenticationMessageClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSSkyLightMouseEventAuthenticationMessageClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSSpaceWindowManager ¶

type SLSSpaceWindowManager struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSSpaceWindowManager

func NewSLSSpaceWindowManager ¶

func NewSLSSpaceWindowManager() SLSSpaceWindowManager

NewSLSSpaceWindowManager creates a new SLSSpaceWindowManager instance.

func SLSSpaceWindowManagerFromID ¶

func SLSSpaceWindowManagerFromID(id objc.ID) SLSSpaceWindowManager

SLSSpaceWindowManagerFromID constructs a SLSSpaceWindowManager from an objc.ID.

func (SLSSpaceWindowManager) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSSpaceWindowManager) BeginBatch ¶

func (s SLSSpaceWindowManager) BeginBatch() error

BeginBatch is an exported wrapper for the private method _beginBatch.

func (SLSSpaceWindowManager) CanBeginBatch ¶ added in v0.6.0

func (s SLSSpaceWindowManager) CanBeginBatch() bool

CanBeginBatch reports whether the receiver responds to the private selector _beginBatch.

func (SLSSpaceWindowManager) CanCheckDisplayState ¶ added in v0.6.0

func (s SLSSpaceWindowManager) CanCheckDisplayState() bool

CanCheckDisplayState reports whether the receiver responds to the private selector _checkDisplayState:.

func (SLSSpaceWindowManager) CanCheckSpaceMovedToDisplayDisplayUUID ¶ added in v0.6.0

func (s SLSSpaceWindowManager) CanCheckSpaceMovedToDisplayDisplayUUID() bool

CanCheckSpaceMovedToDisplayDisplayUUID reports whether the receiver responds to the private selector _checkSpaceMovedToDisplay:displayUUID:.

func (SLSSpaceWindowManager) CanEndBatch ¶ added in v0.6.0

func (s SLSSpaceWindowManager) CanEndBatch() bool

CanEndBatch reports whether the receiver responds to the private selector _endBatch.

func (SLSSpaceWindowManager) CanFullRebuildSpaceChange ¶ added in v0.6.0

func (s SLSSpaceWindowManager) CanFullRebuildSpaceChange() bool

CanFullRebuildSpaceChange reports whether the receiver responds to the private selector _fullRebuildSpaceChange:.

func (SLSSpaceWindowManager) CanFullRebuildSpacesChanged ¶ added in v0.6.0

func (s SLSSpaceWindowManager) CanFullRebuildSpacesChanged() bool

CanFullRebuildSpacesChanged reports whether the receiver responds to the private selector _fullRebuildSpacesChanged.

func (SLSSpaceWindowManager) CanGetDisplayUUIDForSpace ¶ added in v0.6.0

func (s SLSSpaceWindowManager) CanGetDisplayUUIDForSpace() bool

CanGetDisplayUUIDForSpace reports whether the receiver responds to the private selector _getDisplayUUIDForSpace:.

func (SLSSpaceWindowManager) CanPerformBatchingCallouts ¶ added in v0.6.0

func (s SLSSpaceWindowManager) CanPerformBatchingCallouts() bool

CanPerformBatchingCallouts reports whether the receiver responds to the private selector _performBatchingCallouts:.

func (SLSSpaceWindowManager) CanPostActiveDisplayChange ¶ added in v0.6.0

func (s SLSSpaceWindowManager) CanPostActiveDisplayChange() bool

CanPostActiveDisplayChange reports whether the receiver responds to the private selector _postActiveDisplayChange.

func (SLSSpaceWindowManager) CanRemoveSpace ¶ added in v0.6.0

func (s SLSSpaceWindowManager) CanRemoveSpace() bool

CanRemoveSpace reports whether the receiver responds to the private selector _removeSpace:.

func (SLSSpaceWindowManager) CanSpaceAddWindow ¶ added in v0.6.0

func (s SLSSpaceWindowManager) CanSpaceAddWindow() bool

CanSpaceAddWindow reports whether the receiver responds to the private selector _space:addWindow:.

func (SLSSpaceWindowManager) CanSpaceChangedDisplay ¶ added in v0.6.0

func (s SLSSpaceWindowManager) CanSpaceChangedDisplay() bool

CanSpaceChangedDisplay reports whether the receiver responds to the private selector _spaceChangedDisplay:.

func (SLSSpaceWindowManager) CanSpaceRemoveWindow ¶ added in v0.6.0

func (s SLSSpaceWindowManager) CanSpaceRemoveWindow() bool

CanSpaceRemoveWindow reports whether the receiver responds to the private selector _space:removeWindow:.

func (SLSSpaceWindowManager) CanSpaceWithIDCreateIfNeeded ¶ added in v0.6.0

func (s SLSSpaceWindowManager) CanSpaceWithIDCreateIfNeeded() bool

CanSpaceWithIDCreateIfNeeded reports whether the receiver responds to the private selector _spaceWithID:createIfNeeded:.

func (SLSSpaceWindowManager) CanUpdateSpaceWithData ¶ added in v0.6.0

func (s SLSSpaceWindowManager) CanUpdateSpaceWithData() bool

CanUpdateSpaceWithData reports whether the receiver responds to the private selector _updateSpaceWithData:.

func (SLSSpaceWindowManager) CheckDisplayState ¶

func (s SLSSpaceWindowManager) CheckDisplayState(state objectivec.IObject) error

CheckDisplayState is an exported wrapper for the private method _checkDisplayState.

func (SLSSpaceWindowManager) CheckSpaceMovedToDisplayDisplayUUID ¶

func (s SLSSpaceWindowManager) CheckSpaceMovedToDisplayDisplayUUID(display objectivec.IObject, uuid objectivec.IObject) error

CheckSpaceMovedToDisplayDisplayUUID is an exported wrapper for the private method _checkSpaceMovedToDisplayDisplayUUID.

func (SLSSpaceWindowManager) EndBatch ¶

func (s SLSSpaceWindowManager) EndBatch() error

EndBatch is an exported wrapper for the private method _endBatch.

func (SLSSpaceWindowManager) FullRebuildSpaceChange ¶

func (s SLSSpaceWindowManager) FullRebuildSpaceChange(change uint64) error

FullRebuildSpaceChange is an exported wrapper for the private method _fullRebuildSpaceChange.

func (SLSSpaceWindowManager) FullRebuildSpacesChanged ¶

func (s SLSSpaceWindowManager) FullRebuildSpacesChanged() error

FullRebuildSpacesChanged is an exported wrapper for the private method _fullRebuildSpacesChanged.

func (SLSSpaceWindowManager) GetDisplayUUIDForSpace ¶

func (s SLSSpaceWindowManager) GetDisplayUUIDForSpace(space uint64) (objectivec.IObject, error)

GetDisplayUUIDForSpace is an exported wrapper for the private method _getDisplayUUIDForSpace.

func (SLSSpaceWindowManager) Init ¶

Init initializes the instance.

func (SLSSpaceWindowManager) PerformBatchingCallouts ¶

func (s SLSSpaceWindowManager) PerformBatchingCallouts(callouts VoidHandler) error

PerformBatchingCallouts is an exported wrapper for the private method _performBatchingCallouts.

func (SLSSpaceWindowManager) PostActiveDisplayChange ¶

func (s SLSSpaceWindowManager) PostActiveDisplayChange() error

PostActiveDisplayChange is an exported wrapper for the private method _postActiveDisplayChange.

func (SLSSpaceWindowManager) RemoveSpace ¶

func (s SLSSpaceWindowManager) RemoveSpace(space uint64) error

RemoveSpace is an exported wrapper for the private method _removeSpace.

func (SLSSpaceWindowManager) SetBeganBatch ¶

func (s SLSSpaceWindowManager) SetBeganBatch(value bool)

func (SLSSpaceWindowManager) SetCapabilities ¶

func (s SLSSpaceWindowManager) SetCapabilities(value uint64)

func (SLSSpaceWindowManager) SetConnectionID ¶

func (s SLSSpaceWindowManager) SetConnectionID(value uint32)

func (SLSSpaceWindowManager) SetDelegate ¶

func (s SLSSpaceWindowManager) SetDelegate(value objectivec.IObject)

func (SLSSpaceWindowManager) SetDisplayCurrentSpaces ¶

func (s SLSSpaceWindowManager) SetDisplayCurrentSpaces(value foundation.INSDictionary)

func (SLSSpaceWindowManager) SetDisplaySpaceList ¶

func (s SLSSpaceWindowManager) SetDisplaySpaceList(value foundation.INSDictionary)

func (SLSSpaceWindowManager) SetDisplaysHaveSeparateSpaces ¶

func (s SLSSpaceWindowManager) SetDisplaysHaveSeparateSpaces(value bool)

func (SLSSpaceWindowManager) SetNestedCalloutCount ¶

func (s SLSSpaceWindowManager) SetNestedCalloutCount(value int64)

func (SLSSpaceWindowManager) SetSpaces ¶

func (s SLSSpaceWindowManager) SetSpaces(value foundation.INSDictionary)

func (SLSSpaceWindowManager) SetValid ¶

func (s SLSSpaceWindowManager) SetValid(value bool)

func (SLSSpaceWindowManager) SpaceAddWindow ¶

func (s SLSSpaceWindowManager) SpaceAddWindow(_space uint64, window uint32) error

SpaceAddWindow is an exported wrapper for the private method _spaceAddWindow.

func (SLSSpaceWindowManager) SpaceChangedDisplay ¶

func (s SLSSpaceWindowManager) SpaceChangedDisplay(display uint64) error

SpaceChangedDisplay is an exported wrapper for the private method _spaceChangedDisplay.

func (SLSSpaceWindowManager) SpaceRemoveWindow ¶

func (s SLSSpaceWindowManager) SpaceRemoveWindow(_space uint64, window uint32) error

SpaceRemoveWindow is an exported wrapper for the private method _spaceRemoveWindow.

func (SLSSpaceWindowManager) SpaceWithIDCreateIfNeeded ¶

func (s SLSSpaceWindowManager) SpaceWithIDCreateIfNeeded(id uint64, needed bool) (objectivec.IObject, error)

SpaceWithIDCreateIfNeeded is an exported wrapper for the private method _spaceWithIDCreateIfNeeded.

func (SLSSpaceWindowManager) UpdateSpaceWithData ¶

func (s SLSSpaceWindowManager) UpdateSpaceWithData(data objectivec.IObject) error

UpdateSpaceWithData is an exported wrapper for the private method _updateSpaceWithData.

type SLSSpaceWindowManagerClass ¶

type SLSSpaceWindowManagerClass struct {
	// contains filtered or unexported fields
}

func GetSLSSpaceWindowManagerClass ¶

func GetSLSSpaceWindowManagerClass() SLSSpaceWindowManagerClass

GetSLSSpaceWindowManagerClass returns the class object for SLSSpaceWindowManager.

func (SLSSpaceWindowManagerClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSSpaceWindowManagerClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSSynchronousBridgedWindowManagementOperation ¶

type SLSSynchronousBridgedWindowManagementOperation struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSSynchronousBridgedWindowManagementOperation

func NewSLSSynchronousBridgedWindowManagementOperation ¶

func NewSLSSynchronousBridgedWindowManagementOperation() SLSSynchronousBridgedWindowManagementOperation

NewSLSSynchronousBridgedWindowManagementOperation creates a new SLSSynchronousBridgedWindowManagementOperation instance.

func SLSSynchronousBridgedWindowManagementOperationFromID ¶

func SLSSynchronousBridgedWindowManagementOperationFromID(id objc.ID) SLSSynchronousBridgedWindowManagementOperation

SLSSynchronousBridgedWindowManagementOperationFromID constructs a SLSSynchronousBridgedWindowManagementOperation from an objc.ID.

func (SLSSynchronousBridgedWindowManagementOperation) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSSynchronousBridgedWindowManagementOperation) Init ¶

Init initializes the instance.

type SLSSynchronousBridgedWindowManagementOperationClass ¶

type SLSSynchronousBridgedWindowManagementOperationClass struct {
	// contains filtered or unexported fields
}

func GetSLSSynchronousBridgedWindowManagementOperationClass ¶

func GetSLSSynchronousBridgedWindowManagementOperationClass() SLSSynchronousBridgedWindowManagementOperationClass

GetSLSSynchronousBridgedWindowManagementOperationClass returns the class object for SLSSynchronousBridgedWindowManagementOperation.

func (SLSSynchronousBridgedWindowManagementOperationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSSynchronousBridgedWindowManagementOperationClass) Class ¶

Class returns the underlying Objective-C class pointer.

func (SLSSynchronousBridgedWindowManagementOperationClass) SupportsSecureCoding ¶

func (_SLSSynchronousBridgedWindowManagementOperationClass SLSSynchronousBridgedWindowManagementOperationClass) SupportsSecureCoding() bool

See: https://developer.apple.com/documentation/SkyLight/SLSSynchronousBridgedWindowManagementOperation/supportsSecureCoding

type SLSTransaction ¶

type SLSTransaction struct {
}

SLSTransaction

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/SkyLight/_SLSTransaction

type SLSTransactionPerMenuBarData ¶

type SLSTransactionPerMenuBarData struct {
	objectivec.Object
}

See: https://developer.apple.com/documentation/SkyLight/SLSTransactionPerMenuBarData

func NewSLSTransactionPerMenuBarData ¶

func NewSLSTransactionPerMenuBarData() SLSTransactionPerMenuBarData

NewSLSTransactionPerMenuBarData creates a new SLSTransactionPerMenuBarData instance.

func SLSTransactionPerMenuBarDataFromID ¶

func SLSTransactionPerMenuBarDataFromID(id objc.ID) SLSTransactionPerMenuBarData

SLSTransactionPerMenuBarDataFromID constructs a SLSTransactionPerMenuBarData from an objc.ID.

func (SLSTransactionPerMenuBarData) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSTransactionPerMenuBarData) Init ¶

Init initializes the instance.

type SLSTransactionPerMenuBarDataClass ¶

type SLSTransactionPerMenuBarDataClass struct {
	// contains filtered or unexported fields
}

func GetSLSTransactionPerMenuBarDataClass ¶

func GetSLSTransactionPerMenuBarDataClass() SLSTransactionPerMenuBarDataClass

GetSLSTransactionPerMenuBarDataClass returns the class object for SLSTransactionPerMenuBarData.

func (SLSTransactionPerMenuBarDataClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSTransactionPerMenuBarDataClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSWMBridgedWindow ¶

type SLSWMBridgedWindow struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSWMBridgedWindow

func NewSLSWMBridgedWindow ¶

func NewSLSWMBridgedWindow() SLSWMBridgedWindow

NewSLSWMBridgedWindow creates a new SLSWMBridgedWindow instance.

func SLSWMBridgedWindowFromID ¶

func SLSWMBridgedWindowFromID(id objc.ID) SLSWMBridgedWindow

SLSWMBridgedWindowFromID constructs a SLSWMBridgedWindow from an objc.ID.

func (SLSWMBridgedWindow) Autorelease ¶

func (s SLSWMBridgedWindow) Autorelease() SLSWMBridgedWindow

Autorelease adds the receiver to the current autorelease pool.

func (SLSWMBridgedWindow) CanRebuildChildWindowInfos ¶ added in v0.6.0

func (s SLSWMBridgedWindow) CanRebuildChildWindowInfos() bool

CanRebuildChildWindowInfos reports whether the receiver responds to the private selector _rebuildChildWindowInfos.

func (SLSWMBridgedWindow) Init ¶

Init initializes the instance.

func (SLSWMBridgedWindow) RebuildChildWindowInfos ¶

func (s SLSWMBridgedWindow) RebuildChildWindowInfos() error

RebuildChildWindowInfos is an exported wrapper for the private method _rebuildChildWindowInfos.

type SLSWMBridgedWindowChildInfo ¶

type SLSWMBridgedWindowChildInfo struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSWMBridgedWindowChildInfo

func NewSLSWMBridgedWindowChildInfo ¶

func NewSLSWMBridgedWindowChildInfo() SLSWMBridgedWindowChildInfo

NewSLSWMBridgedWindowChildInfo creates a new SLSWMBridgedWindowChildInfo instance.

func SLSWMBridgedWindowChildInfoFromID ¶

func SLSWMBridgedWindowChildInfoFromID(id objc.ID) SLSWMBridgedWindowChildInfo

SLSWMBridgedWindowChildInfoFromID constructs a SLSWMBridgedWindowChildInfo from an objc.ID.

func (SLSWMBridgedWindowChildInfo) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSWMBridgedWindowChildInfo) Init ¶

Init initializes the instance.

func (SLSWMBridgedWindowChildInfo) SetOp ¶

func (s SLSWMBridgedWindowChildInfo) SetOp(value int)

func (SLSWMBridgedWindowChildInfo) SetWindow ¶

type SLSWMBridgedWindowChildInfoClass ¶

type SLSWMBridgedWindowChildInfoClass struct {
	// contains filtered or unexported fields
}

func GetSLSWMBridgedWindowChildInfoClass ¶

func GetSLSWMBridgedWindowChildInfoClass() SLSWMBridgedWindowChildInfoClass

GetSLSWMBridgedWindowChildInfoClass returns the class object for SLSWMBridgedWindowChildInfo.

func (SLSWMBridgedWindowChildInfoClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSWMBridgedWindowChildInfoClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSWMBridgedWindowClass ¶

type SLSWMBridgedWindowClass struct {
	// contains filtered or unexported fields
}

func GetSLSWMBridgedWindowClass ¶

func GetSLSWMBridgedWindowClass() SLSWMBridgedWindowClass

GetSLSWMBridgedWindowClass returns the class object for SLSWMBridgedWindow.

func (SLSWMBridgedWindowClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSWMBridgedWindowClass) Class ¶

func (sc SLSWMBridgedWindowClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type SLSWindowManagementBridgeDelegate ¶

type SLSWindowManagementBridgeDelegate interface {
	objectivec.IObject

	// PerformWindowManagementBridgeTransactionUsingBlock protocol.
	//
	// See: https://developer.apple.com/documentation/SkyLight/SLSWindowManagementBridgeDelegate/performWindowManagementBridgeTransactionUsingBlock:
	PerformWindowManagementBridgeTransactionUsingBlock(block VoidHandler)
}

SLSWindowManagementBridgeDelegate protocol.

See: https://developer.apple.com/documentation/SkyLight/SLSWindowManagementBridgeDelegate

type SLSWindowManagementBridgeDelegateObject ¶

type SLSWindowManagementBridgeDelegateObject struct {
	objectivec.Object
}

SLSWindowManagementBridgeDelegateObject wraps an existing Objective-C object that conforms to the SLSWindowManagementBridgeDelegate protocol.

func SLSWindowManagementBridgeDelegateObjectFromID ¶

func SLSWindowManagementBridgeDelegateObjectFromID(id objc.ID) SLSWindowManagementBridgeDelegateObject

SLSWindowManagementBridgeDelegateObjectFromID constructs a SLSWindowManagementBridgeDelegateObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (SLSWindowManagementBridgeDelegateObject) BaseObject ¶

type SLSWindowManagementFallbackBridge ¶

type SLSWindowManagementFallbackBridge struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSWindowManagementFallbackBridge

func NewSLSWindowManagementFallbackBridge ¶

func NewSLSWindowManagementFallbackBridge() SLSWindowManagementFallbackBridge

NewSLSWindowManagementFallbackBridge creates a new SLSWindowManagementFallbackBridge instance.

func SLSWindowManagementFallbackBridgeFromID ¶

func SLSWindowManagementFallbackBridgeFromID(id objc.ID) SLSWindowManagementFallbackBridge

SLSWindowManagementFallbackBridgeFromID constructs a SLSWindowManagementFallbackBridge from an objc.ID.

func (SLSWindowManagementFallbackBridge) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSWindowManagementFallbackBridge) Init ¶

Init initializes the instance.

func (SLSWindowManagementFallbackBridge) PerformWindowManagementBridgeTransactionUsingBlockSync ¶

func (s SLSWindowManagementFallbackBridge) PerformWindowManagementBridgeTransactionUsingBlockSync(ctx context.Context) error

PerformWindowManagementBridgeTransactionUsingBlockSync is a synchronous wrapper around SLSWindowManagementFallbackBridge.PerformWindowManagementBridgeTransactionUsingBlock. It blocks until the completion handler fires or the context is cancelled.

type SLSWindowManagementFallbackBridgeClass ¶

type SLSWindowManagementFallbackBridgeClass struct {
	// contains filtered or unexported fields
}

func GetSLSWindowManagementFallbackBridgeClass ¶

func GetSLSWindowManagementFallbackBridgeClass() SLSWindowManagementFallbackBridgeClass

GetSLSWindowManagementFallbackBridgeClass returns the class object for SLSWindowManagementFallbackBridge.

func (SLSWindowManagementFallbackBridgeClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSWindowManagementFallbackBridgeClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSWindowManagerDragContext ¶

type SLSWindowManagerDragContext struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSWindowManagerDragContext

func NewSLSWindowManagerDragContext ¶

func NewSLSWindowManagerDragContext() SLSWindowManagerDragContext

NewSLSWindowManagerDragContext creates a new SLSWindowManagerDragContext instance.

func SLSWindowManagerDragContextFromID ¶

func SLSWindowManagerDragContextFromID(id objc.ID) SLSWindowManagerDragContext

SLSWindowManagerDragContextFromID constructs a SLSWindowManagerDragContext from an objc.ID.

func (SLSWindowManagerDragContext) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSWindowManagerDragContext) Init ¶

Init initializes the instance.

func (SLSWindowManagerDragContext) SetAccessibilityState ¶

func (s SLSWindowManagerDragContext) SetAccessibilityState(value uint64)

func (SLSWindowManagerDragContext) SetDragOffset ¶

func (s SLSWindowManagerDragContext) SetDragOffset(value corefoundation.CGPoint)

func (SLSWindowManagerDragContext) SetMouseLocation ¶

func (s SLSWindowManagerDragContext) SetMouseLocation(value corefoundation.CGPoint)

func (SLSWindowManagerDragContext) SetProposedWindowOrigin ¶

func (s SLSWindowManagerDragContext) SetProposedWindowOrigin(value corefoundation.CGPoint)

func (SLSWindowManagerDragContext) SetTimestamp ¶

func (s SLSWindowManagerDragContext) SetTimestamp(value uint64)

func (SLSWindowManagerDragContext) SetWindowID ¶

func (s SLSWindowManagerDragContext) SetWindowID(value uint32)

type SLSWindowManagerDragContextClass ¶

type SLSWindowManagerDragContextClass struct {
	// contains filtered or unexported fields
}

func GetSLSWindowManagerDragContextClass ¶

func GetSLSWindowManagerDragContextClass() SLSWindowManagerDragContextClass

GetSLSWindowManagerDragContextClass returns the class object for SLSWindowManagerDragContext.

func (SLSWindowManagerDragContextClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSWindowManagerDragContextClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSWindowManagerSpace ¶

type SLSWindowManagerSpace struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSWindowManagerSpace

func NewSLSWindowManagerSpace ¶

func NewSLSWindowManagerSpace() SLSWindowManagerSpace

NewSLSWindowManagerSpace creates a new SLSWindowManagerSpace instance.

func SLSWindowManagerSpaceFromID ¶

func SLSWindowManagerSpaceFromID(id objc.ID) SLSWindowManagerSpace

SLSWindowManagerSpaceFromID constructs a SLSWindowManagerSpace from an objc.ID.

func (SLSWindowManagerSpace) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSWindowManagerSpace) CanEffectiveDisplayID ¶ added in v0.6.0

func (s SLSWindowManagerSpace) CanEffectiveDisplayID() bool

CanEffectiveDisplayID reports whether the receiver responds to the private selector _effectiveDisplayID.

func (SLSWindowManagerSpace) EffectiveDisplayID ¶

func (s SLSWindowManagerSpace) EffectiveDisplayID() (objectivec.IObject, error)

EffectiveDisplayID is an exported wrapper for the private method _effectiveDisplayID.

func (SLSWindowManagerSpace) Init ¶

Init initializes the instance.

func (SLSWindowManagerSpace) SetDisplayUUID ¶

func (s SLSWindowManagerSpace) SetDisplayUUID(value string)

func (SLSWindowManagerSpace) SetManagedSpace ¶

func (s SLSWindowManagerSpace) SetManagedSpace(value bool)

func (SLSWindowManagerSpace) SetManager ¶

func (s SLSWindowManagerSpace) SetManager(value ISLSSpaceWindowManager)

func (SLSWindowManagerSpace) SetSpaceID ¶

func (s SLSWindowManagerSpace) SetSpaceID(value uint64)

func (SLSWindowManagerSpace) SetType ¶

func (s SLSWindowManagerSpace) SetType(value int)

func (SLSWindowManagerSpace) SetWindowIDs ¶

func (s SLSWindowManagerSpace) SetWindowIDs(value foundation.INSSet)

type SLSWindowManagerSpaceClass ¶

type SLSWindowManagerSpaceClass struct {
	// contains filtered or unexported fields
}

func GetSLSWindowManagerSpaceClass ¶

func GetSLSWindowManagerSpaceClass() SLSWindowManagerSpaceClass

GetSLSWindowManagerSpaceClass returns the class object for SLSWindowManagerSpace.

func (SLSWindowManagerSpaceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSWindowManagerSpaceClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSXPCService ¶

type SLSXPCService struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSXPCService

func NewSLSXPCService ¶

func NewSLSXPCService() SLSXPCService

NewSLSXPCService creates a new SLSXPCService instance.

func SLSXPCServiceFromID ¶

func SLSXPCServiceFromID(id objc.ID) SLSXPCService

SLSXPCServiceFromID constructs a SLSXPCService from an objc.ID.

func (SLSXPCService) Autorelease ¶

func (s SLSXPCService) Autorelease() SLSXPCService

Autorelease adds the receiver to the current autorelease pool.

func (SLSXPCService) CreateNoSenderRecvPairWithQueueErrorHandlerEventHandlerSync ¶

func (s SLSXPCService) CreateNoSenderRecvPairWithQueueErrorHandlerEventHandlerSync(ctx context.Context, queue objectivec.IObject, handler VoidHandler) error

CreateNoSenderRecvPairWithQueueErrorHandlerEventHandlerSync is a synchronous wrapper around SLSXPCService.CreateNoSenderRecvPairWithQueueErrorHandlerEventHandler. It blocks until the completion handler fires or the context is cancelled.

func (SLSXPCService) Init ¶

func (s SLSXPCService) Init() SLSXPCService

Init initializes the instance.

func (SLSXPCService) InitConnectionWithNameNotificationQueueWithAutoreconnectErrorHandlerNotificationBlockSync ¶

func (s SLSXPCService) InitConnectionWithNameNotificationQueueWithAutoreconnectErrorHandlerNotificationBlockSync(ctx context.Context, name objectivec.IObject, queue objectivec.IObject, autoreconnect bool, handler VoidHandler) error

InitConnectionWithNameNotificationQueueWithAutoreconnectErrorHandlerNotificationBlockSync is a synchronous wrapper around SLSXPCService.InitConnectionWithNameNotificationQueueWithAutoreconnectErrorHandlerNotificationBlock. It blocks until the completion handler fires or the context is cancelled.

func (SLSXPCService) InitWithConnectionErrorHandlerNotificationBlockSync ¶

func (s SLSXPCService) InitWithConnectionErrorHandlerNotificationBlockSync(ctx context.Context, connection objectivec.IObject, handler VoidHandler) error

InitWithConnectionErrorHandlerNotificationBlockSync is a synchronous wrapper around SLSXPCService.InitWithConnectionErrorHandlerNotificationBlock. It blocks until the completion handler fires or the context is cancelled.

func (SLSXPCService) SetAutoreconnect ¶

func (s SLSXPCService) SetAutoreconnect(value bool)

func (SLSXPCService) SetClientErrorBlockSync ¶

func (s SLSXPCService) SetClientErrorBlockSync(ctx context.Context) error

SetClientErrorBlockSync is a synchronous wrapper around SLSXPCService.SetClientErrorBlock. It blocks until the completion handler fires or the context is cancelled.

func (SLSXPCService) SetClientNotificationBlockSync ¶

func (s SLSXPCService) SetClientNotificationBlockSync(ctx context.Context) error

SetClientNotificationBlockSync is a synchronous wrapper around SLSXPCService.SetClientNotificationBlock. It blocks until the completion handler fires or the context is cancelled.

func (SLSXPCService) SetConnected ¶

func (s SLSXPCService) SetConnected(value bool)

func (SLSXPCService) SetConnection ¶

func (s SLSXPCService) SetConnection(value objectivec.Object)

func (SLSXPCService) SetEnabled ¶

func (s SLSXPCService) SetEnabled(value bool)

func (SLSXPCService) SetErrorBlockSync ¶

func (s SLSXPCService) SetErrorBlockSync(ctx context.Context) error

SetErrorBlockSync is a synchronous wrapper around SLSXPCService.SetErrorBlock. It blocks until the completion handler fires or the context is cancelled.

func (SLSXPCService) SetNotificationBlockSync ¶

func (s SLSXPCService) SetNotificationBlockSync(ctx context.Context) error

SetNotificationBlockSync is a synchronous wrapper around SLSXPCService.SetNotificationBlock. It blocks until the completion handler fires or the context is cancelled.

func (SLSXPCService) SetNotifyQueue ¶

func (s SLSXPCService) SetNotifyQueue(value objectivec.Object)

func (SLSXPCService) SetSetTarget ¶

func (s SLSXPCService) SetSetTarget(value bool)

type SLSXPCServiceClass ¶

type SLSXPCServiceClass struct {
	// contains filtered or unexported fields
}

func GetSLSXPCServiceClass ¶

func GetSLSXPCServiceClass() SLSXPCServiceClass

GetSLSXPCServiceClass returns the class object for SLSXPCService.

func (SLSXPCServiceClass) Alloc ¶

func (sc SLSXPCServiceClass) Alloc() SLSXPCService

Alloc allocates memory for a new instance of the class.

func (SLSXPCServiceClass) Class ¶

func (sc SLSXPCServiceClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type SLSXPCServiceProtocol ¶

SLSXPCServiceProtocol protocol.

See: https://developer.apple.com/documentation/SkyLight/SLSXPCServiceProtocol

type SLSXPCServiceProtocolObject ¶

type SLSXPCServiceProtocolObject struct {
	objectivec.Object
}

SLSXPCServiceProtocolObject wraps an existing Objective-C object that conforms to the SLSXPCServiceProtocol protocol.

func SLSXPCServiceProtocolObjectFromID ¶

func SLSXPCServiceProtocolObjectFromID(id objc.ID) SLSXPCServiceProtocolObject

SLSXPCServiceProtocolObjectFromID constructs a SLSXPCServiceProtocolObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (SLSXPCServiceProtocolObject) BaseObject ¶

type SLSZeroingWeakContainer ¶

type SLSZeroingWeakContainer struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSZeroingWeakContainer

func NewSLSZeroingWeakContainer ¶

func NewSLSZeroingWeakContainer() SLSZeroingWeakContainer

NewSLSZeroingWeakContainer creates a new SLSZeroingWeakContainer instance.

func SLSZeroingWeakContainerFromID ¶

func SLSZeroingWeakContainerFromID(id objc.ID) SLSZeroingWeakContainer

SLSZeroingWeakContainerFromID constructs a SLSZeroingWeakContainer from an objc.ID.

func (SLSZeroingWeakContainer) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSZeroingWeakContainer) Init ¶

Init initializes the instance.

func (SLSZeroingWeakContainer) SetReference ¶

func (s SLSZeroingWeakContainer) SetReference(value objectivec.IObject)

type SLSZeroingWeakContainerClass ¶

type SLSZeroingWeakContainerClass struct {
	// contains filtered or unexported fields
}

func GetSLSZeroingWeakContainerClass ¶

func GetSLSZeroingWeakContainerClass() SLSZeroingWeakContainerClass

GetSLSZeroingWeakContainerClass returns the class object for SLSZeroingWeakContainer.

func (SLSZeroingWeakContainerClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSZeroingWeakContainerClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLScreenTelemetryConnection ¶

type SLScreenTelemetryConnection struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLScreenTelemetryConnection

func NewSLScreenTelemetryConnection ¶

func NewSLScreenTelemetryConnection() SLScreenTelemetryConnection

NewSLScreenTelemetryConnection creates a new SLScreenTelemetryConnection instance.

func SLScreenTelemetryConnectionFromID ¶

func SLScreenTelemetryConnectionFromID(id objc.ID) SLScreenTelemetryConnection

SLScreenTelemetryConnectionFromID constructs a SLScreenTelemetryConnection from an objc.ID.

func (SLScreenTelemetryConnection) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLScreenTelemetryConnection) Init ¶

Init initializes the instance.

func (SLScreenTelemetryConnection) InitWithZoneWidthZoneHeightZoneRowsZoneColumnsSamplingIntervalQueueAndUpdateBlockSync ¶

func (s SLScreenTelemetryConnection) InitWithZoneWidthZoneHeightZoneRowsZoneColumnsSamplingIntervalQueueAndUpdateBlockSync(ctx context.Context, width uint32, height uint32, rows uint32, columns uint32, interval float64, queue objectivec.IObject) error

InitWithZoneWidthZoneHeightZoneRowsZoneColumnsSamplingIntervalQueueAndUpdateBlockSync is a synchronous wrapper around SLScreenTelemetryConnection.InitWithZoneWidthZoneHeightZoneRowsZoneColumnsSamplingIntervalQueueAndUpdateBlock. It blocks until the completion handler fires or the context is cancelled.

func (SLScreenTelemetryConnection) SetClosed ¶

func (s SLScreenTelemetryConnection) SetClosed(value bool)

func (SLScreenTelemetryConnection) SetConnection ¶

func (s SLScreenTelemetryConnection) SetConnection(value objectivec.Object)

type SLScreenTelemetryConnectionClass ¶

type SLScreenTelemetryConnectionClass struct {
	// contains filtered or unexported fields
}

func GetSLScreenTelemetryConnectionClass ¶

func GetSLScreenTelemetryConnectionClass() SLScreenTelemetryConnectionClass

GetSLScreenTelemetryConnectionClass returns the class object for SLScreenTelemetryConnection.

func (SLScreenTelemetryConnectionClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLScreenTelemetryConnectionClass) Class ¶

Class returns the underlying Objective-C class pointer.

func (SLScreenTelemetryConnectionClass) ConnectionWithZoneWidthZoneHeightZoneRowsZoneColumnsSamplingIntervalQueueAndUpdateBlockSync ¶

func (sc SLScreenTelemetryConnectionClass) ConnectionWithZoneWidthZoneHeightZoneRowsZoneColumnsSamplingIntervalQueueAndUpdateBlockSync(ctx context.Context, width uint32, height uint32, rows uint32, columns uint32, interval float64, queue objectivec.IObject) error

ConnectionWithZoneWidthZoneHeightZoneRowsZoneColumnsSamplingIntervalQueueAndUpdateBlockSync is a synchronous wrapper around [SLScreenTelemetryConnection.ConnectionWithZoneWidthZoneHeightZoneRowsZoneColumnsSamplingIntervalQueueAndUpdateBlock]. It blocks until the completion handler fires or the context is cancelled.

type SLSecureCursorAssertion ¶

type SLSecureCursorAssertion struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSecureCursorAssertion

func NewSLSecureCursorAssertion ¶

func NewSLSecureCursorAssertion() SLSecureCursorAssertion

NewSLSecureCursorAssertion creates a new SLSecureCursorAssertion instance.

func SLSecureCursorAssertionFromID ¶

func SLSecureCursorAssertionFromID(id objc.ID) SLSecureCursorAssertion

SLSecureCursorAssertionFromID constructs a SLSecureCursorAssertion from an objc.ID.

func (SLSecureCursorAssertion) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSecureCursorAssertion) Init ¶

Init initializes the instance.

func (SLSecureCursorAssertion) SetUuid ¶

func (s SLSecureCursorAssertion) SetUuid(value foundation.NSUUID)

type SLSecureCursorAssertionClass ¶

type SLSecureCursorAssertionClass struct {
	// contains filtered or unexported fields
}

func GetSLSecureCursorAssertionClass ¶

func GetSLSecureCursorAssertionClass() SLSecureCursorAssertionClass

GetSLSecureCursorAssertionClass returns the class object for SLSecureCursorAssertion.

func (SLSecureCursorAssertionClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSecureCursorAssertionClass) Assertion ¶

func (_SLSecureCursorAssertionClass SLSecureCursorAssertionClass) Assertion() objectivec.IObject

See: https://developer.apple.com/documentation/SkyLight/SLSecureCursorAssertion/assertion

func (SLSecureCursorAssertionClass) Class ¶

Class returns the underlying Objective-C class pointer.

func (SLSecureCursorAssertionClass) InvalidateAll ¶

func (_SLSecureCursorAssertionClass SLSecureCursorAssertionClass) InvalidateAll()

See: https://developer.apple.com/documentation/SkyLight/SLSecureCursorAssertion/invalidateAll

type SLSecureCursorAssertionManager ¶

type SLSecureCursorAssertionManager struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSecureCursorAssertionManager

func NewSLSecureCursorAssertionManager ¶

func NewSLSecureCursorAssertionManager() SLSecureCursorAssertionManager

NewSLSecureCursorAssertionManager creates a new SLSecureCursorAssertionManager instance.

func SLSecureCursorAssertionManagerFromID ¶

func SLSecureCursorAssertionManagerFromID(id objc.ID) SLSecureCursorAssertionManager

SLSecureCursorAssertionManagerFromID constructs a SLSecureCursorAssertionManager from an objc.ID.

func (SLSecureCursorAssertionManager) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSecureCursorAssertionManager) Init ¶

Init initializes the instance.

type SLSecureCursorAssertionManagerClass ¶

type SLSecureCursorAssertionManagerClass struct {
	// contains filtered or unexported fields
}

func GetSLSecureCursorAssertionManagerClass ¶

func GetSLSecureCursorAssertionManagerClass() SLSecureCursorAssertionManagerClass

GetSLSecureCursorAssertionManagerClass returns the class object for SLSecureCursorAssertionManager.

func (SLSecureCursorAssertionManagerClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSecureCursorAssertionManagerClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSessionOwner ¶

type SLSessionOwner struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSessionOwner

func NewSLSessionOwner ¶

func NewSLSessionOwner() SLSessionOwner

NewSLSessionOwner creates a new SLSessionOwner instance.

func SLSessionOwnerFromID ¶

func SLSessionOwnerFromID(id objc.ID) SLSessionOwner

SLSessionOwnerFromID constructs a SLSessionOwner from an objc.ID.

func (SLSessionOwner) Autorelease ¶

func (s SLSessionOwner) Autorelease() SLSessionOwner

Autorelease adds the receiver to the current autorelease pool.

func (SLSessionOwner) Init ¶

func (s SLSessionOwner) Init() SLSessionOwner

Init initializes the instance.

func (SLSessionOwner) SetAuditSessionID ¶

func (s SLSessionOwner) SetAuditSessionID(value foundation.NSNumber)

func (SLSessionOwner) SetPort ¶

func (s SLSessionOwner) SetPort(value uint32)

func (SLSessionOwner) SetSessionID ¶

func (s SLSessionOwner) SetSessionID(value foundation.NSNumber)

type SLSessionOwnerClass ¶

type SLSessionOwnerClass struct {
	// contains filtered or unexported fields
}

func GetSLSessionOwnerClass ¶

func GetSLSessionOwnerClass() SLSessionOwnerClass

GetSLSessionOwnerClass returns the class object for SLSessionOwner.

func (SLSessionOwnerClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSessionOwnerClass) Class ¶

func (sc SLSessionOwnerClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type SLSharingSession ¶

type SLSharingSession struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSharingSession

func NewSLSharingSession ¶

func NewSLSharingSession() SLSharingSession

NewSLSharingSession creates a new SLSharingSession instance.

func SLSharingSessionFromID ¶

func SLSharingSessionFromID(id objc.ID) SLSharingSession

SLSharingSessionFromID constructs a SLSharingSession from an objc.ID.

func (SLSharingSession) Autorelease ¶

func (s SLSharingSession) Autorelease() SLSharingSession

Autorelease adds the receiver to the current autorelease pool.

func (SLSharingSession) Init ¶

Init initializes the instance.

func (SLSharingSession) SetLifetimePort ¶

func (s SLSharingSession) SetLifetimePort(value uint32)

func (SLSharingSession) SetType ¶

func (s SLSharingSession) SetType(value int)

func (SLSharingSession) SetUuid_internal ¶

func (s SLSharingSession) SetUuid_internal(value foundation.NSUUID)

type SLSharingSessionClass ¶

type SLSharingSessionClass struct {
	// contains filtered or unexported fields
}

func GetSLSharingSessionClass ¶

func GetSLSharingSessionClass() SLSharingSessionClass

GetSLSharingSessionClass returns the class object for SLSharingSession.

func (SLSharingSessionClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSharingSessionClass) Class ¶

func (sc SLSharingSessionClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type SLSharingSessionContent ¶

type SLSharingSessionContent struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSharingSessionContent

func NewSLSharingSessionContent ¶

func NewSLSharingSessionContent() SLSharingSessionContent

NewSLSharingSessionContent creates a new SLSharingSessionContent instance.

func SLSharingSessionContentFromID ¶

func SLSharingSessionContentFromID(id objc.ID) SLSharingSessionContent

SLSharingSessionContentFromID constructs a SLSharingSessionContent from an objc.ID.

func (SLSharingSessionContent) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSharingSessionContent) Init ¶

Init initializes the instance.

func (SLSharingSessionContent) SetDisplayID ¶

func (s SLSharingSessionContent) SetDisplayID(value foundation.NSNumber)

func (SLSharingSessionContent) SetFilter ¶

func (s SLSharingSessionContent) SetFilter(value ISLWindowFilter)

func (SLSharingSessionContent) SetMetaData ¶

func (s SLSharingSessionContent) SetMetaData(value foundation.INSDictionary)

type SLSharingSessionContentClass ¶

type SLSharingSessionContentClass struct {
	// contains filtered or unexported fields
}

func GetSLSharingSessionContentClass ¶

func GetSLSharingSessionContentClass() SLSharingSessionContentClass

GetSLSharingSessionContentClass returns the class object for SLSharingSessionContent.

func (SLSharingSessionContentClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSharingSessionContentClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSharingSessionManager ¶

type SLSharingSessionManager struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLSharingSessionManager

func NewSLSharingSessionManager ¶

func NewSLSharingSessionManager() SLSharingSessionManager

NewSLSharingSessionManager creates a new SLSharingSessionManager instance.

func SLSharingSessionManagerFromID ¶

func SLSharingSessionManagerFromID(id objc.ID) SLSharingSessionManager

SLSharingSessionManagerFromID constructs a SLSharingSessionManager from an objc.ID.

func (SLSharingSessionManager) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLSharingSessionManager) Init ¶

Init initializes the instance.

func (SLSharingSessionManager) SetClientContexts ¶

func (s SLSharingSessionManager) SetClientContexts(value foundation.NSMapTable)

func (SLSharingSessionManager) SetDelegate ¶

func (s SLSharingSessionManager) SetDelegate(value objectivec.IObject)

func (SLSharingSessionManager) SetDelegateBlockSync ¶

func (s SLSharingSessionManager) SetDelegateBlockSync(ctx context.Context) error

SetDelegateBlockSync is a synchronous wrapper around SLSharingSessionManager.SetDelegateBlock. It blocks until the completion handler fires or the context is cancelled.

func (SLSharingSessionManager) SetSystemDelegate ¶

func (s SLSharingSessionManager) SetSystemDelegate(value objectivec.IObject)

type SLSharingSessionManagerClass ¶

type SLSharingSessionManagerClass struct {
	// contains filtered or unexported fields
}

func GetSLSharingSessionManagerClass ¶

func GetSLSharingSessionManagerClass() SLSharingSessionManagerClass

GetSLSharingSessionManagerClass returns the class object for SLSharingSessionManager.

func (SLSharingSessionManagerClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLSharingSessionManagerClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLSharingSessionManagerDelegate ¶

type SLSharingSessionManagerDelegate interface {
	objectivec.IObject
}

SLSharingSessionManagerDelegate protocol.

See: https://developer.apple.com/documentation/SkyLight/SLSharingSessionManagerDelegate

type SLSharingSessionManagerDelegateObject ¶

type SLSharingSessionManagerDelegateObject struct {
	objectivec.Object
}

SLSharingSessionManagerDelegateObject wraps an existing Objective-C object that conforms to the SLSharingSessionManagerDelegate protocol.

func SLSharingSessionManagerDelegateObjectFromID ¶

func SLSharingSessionManagerDelegateObjectFromID(id objc.ID) SLSharingSessionManagerDelegateObject

SLSharingSessionManagerDelegateObjectFromID constructs a SLSharingSessionManagerDelegateObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (SLSharingSessionManagerDelegateObject) BaseObject ¶

type SLVirtualDisplay ¶

type SLVirtualDisplay struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLVirtualDisplay

func NewSLVirtualDisplay ¶

func NewSLVirtualDisplay() SLVirtualDisplay

NewSLVirtualDisplay creates a new SLVirtualDisplay instance.

func SLVirtualDisplayFromID ¶

func SLVirtualDisplayFromID(id objc.ID) SLVirtualDisplay

SLVirtualDisplayFromID constructs a SLVirtualDisplay from an objc.ID.

func (SLVirtualDisplay) Autorelease ¶

func (s SLVirtualDisplay) Autorelease() SLVirtualDisplay

Autorelease adds the receiver to the current autorelease pool.

func (SLVirtualDisplay) Init ¶

Init initializes the instance.

func (SLVirtualDisplay) SetDelegate ¶

func (s SLVirtualDisplay) SetDelegate(value objectivec.IObject)

type SLVirtualDisplayCapabilities ¶

type SLVirtualDisplayCapabilities struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLVirtualDisplayCapabilities

func NewSLVirtualDisplayCapabilities ¶

func NewSLVirtualDisplayCapabilities() SLVirtualDisplayCapabilities

NewSLVirtualDisplayCapabilities creates a new SLVirtualDisplayCapabilities instance.

func SLVirtualDisplayCapabilitiesFromID ¶

func SLVirtualDisplayCapabilitiesFromID(id objc.ID) SLVirtualDisplayCapabilities

SLVirtualDisplayCapabilitiesFromID constructs a SLVirtualDisplayCapabilities from an objc.ID.

func (SLVirtualDisplayCapabilities) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLVirtualDisplayCapabilities) Init ¶

Init initializes the instance.

type SLVirtualDisplayCapabilitiesClass ¶

type SLVirtualDisplayCapabilitiesClass struct {
	// contains filtered or unexported fields
}

func GetSLVirtualDisplayCapabilitiesClass ¶

func GetSLVirtualDisplayCapabilitiesClass() SLVirtualDisplayCapabilitiesClass

GetSLVirtualDisplayCapabilitiesClass returns the class object for SLVirtualDisplayCapabilities.

func (SLVirtualDisplayCapabilitiesClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLVirtualDisplayCapabilitiesClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLVirtualDisplayClass ¶

type SLVirtualDisplayClass struct {
	// contains filtered or unexported fields
}

func GetSLVirtualDisplayClass ¶

func GetSLVirtualDisplayClass() SLVirtualDisplayClass

GetSLVirtualDisplayClass returns the class object for SLVirtualDisplay.

func (SLVirtualDisplayClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLVirtualDisplayClass) Class ¶

func (sc SLVirtualDisplayClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type SLVirtualDisplayConfiguration ¶

type SLVirtualDisplayConfiguration struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLVirtualDisplayConfiguration

func NewSLVirtualDisplayConfiguration ¶

func NewSLVirtualDisplayConfiguration() SLVirtualDisplayConfiguration

NewSLVirtualDisplayConfiguration creates a new SLVirtualDisplayConfiguration instance.

func SLVirtualDisplayConfigurationFromID ¶

func SLVirtualDisplayConfigurationFromID(id objc.ID) SLVirtualDisplayConfiguration

SLVirtualDisplayConfigurationFromID constructs a SLVirtualDisplayConfiguration from an objc.ID.

func (SLVirtualDisplayConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLVirtualDisplayConfiguration) Init ¶

Init initializes the instance.

func (SLVirtualDisplayConfiguration) SetOptions ¶

func (s SLVirtualDisplayConfiguration) SetOptions(value uint64)

func (SLVirtualDisplayConfiguration) SetSubtype ¶

func (s SLVirtualDisplayConfiguration) SetSubtype(value uint64)

func (SLVirtualDisplayConfiguration) SetType ¶

func (s SLVirtualDisplayConfiguration) SetType(value uint64)

func (SLVirtualDisplayConfiguration) SetUti ¶

func (s SLVirtualDisplayConfiguration) SetUti(value string)

type SLVirtualDisplayConfigurationClass ¶

type SLVirtualDisplayConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetSLVirtualDisplayConfigurationClass ¶

func GetSLVirtualDisplayConfigurationClass() SLVirtualDisplayConfigurationClass

GetSLVirtualDisplayConfigurationClass returns the class object for SLVirtualDisplayConfiguration.

func (SLVirtualDisplayConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLVirtualDisplayConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

func (SLVirtualDisplayConfigurationClass) ConfigurationWithDictionaryRepresentation ¶

func (_SLVirtualDisplayConfigurationClass SLVirtualDisplayConfigurationClass) ConfigurationWithDictionaryRepresentation(representation objectivec.IObject) objectivec.IObject

See: https://developer.apple.com/documentation/SkyLight/SLVirtualDisplayConfiguration/configurationWithDictionaryRepresentation:

type SLVirtualDisplayMode ¶

type SLVirtualDisplayMode struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLVirtualDisplayMode

func NewSLVirtualDisplayMode ¶

func NewSLVirtualDisplayMode() SLVirtualDisplayMode

NewSLVirtualDisplayMode creates a new SLVirtualDisplayMode instance.

func SLVirtualDisplayModeFromID ¶

func SLVirtualDisplayModeFromID(id objc.ID) SLVirtualDisplayMode

SLVirtualDisplayModeFromID constructs a SLVirtualDisplayMode from an objc.ID.

func (SLVirtualDisplayMode) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLVirtualDisplayMode) Init ¶

Init initializes the instance.

func (SLVirtualDisplayMode) SetEotf ¶

func (s SLVirtualDisplayMode) SetEotf(value uint64)

func (SLVirtualDisplayMode) SetOptions ¶

func (s SLVirtualDisplayMode) SetOptions(value uint64)

func (SLVirtualDisplayMode) SetRefreshDeadline ¶

func (s SLVirtualDisplayMode) SetRefreshDeadline(value float64)

type SLVirtualDisplayModeClass ¶

type SLVirtualDisplayModeClass struct {
	// contains filtered or unexported fields
}

func GetSLVirtualDisplayModeClass ¶

func GetSLVirtualDisplayModeClass() SLVirtualDisplayModeClass

GetSLVirtualDisplayModeClass returns the class object for SLVirtualDisplayMode.

func (SLVirtualDisplayModeClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLVirtualDisplayModeClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLVirtualDisplaySettings ¶

type SLVirtualDisplaySettings struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLVirtualDisplaySettings

func NewSLVirtualDisplaySettings ¶

func NewSLVirtualDisplaySettings() SLVirtualDisplaySettings

NewSLVirtualDisplaySettings creates a new SLVirtualDisplaySettings instance.

func SLVirtualDisplaySettingsFromID ¶

func SLVirtualDisplaySettingsFromID(id objc.ID) SLVirtualDisplaySettings

SLVirtualDisplaySettingsFromID constructs a SLVirtualDisplaySettings from an objc.ID.

func (SLVirtualDisplaySettings) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLVirtualDisplaySettings) Init ¶

Init initializes the instance.

type SLVirtualDisplaySettingsClass ¶

type SLVirtualDisplaySettingsClass struct {
	// contains filtered or unexported fields
}

func GetSLVirtualDisplaySettingsClass ¶

func GetSLVirtualDisplaySettingsClass() SLVirtualDisplaySettingsClass

GetSLVirtualDisplaySettingsClass returns the class object for SLVirtualDisplaySettings.

func (SLVirtualDisplaySettingsClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLVirtualDisplaySettingsClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLWindowFilter ¶

type SLWindowFilter struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLWindowFilter

func NewSLWindowFilter ¶

func NewSLWindowFilter() SLWindowFilter

NewSLWindowFilter creates a new SLWindowFilter instance.

func SLWindowFilterFromID ¶

func SLWindowFilterFromID(id objc.ID) SLWindowFilter

SLWindowFilterFromID constructs a SLWindowFilter from an objc.ID.

func (SLWindowFilter) Autorelease ¶

func (s SLWindowFilter) Autorelease() SLWindowFilter

Autorelease adds the receiver to the current autorelease pool.

func (SLWindowFilter) Init ¶

func (s SLWindowFilter) Init() SLWindowFilter

Init initializes the instance.

func (SLWindowFilter) SetEnforce_sharing_type ¶

func (s SLWindowFilter) SetEnforce_sharing_type(value bool)

func (SLWindowFilter) SetExcludedApplications ¶

func (s SLWindowFilter) SetExcludedApplications(value foundation.INSSet)

func (SLWindowFilter) SetExcludedPIDS ¶

func (s SLWindowFilter) SetExcludedPIDS(value foundation.INSSet)

func (SLWindowFilter) SetExcludedWindows ¶

func (s SLWindowFilter) SetExcludedWindows(value foundation.INSSet)

func (SLWindowFilter) SetFilterPolicy ¶

func (s SLWindowFilter) SetFilterPolicy(value foundation.NSNumber)

func (SLWindowFilter) SetHide_menu_bar ¶

func (s SLWindowFilter) SetHide_menu_bar(value bool)

func (SLWindowFilter) SetIncludedApplications ¶

func (s SLWindowFilter) SetIncludedApplications(value foundation.INSSet)

func (SLWindowFilter) SetIncludedPIDS ¶

func (s SLWindowFilter) SetIncludedPIDS(value foundation.INSSet)

func (SLWindowFilter) SetIncludedWindows ¶

func (s SLWindowFilter) SetIncludedWindows(value foundation.INSSet)

func (SLWindowFilter) SetShieldWindow ¶

func (s SLWindowFilter) SetShieldWindow(value foundation.NSNumber)

type SLWindowFilterClass ¶

type SLWindowFilterClass struct {
	// contains filtered or unexported fields
}

func GetSLWindowFilterClass ¶

func GetSLWindowFilterClass() SLWindowFilterClass

GetSLWindowFilterClass returns the class object for SLWindowFilter.

func (SLWindowFilterClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLWindowFilterClass) Class ¶

func (sc SLWindowFilterClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type SLWindowMirroringContext ¶

type SLWindowMirroringContext struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLWindowMirroringContext

func NewSLWindowMirroringContext ¶

func NewSLWindowMirroringContext() SLWindowMirroringContext

NewSLWindowMirroringContext creates a new SLWindowMirroringContext instance.

func SLWindowMirroringContextFromID ¶

func SLWindowMirroringContextFromID(id objc.ID) SLWindowMirroringContext

SLWindowMirroringContextFromID constructs a SLWindowMirroringContext from an objc.ID.

func (SLWindowMirroringContext) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLWindowMirroringContext) Init ¶

Init initializes the instance.

func (SLWindowMirroringContext) SetShieldWindowID ¶

func (s SLWindowMirroringContext) SetShieldWindowID(value foundation.NSNumber)

type SLWindowMirroringContextClass ¶

type SLWindowMirroringContextClass struct {
	// contains filtered or unexported fields
}

func GetSLWindowMirroringContextClass ¶

func GetSLWindowMirroringContextClass() SLWindowMirroringContextClass

GetSLWindowMirroringContextClass returns the class object for SLWindowMirroringContext.

func (SLWindowMirroringContextClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLWindowMirroringContextClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLWindowMirroringFilter ¶

type SLWindowMirroringFilter struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLWindowMirroringFilter

func NewSLWindowMirroringFilter ¶

func NewSLWindowMirroringFilter() SLWindowMirroringFilter

NewSLWindowMirroringFilter creates a new SLWindowMirroringFilter instance.

func SLWindowMirroringFilterFromID ¶

func SLWindowMirroringFilterFromID(id objc.ID) SLWindowMirroringFilter

SLWindowMirroringFilterFromID constructs a SLWindowMirroringFilter from an objc.ID.

func (SLWindowMirroringFilter) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLWindowMirroringFilter) Init ¶

Init initializes the instance.

type SLWindowMirroringFilterClass ¶

type SLWindowMirroringFilterClass struct {
	// contains filtered or unexported fields
}

func GetSLWindowMirroringFilterClass ¶

func GetSLWindowMirroringFilterClass() SLWindowMirroringFilterClass

GetSLWindowMirroringFilterClass returns the class object for SLWindowMirroringFilter.

func (SLWindowMirroringFilterClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLWindowMirroringFilterClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLWindowMirroringManager ¶

type SLWindowMirroringManager struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/SLWindowMirroringManager

func NewSLWindowMirroringManager ¶

func NewSLWindowMirroringManager() SLWindowMirroringManager

NewSLWindowMirroringManager creates a new SLWindowMirroringManager instance.

func SLWindowMirroringManagerFromID ¶

func SLWindowMirroringManagerFromID(id objc.ID) SLWindowMirroringManager

SLWindowMirroringManagerFromID constructs a SLWindowMirroringManager from an objc.ID.

func (SLWindowMirroringManager) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SLWindowMirroringManager) Init ¶

Init initializes the instance.

func (SLWindowMirroringManager) SetDelegate ¶

func (s SLWindowMirroringManager) SetDelegate(value objectivec.IObject)

type SLWindowMirroringManagerClass ¶

type SLWindowMirroringManagerClass struct {
	// contains filtered or unexported fields
}

func GetSLWindowMirroringManagerClass ¶

func GetSLWindowMirroringManagerClass() SLWindowMirroringManagerClass

GetSLWindowMirroringManagerClass returns the class object for SLWindowMirroringManager.

func (SLWindowMirroringManagerClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SLWindowMirroringManagerClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SLXPCConvertible ¶

type SLXPCConvertible interface {
	objectivec.IObject
}

SLXPCConvertible protocol.

See: https://developer.apple.com/documentation/SkyLight/SLXPCConvertible

type SLXPCConvertibleObject ¶

type SLXPCConvertibleObject struct {
	objectivec.Object
}

SLXPCConvertibleObject wraps an existing Objective-C object that conforms to the SLXPCConvertible protocol.

func SLXPCConvertibleObjectFromID ¶

func SLXPCConvertibleObjectFromID(id objc.ID) SLXPCConvertibleObject

SLXPCConvertibleObjectFromID constructs a SLXPCConvertibleObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (SLXPCConvertibleObject) BaseObject ¶

func (o SLXPCConvertibleObject) BaseObject() objectivec.Object

type SLXPCExportable ¶

type SLXPCExportable interface {
	objectivec.IObject
}

SLXPCExportable protocol.

See: https://developer.apple.com/documentation/SkyLight/SLXPCExportable

type SLXPCExportableObject ¶

type SLXPCExportableObject struct {
	objectivec.Object
}

SLXPCExportableObject wraps an existing Objective-C object that conforms to the SLXPCExportable protocol.

func SLXPCExportableObjectFromID ¶

func SLXPCExportableObjectFromID(id objc.ID) SLXPCExportableObject

SLXPCExportableObjectFromID constructs a SLXPCExportableObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (SLXPCExportableObject) BaseObject ¶

func (o SLXPCExportableObject) BaseObject() objectivec.Object

type SkyLightPKGPrivacyIndicatorWindowContainer ¶

type SkyLightPKGPrivacyIndicatorWindowContainer struct {
	objectivec.Object
}

See: https://developer.apple.com/documentation/SkyLight/SkyLight.PKGPrivacyIndicatorWindowContainer

func NewSkyLightPKGPrivacyIndicatorWindowContainer ¶

func NewSkyLightPKGPrivacyIndicatorWindowContainer() SkyLightPKGPrivacyIndicatorWindowContainer

NewSkyLightPKGPrivacyIndicatorWindowContainer creates a new SkyLightPKGPrivacyIndicatorWindowContainer instance.

func SkyLightPKGPrivacyIndicatorWindowContainerFromID ¶

func SkyLightPKGPrivacyIndicatorWindowContainerFromID(id objc.ID) SkyLightPKGPrivacyIndicatorWindowContainer

SkyLightPKGPrivacyIndicatorWindowContainerFromID constructs a SkyLightPKGPrivacyIndicatorWindowContainer from an objc.ID.

func (SkyLightPKGPrivacyIndicatorWindowContainer) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SkyLightPKGPrivacyIndicatorWindowContainer) Init ¶

Init initializes the instance.

type SkyLightPKGPrivacyIndicatorWindowContainerClass ¶

type SkyLightPKGPrivacyIndicatorWindowContainerClass struct {
	// contains filtered or unexported fields
}

func GetSkyLightPKGPrivacyIndicatorWindowContainerClass ¶

func GetSkyLightPKGPrivacyIndicatorWindowContainerClass() SkyLightPKGPrivacyIndicatorWindowContainerClass

GetSkyLightPKGPrivacyIndicatorWindowContainerClass returns the class object for SkyLight.PKGPrivacyIndicatorWindowContainer.

func (SkyLightPKGPrivacyIndicatorWindowContainerClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SkyLightPKGPrivacyIndicatorWindowContainerClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SkyLightPKGSystemStatusIndicatorsAnimator ¶

type SkyLightPKGSystemStatusIndicatorsAnimator struct {
	objectivec.Object
}

See: https://developer.apple.com/documentation/SkyLight/SkyLight.PKGSystemStatusIndicatorsAnimator

func NewSkyLightPKGSystemStatusIndicatorsAnimator ¶

func NewSkyLightPKGSystemStatusIndicatorsAnimator() SkyLightPKGSystemStatusIndicatorsAnimator

NewSkyLightPKGSystemStatusIndicatorsAnimator creates a new SkyLightPKGSystemStatusIndicatorsAnimator instance.

func SkyLightPKGSystemStatusIndicatorsAnimatorFromID ¶

func SkyLightPKGSystemStatusIndicatorsAnimatorFromID(id objc.ID) SkyLightPKGSystemStatusIndicatorsAnimator

SkyLightPKGSystemStatusIndicatorsAnimatorFromID constructs a SkyLightPKGSystemStatusIndicatorsAnimator from an objc.ID.

func (SkyLightPKGSystemStatusIndicatorsAnimator) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SkyLightPKGSystemStatusIndicatorsAnimator) Init ¶

Init initializes the instance.

type SkyLightPKGSystemStatusIndicatorsAnimatorClass ¶

type SkyLightPKGSystemStatusIndicatorsAnimatorClass struct {
	// contains filtered or unexported fields
}

func GetSkyLightPKGSystemStatusIndicatorsAnimatorClass ¶

func GetSkyLightPKGSystemStatusIndicatorsAnimatorClass() SkyLightPKGSystemStatusIndicatorsAnimatorClass

GetSkyLightPKGSystemStatusIndicatorsAnimatorClass returns the class object for SkyLight.PKGSystemStatusIndicatorsAnimator.

func (SkyLightPKGSystemStatusIndicatorsAnimatorClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SkyLightPKGSystemStatusIndicatorsAnimatorClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SkyLightPKGSystemStatusIndicatorsDisplayItemGenerator ¶

type SkyLightPKGSystemStatusIndicatorsDisplayItemGenerator struct {
	objectivec.Object
}

See: https://developer.apple.com/documentation/SkyLight/SkyLight.PKGSystemStatusIndicatorsDisplayItemGenerator

func NewSkyLightPKGSystemStatusIndicatorsDisplayItemGenerator ¶

func NewSkyLightPKGSystemStatusIndicatorsDisplayItemGenerator() SkyLightPKGSystemStatusIndicatorsDisplayItemGenerator

NewSkyLightPKGSystemStatusIndicatorsDisplayItemGenerator creates a new SkyLightPKGSystemStatusIndicatorsDisplayItemGenerator instance.

func SkyLightPKGSystemStatusIndicatorsDisplayItemGeneratorFromID ¶

func SkyLightPKGSystemStatusIndicatorsDisplayItemGeneratorFromID(id objc.ID) SkyLightPKGSystemStatusIndicatorsDisplayItemGenerator

SkyLightPKGSystemStatusIndicatorsDisplayItemGeneratorFromID constructs a SkyLightPKGSystemStatusIndicatorsDisplayItemGenerator from an objc.ID.

func (SkyLightPKGSystemStatusIndicatorsDisplayItemGenerator) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SkyLightPKGSystemStatusIndicatorsDisplayItemGenerator) Init ¶

Init initializes the instance.

type SkyLightPKGSystemStatusIndicatorsDisplayItemGeneratorClass ¶

type SkyLightPKGSystemStatusIndicatorsDisplayItemGeneratorClass struct {
	// contains filtered or unexported fields
}

func GetSkyLightPKGSystemStatusIndicatorsDisplayItemGeneratorClass ¶

func GetSkyLightPKGSystemStatusIndicatorsDisplayItemGeneratorClass() SkyLightPKGSystemStatusIndicatorsDisplayItemGeneratorClass

GetSkyLightPKGSystemStatusIndicatorsDisplayItemGeneratorClass returns the class object for SkyLight.PKGSystemStatusIndicatorsDisplayItemGenerator.

func (SkyLightPKGSystemStatusIndicatorsDisplayItemGeneratorClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SkyLightPKGSystemStatusIndicatorsDisplayItemGeneratorClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SkyLightPKGSystemStatusIndicatorsLayerGenerator ¶

type SkyLightPKGSystemStatusIndicatorsLayerGenerator struct {
	objectivec.Object
}

See: https://developer.apple.com/documentation/SkyLight/SkyLight.PKGSystemStatusIndicatorsLayerGenerator

func NewSkyLightPKGSystemStatusIndicatorsLayerGenerator ¶

func NewSkyLightPKGSystemStatusIndicatorsLayerGenerator() SkyLightPKGSystemStatusIndicatorsLayerGenerator

NewSkyLightPKGSystemStatusIndicatorsLayerGenerator creates a new SkyLightPKGSystemStatusIndicatorsLayerGenerator instance.

func SkyLightPKGSystemStatusIndicatorsLayerGeneratorFromID ¶

func SkyLightPKGSystemStatusIndicatorsLayerGeneratorFromID(id objc.ID) SkyLightPKGSystemStatusIndicatorsLayerGenerator

SkyLightPKGSystemStatusIndicatorsLayerGeneratorFromID constructs a SkyLightPKGSystemStatusIndicatorsLayerGenerator from an objc.ID.

func (SkyLightPKGSystemStatusIndicatorsLayerGenerator) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SkyLightPKGSystemStatusIndicatorsLayerGenerator) Init ¶

Init initializes the instance.

type SkyLightPKGSystemStatusIndicatorsLayerGeneratorClass ¶

type SkyLightPKGSystemStatusIndicatorsLayerGeneratorClass struct {
	// contains filtered or unexported fields
}

func GetSkyLightPKGSystemStatusIndicatorsLayerGeneratorClass ¶

func GetSkyLightPKGSystemStatusIndicatorsLayerGeneratorClass() SkyLightPKGSystemStatusIndicatorsLayerGeneratorClass

GetSkyLightPKGSystemStatusIndicatorsLayerGeneratorClass returns the class object for SkyLight.PKGSystemStatusIndicatorsLayerGenerator.

func (SkyLightPKGSystemStatusIndicatorsLayerGeneratorClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SkyLightPKGSystemStatusIndicatorsLayerGeneratorClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SkyLightPKGSystemStatusIndicatorsTimer ¶

type SkyLightPKGSystemStatusIndicatorsTimer struct {
	objectivec.Object
}

See: https://developer.apple.com/documentation/SkyLight/SkyLight.PKGSystemStatusIndicatorsTimer

func NewSkyLightPKGSystemStatusIndicatorsTimer ¶

func NewSkyLightPKGSystemStatusIndicatorsTimer() SkyLightPKGSystemStatusIndicatorsTimer

NewSkyLightPKGSystemStatusIndicatorsTimer creates a new SkyLightPKGSystemStatusIndicatorsTimer instance.

func SkyLightPKGSystemStatusIndicatorsTimerFromID ¶

func SkyLightPKGSystemStatusIndicatorsTimerFromID(id objc.ID) SkyLightPKGSystemStatusIndicatorsTimer

SkyLightPKGSystemStatusIndicatorsTimerFromID constructs a SkyLightPKGSystemStatusIndicatorsTimer from an objc.ID.

func (SkyLightPKGSystemStatusIndicatorsTimer) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SkyLightPKGSystemStatusIndicatorsTimer) Init ¶

Init initializes the instance.

type SkyLightPKGSystemStatusIndicatorsTimerClass ¶

type SkyLightPKGSystemStatusIndicatorsTimerClass struct {
	// contains filtered or unexported fields
}

func GetSkyLightPKGSystemStatusIndicatorsTimerClass ¶

func GetSkyLightPKGSystemStatusIndicatorsTimerClass() SkyLightPKGSystemStatusIndicatorsTimerClass

GetSkyLightPKGSystemStatusIndicatorsTimerClass returns the class object for SkyLight.PKGSystemStatusIndicatorsTimer.

func (SkyLightPKGSystemStatusIndicatorsTimerClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SkyLightPKGSystemStatusIndicatorsTimerClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SkyLightPresetHostShim ¶

type SkyLightPresetHostShim struct {
	objectivec.Object
}

See: https://developer.apple.com/documentation/SkyLight/SkyLight.PresetHostShim

func NewSkyLightPresetHostShim ¶

func NewSkyLightPresetHostShim() SkyLightPresetHostShim

NewSkyLightPresetHostShim creates a new SkyLightPresetHostShim instance.

func SkyLightPresetHostShimFromID ¶

func SkyLightPresetHostShimFromID(id objc.ID) SkyLightPresetHostShim

SkyLightPresetHostShimFromID constructs a SkyLightPresetHostShim from an objc.ID.

func (SkyLightPresetHostShim) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SkyLightPresetHostShim) Init ¶

Init initializes the instance.

type SkyLightPresetHostShimClass ¶

type SkyLightPresetHostShimClass struct {
	// contains filtered or unexported fields
}

func GetSkyLightPresetHostShimClass ¶

func GetSkyLightPresetHostShimClass() SkyLightPresetHostShimClass

GetSkyLightPresetHostShimClass returns the class object for SkyLight.PresetHostShim.

func (SkyLightPresetHostShimClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SkyLightPresetHostShimClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SkyLightPresetInfoShim ¶

type SkyLightPresetInfoShim struct {
	objectivec.Object
}

See: https://developer.apple.com/documentation/SkyLight/SkyLight.PresetInfoShim

func NewSkyLightPresetInfoShim ¶

func NewSkyLightPresetInfoShim() SkyLightPresetInfoShim

NewSkyLightPresetInfoShim creates a new SkyLightPresetInfoShim instance.

func SkyLightPresetInfoShimFromID ¶

func SkyLightPresetInfoShimFromID(id objc.ID) SkyLightPresetInfoShim

SkyLightPresetInfoShimFromID constructs a SkyLightPresetInfoShim from an objc.ID.

func (SkyLightPresetInfoShim) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SkyLightPresetInfoShim) Init ¶

Init initializes the instance.

type SkyLightPresetInfoShimClass ¶

type SkyLightPresetInfoShimClass struct {
	// contains filtered or unexported fields
}

func GetSkyLightPresetInfoShimClass ¶

func GetSkyLightPresetInfoShimClass() SkyLightPresetInfoShimClass

GetSkyLightPresetInfoShimClass returns the class object for SkyLight.PresetInfoShim.

func (SkyLightPresetInfoShimClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SkyLightPresetInfoShimClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SkyLightPresetSpecificationsShim ¶

type SkyLightPresetSpecificationsShim struct {
	objectivec.Object
}

See: https://developer.apple.com/documentation/SkyLight/SkyLight.PresetSpecificationsShim

func NewSkyLightPresetSpecificationsShim ¶

func NewSkyLightPresetSpecificationsShim() SkyLightPresetSpecificationsShim

NewSkyLightPresetSpecificationsShim creates a new SkyLightPresetSpecificationsShim instance.

func SkyLightPresetSpecificationsShimFromID ¶

func SkyLightPresetSpecificationsShimFromID(id objc.ID) SkyLightPresetSpecificationsShim

SkyLightPresetSpecificationsShimFromID constructs a SkyLightPresetSpecificationsShim from an objc.ID.

func (SkyLightPresetSpecificationsShim) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (SkyLightPresetSpecificationsShim) Init ¶

Init initializes the instance.

type SkyLightPresetSpecificationsShimClass ¶

type SkyLightPresetSpecificationsShimClass struct {
	// contains filtered or unexported fields
}

func GetSkyLightPresetSpecificationsShimClass ¶

func GetSkyLightPresetSpecificationsShimClass() SkyLightPresetSpecificationsShimClass

GetSkyLightPresetSpecificationsShimClass returns the class object for SkyLight.PresetSpecificationsShim.

func (SkyLightPresetSpecificationsShimClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (SkyLightPresetSpecificationsShimClass) Class ¶

Class returns the underlying Objective-C class pointer.

type TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator10MediaLayer ¶

type TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator10MediaLayer struct {
	TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator14IndicatorLayer
}

See: https://developer.apple.com/documentation/SkyLight/_TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator10MediaLayer

func NewTtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator10MediaLayer ¶

func NewTtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator10MediaLayer() TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator10MediaLayer

NewTtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator10MediaLayer creates a new TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator10MediaLayer instance.

func TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator10MediaLayerFromID ¶

func TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator10MediaLayerFromID(id objc.ID) TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator10MediaLayer

TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator10MediaLayerFromID constructs a TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator10MediaLayer from an objc.ID.

func (TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator10MediaLayer) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator10MediaLayer) Init ¶

Init initializes the instance.

type TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator10MediaLayerClass ¶

type TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator10MediaLayerClass struct {
	// contains filtered or unexported fields
}

func GetTtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator10MediaLayerClass ¶

func GetTtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator10MediaLayerClass() TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator10MediaLayerClass

GetTtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator10MediaLayerClass returns the class object for _TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator10MediaLayer.

func (TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator10MediaLayerClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator10MediaLayerClass) Class ¶

Class returns the underlying Objective-C class pointer.

type TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator13LocationLayer ¶

type TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator13LocationLayer struct {
	TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator14IndicatorLayer
}

See: https://developer.apple.com/documentation/SkyLight/_TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator13LocationLayer

func NewTtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator13LocationLayer ¶

func NewTtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator13LocationLayer() TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator13LocationLayer

NewTtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator13LocationLayer creates a new TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator13LocationLayer instance.

func TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator13LocationLayerFromID ¶

func TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator13LocationLayerFromID(id objc.ID) TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator13LocationLayer

TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator13LocationLayerFromID constructs a TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator13LocationLayer from an objc.ID.

func (TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator13LocationLayer) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator13LocationLayer) Init ¶

Init initializes the instance.

type TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator13LocationLayerClass ¶

type TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator13LocationLayerClass struct {
	// contains filtered or unexported fields
}

func GetTtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator13LocationLayerClass ¶

func GetTtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator13LocationLayerClass() TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator13LocationLayerClass

GetTtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator13LocationLayerClass returns the class object for _TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator13LocationLayer.

func (TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator13LocationLayerClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator13LocationLayerClass) Class ¶

Class returns the underlying Objective-C class pointer.

type TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator14IndicatorLayer ¶

type TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator14IndicatorLayer struct {
	quartzcore.CALayer
}

See: https://developer.apple.com/documentation/SkyLight/_TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator14IndicatorLayer

func NewTtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator14IndicatorLayer ¶

func NewTtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator14IndicatorLayer() TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator14IndicatorLayer

NewTtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator14IndicatorLayer creates a new TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator14IndicatorLayer instance.

func TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator14IndicatorLayerFromID ¶

func TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator14IndicatorLayerFromID(id objc.ID) TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator14IndicatorLayer

TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator14IndicatorLayerFromID constructs a TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator14IndicatorLayer from an objc.ID.

func (TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator14IndicatorLayer) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator14IndicatorLayer) Init ¶

Init initializes the instance.

type TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator14IndicatorLayerClass ¶

type TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator14IndicatorLayerClass struct {
	// contains filtered or unexported fields
}

func GetTtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator14IndicatorLayerClass ¶

func GetTtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator14IndicatorLayerClass() TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator14IndicatorLayerClass

GetTtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator14IndicatorLayerClass returns the class object for _TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator14IndicatorLayer.

func (TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator14IndicatorLayerClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator14IndicatorLayerClass) Class ¶

Class returns the underlying Objective-C class pointer.

type TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator16SecureMediaLayer ¶

type TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator16SecureMediaLayer struct {
	TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator10MediaLayer
}

See: https://developer.apple.com/documentation/SkyLight/_TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator16SecureMediaLayer

func NewTtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator16SecureMediaLayer ¶

func NewTtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator16SecureMediaLayer() TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator16SecureMediaLayer

NewTtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator16SecureMediaLayer creates a new TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator16SecureMediaLayer instance.

func TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator16SecureMediaLayerFromID ¶

func TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator16SecureMediaLayerFromID(id objc.ID) TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator16SecureMediaLayer

TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator16SecureMediaLayerFromID constructs a TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator16SecureMediaLayer from an objc.ID.

func (TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator16SecureMediaLayer) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator16SecureMediaLayer) Init ¶

Init initializes the instance.

type TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator16SecureMediaLayerClass ¶

type TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator16SecureMediaLayerClass struct {
	// contains filtered or unexported fields
}

func GetTtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator16SecureMediaLayerClass ¶

func GetTtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator16SecureMediaLayerClass() TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator16SecureMediaLayerClass

GetTtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator16SecureMediaLayerClass returns the class object for _TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator16SecureMediaLayer.

func (TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator16SecureMediaLayerClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (TtCC8SkyLight39PKGSystemStatusIndicatorsLayerGenerator16SecureMediaLayerClass) Class ¶

Class returns the underlying Objective-C class pointer.

type TtCV8SkyLight31PKGSystemStatusIndicatorsSpringP33_87FE1EE3101D9959C103B7B6E6890EE214SpringBehavior ¶

type TtCV8SkyLight31PKGSystemStatusIndicatorsSpringP33_87FE1EE3101D9959C103B7B6E6890EE214SpringBehavior struct {
	objectivec.Object
}

See: https://developer.apple.com/documentation/SkyLight/_TtCV8SkyLight31PKGSystemStatusIndicatorsSpringP33_87FE1EE3101D9959C103B7B6E6890EE214SpringBehavior

func NewTtCV8SkyLight31PKGSystemStatusIndicatorsSpringP33_87FE1EE3101D9959C103B7B6E6890EE214SpringBehavior ¶

func NewTtCV8SkyLight31PKGSystemStatusIndicatorsSpringP33_87FE1EE3101D9959C103B7B6E6890EE214SpringBehavior() TtCV8SkyLight31PKGSystemStatusIndicatorsSpringP33_87FE1EE3101D9959C103B7B6E6890EE214SpringBehavior

NewTtCV8SkyLight31PKGSystemStatusIndicatorsSpringP33_87FE1EE3101D9959C103B7B6E6890EE214SpringBehavior creates a new TtCV8SkyLight31PKGSystemStatusIndicatorsSpringP33_87FE1EE3101D9959C103B7B6E6890EE214SpringBehavior instance.

func TtCV8SkyLight31PKGSystemStatusIndicatorsSpringP33_87FE1EE3101D9959C103B7B6E6890EE214SpringBehaviorFromID ¶

func TtCV8SkyLight31PKGSystemStatusIndicatorsSpringP33_87FE1EE3101D9959C103B7B6E6890EE214SpringBehaviorFromID(id objc.ID) TtCV8SkyLight31PKGSystemStatusIndicatorsSpringP33_87FE1EE3101D9959C103B7B6E6890EE214SpringBehavior

TtCV8SkyLight31PKGSystemStatusIndicatorsSpringP33_87FE1EE3101D9959C103B7B6E6890EE214SpringBehaviorFromID constructs a TtCV8SkyLight31PKGSystemStatusIndicatorsSpringP33_87FE1EE3101D9959C103B7B6E6890EE214SpringBehavior from an objc.ID.

func (TtCV8SkyLight31PKGSystemStatusIndicatorsSpringP33_87FE1EE3101D9959C103B7B6E6890EE214SpringBehavior) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (TtCV8SkyLight31PKGSystemStatusIndicatorsSpringP33_87FE1EE3101D9959C103B7B6E6890EE214SpringBehavior) Init ¶

Init initializes the instance.

type TtCV8SkyLight31PKGSystemStatusIndicatorsSpringP33_87FE1EE3101D9959C103B7B6E6890EE214SpringBehaviorClass ¶

type TtCV8SkyLight31PKGSystemStatusIndicatorsSpringP33_87FE1EE3101D9959C103B7B6E6890EE214SpringBehaviorClass struct {
	// contains filtered or unexported fields
}

func GetTtCV8SkyLight31PKGSystemStatusIndicatorsSpringP33_87FE1EE3101D9959C103B7B6E6890EE214SpringBehaviorClass ¶

func GetTtCV8SkyLight31PKGSystemStatusIndicatorsSpringP33_87FE1EE3101D9959C103B7B6E6890EE214SpringBehaviorClass() TtCV8SkyLight31PKGSystemStatusIndicatorsSpringP33_87FE1EE3101D9959C103B7B6E6890EE214SpringBehaviorClass

GetTtCV8SkyLight31PKGSystemStatusIndicatorsSpringP33_87FE1EE3101D9959C103B7B6E6890EE214SpringBehaviorClass returns the class object for _TtCV8SkyLight31PKGSystemStatusIndicatorsSpringP33_87FE1EE3101D9959C103B7B6E6890EE214SpringBehavior.

func (TtCV8SkyLight31PKGSystemStatusIndicatorsSpringP33_87FE1EE3101D9959C103B7B6E6890EE214SpringBehaviorClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (TtCV8SkyLight31PKGSystemStatusIndicatorsSpringP33_87FE1EE3101D9959C103B7B6E6890EE214SpringBehaviorClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VoidHandler ¶

type VoidHandler = func()

VoidHandler is the signature for a completion handler block.

Used by:

type WMWindowDelegate ¶

type WMWindowDelegate interface {
	objectivec.IObject
}

WMWindowDelegate protocol.

See: https://developer.apple.com/documentation/SkyLight/WMWindowDelegate

type WMWindowDelegateObject ¶

type WMWindowDelegateObject struct {
	objectivec.Object
}

WMWindowDelegateObject wraps an existing Objective-C object that conforms to the WMWindowDelegate protocol.

func WMWindowDelegateObjectFromID ¶

func WMWindowDelegateObjectFromID(id objc.ID) WMWindowDelegateObject

WMWindowDelegateObjectFromID constructs a WMWindowDelegateObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (WMWindowDelegateObject) BaseObject ¶

func (o WMWindowDelegateObject) BaseObject() objectivec.Object

type WSEventAnnotationParams ¶

type WSEventAnnotationParams struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/WSEventAnnotationParams

func NewWSEventAnnotationParams ¶

func NewWSEventAnnotationParams() WSEventAnnotationParams

NewWSEventAnnotationParams creates a new WSEventAnnotationParams instance.

func WSEventAnnotationParamsFromID ¶

func WSEventAnnotationParamsFromID(id objc.ID) WSEventAnnotationParams

WSEventAnnotationParamsFromID constructs a WSEventAnnotationParams from an objc.ID.

func (WSEventAnnotationParams) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (WSEventAnnotationParams) Init ¶

Init initializes the instance.

func (WSEventAnnotationParams) SetForceRouting ¶

func (w WSEventAnnotationParams) SetForceRouting(value bool)

func (WSEventAnnotationParams) SetNoBackground ¶

func (w WSEventAnnotationParams) SetNoBackground(value bool)

func (WSEventAnnotationParams) SetSetTarget ¶

func (w WSEventAnnotationParams) SetSetTarget(value bool)

func (WSEventAnnotationParams) SetShouldProcessEvent ¶

func (w WSEventAnnotationParams) SetShouldProcessEvent(value bool)

type WSEventAnnotationParamsClass ¶

type WSEventAnnotationParamsClass struct {
	// contains filtered or unexported fields
}

func GetWSEventAnnotationParamsClass ¶

func GetWSEventAnnotationParamsClass() WSEventAnnotationParamsClass

GetWSEventAnnotationParamsClass returns the class object for WSEventAnnotationParams.

func (WSEventAnnotationParamsClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (WSEventAnnotationParamsClass) Class ¶

Class returns the underlying Objective-C class pointer.

type WSEventDeliveryManager ¶

type WSEventDeliveryManager struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/WSEventDeliveryManager

func NewWSEventDeliveryManager ¶

func NewWSEventDeliveryManager() WSEventDeliveryManager

NewWSEventDeliveryManager creates a new WSEventDeliveryManager instance.

func WSEventDeliveryManagerFromID ¶

func WSEventDeliveryManagerFromID(id objc.ID) WSEventDeliveryManager

WSEventDeliveryManagerFromID constructs a WSEventDeliveryManager from an objc.ID.

func (WSEventDeliveryManager) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (WSEventDeliveryManager) Init ¶

Init initializes the instance.

type WSEventDeliveryManagerClass ¶

type WSEventDeliveryManagerClass struct {
	// contains filtered or unexported fields
}

func GetWSEventDeliveryManagerClass ¶

func GetWSEventDeliveryManagerClass() WSEventDeliveryManagerClass

GetWSEventDeliveryManagerClass returns the class object for WSEventDeliveryManager.

func (WSEventDeliveryManagerClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (WSEventDeliveryManagerClass) Class ¶

Class returns the underlying Objective-C class pointer.

type WSEventProcessor ¶

type WSEventProcessor struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/WSEventProcessor

func NewWSEventProcessor ¶

func NewWSEventProcessor() WSEventProcessor

NewWSEventProcessor creates a new WSEventProcessor instance.

func WSEventProcessorFromID ¶

func WSEventProcessorFromID(id objc.ID) WSEventProcessor

WSEventProcessorFromID constructs a WSEventProcessor from an objc.ID.

func (WSEventProcessor) Autorelease ¶

func (w WSEventProcessor) Autorelease() WSEventProcessor

Autorelease adds the receiver to the current autorelease pool.

func (WSEventProcessor) Init ¶

Init initializes the instance.

type WSEventProcessorClass ¶

type WSEventProcessorClass struct {
	// contains filtered or unexported fields
}

func GetWSEventProcessorClass ¶

func GetWSEventProcessorClass() WSEventProcessorClass

GetWSEventProcessorClass returns the class object for WSEventProcessor.

func (WSEventProcessorClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (WSEventProcessorClass) Class ¶

func (wc WSEventProcessorClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type WSGestureEventAnnotationParams ¶

type WSGestureEventAnnotationParams struct {
	WSEventAnnotationParams
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/WSGestureEventAnnotationParams

func NewWSGestureEventAnnotationParams ¶

func NewWSGestureEventAnnotationParams() WSGestureEventAnnotationParams

NewWSGestureEventAnnotationParams creates a new WSGestureEventAnnotationParams instance.

func WSGestureEventAnnotationParamsFromID ¶

func WSGestureEventAnnotationParamsFromID(id objc.ID) WSGestureEventAnnotationParams

WSGestureEventAnnotationParamsFromID constructs a WSGestureEventAnnotationParams from an objc.ID.

func (WSGestureEventAnnotationParams) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (WSGestureEventAnnotationParams) Init ¶

Init initializes the instance.

func (WSGestureEventAnnotationParams) SetGestureStreamState ¶

func (w WSGestureEventAnnotationParams) SetGestureStreamState(value int)

type WSGestureEventAnnotationParamsClass ¶

type WSGestureEventAnnotationParamsClass struct {
	// contains filtered or unexported fields
}

func GetWSGestureEventAnnotationParamsClass ¶

func GetWSGestureEventAnnotationParamsClass() WSGestureEventAnnotationParamsClass

GetWSGestureEventAnnotationParamsClass returns the class object for WSGestureEventAnnotationParams.

func (WSGestureEventAnnotationParamsClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (WSGestureEventAnnotationParamsClass) Class ¶

Class returns the underlying Objective-C class pointer.

type WSGestureEventProcessor ¶

type WSGestureEventProcessor struct {
	WSEventProcessor
}

See: https://developer.apple.com/documentation/SkyLight/WSGestureEventProcessor

func NewWSGestureEventProcessor ¶

func NewWSGestureEventProcessor() WSGestureEventProcessor

NewWSGestureEventProcessor creates a new WSGestureEventProcessor instance.

func WSGestureEventProcessorFromID ¶

func WSGestureEventProcessorFromID(id objc.ID) WSGestureEventProcessor

WSGestureEventProcessorFromID constructs a WSGestureEventProcessor from an objc.ID.

func (WSGestureEventProcessor) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (WSGestureEventProcessor) Init ¶

Init initializes the instance.

type WSGestureEventProcessorClass ¶

type WSGestureEventProcessorClass struct {
	// contains filtered or unexported fields
}

func GetWSGestureEventProcessorClass ¶

func GetWSGestureEventProcessorClass() WSGestureEventProcessorClass

GetWSGestureEventProcessorClass returns the class object for WSGestureEventProcessor.

func (WSGestureEventProcessorClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (WSGestureEventProcessorClass) Annotate_scroll_zoom_eventWindowConnEventRegionIDIsCapturedAnnotationParams ¶

func (_WSGestureEventProcessorClass WSGestureEventProcessorClass) Annotate_scroll_zoom_eventWindowConnEventRegionIDIsCapturedAnnotationParams(annotate_scroll_zoom_event *SLSEventRecordRef, conn uint32, id unsafe.Pointer, captured bool, params objectivec.IObject) int

See: https://developer.apple.com/documentation/SkyLight/WSGestureEventProcessor/annotate_scroll_zoom_event:windowConn:eventRegionID:isCaptured:annotationParams:

func (WSGestureEventProcessorClass) Class ¶

Class returns the underlying Objective-C class pointer.

type WSHIDEventDeliveryManagerServer ¶

type WSHIDEventDeliveryManagerServer struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/WSHIDEventDeliveryManagerServer

func NewWSHIDEventDeliveryManagerServer ¶

func NewWSHIDEventDeliveryManagerServer() WSHIDEventDeliveryManagerServer

NewWSHIDEventDeliveryManagerServer creates a new WSHIDEventDeliveryManagerServer instance.

func WSHIDEventDeliveryManagerServerFromID ¶

func WSHIDEventDeliveryManagerServerFromID(id objc.ID) WSHIDEventDeliveryManagerServer

WSHIDEventDeliveryManagerServerFromID constructs a WSHIDEventDeliveryManagerServer from an objc.ID.

func (WSHIDEventDeliveryManagerServer) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (WSHIDEventDeliveryManagerServer) Init ¶

Init initializes the instance.

type WSHIDEventDeliveryManagerServerClass ¶

type WSHIDEventDeliveryManagerServerClass struct {
	// contains filtered or unexported fields
}

func GetWSHIDEventDeliveryManagerServerClass ¶

func GetWSHIDEventDeliveryManagerServerClass() WSHIDEventDeliveryManagerServerClass

GetWSHIDEventDeliveryManagerServerClass returns the class object for WSHIDEventDeliveryManagerServer.

func (WSHIDEventDeliveryManagerServerClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (WSHIDEventDeliveryManagerServerClass) Class ¶

Class returns the underlying Objective-C class pointer.

type WSHIDEventDeliveryObserverServer ¶

type WSHIDEventDeliveryObserverServer struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/WSHIDEventDeliveryObserverServer

func NewWSHIDEventDeliveryObserverServer ¶

func NewWSHIDEventDeliveryObserverServer() WSHIDEventDeliveryObserverServer

NewWSHIDEventDeliveryObserverServer creates a new WSHIDEventDeliveryObserverServer instance.

func WSHIDEventDeliveryObserverServerFromID ¶

func WSHIDEventDeliveryObserverServerFromID(id objc.ID) WSHIDEventDeliveryObserverServer

WSHIDEventDeliveryObserverServerFromID constructs a WSHIDEventDeliveryObserverServer from an objc.ID.

func (WSHIDEventDeliveryObserverServer) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (WSHIDEventDeliveryObserverServer) Init ¶

Init initializes the instance.

type WSHIDEventDeliveryObserverServerClass ¶

type WSHIDEventDeliveryObserverServerClass struct {
	// contains filtered or unexported fields
}

func GetWSHIDEventDeliveryObserverServerClass ¶

func GetWSHIDEventDeliveryObserverServerClass() WSHIDEventDeliveryObserverServerClass

GetWSHIDEventDeliveryObserverServerClass returns the class object for WSHIDEventDeliveryObserverServer.

func (WSHIDEventDeliveryObserverServerClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (WSHIDEventDeliveryObserverServerClass) Class ¶

Class returns the underlying Objective-C class pointer.

type WSHIDEventDeliveryObserverService ¶

type WSHIDEventDeliveryObserverService struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/WSHIDEventDeliveryObserverService

func NewWSHIDEventDeliveryObserverService ¶

func NewWSHIDEventDeliveryObserverService() WSHIDEventDeliveryObserverService

NewWSHIDEventDeliveryObserverService creates a new WSHIDEventDeliveryObserverService instance.

func WSHIDEventDeliveryObserverServiceFromID ¶

func WSHIDEventDeliveryObserverServiceFromID(id objc.ID) WSHIDEventDeliveryObserverService

WSHIDEventDeliveryObserverServiceFromID constructs a WSHIDEventDeliveryObserverService from an objc.ID.

func (WSHIDEventDeliveryObserverService) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (WSHIDEventDeliveryObserverService) Init ¶

Init initializes the instance.

type WSHIDEventDeliveryObserverServiceClass ¶

type WSHIDEventDeliveryObserverServiceClass struct {
	// contains filtered or unexported fields
}

func GetWSHIDEventDeliveryObserverServiceClass ¶

func GetWSHIDEventDeliveryObserverServiceClass() WSHIDEventDeliveryObserverServiceClass

GetWSHIDEventDeliveryObserverServiceClass returns the class object for WSHIDEventDeliveryObserverService.

func (WSHIDEventDeliveryObserverServiceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (WSHIDEventDeliveryObserverServiceClass) Class ¶

Class returns the underlying Objective-C class pointer.

type WSHIDIncomingServiceConnectionManager ¶

type WSHIDIncomingServiceConnectionManager struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/WSHIDIncomingServiceConnectionManager

func NewWSHIDIncomingServiceConnectionManager ¶

func NewWSHIDIncomingServiceConnectionManager() WSHIDIncomingServiceConnectionManager

NewWSHIDIncomingServiceConnectionManager creates a new WSHIDIncomingServiceConnectionManager instance.

func WSHIDIncomingServiceConnectionManagerFromID ¶

func WSHIDIncomingServiceConnectionManagerFromID(id objc.ID) WSHIDIncomingServiceConnectionManager

WSHIDIncomingServiceConnectionManagerFromID constructs a WSHIDIncomingServiceConnectionManager from an objc.ID.

func (WSHIDIncomingServiceConnectionManager) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (WSHIDIncomingServiceConnectionManager) CanQueue_appendDescriptionToStream ¶ added in v0.6.0

func (w WSHIDIncomingServiceConnectionManager) CanQueue_appendDescriptionToStream() bool

CanQueue_appendDescriptionToStream reports whether the receiver responds to the private selector _queue_appendDescriptionToStream:.

func (WSHIDIncomingServiceConnectionManager) CanQueue_deliveryManagerForAuditToken ¶ added in v0.6.0

func (w WSHIDIncomingServiceConnectionManager) CanQueue_deliveryManagerForAuditToken() bool

CanQueue_deliveryManagerForAuditToken reports whether the receiver responds to the private selector _queue_deliveryManagerForAuditToken:.

func (WSHIDIncomingServiceConnectionManager) CanQueue_description ¶ added in v0.6.0

func (w WSHIDIncomingServiceConnectionManager) CanQueue_description() bool

CanQueue_description reports whether the receiver responds to the private selector _queue_description.

func (WSHIDIncomingServiceConnectionManager) CanQueue_eventDeliveryObserverServiceForAuditToken ¶ added in v0.6.0

func (w WSHIDIncomingServiceConnectionManager) CanQueue_eventDeliveryObserverServiceForAuditToken() bool

CanQueue_eventDeliveryObserverServiceForAuditToken reports whether the receiver responds to the private selector _queue_eventDeliveryObserverServiceForAuditToken:.

func (WSHIDIncomingServiceConnectionManager) Init ¶

Init initializes the instance.

func (WSHIDIncomingServiceConnectionManager) Queue_appendDescriptionToStream ¶

func (w WSHIDIncomingServiceConnectionManager) Queue_appendDescriptionToStream(stream objectivec.IObject) error

Queue_appendDescriptionToStream is an exported wrapper for the private method _queue_appendDescriptionToStream.

func (WSHIDIncomingServiceConnectionManager) Queue_deliveryManagerForAuditToken ¶

func (w WSHIDIncomingServiceConnectionManager) Queue_deliveryManagerForAuditToken(token objectivec.IObject) (objectivec.IObject, error)

Queue_deliveryManagerForAuditToken is an exported wrapper for the private method _queue_deliveryManagerForAuditToken.

func (WSHIDIncomingServiceConnectionManager) Queue_description ¶

Queue_description is an exported wrapper for the private method _queue_description.

func (WSHIDIncomingServiceConnectionManager) Queue_eventDeliveryObserverServiceForAuditToken ¶

func (w WSHIDIncomingServiceConnectionManager) Queue_eventDeliveryObserverServiceForAuditToken(token objectivec.IObject) (objectivec.IObject, error)

Queue_eventDeliveryObserverServiceForAuditToken is an exported wrapper for the private method _queue_eventDeliveryObserverServiceForAuditToken.

type WSHIDIncomingServiceConnectionManagerClass ¶

type WSHIDIncomingServiceConnectionManagerClass struct {
	// contains filtered or unexported fields
}

func GetWSHIDIncomingServiceConnectionManagerClass ¶

func GetWSHIDIncomingServiceConnectionManagerClass() WSHIDIncomingServiceConnectionManagerClass

GetWSHIDIncomingServiceConnectionManagerClass returns the class object for WSHIDIncomingServiceConnectionManager.

func (WSHIDIncomingServiceConnectionManagerClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (WSHIDIncomingServiceConnectionManagerClass) Class ¶

Class returns the underlying Objective-C class pointer.

type WSKeyEventProcessor ¶

type WSKeyEventProcessor struct {
	WSEventProcessor
}

See: https://developer.apple.com/documentation/SkyLight/WSKeyEventProcessor

func NewWSKeyEventProcessor ¶

func NewWSKeyEventProcessor() WSKeyEventProcessor

NewWSKeyEventProcessor creates a new WSKeyEventProcessor instance.

func WSKeyEventProcessorFromID ¶

func WSKeyEventProcessorFromID(id objc.ID) WSKeyEventProcessor

WSKeyEventProcessorFromID constructs a WSKeyEventProcessor from an objc.ID.

func (WSKeyEventProcessor) Autorelease ¶

func (w WSKeyEventProcessor) Autorelease() WSKeyEventProcessor

Autorelease adds the receiver to the current autorelease pool.

func (WSKeyEventProcessor) Init ¶

Init initializes the instance.

type WSKeyEventProcessorClass ¶

type WSKeyEventProcessorClass struct {
	// contains filtered or unexported fields
}

func GetWSKeyEventProcessorClass ¶

func GetWSKeyEventProcessorClass() WSKeyEventProcessorClass

GetWSKeyEventProcessorClass returns the class object for WSKeyEventProcessor.

func (WSKeyEventProcessorClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (WSKeyEventProcessorClass) Class ¶

func (wc WSKeyEventProcessorClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type WSMainThreadBlockHoist ¶

type WSMainThreadBlockHoist struct {
}

WSMainThreadBlockHoist

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/SkyLight/WSMainThreadBlockHoist

type WSMouseEventProcessor ¶

type WSMouseEventProcessor struct {
	WSEventProcessor
}

See: https://developer.apple.com/documentation/SkyLight/WSMouseEventProcessor

func NewWSMouseEventProcessor ¶

func NewWSMouseEventProcessor() WSMouseEventProcessor

NewWSMouseEventProcessor creates a new WSMouseEventProcessor instance.

func WSMouseEventProcessorFromID ¶

func WSMouseEventProcessorFromID(id objc.ID) WSMouseEventProcessor

WSMouseEventProcessorFromID constructs a WSMouseEventProcessor from an objc.ID.

func (WSMouseEventProcessor) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (WSMouseEventProcessor) Init ¶

Init initializes the instance.

type WSMouseEventProcessorClass ¶

type WSMouseEventProcessorClass struct {
	// contains filtered or unexported fields
}

func GetWSMouseEventProcessorClass ¶

func GetWSMouseEventProcessorClass() WSMouseEventProcessorClass

GetWSMouseEventProcessorClass returns the class object for WSMouseEventProcessor.

func (WSMouseEventProcessorClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (WSMouseEventProcessorClass) Class ¶

Class returns the underlying Objective-C class pointer.

type WSSLSToHIDEventTranslator ¶

type WSSLSToHIDEventTranslator struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/_WSSLSToHIDEventTranslator

func NewWSSLSToHIDEventTranslator ¶

func NewWSSLSToHIDEventTranslator() WSSLSToHIDEventTranslator

NewWSSLSToHIDEventTranslator creates a new WSSLSToHIDEventTranslator instance.

func WSSLSToHIDEventTranslatorFromID ¶

func WSSLSToHIDEventTranslatorFromID(id objc.ID) WSSLSToHIDEventTranslator

WSSLSToHIDEventTranslatorFromID constructs a WSSLSToHIDEventTranslator from an objc.ID.

func (WSSLSToHIDEventTranslator) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (WSSLSToHIDEventTranslator) Init ¶

Init initializes the instance.

type WSSLSToHIDEventTranslatorClass ¶

type WSSLSToHIDEventTranslatorClass struct {
	// contains filtered or unexported fields
}

func GetWSSLSToHIDEventTranslatorClass ¶

func GetWSSLSToHIDEventTranslatorClass() WSSLSToHIDEventTranslatorClass

GetWSSLSToHIDEventTranslatorClass returns the class object for _WSSLSToHIDEventTranslator.

func (WSSLSToHIDEventTranslatorClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (WSSLSToHIDEventTranslatorClass) Class ¶

Class returns the underlying Objective-C class pointer.

type WSSidecar2EventProcessor ¶

type WSSidecar2EventProcessor struct {
	WSGestureEventProcessor
}

See: https://developer.apple.com/documentation/SkyLight/WSSidecar2EventProcessor

func NewWSSidecar2EventProcessor ¶

func NewWSSidecar2EventProcessor() WSSidecar2EventProcessor

NewWSSidecar2EventProcessor creates a new WSSidecar2EventProcessor instance.

func WSSidecar2EventProcessorFromID ¶

func WSSidecar2EventProcessorFromID(id objc.ID) WSSidecar2EventProcessor

WSSidecar2EventProcessorFromID constructs a WSSidecar2EventProcessor from an objc.ID.

func (WSSidecar2EventProcessor) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (WSSidecar2EventProcessor) Init ¶

Init initializes the instance.

type WSSidecar2EventProcessorClass ¶

type WSSidecar2EventProcessorClass struct {
	// contains filtered or unexported fields
}

func GetWSSidecar2EventProcessorClass ¶

func GetWSSidecar2EventProcessorClass() WSSidecar2EventProcessorClass

GetWSSidecar2EventProcessorClass returns the class object for WSSidecar2EventProcessor.

func (WSSidecar2EventProcessorClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (WSSidecar2EventProcessorClass) Class ¶

Class returns the underlying Objective-C class pointer.

type WSStructuralRegion ¶

type WSStructuralRegion struct {
}

WSStructuralRegion

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/SkyLight/WSStructuralRegion

type WSSystemDefinedEventProcessor ¶

type WSSystemDefinedEventProcessor struct {
	WSEventProcessor
}

See: https://developer.apple.com/documentation/SkyLight/WSSystemDefinedEventProcessor

func NewWSSystemDefinedEventProcessor ¶

func NewWSSystemDefinedEventProcessor() WSSystemDefinedEventProcessor

NewWSSystemDefinedEventProcessor creates a new WSSystemDefinedEventProcessor instance.

func WSSystemDefinedEventProcessorFromID ¶

func WSSystemDefinedEventProcessorFromID(id objc.ID) WSSystemDefinedEventProcessor

WSSystemDefinedEventProcessorFromID constructs a WSSystemDefinedEventProcessor from an objc.ID.

func (WSSystemDefinedEventProcessor) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (WSSystemDefinedEventProcessor) Init ¶

Init initializes the instance.

type WSSystemDefinedEventProcessorClass ¶

type WSSystemDefinedEventProcessorClass struct {
	// contains filtered or unexported fields
}

func GetWSSystemDefinedEventProcessorClass ¶

func GetWSSystemDefinedEventProcessorClass() WSSystemDefinedEventProcessorClass

GetWSSystemDefinedEventProcessorClass returns the class object for WSSystemDefinedEventProcessor.

func (WSSystemDefinedEventProcessorClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (WSSystemDefinedEventProcessorClass) Class ¶

Class returns the underlying Objective-C class pointer.

type WSTouchBarEventProcessor ¶

type WSTouchBarEventProcessor struct {
	WSEventProcessor
}

See: https://developer.apple.com/documentation/SkyLight/WSTouchBarEventProcessor

func NewWSTouchBarEventProcessor ¶

func NewWSTouchBarEventProcessor() WSTouchBarEventProcessor

NewWSTouchBarEventProcessor creates a new WSTouchBarEventProcessor instance.

func WSTouchBarEventProcessorFromID ¶

func WSTouchBarEventProcessorFromID(id objc.ID) WSTouchBarEventProcessor

WSTouchBarEventProcessorFromID constructs a WSTouchBarEventProcessor from an objc.ID.

func (WSTouchBarEventProcessor) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (WSTouchBarEventProcessor) Init ¶

Init initializes the instance.

type WSTouchBarEventProcessorClass ¶

type WSTouchBarEventProcessorClass struct {
	// contains filtered or unexported fields
}

func GetWSTouchBarEventProcessorClass ¶

func GetWSTouchBarEventProcessorClass() WSTouchBarEventProcessorClass

GetWSTouchBarEventProcessorClass returns the class object for WSTouchBarEventProcessor.

func (WSTouchBarEventProcessorClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (WSTouchBarEventProcessorClass) Class ¶

Class returns the underlying Objective-C class pointer.

type WSUberEventProcessor ¶

type WSUberEventProcessor struct {
	objectivec.Object
}

Methods ¶

See: https://developer.apple.com/documentation/SkyLight/WSUberEventProcessor

func NewWSUberEventProcessor ¶

func NewWSUberEventProcessor() WSUberEventProcessor

NewWSUberEventProcessor creates a new WSUberEventProcessor instance.

func WSUberEventProcessorFromID ¶

func WSUberEventProcessorFromID(id objc.ID) WSUberEventProcessor

WSUberEventProcessorFromID constructs a WSUberEventProcessor from an objc.ID.

func (WSUberEventProcessor) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (WSUberEventProcessor) Init ¶

Init initializes the instance.

type WSUberEventProcessorClass ¶

type WSUberEventProcessorClass struct {
	// contains filtered or unexported fields
}

func GetWSUberEventProcessorClass ¶

func GetWSUberEventProcessorClass() WSUberEventProcessorClass

GetWSUberEventProcessorClass returns the class object for WSUberEventProcessor.

func (WSUberEventProcessorClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (WSUberEventProcessorClass) Class ¶

Class returns the underlying Objective-C class pointer.

Source Files ¶

Jump to

Keyboard shortcuts

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