Platforms to show: All Mac Windows Linux Cross-Platform
The plugin MBS MacFrameworks Plugin:
- class BlockMBS
- method GetBlockV(tag as variant = nil) as Integer
- method GetBlockVI(tag as variant = nil) as Integer
- method GetBlockVII(tag as variant = nil) as Integer
- method GetBlockVIII(tag as variant = nil) as Integer
- method GetBlockVIIII(tag as variant = nil) as Integer
- method GetBlockB(tag as variant = nil) as Integer
- method GetBlockBI(tag as variant = nil) as Integer
- method GetBlockBII(tag as variant = nil) as Integer
- method GetBlockBIII(tag as variant = nil) as Integer
- method GetBlockBIIII(tag as variant = nil) as Integer
- method Close
- property AsyncBoolResult as Boolean
- property Synchronous as Boolean
- event BlockV(Async_ as boolean, tag as variant)
- event BlockVI(Async_ as boolean, tag as variant, value as Integer)
- event BlockVII(Async_ as boolean, tag as variant, value1 as Integer, value2 as Integer)
- event BlockVIII(Async_ as boolean, tag as variant, value1 as Integer, value2 as Integer, value3 as Integer)
- event BlockVIIII(Async_ as boolean, tag as variant, value1 as Integer, value2 as Integer, value3 as Integer, value4 as Integer)
- event BlockB(Async_ as boolean, tag as variant) as boolean
- event BlockBI(Async_ as boolean, tag as variant, value as Integer) as boolean
- event BlockBII(Async_ as boolean, tag as variant, value1 as Integer, value2 as Integer) as boolean
- event BlockBIII(Async_ as boolean, tag as variant, value1 as Integer, value2 as Integer, value3 as Integer) as boolean
- event BlockBIIII(Async_ as boolean, tag as variant, value1 as Integer, value2 as Integer, value3 as Integer, value4 as Integer) as boolean
- class CalAlarmMBS
- method Constructor
- method triggerDateRelativeTo(currentdate as date) as date
- property Action as String
- property Sound as String
- property EmailAddress as String
- property relativeTrigger as Double
- property URL as String
- property relatedTo as String
- property absoluteTrigger as Date
- property acknowledged as Date
- class CalAttendeeMBS
- class CalCalendarItemMBS
- method Constructor
- method hasAlarm as Boolean
- method nextAlarmDate as date
- method alarms as CalAlarmMBS()
- method setalarms(alarms() as CalAlarmMBS)
- method addAlarm(alarm as CalAlarmMBS)
- method removeAlarm(alarm as CalAlarmMBS)
- method addAlarms(alarms() as CalAlarmMBS)
- method removeAlarms(alarms() as CalAlarmMBS)
- method Show
- property Handle as Integer
- property Notes as String
- property Title as String
- property URL as String
- property UID as String
- property dateStamp as Date
- property calendar as CalCalendarMBS
- class CalCalendarMBS
- class CalCalendarStoreMBS
- method calendars as CalCalendarMBS()
- method calendarWithTitle(Title as string) as CalCalendarMBS
- method calendarWithUID(UID as string) as CalCalendarMBS
- method events(StartDate as date, EndDate as date, calendars() as CalCalendarMBS) as CalEventMBS()
- method events(StartDate as date, EndDate as date, eventUID as string, calendars() as CalCalendarMBS) as CalEventMBS()
- method events(StartDate as date, EndDate as date, calendar as CalCalendarMBS) as CalEventMBS()
- method events(StartDate as date, EndDate as date, eventUID as string, calendar as CalCalendarMBS) as CalEventMBS()
- method events(StartDate as date, EndDate as date) as CalEventMBS()
- method events(StartDate as date, EndDate as date, eventUID as string) as CalEventMBS()
- method eventsMT(StartDate as date, EndDate as date, calendars() as CalCalendarMBS = nil) as CalEventMBS()
- method eventWithUID(UID as string, occurrence as date) as CalEventMBS
- method removeCalendar(calendar as CalCalendarMBS, byref error as NSErrorMBS) as boolean
- method removeEvent(theEvent as CalEventMBS, span as integer, byref error as NSErrorMBS) as boolean
- method removeTask(task as CalTaskMBS, byref error as NSErrorMBS) as boolean
- method saveCalendar(calendar as CalCalendarMBS, byref error as NSErrorMBS) as boolean
- method saveEvent(theEvent as CalEventMBS, span as integer, byref error as NSErrorMBS) as boolean
- method saveTask(task as CalTaskMBS, byref error as NSErrorMBS) as boolean
- method tasks(calendars() as CalCalendarMBS) as CalTaskMBS()
- method tasks(calendar as CalCalendarMBS) as CalTaskMBS()
- method tasks as CalTaskMBS()
- method TasksCompletedSince(completedSince as date, calendars() as CalCalendarMBS) as CalTaskMBS()
- method TasksCompletedSince(completedSince as date, calendar as CalCalendarMBS) as CalTaskMBS()
- method TasksCompletedSince(completedSince as date) as CalTaskMBS()
- method taskWithUID(UID as string) as CalTaskMBS
- method Constructor
- method UncompletedTasks(calendars() as CalCalendarMBS) as CalTaskMBS()
- method UncompletedTasks(calendar as CalCalendarMBS) as CalTaskMBS()
- method UncompletedTasks as CalTaskMBS()
- method UncompletedTasksDueBefore(dueDate as date, calendars() as CalCalendarMBS) as CalTaskMBS()
- method UncompletedTasksDueBefore(dueDate as date, calendar as CalCalendarMBS) as CalTaskMBS()
- method UncompletedTasksDueBefore(dueDate as date) as CalTaskMBS()
- property Handle as Integer
- event CalendarsChanged(Externally as boolean, InsertedRecords() as string, UpdatedRecords() as string, DeletedRecords() as string)
- event EventsChanged(Externally as boolean, InsertedRecords() as string, UpdatedRecords() as string, DeletedRecords() as string)
- event TasksChanged(Externally as boolean, InsertedRecords() as string, UpdatedRecords() as string, DeletedRecords() as string)
- class CalEventMBS
- method setStartDate(d as date, tz as NSTimeZoneMBS)
- method setEndDate(d as date, tz as NSTimeZoneMBS)
- method attendees as CalAttendeeMBS()
- method Constructor
- property location as String
- property isAllDay as Boolean
- property isDetached as Boolean
- property occurrence as Date
- property startDate as Date
- property endDate as Date
- property recurrenceRule as CalRecurrenceRuleMBS
- class CalNthWeekDayMBS
- class CalRecurrenceEndMBS
- class CalRecurrenceRuleMBS
- method daysOfTheWeek as Integer()
- method daysOfTheMonth as Integer()
- method monthsOfTheYear as Integer()
- method nthWeekDaysOfTheMonth as CalNthWeekDayMBS()
- method Constructor
- property Handle as Integer
- property firstDayOfTheWeek as Integer
- property recurrenceInterval as Integer
- property recurrenceType as Integer
- property recurrenceEnd as CalRecurrenceEndMBS
- shared method initDailyRecurrence(interval as integer, RecurrenceEnd as CalRecurrenceEndMBS) as CalRecurrenceRuleMBS
- shared method initWeeklyRecurrence(interval as integer, RecurrenceEnd as CalRecurrenceEndMBS) as CalRecurrenceRuleMBS
- shared method initWeeklyRecurrence(interval as integer, DaysOfTheWeek() as integer, RecurrenceEnd as CalRecurrenceEndMBS) as CalRecurrenceRuleMBS
- shared method initMonthlyRecurrence(interval as integer, RecurrenceEnd as CalRecurrenceEndMBS) as CalRecurrenceRuleMBS
- shared method initMonthlyRecurrence(interval as integer, DaysOfTheMonth() as integer, RecurrenceEnd as CalRecurrenceEndMBS) as CalRecurrenceRuleMBS
- shared method initMonthlyRecurrence(interval as integer, DayOfTheWeek as integer, WeekOfTheMonth as integer, RecurrenceEnd as CalRecurrenceEndMBS) as CalRecurrenceRuleMBS
- shared method initYearlyRecurrence(interval as integer, RecurrenceEnd as CalRecurrenceEndMBS) as CalRecurrenceRuleMBS
- shared method initYearlyRecurrence(interval as integer, MonthsOfTheYear() as integer, RecurrenceEnd as CalRecurrenceEndMBS) as CalRecurrenceRuleMBS
- shared method initYearlyRecurrence(interval as integer, DayOfTheWeek as integer, WeekOfTheMonth as integer, MonthsOfTheYear() as integer, RecurrenceEnd as CalRecurrenceEndMBS) as CalRecurrenceRuleMBS
- class CalTaskMBS
- class CBGroupIdentityMBS
- class CBIdentityAuthorityMBS
- method CSIdentityAuthority as variant
- method Constructor
- method localizedName as string
- property Handle as Integer
- shared method identityAuthorityWithCSIdentityAuthority(CSIdentityAuthority as variant) as CBIdentityMBS
- shared method localIdentityAuthority as CBIdentityAuthorityMBS
- shared method managedIdentityAuthority as CBIdentityAuthorityMBS
- shared method defaultIdentityAuthority as CBIdentityAuthorityMBS
- shared method Available as Boolean
- class CBIdentityMBS
- method CSIdentity as variant
- method Constructor
- method UUIDString as string
- method fullName as string
- method posixName as string
- method emailAddress as string
- method isHidden as boolean
- method aliases as string()
- method isMemberOfGroup(g as CBGroupIdentityMBS) as boolean
- method image as NSImageMBS
- method persistentReference as MemoryBlock
- method authority as CBIdentityAuthorityMBS
- method copy as CBIdentityMBS
- property Handle as Integer
- shared method identityWithPersistentReference(ref as Memoryblock) as CBUserIdentityMBS
- shared method identityWithUUIDString(uuid as string, authority as CBIdentityAuthorityMBS) as CBUserIdentityMBS
- shared method identityWithName(name as string, authority as CBIdentityAuthorityMBS) as CBUserIdentityMBS
- shared method identityWithCSIdentity(CSIdentity as variant) as CBIdentityMBS
- shared method Available as Boolean
- class CBIdentityPickerMBS
- method runModalForWindow(win as window)
- method identities as CBIdentityMBS()
- method runModal as integer
- method Constructor
- method runModalForWindow(win as DesktopWindow)
- property title as string
- property allowsMultipleSelection as boolean
- property Handle as Integer
- shared method Available as Boolean
- event identityPickerDidEnd(returnCode as integer)
- class CBUserIdentityMBS
- class CLCommandQueueMBS
- method EnqueueNativeKernel(FunctionPtr as ptr, args as memoryblock, argsSize as integer, NumberOfMemoryObjects as integer, MemList as memoryblock, ArgsMemoryLocations as memoryblock, EventWaitList() as CLEventMBS, byref outEvent as CLEventMBS)
- method EnqueueNativeKernel(FunctionPtr as ptr, args as memoryblock, argsSize as integer, NumberOfMemoryObjects as integer, MemList as memoryblock, ArgsMemoryLocations as memoryblock)
- method EnqueueWritePicture(image as CLMemMBS, sourceOriginX as integer, sourceOriginY as integer, RegionWidth as integer, RegionHeight as integer, pic as picture)
- method EnqueueReadPicture(image as CLMemMBS, sourceOriginX as integer, sourceOriginY as integer, RegionWidth as integer, RegionHeight as integer, pic as picture)
- method EnqueueMapImage(image as CLMemMBS, BlockingMap as boolean, MapFlags as integer, sourceOriginX as integer, sourceOriginY as integer, sourceOriginZ as integer, RegionWidth as integer, RegionHeight as integer, RegionDepth as integer, byref RowPitch as integer, byref SlicePitch as integer, EventWaitList() as CLEventMBS, byref outEvent as CLEventMBS) as memoryblock
- method EnqueueMapImage(image as CLMemMBS, MapFlags as integer, sourceOriginX as integer, sourceOriginY as integer, sourceOriginZ as integer, RegionWidth as integer, RegionHeight as integer, RegionDepth as integer, byref RowPitch as integer, byref SlicePitch as integer) as memoryblock
- method EnqueueMapBuffer(buffer as CLMemMBS, BlockingMap as boolean, MapFlags as integer, offset as integer, size as integer, EventWaitList() as CLEventMBS, byref outEvent as CLEventMBS) as memoryblock
- method EnqueueMapBuffer(buffer as CLMemMBS, MapFlags as integer, offset as integer, size as integer) as memoryblock
- method EnqueueUnmapMemObject(buffer as CLMemMBS, mem as Memoryblock, EventWaitList() as CLEventMBS, byref outEvent as CLEventMBS)
- method EnqueueUnmapMemObject(buffer as CLMemMBS, mem as Memoryblock)
- method EnqueueWriteImage(image as CLMemMBS, BlockingWrite as boolean, sourceOriginX as integer, sourceOriginY as integer, sourceOriginZ as integer, RegionWidth as integer, RegionHeight as integer, RegionDepth as integer, RowPitch as integer, SlicePitch as integer, mem as Memoryblock, EventWaitList() as CLEventMBS, byref outEvent as CLEventMBS)
- method EnqueueWriteImage(image as CLMemMBS,sourceOriginX as integer, sourceOriginY as integer, sourceOriginZ as integer, RegionWidth as integer, RegionHeight as integer, RegionDepth as integer, RowPitch as integer, SlicePitch as integer, mem as Memoryblock)
- method EnqueueReadImage(image as CLMemMBS, BlockingRead as boolean, sourceOriginX as integer, sourceOriginY as integer, sourceOriginZ as integer, RegionWidth as integer, RegionHeight as integer, RegionDepth as integer, RowPitch as integer, SlicePitch as integer, mem as Memoryblock, EventWaitList() as CLEventMBS, byref outEvent as CLEventMBS)
- method EnqueueReadImage(image as CLMemMBS, sourceOriginX as integer, sourceOriginY as integer, sourceOriginZ as integer, RegionWidth as integer, RegionHeight as integer, RegionDepth as integer, RowPitch as integer, SlicePitch as integer, mem as Memoryblock)
- method EnqueueCopyBufferToImage(sourceBuffer as CLMemMBS, destImage as CLMemMBS, sourceOffset as integer, destOriginX as integer, destOriginY as integer, destOriginZ as integer, RegionWidth as integer, RegionHeight as integer, RegionDepth as integer, EventWaitList() as CLEventMBS, byref outEvent as CLEventMBS)
- method EnqueueCopyBufferToImage(sourceBuffer as CLMemMBS, destImage as CLMemMBS, sourceOffset as integer, destOriginX as integer, destOriginY as integer, destOriginZ as integer, RegionWidth as integer, RegionHeight as integer, RegionDepth as integer)
- method EnqueueCopyImageToBuffer(sourceImage as CLMemMBS, destBuffer as CLMemMBS, sourceOriginX as integer, sourceOriginY as integer, sourceOriginZ as integer, RegionWidth as integer, RegionHeight as integer, RegionDepth as integer, destOffset as integer, EventWaitList() as CLEventMBS, byref outEvent as CLEventMBS)
- method EnqueueCopyImageToBuffer(sourceImage as CLMemMBS, destBuffer as CLMemMBS, sourceOriginX as integer, sourceOriginY as integer, sourceOriginZ as integer, RegionWidth as integer, RegionHeight as integer, RegionDepth as integer, destOffset as integer)
- method EnqueueCopyImage(sourceImage as CLMemMBS, destImage as CLMemMBS, sourceOriginX as integer, sourceOriginY as integer, sourceOriginZ as integer, destOriginX as integer, destOriginY as integer, destOriginZ as integer, RegionWidth as integer, RegionHeight as integer, RegionDepth as integer, EventWaitList() as CLEventMBS, byref outEvent as CLEventMBS)
- method EnqueueCopyImage(sourceImage as CLMemMBS, destImage as CLMemMBS, sourceOriginX as integer, sourceOriginY as integer, sourceOriginZ as integer, destOriginX as integer, destOriginY as integer, destOriginZ as integer, RegionWidth as integer, RegionHeight as integer, RegionDepth as integer)
- method Properties as UInt32
- method ReferenceCount as UInt32
- method Context as CLContextMBS
- method Device as CLDeviceMBS
- method EnqueueTask(kernel as CLKernelMBS, EventWaitList() as CLEventMBS, byref outEvent as CLEventMBS)
- method EnqueueTask(kernel as CLKernelMBS)
- method EnqueueBarrier
- method EnqueueMarker(byref outEvent as CLEventMBS)
- method EnqueueWaitForEvents(EventWaitList() as CLEventMBS)
- method EnqueueCopyBuffer(sourceBuffer as CLMemMBS, destBuffer as CLMemMBS, sourceOffset as integer, destOffset as integer, size as integer, EventWaitList() as CLEventMBS, byref outEvent as CLEventMBS)
- method EnqueueCopyBuffer(sourceBuffer as CLMemMBS, destBuffer as CLMemMBS, sourceOffset as integer, destOffset as integer, size as integer)
- method EnqueueNDRangeKernel(kernel as CLKernelMBS, GlobalWorkSize as integer, LocalWorkSize as integer, EventWaitList() as CLEventMBS, byref outEvent as CLEventMBS)
- method EnqueueNDRangeKernel(kernel as CLKernelMBS, GlobalWorkSize as integer, LocalWorkSize as integer)
- method EnqueueReadBuffer(buffer as CLMemMBS, BlockingRead as boolean, offset as integer, size as integer, mem as Memoryblock, EventWaitList() as CLEventMBS, byref outEvent as CLEventMBS)
- method EnqueueReadBuffer(buffer as CLMemMBS, offset as integer, size as integer, mem as Memoryblock)
- method EnqueueWriteBuffer(buffer as CLMemMBS, BlockingWrite as boolean, offset as integer, size as integer, mem as Memoryblock, EventWaitList() as CLEventMBS, byref outEvent as CLEventMBS)
- method EnqueueWriteBuffer(buffer as CLMemMBS, offset as integer, size as integer, mem as Memoryblock)
- method Flush
- method Finish
- method Constructor(context as CLContextMBS, device as CLDeviceMBS, flags as integer = 0)
- property Handle as Integer
- property LastError as Integer
- class CLContextMBS
- method GetSupportedImageFormats(flags as UInt64, type as UInt32) as CLImageFormatMBS()
- method ReferenceCount as UInt32
- method Constructor(Platform as CLPlatformMBS, Devices() as CLDeviceMBS, ErrorHandlerMode as integer = 0)
- method Constructor(Devices() as CLDeviceMBS, ErrorHandlerMode as integer = 0)
- method Constructor(Platform as CLPlatformMBS, Device as CLDeviceMBS, ErrorHandlerMode as integer = 0)
- method Constructor(Device as CLDeviceMBS, ErrorHandlerMode as integer = 0)
- method Constructor(Platform as CLPlatformMBS, DeviceType as integer, ErrorHandlerMode as integer = 0)
- method Constructor(DeviceType as integer, ErrorHandlerMode as integer = 0)
- method Devices as CLDeviceMBS()
- property Handle as Integer
- property LastError as Integer
- class CLDeviceMBS
- method AddressBits as UInt32
- method Available as Boolean
- method CompilerAvailable as Boolean
- method EndianLittle as Boolean
- method ErrorCorrectionSupport as Boolean
- method GlobalMemoryCacheSize as UInt64
- method Extensions as String
- method Name as String
- method Profile as String
- method Vendor as String
- method DeviceVersion as String
- method DriverVersion as String
- method VendorID as UInt32
- method Platform as CLPlatformMBS
- method ImageSupport as Boolean
- method DeviceType as UInt64
- method MaxClockFrequency as UInt32
- method MaxComputeUnits as UInt32
- method MaxConstantArgs as UInt32
- method MaxReadImageArgs as UInt32
- method MaxSamplers as UInt32
- method GlobalMemoryCacheLineSize as UInt32
- method PreferredVectorWidthChar as UInt32
- method PreferredVectorWidthShort as UInt32
- method PreferredVectorWidthInt as UInt32
- method PreferredVectorWidthLong as UInt32
- method PreferredVectorWidthFloat as UInt32
- method PreferredVectorWidthDouble as UInt32
- method Image2DMaxHeight as UInt32
- method Image2DMaxWidth as UInt32
- method Image3DMaxDepth as UInt32
- method Image3DMaxWidth as UInt32
- method Image3DMaxHeight as UInt32
- method MaxParameterSize as UInt32
- method MaxWorkGroupSize as UInt32
- method ProfilingTimerResolution as UInt32
- method LocalMemType as UInt32
- method MaxConstantBufferSize as UInt64
- method MaxMemoryAllocSize as UInt64
- method MemoryBaseAddressAlign as UInt32
- method MinDataTypeAlignSize as UInt32
- method GlobalMemoryCacheType as UInt32
- method GlobalMemorySize as UInt64
- method LocalMemorySize as UInt64
- method ExecutionCapabilities as UInt64
- method SingleFPConfig as UInt64
- method QueueProperties as UInt64
- method MaxWriteImageArgs as UInt32
- method MaxWorkItemDimensions as UInt32
- property Handle as Integer
- property LastError as Integer
- class CLEventMBS
- method CommandQueue as CLCommandQueueMBS
- method CommandType as UInt32
- method ReferenceCount as UInt32
- method CommandExecutionStatus as Integer
- method ProfilingCommandQueued as UInt64
- method ProfilingCommandSubmit as UInt64
- method ProfilingCommandStart as UInt64
- method ProfilingCommandEnd as UInt64
- property Handle as Integer
- property LastError as Integer
- class CLGeocodeCompletionHandlerMBS
- class CLGeocoderMBS
- method Constructor
- method cancelGeocode
- method isGeocoding as boolean
- method reverseGeocodeLocation(location as CLLocationMBS, completionHandler as CLGeocodeCompletionHandlerMBS, tag as variant = nil)
- method reverseGeocodeLocation(location as CLLocationMBS, preferredLocale as NSLocaleMBS, completionHandler as CLGeocodeCompletionHandlerMBS, tag as variant = nil)
- method geocodeAddressDictionary(addressDictionary as Dictionary, completionHandler as CLGeocodeCompletionHandlerMBS, tag as variant = nil)
- method geocodeAddressString(addressString as string, completionHandler as CLGeocodeCompletionHandlerMBS, tag as variant = nil)
- method geocodeAddressString(addressString as string, region as CLRegionMBS, completionHandler as CLGeocodeCompletionHandlerMBS, tag as variant = nil)
- method geocodeAddressString(addressString as string, region as CLRegionMBS, preferredLocale as NSLocaleMBS, completionHandler as CLGeocodeCompletionHandlerMBS, tag as variant = nil)
- method geocodePostalAddress(postalAddress as Variant, completionHandler as CLGeocodeCompletionHandlerMBS, tag as variant = nil)
- method geocodePostalAddress(postalAddress as Variant, preferredLocale as NSLocaleMBS, completionHandler as CLGeocodeCompletionHandlerMBS, tag as variant = nil)
- property Handle as Integer
- shared method Available as boolean
- class CLHeadingMBS
- method Constructor
- method copy as CLHeadingMBS
- method magneticHeading as double
- method trueHeading as double
- method headingAccuracy as double
- method x as double
- method y as double
- method z as double
- method timestamp as date
- method description as string
- method DateTime as DateTime
- property Handle as Integer
- shared method Available as boolean
- shared method kCLHeadingFilterNone as double
- class CLImageFormatMBS
- class CLKernelMBS
- method Constructor(Program as CLProgramMBS, KernelName as string)
- method SetKernelArgMem(index as integer, mem as CLMemMBS)
- method SetKernelArgInt32(index as integer, value as Int32)
- method SetKernelArgInt64(index as integer, value as Int64)
- method SetKernelArgFloat(index as integer, value as single)
- method SetKernelArgDouble(index as integer, value as double)
- method GetKernelWorkGroupSize(device as CLDeviceMBS = nil) as Int64
- method GetKernelLocalMemorySize(device as CLDeviceMBS = nil) as UInt64
- method GetKernelCompileWorkGroupSize(device as CLDeviceMBS, byref X as Int64, byref Y as Int64, byref Z as Int64)
- method FunctionName as string
- method NumberOfArguments as UInt32
- method ReferenceCount as UInt32
- property Handle as Integer
- property LastError as Integer
- property Context as CLContextMBS
- property Program as CLProgramMBS
- class CLLocationCoordinate2DMBS
- class CLLocationManagerMBS
- method startMonitoringSignificantLocationChanges
- method stopMonitoringSignificantLocationChanges
- method startUpdatingLocation
- method stopUpdatingLocation
- method monitoredRegions as CLRegionMBS()
- method stopMonitoringForRegion(region as CLRegionMBS)
- method startUpdatingHeading
- method stopUpdatingHeading
- method dismissHeadingCalibrationDisplay
- method startMonitoringForRegion(region as CLRegionMBS)
- method Constructor
- method Destructor
- property Handle as Integer
- property location as CLLocationMBS
- property desiredAccuracy as Double
- property distanceFilter as Double
- property maximumRegionMonitoringDistance as Double
- property purpose as String
- shared method CheckEvents
- shared method deferredLocationUpdatesAvailable as boolean
- shared method locationServicesEnabled as boolean
- shared method locationServicesAvailable as boolean
- shared method headingAvailable as boolean
- shared method significantLocationChangeMonitoringAvailable as boolean
- shared method regionMonitoringAvailable as boolean
- shared method regionMonitoringEnabled as boolean
- shared method authorizationStatus as integer
- shared method kCLErrorUserInfoAlternateRegionKey as string
- shared method kCLErrorDomain as string
- event didUpdate(newLocation as CLLocationMBS, oldLocation as CLLocationMBS)
- event didEnterRegion(region as CLRegionMBS)
- event didExitRegion(region as CLRegionMBS)
- event didFailWithError(error as NSErrorMBS)
- event monitoringDidFailForRegion(region as CLRegionMBS, error as NSErrorMBS)
- event didChangeAuthorizationStatus(status as integer)
- event didUpdateHeading(newHeading as CLHeadingMBS)
- event didStartMonitoringForRegion(region as CLRegionMBS)
- event didUpdateLocations(locations() as CLLocationMBS)
- event didFinishDeferredUpdatesWithError(error as NSErrorMBS)
- class CLLocationMBS
- method copy as CLLocationMBS
- method distanceFromLocation(location as CLLocationMBS) as double
- method Constructor(latitude as double, longitude as double)
- method Constructor(latitude as double, longitude as double, altitude as double, horizontalAccuracy as double, verticalAccuracy as double, timestamp as date)
- method Constructor(latitude as double, longitude as double, altitude as double, horizontalAccuracy as double, verticalAccuracy as double, course as double, speed as double, timestamp as date)
- method Constructor(latitude as double, longitude as double, altitude as double, horizontalAccuracy as double, verticalAccuracy as double, timestamp as dateTime)
- method Constructor(latitude as double, longitude as double, altitude as double, horizontalAccuracy as double, verticalAccuracy as double, course as double, speed as double, timestamp as dateTime)
- property Handle as Integer
- property Altitude as Double
- property HorizontalAccuracy as Double
- property VerticalAccuracy as Double
- property Course as Double
- property Speed as Double
- property Timestamp as Date
- property Description as String
- property Latitude as Double
- property Longitude as Double
- property DateTime as DateTime
- shared method Available as boolean
- shared method kCLDistanceFilterNone as double
- shared method kCLLocationAccuracyBestForNavigation as double
- shared method kCLLocationAccuracyBest as double
- shared method kCLLocationAccuracyNearestTenMeters as double
- shared method kCLLocationAccuracyHundredMeters as double
- shared method kCLLocationAccuracyKilometer as double
- shared method kCLLocationAccuracyThreeKilometers as double
- class CLMemMBS
- method Constructor(Context as CLContextMBS, Flags as UInt64, ImageFormat as CLImageFormatMBS, Width as integer, Height as integer, Depth as integer, RowPitch as integer, SlicePitch as integer, HostPtr as Memoryblock = nil)
- method Constructor(Context as CLContextMBS, Flags as UInt64, ImageFormat as CLImageFormatMBS, Width as integer, Height as integer, RowPitch as integer, HostPtr as Memoryblock = nil)
- method Constructor(Context as CLContextMBS, Flags as UInt64, Size as integer, HostPtr as Memoryblock = nil)
- method Type as UInt32
- method Flags as UInt64
- method Size as UInt64
- method ReferenceCount as UInt32
- method Context as CLContextMBS
- method ImageElementSize as UInt64
- method ImageRowPitch as UInt64
- method ImageSlicePitch as UInt64
- method ImageWidth as UInt64
- method ImageHeight as UInt64
- method ImageDepth as UInt64
- method ImageFormat as CLImageFormatMBS
- property Target as MemoryBlock
- property Handle as Integer
- property LastError as Integer
- class CLPlacemarkMBS
- method copy as CLPlacemarkMBS
- method areasOfInterest as string()
- method Constructor(placement as CLPlacemarkMBS)
- property Handle as Integer
- property description as String
- property location as CLLocationMBS
- property region as CLRegionMBS
- property addressDictionary as Dictionary
- property name as String
- property thoroughfare as String
- property subThoroughfare as String
- property locality as String
- property subLocality as String
- property administrativeArea as String
- property subAdministrativeArea as String
- property postalCode as String
- property ISOcountryCode as String
- property country as String
- property inlandWater as String
- property ocean as String
- property postalAddress as Variant
- shared method Available as boolean
- class CLPlatformMBS
- class CLProgramMBS
- method Constructor(context as CLContextMBS, devices() as CLDeviceMBS, binaries() as string, status() as integer)
- method Constructor(context as CLContextMBS, line as string)
- method Constructor(context as CLContextMBS, lines() as string)
- method Binaries as String()
- method BinarySizes as UInt64()
- method Devices as CLDeviceMBS()
- method Source as string
- method Context as CLContextMBS
- method NumDevices as UInt32
- method ReferenceCount as UInt32
- method BuildProgram(device as CLDeviceMBS, options as string = "")
- method BuildProgram(devices() as CLDeviceMBS, options as string = "")
- method BuildProgram(options as string = "")
- method BuildStatus(device as CLDeviceMBS) as Int64
- method BuildOptions(device as CLDeviceMBS) as string
- method BuildLog(device as CLDeviceMBS) as string
- method CreateKernelsInProgram(maxKernels as integer = 100) as CLKernelMBS()
- property Handle as Integer
- property LastError as Integer
- class CLRegionMBS
- method copy as CLRegionMBS
- method latitude as double
- method longitude as double
- method identifier as string
- method radius as double
- method Constructor(latitude as double, longitude as double, radius as double, identifier as string)
- method containsCoordinate(latitude as double, longitude as double) as boolean
- property Handle as Integer
- shared method Available as boolean
- class CLSamplerMBS
- method Constructor(Context as CLContextMBS, NormalizedCoords as Boolean, AddressingMode as UInt32, FilterMode as UInt32)
- method ReferenceCount as UInt32
- method AddressingMode as UInt32
- method FilterMode as UInt32
- method NormalizedCoords as Boolean
- method Context as CLContextMBS
- property Handle as Integer
- property LastError as Integer
- class CSIdentityAuthorityMBS
- method Constructor
- property Handle as Integer
- property localizedName as String
- shared method localIdentityAuthority as CSIdentityAuthorityMBS
- shared method managedIdentityAuthority as CSIdentityAuthorityMBS
- shared method defaultIdentityAuthority as CSIdentityAuthorityMBS
- shared method Available as Boolean
- class CSIdentityMBS
- method Aliases as string()
- method Constructor(identityClass as integer, fullName as string, posixName as string, flags as integer, authority as CSIdentityAuthorityMBS)
- method RemoveClient
- method Commit as Boolean
- method Commit(byref error as variant) as Boolean
- method GroupMembershipQuery as CSIdentityQueryMBS
- method PersistentReference as memoryblock
- method IsMemberOfGroup(group as CSIdentityMBS) as Boolean
- method AuthenticateUsingPassword(password as string) as Boolean
- method AddMember(user as CSIdentityMBS)
- method RemoveMember(user as CSIdentityMBS)
- method Delete
- method copy as CSIdentityMBS
- method SetPassword(password as string)
- method RemoveAlias(alias as string)
- method AddAlias(alias as string)
- method SetEmailAddress(email as string = "")
- method SetFullName(name as string)
- method SetIsEnabled(value as boolean)
- method SetImageData(data as memoryblock = nil, datatype as string = "public.jpeg")
- method SetImageURL(URL as string)
- property Handle as Integer
- property UUID as String
- property ImageURL as String
- property ImageData as MemoryBlock
- property ImageDataType as String
- property IsUser as Boolean
- property IsGroup as Boolean
- property IsCommitting as Boolean
- property IsEnabled as Boolean
- property IsHidden as Boolean
- property IdentityClass as Integer
- property FullName as String
- property PosixID as Integer
- property PosixName as String
- property EmailAddress as String
- property Authority as CSIdentityAuthorityMBS
- shared method CurrentUser as CSIdentityMBS
- shared method Available as Boolean
- shared method kCSIdentityGeneratePosixName as string
- class CSIdentityQueryMBS
- method Execute(flags as integer = 0) as Boolean
- method Execute(flags as integer, byref error as variant) as Boolean
- method Constructor
- method Stop
- method Results as CSIdentityMBS()
- property Handle as Integer
- shared method CreateForName(name as string, comparisonMethod as integer, identityClass as integer, authority as CSIdentityAuthorityMBS) as CSIdentityQueryMBS
- shared method CreateForPosixID(posixID as integer, identityClass as integer, authority as CSIdentityAuthorityMBS) as CSIdentityQueryMBS
- shared method CreateForUUID(uuid as string, authority as CSIdentityAuthorityMBS) as CSIdentityQueryMBS
- shared method Create(identityClass as integer, authority as CSIdentityAuthorityMBS) as CSIdentityQueryMBS
- shared method CreateForPersistentReference(data as memoryblock) as CSIdentityQueryMBS
- shared method CreateForCurrentUser as CSIdentityQueryMBS
- shared method Available as Boolean
- class CustomNSSharingServiceMBS
- class CWChannelMBS
- class CWConfigurationMBS
- method Constructor
- method Constructor(configuration as CWConfigurationMBS)
- method isEqualToConfiguration(configuration as CWConfigurationMBS) as boolean
- method Operator_Compare(configuration as CWConfigurationMBS) as integer
- method copy as CWConfigurationMBS
- method mutableCopy as CWMutableConfigurationMBS
- method networkProfiles as CWNetworkProfileMBS()
- property Handle as Integer
- property requireAdministratorForAssociation as Boolean
- property requireAdministratorForPower as Boolean
- property requireAdministratorForIBSSMode as Boolean
- property rememberJoinedNetworks as Boolean
- shared method configuration as CWConfigurationMBS
- shared method configuration(config as CWConfigurationMBS) as CWConfigurationMBS
- class CWInterfaceMBS
- method startIBSSModeWithSSID(ssidData as MemoryBlock, security as integer, channel as integer, password as string, byref error as NSErrorMBS) as boolean
- method associateToEnterpriseNetwork(network as CWNetworkMBS, SecIdentityRef as integer, username as string, password as string, byref error as NSErrorMBS) as boolean
- method setWEPKey(key as Memoryblock, flags as integer, index as integer, byref error as NSErrorMBS) as boolean
- method setPairwiseMasterKey(key as Memoryblock, byref error as NSErrorMBS) as boolean
- method associateToNetwork(network as CWNetworkMBS, parameters as dictionary, byref error as NSErrorMBS) as boolean
- method associateToNetwork(network as CWNetworkMBS, password as string, byref error as NSErrorMBS) as boolean
- method scanForNetworksWithParameters(parameters as dictionary, byref error as NSErrorMBS) as CWNetworkMBS()
- method setChannel(channel as UInt32, byref error as NSErrorMBS) as boolean
- method setPower(p as boolean, byref error as NSErrorMBS) as boolean
- method enableIBSSWithParameters(parameters as dictionary, byref error as NSErrorMBS) as boolean
- method commitConfiguration(config as CWConfigurationMBS, byref error as NSErrorMBS) as boolean
- method commitConfiguration(config as CWConfigurationMBS, SFAuthorizationRef as integer, byref error as NSErrorMBS) as boolean
- method scanForNetworksWithParameters(parameters as dictionary) as CWNetworkMBS()
- method setChannel(channel as UInt32) as boolean
- method setPower(p as boolean) as boolean
- method enableIBSSWithParameters(parameters as dictionary) as boolean
- method enableIBSSWithParameters as boolean
- method enableIBSSWithParameters(byref error as NSErrorMBS) as boolean
- method scanForNetworksWithParameters as CWNetworkMBS()
- method scanForNetworksWithParameters(byref error as NSErrorMBS) as CWNetworkMBS()
- method supportedPHYModes as integer()
- method supportedChannels as integer()
- method disassociate
- method Constructor(name as string)
- method Constructor
- method isEqualToInterface(otherInterface as CWInterfaceMBS) as boolean
- method setWLANChannel(channel as CWChannelMBS, byref error as NSErrorMBS) as boolean
- method supportedWLANChannels as CWChannelMBS()
- method cachedScanResults as CWNetworkMBS()
- method scanForNetworksWithSSID(ssid as memoryblock, byref error as NSErrorMBS) as CWNetworkMBS()
- method scanForNetworksWithName(networkName as string, byref error as NSErrorMBS) as CWNetworkMBS()
- property serviceActive as Boolean
- property deviceAttached as Boolean
- property supportsWoW as Boolean
- property supportsWEP as Boolean
- property supportsAES_CCM as Boolean
- property supportsIBSS as Boolean
- property supportsTKIP as Boolean
- property supportsPMGT as Boolean
- property supportsHostAP as Boolean
- property supportsMonitorMode as Boolean
- property supportsWPA as Boolean
- property supportsWPA2 as Boolean
- property supportsWME as Boolean
- property supportsShortGI40MHz as Boolean
- property supportsShortGI20MHz as Boolean
- property supportsTSN as Boolean
- property power as Boolean
- property powerSave as Boolean
- property name as String
- property channel as Integer
- property phyMode as Integer
- property ssid as String
- property bssid as String
- property bssidData as MemoryBlock
- property rssi as Double
- property noise as Double
- property txRate as Double
- property securityMode as Integer
- property interfaceState as Integer
- property opMode as Integer
- property txPower as Double
- property countryCode as String
- property configuration as CWConfigurationMBS
- property powerOn as Boolean
- property interfaceName as String
- property wlanChannel as CWChannelMBS
- property ssidData as MemoryBlock
- property rssiValue as Integer
- property noiseMeasurement as Integer
- property security as Integer
- property transmitRate as Double
- property transmitPower as Integer
- property activePHYMode as Integer
- property interfaceMode as Integer
- property Handle as Integer
- property description as String
- property hardwareAddress as String
- shared method supportedInterfaces as String()
- shared method primaryInterface as CWInterfaceMBS
- shared method interfaceWithName(name as string) as CWInterfaceMBS
- shared method interfaceNames as String()
- class CWMutableConfigurationMBS
- method Constructor
- method setRequireAdministratorForAssociation(value as boolean)
- method setRequireAdministratorForPower(value as boolean)
- method setRequireAdministratorForIBSSMode(value as boolean)
- method setRememberJoinedNetworks(value as boolean)
- method setNetworkProfiles(values() as CWNetworkProfileMBS)
- class CWMutableNetworkProfileMBS
- class CWNetworkMBS
- method Constructor
- method isEqualToNetwork(network as CWNetworkMBS) as boolean
- method Operator_Compare(profile as CWNetworkMBS) as integer
- method copy as CWNetworkMBS
- method supportsSecurity(security as integer) as boolean
- method supportsPHYMode(phyMode as integer) as boolean
- property Handle as Integer
- property Description as string
- property ssid as string
- property bssid as string
- property ssidData as MemoryBlock
- property ibss as boolean
- property wlanChannel as CWChannelMBS
- property rssiValue as Integer
- property noiseMeasurement as Integer
- property beaconInterval as Integer
- property informationElementData as MemoryBlock
- property countryCode as string
- class CWNetworkProfileMBS
- method isEqualToNetworkProfile(networkProfile as CWNetworkProfileMBS) as boolean
- method Operator_Compare(networkProfile as CWNetworkProfileMBS) as integer
- method Constructor
- method Constructor(networkProfile as CWNetworkProfileMBS)
- method copy as CWNetworkProfileMBS
- method mutableCopy as CWMutableNetworkProfileMBS
- property Handle as Integer
- property ssid as string
- property ssidData as MemoryBlock
- property security as Integer
- shared method networkProfile as CWNetworkProfileMBS
- shared method networkProfileWithNetworkProfile(networkProfile as CWNetworkProfileMBS) as CWNetworkProfileMBS
- class CWWiFiClientMBS
- method startMonitoring(EventType as integer, byref error as NSErrorMBS) as boolean
- method stopMonitoring(EventType as integer, byref error as NSErrorMBS) as boolean
- method stopMonitoringAllEvents(byref error as NSErrorMBS) as boolean
- method interfaceWithName(name as string) as CWInterfaceMBS
- method Constructor
- method Destructor
- method interfaces as CWInterfaceMBS()
- property Handle as Integer
- property CWInterface as CWInterfaceMBS
- shared method interfaceNames as String()
- shared method available as boolean
- event bssidDidChangeForWiFiInterfaceWithName(interfaceName as String)
- event clientConnectionInterrupted
- event clientConnectionInvalidated
- event countryCodeDidChangeForWiFiInterfaceWithName(interfaceName as String)
- event linkDidChangeForWiFiInterfaceWithName(interfaceName as String)
- event linkQualityDidChangeForWiFiInterfaceWithName(interfaceName as String, rssi as Integer, transmitRate as double)
- event modeDidChangeForWiFiInterfaceWithName(interfaceName as String)
- event powerStateDidChangeForWiFiInterfaceWithName(interfaceName as String)
- event rangingReportEventForWiFiInterfaceWithName(interfaceName as String, rangingData() as Dictionary, error as NSErrorMBS)
- event scanCacheUpdatedForWiFiInterfaceWithName(interfaceName as String)
- event ssidDidChangeForWiFiInterfaceWithName(interfaceName as String)
- event virtualInterfaceStateChangedForWiFiInterfaceWithName(interfaceName as String)
- class FolderItem
- class FolderItem
- class FolderItem
- class FSEventsMBS
- method SetExclusionPaths(paths() as String) as boolean
- method ExclusionPaths as String()
- method PathsBeingWatched as String()
- method Description as string
- method Show
- method Stop
- method Start as boolean
- method FlushSync
- method DeviceBeingWatched as integer
- method FlushAsync as UInt64
- method GetLatestEventId as UInt64
- method Constructor(path as folderitem, sinceWhen as UInt64, latency as double, flags as integer)
- method Constructor(paths() as folderitem, sinceWhen as UInt64, latency as double, flags as integer)
- method Constructor(path as string, sinceWhen as UInt64, latency as double, flags as integer)
- method Constructor(paths() as string, sinceWhen as UInt64, latency as double, flags as integer)
- method Constructor(DeviceToWatch as integer, path as string, sinceWhen as UInt64, latency as double, flags as integer)
- method Constructor(DeviceToWatch as integer, paths() as string, sinceWhen as UInt64, latency as double, flags as integer)
- property Handle as Integer
- property Running as Boolean
- shared method Available as boolean
- shared method GetDeviceID(volume as folderitem) as integer
- shared method GetAbsoluteTime(theDate as date) as double
- shared method UUIDForDevice(DeviceID as integer) as memoryblock
- shared method GetCurrentEventId as UInt64
- shared method PurgeEventsForDeviceUpToEventId(DeviceID as integer, EventID as UInt64) as boolean
- shared method GetLastEventIdForDeviceBeforeTime(DeviceID as integer, theTime as double) as UInt64
- shared method kFSEventStreamEventIdSinceNow as UInt64
- shared method GetAbsoluteTime(theDate as DateTime) as double
- event Callback(index as integer, count as integer, path as string, flags as integer, eventID as UInt64)
- class GameKitMBS
- shared method GKErrorDomain as string
- shared method Available as boolean
- shared method showBannerWithTitle(title as string, message as string, tag as variant)
- shared method showBannerWithTitle(title as string, message as string, duration as double, tag as variant)
- event NotificationBannerCompleted(title as string, message as string, duration as double, tag as variant)
- event authenticateCompleted(localPlayer as GKLocalPlayerMBS, error as NSErrorMBS, tag as variant)
- event loadFriendsCompleted(localPlayer as GKLocalPlayerMBS, friends() as string, error as NSErrorMBS, tag as variant)
- event reportScoreCompleted(score as GKScoreMBS, error as NSErrorMBS, tag as variant)
- event reportAchievementCompleted(score as GKAchievementMBS, error as NSErrorMBS, tag as variant)
- event loadAchievementsCompleted(achievements() as GKAchievementMBS, error as NSErrorMBS, tag as variant)
- event resetAchievementsCompleted(error as NSErrorMBS, tag as variant)
- event loadImageCompleted(description as GKAchievementDescriptionMBS, image as NSImageMBS, error as NSErrorMBS, tag as variant)
- event loadAchievementDescriptionsCompleted(achievements() as GKAchievementDescriptionMBS, error as NSErrorMBS, tag as variant)
- event matchDidReceiveData(match as GKMatchMBS, data as Dictionary, playerID as string)
- event matchDidChangeState(match as GKMatchMBS, playerID as string, state as integer)
- event matchConnectionWithPlayerFailed(match as GKMatchMBS, playerID as string, error as NSErrorMBS)
- event matchDidFailWithError(match as GKMatchMBS, error as NSErrorMBS)
- event matchShouldReinvitePlayer(match as GKMatchMBS, playerID as string) as boolean
- event loadPlayersForIdentifiersCompleted(identifiers() as string, players() as GKPlayerMBS, error as NSErrorMBS, tag as variant)
- event loadPhotoForSizeCompleted(player as GKPlayerMBS, size as integer, photo as NSImageMBS, error as NSErrorMBS, tag as variant)
- event playerStateUpdate(playerID as string, state as integer, tag as variant)
- event loadScoresCompleted(Leaderboard as GKLeaderboardMBS, scores() as GKScoreMBS, error as NSErrorMBS, tag as variant)
- event loadCategoriesCompleted(categories() as string, titles() as string, error as NSErrorMBS, tag as variant)
- event setDefaultLeaderboardCompleted(categoryID as string, error as NSErrorMBS, tag as variant)
- event Invited(MatchMaker as GKMatchmakerMBS, acceptedInvite as GKInviteMBS, playersToInvite() as string)
- event findMatchForRequestCompleted(MatchMaker as GKMatchmakerMBS, request as GKMatchRequestMBS, match as GKMatchMBS, TurnBasedMatch as GKTurnBasedMatchMBS, error as NSErrorMBS, tag as variant)
- event findPlayersForHostedMatchRequestCompleted(MatchMaker as GKMatchmakerMBS, request as GKMatchRequestMBS, playerIDs() as string, error as NSErrorMBS, tag as variant)
- event addPlayersToMatchCompleted(MatchMaker as GKMatchmakerMBS, match as GKMatchMBS, matchRequest as GKMatchRequestMBS, error as NSErrorMBS, tag as variant)
- event queryPlayerGroupActivityCompleted(MatchMaker as GKMatchmakerMBS, playerGroup as integer, activity as integer, error as NSErrorMBS, tag as variant)
- event queryActivityCompleted(MatchMaker as GKMatchmakerMBS, activity as integer, error as NSErrorMBS, tag as variant)
- event handleInviteFromGameCenter(playersToInvite() as string)
- event handleTurnEventForMatch(match as GKTurnBasedMatchMBS, didBecomeActive as boolean)
- event handleMatchEnded(match as GKTurnBasedMatchMBS)
- event loadMatchesCompleted(matches() as GKTurnBasedMatchMBS, error as NSErrorMBS, tag as variant)
- event removeCompleted(match as GKTurnBasedMatchMBS, error as NSErrorMBS, tag as variant)
- event loadMatchDataCompleted(match as GKTurnBasedMatchMBS, matchData as Dictionary, error as NSErrorMBS, tag as variant)
- event endMatchInTurnWithMatchDataCompleted(match as GKTurnBasedMatchMBS, matchData as Dictionary, error as NSErrorMBS, tag as variant)
- event participantQuitOutOfTurnWithOutcomeCompleted(match as GKTurnBasedMatchMBS, matchOutcome as Integer, error as NSErrorMBS, tag as variant)
- event participantQuitInTurnWithOutcomeCompleted(match as GKTurnBasedMatchMBS, matchOutcome as Integer, nextParticipant as GKTurnBasedParticipantMBS, nextParticipants() as GKTurnBasedParticipantMBS, timeout as double, matchData as Dictionary, error as NSErrorMBS, tag as variant)
- event endTurnWithNextParticipant(match as GKTurnBasedMatchMBS, nextParticipant as GKTurnBasedParticipantMBS, matchData as Dictionary, error as NSErrorMBS, tag as variant)
- event achievementViewControllerDidFinish(viewController as variant)
- event turnBasedMatchmakerViewControllerWasCancelled(viewController as variant)
- event turnBasedMatchmakerViewControllerDidFailWithError(viewController as variant, error as NSErrorMBS)
- event turnBasedMatchmakerViewControllerDidFindMatch(viewController as variant, match as GKTurnBasedMatchMBS)
- event turnBasedMatchmakerViewControllerPlayerQuitForMatch(viewController as variant, match as GKTurnBasedMatchMBS)
- event leaderboardViewControllerDidFinish(viewController as variant)
- event matchmakerViewControllerWasCancelled(viewController as variant)
- event matchmakerViewControllerDidFailWithError(viewController as variant, error as NSErrorMBS)
- event matchmakerViewControllerDidFindMatch(viewController as variant, match as GKMatchMBS)
- event matchmakerViewControllerDidFindPlayers(viewController as variant, playerIDs() as string)
- event matchmakerViewControllerDidReceiveAcceptFromHostedPlayer(viewController as variant, playerID as string)
- event friendRequestComposeViewControllerDidFinish(viewController as variant)
- event PlayerChanged(player as GKPlayerMBS)
- event PlayerAuthenticationDidChange(player as GKPlayerMBS)
- event reportAchievementsCompleted(achievements() as GKAchievementMBS, error as NSErrorMBS, tag as variant)
- event loadLeaderboardsCompleted(Leaderboards() as GKLeaderboardMBS, error as NSErrorMBS, tag as variant)
- event reportScoresCompleted(Scores() as GKScoreMBS, error as NSErrorMBS, tag as variant)
- event saveCurrentTurnWithMatchDataCompleted(match as GKTurnBasedMatchMBS, matchData as Dictionary, error as NSErrorMBS, tag as variant)
- event endTurnWithNextParticipantsCompleted(match as GKTurnBasedMatchMBS, nextParticipants() as GKTurnBasedParticipantMBS, timeout as double, matchData as Dictionary, error as NSErrorMBS, tag as variant)
- event declineInviteCompleted(match as GKTurnBasedMatchMBS, error as NSErrorMBS, tag as variant)
- event acceptInviteCompleted(match as GKTurnBasedMatchMBS, error as NSErrorMBS, tag as variant)
- event rematchCompleted(TurnMatch as GKTurnBasedMatchMBS, match as GKMatchMBS, error as NSErrorMBS, tag as variant)
- event chooseBestHostPlayerCompleted(match as GKMatchMBS, playerID as string, tag as variant)
- event authenticateHandler(LocalPlayer as GKLocalPlayerMBS, viewController as NSViewControllerMBS, error as NSErrorMBS, tag as variant, viewControllerHandle as integer)
- event setDefaultLeaderboardCategoryIDCompleted(LocalPlayer as GKLocalPlayerMBS, categoryID as string, error as NSErrorMBS, tag as variant)
- event loadDefaultLeaderboardCategoryIDCompleted(LocalPlayer as GKLocalPlayerMBS, categoryID as string, error as NSErrorMBS, tag as variant)
- event startBrowsingForNearbyPlayersCompleted(Matchmaker as GKMatchmakerMBS, playerID as string, reachable as boolean, tag as variant)
- event matchForInviteCompleted(Matchmaker as GKMatchmakerMBS, invite as GKInviteMBS, match as GKMatchMBS, error as NSErrorMBS, tag as variant)
- event loadMatchWithIDCompleted(TurnBasedMatch as GKTurnBasedMatchMBS, matchID as string, error as NSErrorMBS, tag as variant)
- event inviteeResponseHandler(MatchRequest as GKMatchRequestMBS, PlayerID as string, response as integer, tag as variant)
- event loadReceivedChallengesCompleted(challenges() as GKChallengeMBS, error as NSErrorMBS, tag as variant)
- event selectChallengeablePlayerIDsCompleted(Achievement as GKAchievementMBS, playerIDs() as string, challengeablePlayerIDs() as string, error as NSErrorMBS, tag as variant)
- event localPlayerDidSelectChallenge(challenge as GKChallengeMBS)
- event shouldShowBannerForLocallyReceivedChallenge(challenge as GKChallengeMBS) as boolean
- event localPlayerDidReceiveChallenge(challenge as GKChallengeMBS)
- event shouldShowBannerForLocallyCompletedChallenge(challenge as GKChallengeMBS) as boolean
- event localPlayerDidCompleteChallenge(challenge as GKChallengeMBS)
- event shouldShowBannerForRemotelyCompletedChallenge(challenge as GKChallengeMBS) as boolean
- event remotePlayerDidCompleteChallenge(challenge as GKChallengeMBS)
- event challengesViewControllerDidFinish(viewController as variant)
- event gameCenterViewControllerDidFinish(gameCenterViewController as variant)
- event loadFriendPlayersCompleted(localPlayer as GKLocalPlayerMBS, friendPlayers() as GKPlayerMBS, error as NSErrorMBS, tag as variant)
- event recipientResponseHandler(MatchRequest as GKMatchRequestMBS, Player as GKPlayerMBS, response as integer, tag as variant)
- event didRequestMatchWithOtherPlayers(players() as GKPlayerMBS)
- event receivedTurnEventForMatch(player as GKPlayerMBS, match as GKTurnBasedMatchMBS, didBecomeActive as boolean)
- event matchEnded(player as GKPlayerMBS, match as GKTurnBasedMatchMBS)
- class GKAchievementChallengeMBS
- class GKAchievementDescriptionMBS
- method loadImage(tag as variant = nil)
- method image as NSImageMBS
- method Constructor
- method isHidden as boolean
- method maximumPoints as Integer
- method identifier as string
- method title as string
- method achievedDescription as string
- method unachievedDescription as string
- method groupIdentifier as string
- method isReplayable as boolean
- property Handle as Integer
- shared method loadAchievementDescriptions(tag as variant = nil)
- shared method incompleteAchievementImage as NSImageMBS
- shared method placeholderCompletedAchievementImage as NSImageMBS
- shared method Available as boolean
- class GKAchievementMBS
- method selectChallengeablePlayerIDs(playerIDs() as string, tag as variant = nil)
- method issueChallengeToPlayers(playerIDs() as string, message as string)
- method reportAchievement(tag as variant = nil)
- method Constructor(identifier as string)
- method isCompleted as boolean
- method isHidden as boolean
- method lastReportedDate as date
- property showsCompletionBanner as boolean
- property identifier as string
- property percentComplete as double
- property Handle as Integer
- shared method reportAchievements(achievements() as GKAchievementMBS, tag as variant = nil)
- shared method loadAchievements(tag as variant = nil)
- shared method resetAchievements(tag as variant = nil)
- shared method Available as boolean
- class GKAchievementViewControllerMBS
- class GKChallengeMBS
- method Constructor
- method decline
- method issuingPlayerID as string
- method receivingPlayerID as string
- method message as string
- method state as integer
- method issueDate as date
- method completionDate as date
- property Handle as Integer
- shared method loadReceivedChallenges(tag as variant = nil)
- shared method Available as boolean
- class GKChallengesViewControllerMBS
- class GKDialogControllerMBS
- method presentViewController(GKViewController as NSViewControllerMBS) as boolean
- method Constructor
- method dismiss
- method parentWindow as NSWindowMBS
- method setParentWindow(parentWindow as NSWindowMBS)
- method setParentWindow(parentWindow as Window)
- shared method sharedDialogController as GKDialogControllerMBS
- class GKFriendRequestComposeViewControllerMBS
- class GKGameCenterViewControllerMBS
- class GKInviteMBS
- class GKLeaderboardMBS
- method loadScores(tag as variant = nil)
- method Constructor(playerIDs() as string)
- method Constructor
- method isLoading as boolean
- method localPlayerScore as GKScoreMBS
- method title as string
- method maxRange as integer
- method scores as GKScoreMBS()
- method groupIdentifier as string
- property category as string
- property timeScope as integer
- property playerScope as integer
- property range as NSRangeMBS
- property Handle as Integer
- shared method loadLeaderboards(tag as variant = nil)
- shared method setDefaultLeaderboard(categoryID as string, tag as variant = nil)
- shared method loadCategories(tag as variant = nil)
- shared method Available as boolean
- class GKLeaderboardViewControllerMBS
- class GKLocalPlayerMBS
- method SetAuthenticateHandler(tag as variant = nil)
- method loadDefaultLeaderboardCategoryID(tag as variant = nil)
- method setDefaultLeaderboardCategoryID(categoryID as string, tag as variant = nil)
- method Constructor
- method friends as string()
- method authenticate(tag as variant = nil)
- method loadFriends(tag as variant = nil)
- method loadFriendPlayers(tag as variant = nil)
- property isUnderage as Boolean
- property isAuthenticated as Boolean
- shared method localPlayer as GKLocalPlayerMBS
- shared method GKPlayerAuthenticationDidChangeNotificationName as string
- class GKMatchmakerMBS
- method matchForInvite(invite as GKInviteMBS, tag as variant = nil)
- method queryActivity(tag as variant = nil)
- method queryPlayerGroupActivity(playerGroup as integer, tag as variant = nil)
- method addPlayersToMatch(match as GKMatchMBS, matchRequest as GKMatchRequestMBS, tag as variant = nil)
- method findPlayersForHostedMatchRequest(request as GKMatchRequestMBS, tag as variant = nil)
- method findMatchForRequest(request as GKMatchRequestMBS, tag as variant = nil)
- method Destructor
- method Constructor
- method cancel
- method stopBrowsingForNearbyPlayers
- method cancelInviteToPlayer(playerID as string)
- method finishMatchmakingForMatch(match as GKMatchMBS)
- method startBrowsingForNearbyPlayers(tag as variant = nil)
- property Handle as Integer
- shared method Available as boolean
- shared method sharedMatchmaker as GKMatchmakerMBS
- shared method maxPlayersAllowedForMatchOfType(type as integer) as integer
- class GKMatchmakerViewControllerMBS
- method Constructor
- method Constructor(request as GKMatchRequestMBS)
- method Constructor(invite as GKInviteMBS)
- method matchRequest as GKMatchRequestMBS
- method addPlayersToMatch(match as GKMatchMBS)
- method setHostedPlayer(playerID as string, connected as boolean)
- property Hosted as boolean
- property DefaultInvitationMessage as string
- class GKMatchMBS
- method sendDataToPlayers(players() as string, data as Dictionary, mode as integer, byref error as NSErrorMBS) as boolean
- method sendDataToAllPlayers(data as Dictionary, mode as integer, byref error as NSErrorMBS) as boolean
- method voiceChatWithName(name as string) as GKVoiceChatMBS
- method Constructor
- method disconnect
- method expectedPlayerCount as integer
- method playerIDs as string()
- method chooseBestHostPlayer(tag as variant = nil)
- method rematch(tag as variant = nil)
- property Handle as Integer
- shared method Available as boolean
- class GKMatchRequestMBS
- method SetRecipientResponseHandler(tag as variant = nil)
- method SetInviteeResponseHandler(tag as variant = nil)
- method Constructor
- method playersToInvite as string()
- method setPlayersToInvite(playerIDs() as string)
- method recipients as GKPlayerMBS()
- method setRecipients(players() as GKPlayerMBS)
- property minPlayers as integer
- property maxPlayers as integer
- property playerGroup as integer
- property playerAttributes as UInt32
- property inviteMessage as string
- property defaultNumberOfPlayers as integer
- property Handle as Integer
- shared method Available as boolean
- class GKPlayerMBS
- method loadPhotoForSize(size as integer, tag as variant = nil)
- method Constructor
- property displayName as String
- property alias as String
- property playerID as String
- property isFriend as Boolean
- property Handle as Integer
- shared method loadPlayersForIdentifiers(identifiers() as string, tag as variant = nil)
- shared method GKPlayerDidChangeNotificationName as string
- shared method Available as boolean
- class GKScoreChallengeMBS
- class GKScoreMBS
- method issueChallengeToPlayers(playerIDs() as string, message as string)
- method reportScore(tag as variant = nil)
- method Constructor(category as string)
- method formattedValue as string
- method date as date
- method playerID as string
- method rank as integer
- property shouldSetDefaultLeaderboard as boolean
- property category as string
- property value as Int64
- property context as UInt64
- property Handle as Integer
- shared method reportScores(scores() as GKScoreMBS, tag as variant = nil)
- shared method Available as boolean
- class GKTurnBasedMatchmakerViewControllerMBS
- class GKTurnBasedMatchMBS
- method rematch(tag as variant = nil)
- method acceptInvite(tag as variant = nil)
- method declineInvite(tag as variant = nil)
- method participantQuitInTurnWithOutcome(matchOutcome as integer, nextParticipants() as GKTurnBasedParticipantMBS, timeout as double, matchData as Dictionary, tag as variant = nil)
- method endTurnWithNextParticipants(nextParticipants() as GKTurnBasedParticipantMBS, timeout as double, matchData as Dictionary, tag as variant = nil)
- method endTurnWithNextParticipant(nextParticipant as GKTurnBasedParticipantMBS, matchData as Dictionary, tag as variant = nil)
- method participantQuitInTurnWithOutcome(matchOutcome as integer, nextParticipant as GKTurnBasedParticipantMBS, matchData as Dictionary, tag as variant = nil)
- method participantQuitOutOfTurnWithOutcome(matchOutcome as integer, tag as variant = nil)
- method endMatchInTurnWithMatchData(matchData as Dictionary, tag as variant = nil)
- method loadMatchData(tag as variant = nil)
- method remove(tag as variant = nil)
- method Constructor
- method matchID as string
- method creationDate as date
- method status as integer
- method participants as GKTurnBasedParticipantMBS()
- method currentParticipant as GKTurnBasedParticipantMBS
- method matchData as Dictionary
- method message as string
- method matchDataMaximumSize as Integer
- method saveCurrentTurnWithMatchData(matchData as Dictionary, tag as variant = nil)
- property Handle as Integer
- shared method loadMatchWithID(matchID as string, tag as variant = nil)
- shared method loadMatches(tag as variant = nil)
- shared method findMatchForRequest(request as GKMatchRequestMBS, tag as variant = nil)
- shared method Available as boolean
- shared method TimeoutDefault as double
- shared method TimeoutNone as double
- class GKTurnBasedParticipantMBS
- class GKVoiceChatMBS
- method playerIDs as string()
- method setMute(mute as boolean, playerID as string)
- method Constructor
- method start
- method stop
- method enablePlayerStateUpdate(tag as variant = nil)
- method name as string
- property active as boolean
- property volume as double
- property Handle as Integer
- shared method isVoIPAllowed as boolean
- shared method Available as boolean
- class JSClassMBS
- class JSContextMBS
- method NewFunction(name as string) as JSObjectMBS
- method NewDate(arguments() as JSValueMBS, byref JSException as JSValueMBS) as JSObjectMBS
- method NewArray(arguments() as JSValueMBS, byref JSException as JSValueMBS) as JSObjectMBS
- method NewError(arguments() as JSValueMBS, byref JSException as JSValueMBS) as JSObjectMBS
- method NewRegExp(arguments() as JSValueMBS, byref JSException as JSValueMBS) as JSObjectMBS
- method NewFunction(name as string, parameterNames() as string, Body as String, SourceURL as string = "", startingLineNumber as integer = 0, byref JSException as JSValueMBS) as JSValueMBS
- method NewObject as JSObjectMBS
- method valueWithJSON(JSON as string) as JSValueMBS
- method valueWithString(value as string) as JSValueMBS
- method valueWithNull as JSValueMBS
- method valueWithUndefined as JSValueMBS
- method valueWithBool(value as boolean) as JSValueMBS
- method valueWithDouble(value as double) as JSValueMBS
- method EvaluateScript(script as string, sourceURL as String, thisObject as JSValueMBS, startingLineNumber as Integer = 1, byref JSException as JSValueMBS) as JSValueMBS
- method CheckScriptSyntax(script as string, sourceURL as String, startingLineNumber as Integer = 1, byref JSException as JSValueMBS) as Boolean
- method Constructor
- method GarbageCollect
- property Handle as Integer
- property Name as String
- property globalObject as JSObjectMBS
- property Tag as Variant
- shared method LoadLibrary(File as folderItem) as boolean
- shared method LoadLibrary(Path as String) as boolean
- shared property Available as Boolean
- shared property LibraryError as String
- event FunctionCalled(functionObject as JSObjectMBS, thisObject as JSObjectMBS, arguments() as JSValueMBS, byref JSException as JSValueMBS) as JSValueMBS
- class JSObjectMBS
- method Constructor
- method PropertyNames as String()
- method HasProperty(name as string) as boolean
- method DeleteProperty(name as string, byref JSException as JSValueMBS) as boolean
- method SetProperty(name as string, value as JSValueMBS, byref JSException as JSValueMBS)
- method GetProperty(name as string, byref JSException as JSValueMBS) as JSValueMBS
- method SetPropertyAtIndex(propertyIndex as Integer, value as JSValueMBS, byref JSException as JSValueMBS)
- method GetPropertyAtIndex(propertyIndex as Integer, byref JSException as JSValueMBS) as JSValueMBS
- method CallAsFunction(thisObject as JSValueMBS, arguments() as JSValueMBS, byref JSException as JSValueMBS) as JSValueMBS
- method CallAsConstructor(arguments() as JSValueMBS, byref JSException as JSValueMBS) as JSValueMBS
- property isFunction as Boolean
- property isConstructor as Boolean
- property Prototype as JSValueMBS
- class JSValueMBS
- method IsInstanceOfConstructor(ConstructorFunction as JSObjectMBS, byref JSException as JSValueMBS) as boolean
- method IsEqual(OtherValue as JSValueMBS, byref JSException as JSValueMBS) as boolean
- method ObjectValue(byref JSException as JSValueMBS) as JSValueMBS
- method JSONString(indent as Integer = 0, byref JSException as JSValueMBS) as string
- method Constructor
- method IsStrictEqual(OtherValue as JSValueMBS) as boolean
- method IsObjectOfClass(ClassObject as JSValueMBS) as boolean
- method DoubleValue(byref JSException as JSValueMBS) as double
- method StringValue(byref JSException as JSValueMBS) as string
- property Tag as Variant
- property Handle as Integer
- property Type as Integer
- property context as JSContextMBS
- property booleanValue as Boolean
- property doubleValue as Double
- property StringValue as String
- property isUndefined as Boolean
- property isNull as Boolean
- property isBoolean as Boolean
- property isNumber as Boolean
- property isString as Boolean
- property isObject as Boolean
- property isArray as Boolean
- property isDate as Boolean
- property JSONString as String
- class LSSharedFileListItemMBS
- class LSSharedFileListMBS
- method InsertURL(AfterItem as LSSharedFileListItemMBS, DisplayName as string, Icon as object, URL as string) as LSSharedFileListItemMBS
- method InsertFile(AfterItem as LSSharedFileListItemMBS, DisplayName as string, Icon as object, file as folderitem) as LSSharedFileListItemMBS
- method Snapshot as LSSharedFileListItemMBS()
- method Snapshot(byref seed as UInt32) as LSSharedFileListItemMBS()
- method Constructor(type as integer)
- method GetSeedValue as UInt32
- method RemoveAllItems
- method Remove(item as LSSharedFileListItemMBS)
- method Move(item as LSSharedFileListItemMBS, MoveAfterItem as LSSharedFileListItemMBS)
- method SetAuthorization(handle as integer)
- property VolumesNetworkVisible as boolean
- property VolumesIDiskVisible as boolean
- property VolumesComputerVisible as boolean
- property RecentItemsMaxAmount as integer
- property Handle as Integer
- property Lasterror as Integer
- shared method kLSSharedFileListItemBeforeFirst as LSSharedFileListItemMBS
- shared method kLSSharedFileListItemLast as LSSharedFileListItemMBS
- event Changed
- class MacQuarantinePropertiesMBS
- class MediaKeysMBS
- class MKAnnotationViewMBS
- method Constructor(Handle as Integer)
- method setDragState(State as Integer, animated as Boolean)
- method setSelected(selected as boolean, animated as boolean)
- method Constructor(annotation as MKAnnotationMBS, reuseIdentifier as string = "", EnableEvents as Boolean = false)
- method Destructor
- property collisionMode as Integer
- property displayPriority as Double
- property clusteringIdentifier as String
- property reuseIdentifier as String
- property enabled as Boolean
- property highlighted as Boolean
- property selected as Boolean
- property draggable as Boolean
- property canShowCallout as Boolean
- property dragState as Integer
- property annotation as MKAnnotationMBS
- property image as NSImageMBS
- property leftCalloutAccessoryView as NSViewMBS
- property rightCalloutAccessoryView as NSViewMBS
- property detailCalloutAccessoryView as NSViewMBS
- property CalloutOffset as NSPointMBS
- property CenterOffset as NSPointMBS
- property leftCalloutOffset as NSPointMBS
- property rightCalloutOffset as NSPointMBS
- property clusterAnnotationView as MKAnnotationViewMBS
- shared method MKAnnotationCalloutInfoDidChangeNotification as String
- event prepareForReuse
- event prepareForDisplay
- class MKCircleMBS
- method Constructor(Latitude as double, Longitude as Double, radius as Double)
- method Constructor(coord as CLLocationCoordinate2DMBS, radius as Double)
- method Constructor(mapRect as MKMapRectMBS)
- method Constructor(Handle as Integer)
- method canReplaceMapContent as Boolean
- method coordinate as CLLocationCoordinate2DMBS
- method boundingMapRect as MKMapRectMBS
- method intersectsMapRect(mapRect as MKMapRectMBS) as Boolean
- property coordinate as CLLocationCoordinate2DMBS
- property radius as Double
- property boundingMapRect as MKMapRectMBS
- shared method circleWithCenterCoordinate(Latitude as double, Longitude as Double, radius as Double) as MKCircleMBS
- shared method circleWithCenterCoordinate(coord as CLLocationCoordinate2DMBS, radius as Double) as MKCircleMBS
- shared method circleWithMapRect(mapRect as MKMapRectMBS) as MKCircleMBS
- class MKCircleRendererMBS
- class MKClusterAnnotationMBS
- method Constructor(Handle as Integer)
- method Constructor
- method memberAnnotations as MKAnnotationMBS()
- method Constructor(memberAnnotations() as MKAnnotationMBS)
- method Coordinate as CLLocationCoordinate2DMBS
- method Title as String
- method SubTitle as String
- method SetCoordinate(newCoordinate as CLLocationCoordinate2DMBS)
- property Handle as Integer
- property Title as String
- property SubTitle as String
- class MKCoordinateRegionMBS
- method Constructor(center as CLLocationCoordinate2DMBS, span as MKCoordinateSpanMBS)
- property center as CLLocationCoordinate2DMBS
- property span as MKCoordinateSpanMBS
- shared method MakeWithDistance(center as CLLocationCoordinate2DMBS, latitudinalMeters as double, longitudinalMeters as double) as MKCoordinateRegionMBS
- class MKCoordinateSpanMBS
- class MKCustomAnnotationMBS
- class MKCustomOverlayMBS
- method Coordinate as CLLocationCoordinate2DMBS
- method Title as String
- method SubTitle as String
- method SetCoordinate(newCoordinate as CLLocationCoordinate2DMBS)
- method canReplaceMapContent as Boolean
- method boundingMapRect as MKMapRectMBS
- method intersectsMapRect(mapRect as MKMapRectMBS) as Boolean
- method Constructor(Handle as Integer)
- method Constructor
- method setBoundingMapRect(m as MKMapRectMBS)
- property Handle as Integer
- property title as String
- property subtitle as String
- property canReplaceMapContent as Boolean
- class MKCustomOverlayRendererMBS
- class MKDirectionsMBS
- method calculateDirections(tag as variant = nil)
- method calculateETA(tag as variant = nil)
- method cancel
- method Constructor(request as MKDirectionsRequestMBS)
- method Destructor
- method Constructor(Handle as Integer)
- property Handle as Integer
- property Calculating as Boolean
- property Request as MKDirectionsRequestMBS
- event calculateDirectionsCompleted(response as MKDirectionsResponseMBS, error as NSErrorMBS, tag as Variant)
- event calculateETAWithCompleted(response as MKETAResponseMBS, error as NSErrorMBS, tag as Variant)
- class MKDirectionsRequestMBS
- method Constructor
- method Constructor(URL as string)
- method Constructor(Handle as Integer)
- property transportType as Integer
- property Handle as Integer
- property departureDate as Date
- property arrivalDate as Date
- property requestsAlternateRoutes as Boolean
- property source as MKMapItemMBS
- property destination as MKMapItemMBS
- property departureDateTime as DateTime
- property arrivalDateTime as DateTime
- shared method isDirectionsRequestURL(URL as string) as Boolean
- class MKDirectionsResponseMBS
- class MKDistanceFormatterMBS
- method distanceFromString(distance as String) as Double
- method stringFromDistance(distance as Double) as String
- method Constructor
- method Constructor(Handle as Integer)
- property Handle as Integer
- property Locale as NSLocaleMBS
- property UnitStyle as Integer
- property Units as Integer
- shared method formatter as MKDistanceFormatterMBS
- class MKETAResponseMBS
- method Constructor(Handle as Integer)
- method Constructor
- property Handle as Integer
- property expectedTravelTime as Double
- property distance as Double
- property transportType as Integer
- property expectedArrivalDate as Date
- property expectedDepartureDate as Date
- property source as MKMapItemMBS
- property destination as MKMapItemMBS
- property expectedArrivalDateTime as DateTime
- property expectedDepartureDateTime as DateTime
- class MKGeodesicPolylineMBS
- method Constructor(coords() as CLLocationCoordinate2DMBS)
- method Constructor(points() as MKMapPointMBS)
- method Constructor
- method Constructor(Handle as Integer)
- shared method polylineWithCoordinates(coords() as CLLocationCoordinate2DMBS) as MKGeodesicPolylineMBS
- shared method polylineWithPoints(points() as MKMapPointMBS) as MKGeodesicPolylineMBS
- class MKLocalSearchCompleterMBS
- method results as MKLocalSearchCompletionMBS()
- method cancel
- method Constructor
- method Destructor
- property region as MKCoordinateRegionMBS
- property Handle as Integer
- property Searching as Boolean
- property QueryFragment as String
- property filterType as Integer
- event DidUpdateResults
- event DidFailWithError(error as NSErrorMBS)
- class MKLocalSearchCompletionMBS
- class MKLocalSearchMBS
- class MKLocalSearchRequestMBS
- class MKLocalSearchResponseMBS
- class MKMapCameraMBS
- method copy as MKMapCameraMBS
- method Constructor
- method Constructor(centerCoordinate as CLLocationCoordinate2DMBS, eyeCoordinate as CLLocationCoordinate2DMBS, eyeAltitude as double)
- method Constructor(centerCoordinate as CLLocationCoordinate2DMBS, distance as double, pitch as double, heading as double)
- method Constructor(Handle as Integer)
- property centerCoordinate as CLLocationCoordinate2DMBS
- property pitch as Double
- property altitude as Double
- property heading as Double
- shared method camera as MKMapCameraMBS
- shared method cameraLookingAtCenterCoordinate(centerCoordinate as CLLocationCoordinate2DMBS, eyeCoordinate as CLLocationCoordinate2DMBS, eyeAltitude as double) as MKMapCameraMBS
- shared method cameraLookingAtCenterCoordinate(centerCoordinate as CLLocationCoordinate2DMBS, distance as double, pitch as double, heading as double) as MKMapCameraMBS
- class MKMapItemMBS
- method Constructor(Handle as Integer)
- method Constructor(PlaceMark as MKPlacemarkMBS)
- method openInMaps(LaunchOptions as Dictionary) as Boolean
- property Handle as Integer
- property Name as String
- property phoneNumber as String
- property placemark as MKPlacemarkMBS
- property isCurrentLocation as Boolean
- property URL as String
- property timeZone as NSTimeZoneMBS
- shared method MKLaunchOptionsDirectionsModeKey as String
- shared method MKLaunchOptionsMapTypeKey as String
- shared method MKLaunchOptionsShowsTrafficKey as String
- shared method MKLaunchOptionsDirectionsModeDefault as String
- shared method MKLaunchOptionsDirectionsModeDriving as String
- shared method MKLaunchOptionsDirectionsModeWalking as String
- shared method MKLaunchOptionsDirectionsModeTransit as String
- shared method MKLaunchOptionsMapCenterKey as String
- shared method MKLaunchOptionsMapSpanKey as String
- shared method MKLaunchOptionsCameraKey as String
- shared method mapItemForCurrentLocation as MKMapItemMBS
- shared method openMapsWithItems(items() as MKMapItemMBS, launchOptions as Dictionary) as Boolean
- class MKMapPointMBS
- method Equal(other as MKMapPointMBS) as Boolean
- method Constructor(x as double = 0, y as double = 0)
- method Constructor(other as MKMapPointMBS)
- property X as Double
- property Y as Double
- property StringValue as String
- shared method MetersBetweenMapPoints(point1 as MKMapPointMBS, point2 as MKMapPointMBS) as Double
- shared method MapPointsPerMeterAtLatitude(Latitude as Double) as Double
- shared method MetersPerMapPointAtLatitude(Latitude as Double) as Double
- shared method Coordinate(point as MKMapPointMBS) as CLLocationCoordinate2DMBS
- shared method Point(coordinate as CLLocationCoordinate2DMBS) as MKMapPointMBS
- shared method Point(x as double = 0, y as double = 0) as MKMapPointMBS
- class MKMapRectMBS
- method Constructor(x as double = 0, y as double = 0, w as double = 0, h as double = 0)
- method Constructor(other as MKMapRectMBS)
- method Constructor(origin as MKMapPointMBS, size as MKMapSizeMBS)
- method Union(other as MKMapRectMBS) as MKMapRectMBS
- method Intersection(other as MKMapRectMBS) as MKMapRectMBS
- method Inset(dx as Double, dy as Double) as MKMapRectMBS
- method Offset(dx as Double, dy as Double) as MKMapRectMBS
- method Intersects(other as MKMapRectMBS) as Boolean
- method Contains(other as MKMapRectMBS) as Boolean
- method Contains(other as MKMapPointMBS) as Boolean
- method Region as MKCoordinateRegionMBS
- method Equal(other as MKMapRectMBS) as Boolean
- method Remainder as MKMapRectMBS
- method Divide(byref slice as MKMapRectMBS, byref remainder as MKMapRectMBS, amount as double, edge as Integer)
- property X as Double
- property Y as Double
- property Width as Double
- property Height as Double
- property Size as MKMapSizeMBS
- property Origin as MKMapPointMBS
- property isEmpty as Boolean
- property MinX as Double
- property MinY as Double
- property MaxX as Double
- property MaxY as Double
- property MidX as Double
- property MidY as Double
- property Spans180thMeridian as Boolean
- property isNull as Boolean
- property StringValue as String
- shared method Rect(x as double = 0, y as double = 0, width as double = 0, heigth as double = 0) as MKMapRectMBS
- shared method World as MKMapRectMBS
- shared method Null as MKMapRectMBS
- class MKMapSizeMBS
- method Equal(other as MKMapSizeMBS) as Boolean
- method Constructor(width as double = 0, height as double = 0)
- method Constructor(other as MKMapSizeMBS)
- property Width as Double
- property Height as Double
- property StringValue as String
- shared method Size(Width as double = 0, Height as double = 0) as MKMapSizeMBS
- shared method World as MKMapSizeMBS
- class MKMapSnapshotMBS
- class MKMapSnapshotOptionsMBS
- method Copy as MKMapSnapshotOptionsMBS
- method Constructor
- method Constructor(Handle as Integer)
- property camera as MKMapCameraMBS
- property showsBuildings as Boolean
- property showsPointsOfInterest as Boolean
- property mapRect as MKMapRectMBS
- property region as MKCoordinateRegionMBS
- property mapType as Integer
- property size as NSSizeMBS
- property appearance as NSAppearanceMBS
- class MKMapSnapshotterMBS
- method Constructor(Handle as Integer)
- method Start(tag as variant = nil)
- method Cancel
- method Constructor(options as MKMapSnapshotOptionsMBS)
- method Destructor
- property Loading as Boolean
- property Snapshot as MKMapSnapshotMBS
- property Error as NSErrorMBS
- property Options as MKMapSnapshotOptionsMBS
- event SnapshotCompleted(snapshot as MKMapSnapshotMBS, error as NSErrorMBS, tag as Variant)
- class MKMapViewMBS
- method ShowAllAnnotations(withOverlays as boolean = false)
- method setZoomLevel(zoomLevel as double, animated as boolean)
- method setCenterCoordinate(centerCoordinate as CLLocationCoordinate2DMBS, zoomLevel as double, animated as boolean)
- method annotationsInMapRect(mapRect as MKMapRectMBS) as MKAnnotationMBS()
- method setVisibleMapRect(mapRect as MKMapRectMBS, edgePaddingLeft as Double, edgePaddingTop as Double, edgePaddingRight as Double, edgePaddingBottom as Double, animated as boolean)
- method mapRectThatFits(mapRect as MKMapRectMBS, edgePaddingLeft as Double, edgePaddingTop as Double, edgePaddingRight as Double, edgePaddingBottom as Double) as MKMapRectMBS
- method mapRectThatFits(mapRect as MKMapRectMBS) as MKMapRectMBS
- method regionThatFits(region as MKCoordinateRegionMBS) as MKCoordinateRegionMBS
- method exchangeOverlay(Overlay1 as MKOverlayMBS, Overlay2 as MKOverlayMBS)
- method selectedAnnotations as MKAnnotationMBS()
- method showAddress(address as string)
- method annotationViews as MKAnnotationViewMBS()
- method dequeueReusableAnnotationViewWithIdentifier(identifier as string) as MKAnnotationViewMBS
- method insertOverlayAtIndex(overlay as MKOverlayMBS, index as integer)
- method insertOverlayAtIndex(overlay as MKOverlayMBS, index as integer, level as integer)
- method insertOverlayAboveOverlay(overlay as MKOverlayMBS, aboveOverlay as MKOverlayMBS)
- method insertOverlayBelowOverlay(overlay as MKOverlayMBS, belowOverlay as MKOverlayMBS)
- method convertRegionToRectToView(region as MKCoordinateRegionMBS, view as NSViewMBS) as NSRectMBS
- method convertCoordinateToPointToView(coordinate as CLLocationCoordinate2DMBS, view as NSViewMBS) as NSPointMBS
- method convertPointToCoordinateFromView(point as NSPointMBS, view as NSViewMBS) as CLLocationCoordinate2DMBS
- method convertRectToRegionFromView(rect as NSRectMBS, view as NSViewMBS) as MKCoordinateRegionMBS
- method setRegion(c as CLLocationCoordinate2DMBS, animated as boolean = false)
- method setRegion(region as MKCoordinateRegionMBS, animated as boolean = false)
- method viewForAnnotation(annotation as MKAnnotationMBS) as MKAnnotationViewMBS
- method rendererForOverlay(overlay as MKOverlayMBS) as MKOverlayRendererMBS
- method overlaysInLevel(level as Integer) as MKOverlayMBS()
- method overlays as MKOverlayMBS()
- method addOverlays(overlays() as MKOverlayMBS)
- method removeOverlays(overlays() as MKOverlayMBS)
- method addOverlay(overlay as MKOverlayMBS)
- method removeOverlay(overlay as MKOverlayMBS)
- method exchangeOverlay(index1 as integer, index2 as integer)
- method addOverlays(overlays() as MKOverlayMBS, level as integer)
- method addOverlay(overlay as MKOverlayMBS, level as integer)
- method addAnnotations(annotations() as MKAnnotationMBS)
- method removeAnnotations(annotations() as MKAnnotationMBS)
- method annotations as MKAnnotationMBS()
- method selectAnnotation(annotation as MKAnnotationMBS, animated as boolean)
- method deselectAnnotation(annotation as MKAnnotationMBS, animated as boolean)
- method showAnnotations(annotations() as MKAnnotationMBS, animated as boolean)
- method addAnnotation(annotation as MKAnnotationMBS)
- method removeAnnotation(annotation as MKAnnotationMBS)
- method Constructor
- method Constructor(Handle as Integer)
- method Constructor(left as double, top as double, width as double, height as double)
- method setCenterCoordinate(coordinate as CLLocationCoordinate2DMBS, Animated as boolean = true)
- method Destructor
- method setVisibleMapRect(coordinate as MKMapRectMBS, Animated as boolean = true)
- method setCamera(camera as MKMapCameraMBS, Animated as boolean = true)
- property camera as MKMapCameraMBS
- property visibleMapRect as MKMapRectMBS
- property centerCoordinate as CLLocationCoordinate2DMBS
- property region as MKCoordinateRegionMBS
- property userLocation as MKUserLocationMBS
- property showsUserLocation as Boolean
- property scrollEnabled as Boolean
- property zoomEnabled as Boolean
- property userLocationVisible as Boolean
- property mapType as Integer
- property ShowsCompass as Boolean
- property RotateEnabled as Boolean
- property PitchEnabled as Boolean
- property showsZoomControls as Boolean
- property showsScale as Boolean
- property showsPointsOfInterest as Boolean
- property showsBuildings as Boolean
- property showsTraffic as Boolean
- property annotationVisibleRect as NSRectMBS
- property zoomLevel as Double
- shared method MKMapViewDefaultClusterAnnotationViewReuseIdentifier as String
- shared method MKMapViewDefaultAnnotationViewReuseIdentifier as String
- shared method MKErrorDomain as String
- shared method available as Boolean
- class MKMarkerAnnotationViewMBS
- method Constructor(Handle as Integer)
- method Constructor(annotation as MKAnnotationMBS, reuseIdentifier as string = "", EnableEvents as Boolean = false)
- property titleVisibility as Integer
- property subtitleVisibility as Integer
- property markerTintColor as NSColorMBS
- property glyphTintColor as NSColorMBS
- property glyphText as String
- property glyphImage as NSImageMBS
- property selectedGlyphImage as NSImageMBS
- property animatesWhenAdded as Boolean
- shared method available as Boolean
- class MKMultiPointMBS
- class MKMultiPolygonMBS
- method Constructor(Handle as Integer)
- method canReplaceMapContent as Boolean
- method coordinate as CLLocationCoordinate2DMBS
- method boundingMapRect as MKMapRectMBS
- method intersectsMapRect(mapRect as MKMapRectMBS) as Boolean
- method polygons as MKPolygonMBS()
- method Constructor(polygons() as MKPolygonMBS)
- method Constructor
- shared method multiPolygon(polygons() as MKPolygonMBS) as MKMultiPolygonMBS
- class MKMultiPolygonRendererMBS
- class MKMultiPolylineMBS
- method Constructor(Handle as Integer)
- method canReplaceMapContent as Boolean
- method coordinate as CLLocationCoordinate2DMBS
- method boundingMapRect as MKMapRectMBS
- method intersectsMapRect(mapRect as MKMapRectMBS) as Boolean
- method polylines as MKPolylineMBS()
- method Constructor(polylines() as MKPolylineMBS)
- method Constructor
- shared method multiPolyline(polylines() as MKPolylineMBS) as MKMultiPolylineMBS
- class MKMultiPolylineRendererMBS
- class MKOverlayPathRendererMBS
- method applyStrokeProperties(context as CGContextMBS, zoomScale as double)
- method applyFillProperties(context as CGContextMBS, zoomScale as double)
- method strokePath(path as CGPathMBS, context as CGContextMBS)
- method fillPath(path as CGPathMBS, context as CGContextMBS)
- method Constructor
- method invalidatePath
- method createPath
- method SetLineDashPattern(values() as Integer)
- method GetLineDashPattern as Integer()
- method Constructor(Handle as Integer)
- property lineCap as Integer
- property lineJoin as Integer
- property lineWidth as Double
- property miterLimit as Double
- property lineDashPhase as Double
- property Path as CGPathMBS
- property fillColor as NSColorMBS
- property strokeColor as NSColorMBS
- class MKOverlayRendererMBS
- method Constructor(Handle as Integer)
- method setNeedsDisplayInMapRect(mapRect as MKMapRectMBS, zoomScale as double)
- method setNeedsDisplayInMapRect(mapRect as MKMapRectMBS)
- method Constructor(overlay as MKOverlayMBS)
- method setNeedsDisplay
- method pointForMapPoint(mapRect as MKMapPointMBS) as CGPointMBS
- method mapPointForPoint(point as CGPointMBS) as MKMapPointMBS
- method RectForMapRect(mapRect as MKMapRectMBS) as CGRectMBS
- method mapRectForRect(Rect as CGRectMBS) as MKMapRectMBS
- method canDrawMapRect(Rect as MKMapRectMBS, zoomScale as Double) as Boolean
- method drawMapRect(Rect as MKMapRectMBS, zoomScale as Double, context as CGContextMBS)
- property Handle as Integer
- property alpha as Double
- property contentScaleFactor as Double
- property overlay as MKOverlayMBS
- shared method RoadWidthAtZoomScale(zoomScale as double) as double
- class MKPinAnnotationViewMBS
- method Constructor(Handle as Integer)
- method Constructor(annotation as MKAnnotationMBS, reuseIdentifier as string = "", EnableEvents as Boolean = false)
- method Constructor
- property animatesDrop as Boolean
- property pinColor as Integer
- property pinTintColor as NSColorMBS
- shared method redPinColor as NSColorMBS
- shared method greenPinColor as NSColorMBS
- shared method purplePinColor as NSColorMBS
- class MKPlacemarkMBS
- method Coordinate as CLLocationCoordinate2DMBS
- method Title as String
- method SubTitle as String
- method SetCoordinate(newCoordinate as CLLocationCoordinate2DMBS)
- method Constructor(Handle as Integer)
- method Constructor(coordinate as CLLocationCoordinate2DMBS)
- method Constructor(coordinate as CLLocationCoordinate2DMBS, addressDictionary as dictionary)
- method Constructor(coordinate as CLLocationCoordinate2DMBS, postalAddress as Variant)
- property countryCode as String
- class MKPointAnnotationMBS
- class MKPolygonMBS
- method canReplaceMapContent as Boolean
- method coordinate as CLLocationCoordinate2DMBS
- method boundingMapRect as MKMapRectMBS
- method intersectsMapRect(mapRect as MKMapRectMBS) as Boolean
- method Constructor(points() as MKMapPointMBS)
- method Constructor(points() as MKMapPointMBS, InteriorPolygons() as MKPolygonMBS)
- method Constructor(coords() as CLLocationCoordinate2DMBS)
- method Constructor(coords() as CLLocationCoordinate2DMBS, InteriorPolygons() as MKPolygonMBS)
- method Constructor(Handle as Integer)
- method Constructor
- method interiorPolygons as MKPolygonMBS()
- shared method polygonWithPoints(points() as MKMapPointMBS) as MKPolygonMBS
- shared method polygonWithPoints(points() as MKMapPointMBS, InteriorPolygons() as MKPolygonMBS) as MKPolygonMBS
- shared method polygonWithCoordinates(coords() as CLLocationCoordinate2DMBS) as MKPolygonMBS
- shared method polygonWithCoordinates(coords() as CLLocationCoordinate2DMBS, InteriorPolygons() as MKPolygonMBS) as MKPolygonMBS
- class MKPolygonRendererMBS
- class MKPolylineMBS
- method canReplaceMapContent as Boolean
- method coordinate as CLLocationCoordinate2DMBS
- method boundingMapRect as MKMapRectMBS
- method intersectsMapRect(mapRect as MKMapRectMBS) as Boolean
- method Constructor(coords() as CLLocationCoordinate2DMBS)
- method Constructor(points() as MKMapPointMBS)
- method Constructor(Handle as Integer)
- method Constructor
- shared method polylineWithCoordinates(coords() as CLLocationCoordinate2DMBS) as MKPolylineMBS
- shared method polylineWithPoints(points() as MKMapPointMBS) as MKPolylineMBS
- class MKPolylineRendererMBS
- class MKRouteMBS
- method steps as MKRouteStepMBS()
- method advisoryNotices as String()
- method Constructor(Handle as Integer)
- method Constructor
- property Handle as Integer
- property name as String
- property transportType as Integer
- property polyline as MKPolylineMBS
- property distance as Double
- property expectedTravelTime as Double
- class MKRouteStepMBS
- class MKShapeMBS
- class MKTileOverlayMBS
- method Constructor(Handle as Integer)
- method Constructor(URL as string)
- method URLForTilePath(Path as MKTileOverlayPathMBS) as String
- method loadTileAtPath(Path as MKTileOverlayPathMBS, tag as Variant = nil)
- method Coordinate as CLLocationCoordinate2DMBS
- method Title as String
- method SubTitle as String
- method SetCoordinate(newCoordinate as CLLocationCoordinate2DMBS)
- method canReplaceMapContent as Boolean
- method boundingMapRect as MKMapRectMBS
- method intersectsMapRect(mapRect as MKMapRectMBS) as Boolean
- property coordinate as CLLocationCoordinate2DMBS
- property longitude as Double
- property latitude as Double
- property title as String
- property subtitle as String
- property geometryFlipped as Boolean
- property canReplaceMapContent as Boolean
- property minimumZ as Integer
- property maximumZ as Integer
- property URLTemplate as String
- property TileSize as CGSizeMBS
- event TileLoaded(path as MKTileOverlayPathMBS, tileData as MemoryBlock, error as NSErrorMBS, tag as Variant)
- class MKTileOverlayPathMBS
- class MKTileOverlayRendererMBS
- class MKUserLocationMBS
- method Constructor
- method Coordinate as CLLocationCoordinate2DMBS
- method Title as String
- method SubTitle as String
- method SetCoordinate(newCoordinate as CLLocationCoordinate2DMBS)
- method Constructor(Handle as Integer)
- property updating as Boolean
- property location as CLLocationMBS
- property heading as CLHeadingMBS
- class NSAnimationContextMBS
- class NSAnimationMBS
- method Destructor
- method Constructor(duration as double, animationCurve as integer)
- method clearStartAnimation
- method clearStopAnimation
- method stopAnimation
- method startAnimation
- method isAnimating as boolean
- method currentValue as double
- property duration as double
- property currentProgress as double
- property frameRate as double
- property animationBlockingMode as integer
- property animationCurve as integer
- property Handle as Integer
- event CurrentProgressChanged(progress as double)
- class NSAppearanceMBS
- method Constructor
- property Handle as Integer
- property allowsVibrancy as Boolean
- property name as String
- shared method NSAppearanceNameDarkAqua as string
- shared method NSAppearanceNameAqua as string
- shared method NSAppearanceNameLightContent as string
- shared method NSAppearanceNameVibrantDark as string
- shared method NSAppearanceNameVibrantLight as string
- shared method NSAppearanceNameAccessibilityHighContrastAqua as string
- shared method NSAppearanceNameAccessibilityHighContrastDarkAqua as string
- shared method NSAppearanceNameAccessibilityHighContrastVibrantLight as string
- shared method NSAppearanceNameAccessibilityHighContrastVibrantDark as string
- shared method Available as boolean
- shared method currentAppearance as NSAppearanceMBS
- shared method appearanceNamed(name as string) as NSAppearanceMBS
- shared method appearanceNamed(name as string, bundle as NSBundleMBS) as NSAppearanceMBS
- shared method setCurrentAppearance(appearance as NSAppearanceMBS = nil)
- shared method appearance(item as Variant) as NSAppearanceMBS
- shared method setAppearance(item as Variant, appearance as NSAppearanceMBS)
- shared method effectiveAppearance(item as Variant) as NSAppearanceMBS
- class NSDateIntervalMBS
- method intersectionWithDateInterval(DateInterval as NSDateIntervalMBS) as NSDateIntervalMBS
- method Operator_Compare(DateInterval as NSDateIntervalMBS) as Integer
- method compare(DateInterval as NSDateIntervalMBS) as Integer
- method intersectsDateInterval(DateInterval as NSDateIntervalMBS) as Boolean
- method isEqualToDateInterval(DateInterval as NSDateIntervalMBS) as Boolean
- method containsDate(date as date) as Boolean
- method Constructor
- method Constructor(startDate as date, endDate as date)
- method Constructor(startDate as date, duration as double)
- method copy as NSDateIntervalMBS
- method Constructor(startDate as dateTime, endDate as dateTime)
- method containsDateTime(date as dateTime) as Boolean
- property Handle as Integer
- property duration as Double
- property startDate as Date
- property endDate as Date
- property startDateTime as DateTime
- property endDateTime as DateTime
- shared method available as Boolean
- class NSEventMonitorMBS
- method Constructor
- method Destructor
- method addGlobalMonitorForEventsMatchingMask(mask as UInt64) as boolean
- method addLocalMonitorForEventsMatchingMask(mask as UInt64) as boolean
- property Count as Integer
- shared method Available as boolean
- event LocalEvent(e as NSEventMBS) as NSEventMBS
- event GlobalEvent(e as NSEventMBS)
- class NSMediaLibraryBrowserControllerMBS
- method Constructor
- method togglePanel
- method orderOut
- method orderFront
- property Handle as Integer
- property mediaLibraries as Integer
- property Visible as Boolean
- property Frame as NSRectMBS
- shared method sharedMediaLibraryBrowserController as NSMediaLibraryBrowserControllerMBS
- shared method available as boolean
- class NSNetServiceBrowserMBS
- method Constructor
- method Destructor
- method searchForBrowsableDomains
- method searchForRegistrationDomains
- method stop
- method searchForServicesOfType(serviceType as string, domainName as string = "")
- property Handle as Integer
- property includesPeerToPeer as Boolean
- event WillSearch
- event DidStopSearch
- event DidNotSearch(error as Dictionary)
- event DidFindDomain(domainName as String, moreComing as Boolean)
- event DidFindService(service as NSNetServiceMBS, moreComing as Boolean)
- event DidRemoveDomain(domainName as String, moreComing as Boolean)
- event DidRemoveService(service as NSNetServiceMBS, moreComing as Boolean)
- class NSNetServiceMBS
- method Constructor(other as NSNetServiceMBS)
- method Constructor(Domain as String, Type as String, Name as String)
- method Constructor(Domain as String, Type as String, Name as String, Port as Integer)
- method Destructor
- method startMonitoring
- method stopMonitoring
- method stop
- method publish
- method publish(options as Integer)
- method resolve
- method resolve(timeout as Double)
- method setTXTRecordData(Data as MemoryBlock) as Boolean
- method getStreams(byref inputStream as NSInputStreamMBS, byref outputStream as NSOutputStreamMBS) as Boolean
- method addresses as String()
- method addressesRaw as MemoryBlock()
- method addressesIPv4 as String()
- method addressesIPv6 as String()
- method isEqual(other as NSNetServiceMBS) as Boolean
- property Handle as Integer
- property includesPeerToPeer as Boolean
- property name as String
- property type as String
- property domain as String
- property description as String
- property hostName as String
- property port as Integer
- property TXTRecordData as MemoryBlock
- property Address as String
- property AddressIPv4 as String
- property AddressIPv6 as String
- shared method NSNetServicesErrorCode as String
- shared method NSNetServicesErrorDomain as String
- shared method dictionaryFromTXTRecordData(data as Memoryblock) as Dictionary
- shared method dataFromTXTRecordDictionary(data as Dictionary) as Memoryblock
- event WillPublish
- event DidPublish
- event DidNotPublish(Error as Dictionary)
- event WillResolve
- event DidResolveAddress
- event DidNotResolve(Error as Dictionary)
- event DidStop
- event DidUpdateTXTRecordData(data as MemoryBlock)
- event DidAcceptConnection(InputStream as NSInputStreamMBS, outputStream as NSOutputStreamMBS)
- class NSOperationMBS
- method Constructor
- method Constructor(Handle as Integer)
- method waitUntilFinished
- method Lock
- method Unlock
- method dependency(index as integer) as NSOperationMBS
- method dependencies as NSOperationMBS()
- method dependenciesCount as integer
- method isCancelled as boolean
- method isExecuting as boolean
- method isFinished as boolean
- method isConcurrent as boolean
- method isReady as boolean
- method main
- method start
- method cancel
- method addDependency(op as NSOperationMBS)
- method removeDependency(op as NSOperationMBS)
- property threadPriority as double
- property queuePriority as integer
- property Handle as Integer
- event Open
- event Work
- event Close
- event Finished
- class NSOperationQueueMBS
- method isOneOperationExecuting as boolean
- method areAllOperationsFinished as boolean
- method cancelAllOperations
- method waitUntilAllOperationsAreFinished
- method addOperation(op as NSOperationMBS)
- method operations as NSOperationMBS()
- method operation(index as UInt32) as NSOperationMBS
- method operationCount as integer
- method Constructor
- method addOperations(ops() as NSOperationMBS, wait as boolean)
- property maxConcurrentOperationCount as integer
- property isSuspended as boolean
- property name as string
- property Handle as Integer
- shared method currentQueue as NSOperationQueueMBS
- shared method mainQueue as NSOperationQueueMBS
- class NSSharingServiceDelegateMBS
- method Constructor
- method Destructor
- property Handle as Integer
- event willShareItems(service as NSSharingServiceMBS, items as NSSharingServiceItemsMBS)
- event didFailToShareItems(service as NSSharingServiceMBS, items as NSSharingServiceItemsMBS, error as NSErrorMBS)
- event didShareItems(service as NSSharingServiceMBS, items as NSSharingServiceItemsMBS)
- event sourceFrameOnScreenForShareItem(service as NSSharingServiceMBS, item as variant) as NSRectMBS
- event transitionImageForShareItem(service as NSSharingServiceMBS, item as variant, contentRect as NSRectMBS) as NSImageMBS
- event sourceWindowForShareItems(service as NSSharingServiceMBS, items as NSSharingServiceItemsMBS, scope as integer) as NSWindowMBS
- event didCompleteForItems(service as NSSharingServiceMBS, items as NSSharingServiceItemsMBS, error as NSErrorMBS)
- event optionsForSharingService(service as NSSharingServiceMBS, provider as Variant) as Integer
- event didSaveShare(service as NSSharingServiceMBS, share as Variant)
- event didStopSharing(service as NSSharingServiceMBS, share as Variant)
- class NSSharingServiceItemsMBS
- method AddAttributedString(AttributedString as NSAttributedStringMBS)
- method AddAttributedString(AttributedStrings() as NSAttributedStringMBS)
- method Texts as string()
- method URLs as string()
- method Images as NSImageMBS()
- method Constructor
- method objectAtIndex(index as integer) as variant
- method count as integer
- method AddText(text as string)
- method AddText(texts() as string)
- method AddURL(URL as string)
- method AddURL(URLs() as string)
- method AddFile(file as folderitem)
- method AddFiles(files() as folderitem)
- method AddImage(image as NSImageMBS)
- method AddImages(images() as NSImageMBS)
- property Handle as Integer
- class NSSharingServiceMBS
- method Close
- method SetDelegate(DelegateHandler as NSSharingServiceDelegateMBS)
- method Constructor(name as string)
- method Destructor
- method canPerformWithItems(items as NSSharingServiceItemsMBS) as Boolean
- method performWithItems(items as NSSharingServiceItemsMBS)
- method recipients as String()
- method setRecipients(recipients() as String)
- method attachmentFileURLs as String()
- property Handle as Integer
- property title as String
- property image as NSImageMBS
- property alternateImage as NSImageMBS
- property menuItemTitle as String
- property messageBody as String
- property permanentLink as String
- property accountName as String
- property subject as String
- shared method NSSharingServiceNamePostOnFacebook as string
- shared method NSSharingServiceNamePostOnTwitter as string
- shared method NSSharingServiceNamePostOnSinaWeibo as string
- shared method NSSharingServiceNameComposeEmail as string
- shared method NSSharingServiceNameComposeMessage as string
- shared method NSSharingServiceNameSendViaAirDrop as string
- shared method NSSharingServiceNameAddToSafariReadingList as string
- shared method NSSharingServiceNameAddToIPhoto as string
- shared method NSSharingServiceNameAddToAperture as string
- shared method NSSharingServiceNameUseAsTwitterProfileImage as string
- shared method NSSharingServiceNameUseAsDesktopPicture as string
- shared method NSSharingServiceNamePostImageOnFlickr as string
- shared method NSSharingServiceNamePostVideoOnVimeo as string
- shared method NSSharingServiceNamePostVideoOnYouku as string
- shared method NSSharingServiceNamePostVideoOnTudou as string
- shared method NSSharingServiceNameCloudSharing as string
- shared method sharingServiceNamed(name as string) as NSSharingServiceMBS
- shared method sharingServicesForItems(items as NSSharingServiceItemsMBS) as NSSharingServiceMBS()
- shared method Available as boolean
- class NSSharingServicePickerMBS
- method Constructor(items as NSSharingServiceItemsMBS)
- method Destructor
- method showRelativeToRect(r as NSRectMBS, view as NSViewMBS, preferredEdge as integer)
- property Handle as Integer
- shared method Available as boolean
- event sharingServicesForItems(items as NSSharingServiceItemsMBS, proposedServices() as NSSharingServiceMBS) as NSSharingServiceMBS()
- event delegateForSharingService(service as NSSharingServiceMBS) as NSSharingServiceDelegateMBS
- event didChooseSharingService(service as NSSharingServiceMBS)
- class NSURLSessionConfigurationMBS
- method Constructor
- method copy as NSURLSessionConfigurationMBS
- property Handle as Integer
- property identifier as String
- property allowsCellularAccess as Boolean
- property allowsExpensiveNetworkAccess as Boolean
- property allowsConstrainedNetworkAccess as Boolean
- property waitsForConnectivity as Boolean
- property discretionary as Boolean
- property sharedContainerIdentifier as String
- property HTTPShouldSetCookies as Boolean
- property HTTPShouldUsePipelining as Boolean
- property shouldUseExtendedBackgroundIdleMode as Boolean
- property HTTPAdditionalHeaders as Dictionary
- property connectionProxyDictionary as Dictionary
- property HTTPMaximumConnectionsPerHost as Integer
- property HTTPCookieStorage as NSHTTPCookieStorageMBS
- property URLCredentialStorage as NSURLCredentialStorageMBS
- property URLCache as NSURLCacheMBS
- property timeoutIntervalForResource as Double
- property timeoutIntervalForRequest as Double
- property HTTPCookieAcceptPolicy as Integer
- property RequestCachePolicy as Integer
- property NetworkServiceType as Integer
- shared method available as Boolean
- shared method defaultSessionConfiguration as NSURLSessionConfigurationMBS
- shared method ephemeralSessionConfiguration as NSURLSessionConfigurationMBS
- shared method backgroundSessionConfiguration(identifier as String) as NSURLSessionConfigurationMBS
- class NSURLSessionDataTaskMBS
- class NSURLSessionDownloadTaskMBS
- class NSURLSessionMBS
- method downloadTaskWithRequest(request as NSURLRequestMBS, handler as NSURLSessionUploadTaskCompletedMBS, tag as Variant = nil) as NSURLSessionDataTaskMBS
- method downloadTaskWithURL(URL as String, handler as NSURLSessionUploadTaskCompletedMBS, tag as Variant = nil) as NSURLSessionDataTaskMBS
- method downloadTaskWithResumeData(resumeData as MemoryBlock, handler as NSURLSessionUploadTaskCompletedMBS, tag as Variant = nil) as NSURLSessionDataTaskMBS
- method dataTaskWithURL(URL as String, handler as NSURLSessionDataTaskCompletedMBS, tag as Variant = nil) as NSURLSessionDataTaskMBS
- method dataTaskWithRequest(request as NSURLRequestMBS, handler as NSURLSessionDataTaskCompletedMBS, tag as Variant = nil) as NSURLSessionDataTaskMBS
- method uploadTaskWithRequest(request as NSURLRequestMBS, file as FolderItem, handler as NSURLSessionUploadTaskCompletedMBS, tag as Variant = nil) as NSURLSessionDataTaskMBS
- method uploadTaskWithRequest(request as NSURLRequestMBS, data as MemoryBlock, handler as NSURLSessionUploadTaskCompletedMBS, tag as Variant = nil) as NSURLSessionDataTaskMBS
- method Tasks(Handler as NSURLSessionTasksCompletedMBS, tag as variant = nil)
- method Tasks as NSURLSessionTaskMBS()
- method reset(Handler as NSURLSessionResetCompletedMBS = nil, tag as variant = nil)
- method flush(Handler as NSURLSessionFlushCompletedMBS = nil, tag as variant = nil)
- method uploadTaskWithRequest(request as NSURLRequestMBS, file as folderItem) as NSURLSessionUploadTaskMBS
- method uploadTaskWithRequest(request as NSURLRequestMBS, data as MemoryBlock) as NSURLSessionUploadTaskMBS
- method uploadTaskWithStreamedRequest(request as NSURLRequestMBS) as NSURLSessionUploadTaskMBS
- method downloadTaskWithResumeData(resumeData as MemoryBlock) as NSURLSessionDownloadTaskMBS
- method downloadTaskWithURL(URL as String) as NSURLSessionDownloadTaskMBS
- method downloadTaskWithRequest(request as NSURLRequestMBS) as NSURLSessionDownloadTaskMBS
- method dataTaskWithURL(URL as String) as NSURLSessionDataTaskMBS
- method dataTaskWithRequest(request as NSURLRequestMBS) as NSURLSessionDataTaskMBS
- method Constructor
- method Constructor(configuration as NSURLSessionConfigurationMBS)
- method invalidateAndCancel
- method finishTasksAndInvalidate
- method streamTaskWithHostName(hostname as String, Port as Integer) as NSURLSessionStreamTaskMBS
- method webSocketTaskWithURL(URL as String) as NSURLSessionWebSocketTaskMBS
- method webSocketTaskWithURL(URL as String, Protocols() as String) as NSURLSessionWebSocketTaskMBS
- method webSocketTaskWithRequest(request as NSURLRequestMBS) as NSURLSessionWebSocketTaskMBS
- property Handle as Integer
- property sessionDescription as String
- property configuration as NSURLSessionConfigurationMBS
- shared method available as Boolean
- shared method sharedSession as NSURLSessionMBS
- event didBecomeInvalid(error as NSErrorMBS)
- event didReceiveChallenge(challenge as NSURLAuthenticationChallengeMBS, byref disposition as Integer, byref credential as NSURLCredentialMBS)
- event taskIsWaitingForConnectivity(task as NSURLSessionTaskMBS)
- event taskWillPerformHTTPRedirection(task as NSURLSessionTaskMBS, response as NSURLResponseMBS, request as NSURLRequestMBS) as NSURLRequestMBS
- event taskDidSendBodyData(task as NSURLSessionTaskMBS, bytesSent as Int64, totalBytesSent as Int64, totalBytesExpectedToSend as Integer)
- event taskDidFinishCollectingMetrics(task as NSURLSessionTaskMBS, metrics as NSURLSessionTaskMetricsMBS)
- event taskDidCompleteWithError(task as NSURLSessionTaskMBS, error as NSErrorMBS)
- event dataTaskDidReceiveResponse(dataTask as NSURLSessionDataTaskMBS, response as NSURLResponseMBS) as Integer
- event dataTaskDidBecomeDownloadTask(dataTask as NSURLSessionDataTaskMBS, downloadTask as NSURLSessionDownloadTaskMBS)
- event dataTaskDidBecomeStreamTask(dataTask as NSURLSessionDataTaskMBS, downloadTask as NSURLSessionStreamTaskMBS)
- event dataTaskDidReceiveData(dataTask as NSURLSessionDataTaskMBS, data as MemoryBlock)
- event dataTaskWillCacheResponse(dataTask as NSURLSessionDataTaskMBS, proposedResponse as NSCachedURLResponseMBS) as NSCachedURLResponseMBS
- event downloadTaskDidFinishDownloadingToURL(downloadTask as NSURLSessionDownloadTaskMBS, location as String, file as FolderItem)
- event downloadTaskDidWriteData(downloadTask as NSURLSessionDownloadTaskMBS, bytesWritten as Int64, totalBytesWritten as Int64, totalBytesExpectedToWrite as Int64)
- event downloadTaskDidResumeAtOffset(downloadTask as NSURLSessionDownloadTaskMBS, fileOffset as Int64, expectedTotalBytes as Int64)
- event streamTaskReadClosedForStreamTask(streamTask as NSURLSessionStreamTaskMBS)
- event streamTaskWriteClosedForStreamTask(streamTask as NSURLSessionStreamTaskMBS)
- event streamTaskBetterRouteDiscoveredForStreamTask(streamTask as NSURLSessionStreamTaskMBS)
- event streamTaskDidBecomeInputStream(streamTask as NSURLSessionStreamTaskMBS, inputStream as NSInputStreamMBS, outputStream as NSOutputStreamMBS)
- event webSocketTaskDidOpenWithProtocol(webSocketTask as NSURLSessionWebSocketTaskMBS, protocol as String)
- event webSocketTaskDidCloseWithCode(webSocketTask as NSURLSessionWebSocketTaskMBS, closeCode as Integer, reason as MemoryBlock)
- class NSURLSessionStreamTaskMBS
- method closeWrite
- method closeRead
- method captureStreams
- method Constructor
- method startSecureConnection
- method readData(minBytes as Integer, maxBytes as Integer, timeout as Double, Handler as NSURLSessionStreamTaskReadDataCompletedMBS, tag as variant = nil)
- method writeData(data as MemoryBlock, timeout as Double, Handler as NSURLSessionStreamTaskWriteDataCompletedMBS, tag as variant = nil)
- class NSURLSessionTaskMBS
- method Constructor
- method Cancel
- method suspend
- method resume
- method copy as NSURLSessionTaskMBS
- property Handle as Integer
- property taskDescription as String
- property error as NSErrorMBS
- property Priority as Single
- property earliestBeginDate as Date
- property taskIdentifier as UInt64
- property originalRequest as NSURLRequestMBS
- property currentRequest as NSURLRequestMBS
- property response as NSURLResponseMBS
- property countOfBytesClientExpectsToSend as Int64
- property countOfBytesClientExpectsToReceive as Int64
- property countOfBytesReceived as Int64
- property countOfBytesSent as Int64
- property countOfBytesExpectedToSend as Int64
- property countOfBytesExpectedToReceive as Int64
- property state as Integer
- property earliestBeginDateTime as DateTime
- shared method available as Boolean
- shared method PriorityDefault as Single
- shared method PriorityLow as Single
- shared method PriorityHigh as Single
- class NSURLSessionTaskMetricsMBS
- class NSURLSessionTaskTransactionMetricsMBS
- method Constructor
- property Handle as Integer
- property request as NSURLRequestMBS
- property response as NSURLResponseMBS
- property fetchStartDate as Date
- property domainLookupStartDate as Date
- property domainLookupEndDate as Date
- property connectStartDate as Date
- property secureConnectionStartDate as Date
- property secureConnectionEndDate as Date
- property connectEndDate as Date
- property requestStartDate as Date
- property requestEndDate as Date
- property responseStartDate as Date
- property responseEndDate as Date
- property networkProtocolName as String
- property ProxyConnection as Boolean
- property ReusedConnection as Boolean
- property resourceFetchType as Integer
- property countOfRequestHeaderBytesSent as Int64
- property countOfRequestBodyBytesSent as Int64
- property countOfRequestBodyBytesBeforeEncoding as Int64
- property countOfResponseHeaderBytesReceived as Int64
- property countOfResponseBodyBytesReceived as Int64
- property countOfResponseBodyBytesAfterDecoding as Int64
- property localAddress as String
- property remoteAddress as String
- property localPort as Integer
- property remotePort as Integer
- property negotiatedTLSProtocolVersion as Integer
- property negotiatedTLSCipherSuite as Integer
- property Cellular as Boolean
- property Expensive as Boolean
- property Constrained as Boolean
- property Multipath as Boolean
- property fetchStartDateTime as DateTime
- property domainLookupStartDateTime as DateTime
- property domainLookupEndDateTime as DateTime
- property connectStartDateTime as DateTime
- property secureConnectionStartDateTime as DateTime
- property secureConnectionEndDateTime as DateTime
- property connectEndDateTime as DateTime
- property requestStartDateTime as DateTime
- property requestEndDateTime as DateTime
- property responseStartDateTime as DateTime
- property responseEndDateTime as DateTime
- shared method available as Boolean
- class NSURLSessionUploadTaskMBS
- class NSURLSessionWebSocketMessageMBS
- class NSURLSessionWebSocketTaskMBS
- method Constructor
- method sendMessage(message as NSURLSessionWebSocketMessageMBS, Handler as NSURLSessionWebSocketTaskSendMessageCompletedMBS, tag as variant = nil)
- method receiveMessage(Handler as NSURLSessionWebSocketTaskReceiveMessageCompletedMBS, tag as variant = nil)
- method sendPing(Handler as NSURLSessionWebSocketTaskSendPingWithPongReceivedMBS, tag as variant = nil)
- method cancel(closeCode as Integer, reason as MemoryBlock)
- property maximumMessageSize as Integer
- property closeCode as Integer
- property closeReason as MemoryBlock
- class NSUserNotificationActionMBS
- class NSUserNotificationCenterDelegateMBS
- method Constructor
- method Destructor
- property Handle as Integer
- event didDeliverNotification(center as NSUserNotificationCenterMBS, notification as NSUserNotificationMBS)
- event didActivateNotification(center as NSUserNotificationCenterMBS, notification as NSUserNotificationMBS)
- event shouldPresentNotification(center as NSUserNotificationCenterMBS, notification as NSUserNotificationMBS) as boolean
- class NSUserNotificationCenterMBS
- method Constructor
- method scheduleNotification(notification as NSUserNotificationMBS)
- method removeScheduledNotification(notification as NSUserNotificationMBS)
- method deliverNotification(notification as NSUserNotificationMBS)
- method removeDeliveredNotification(notification as NSUserNotificationMBS)
- method removeAllDeliveredNotifications
- method removeAllScheduledNotifications
- method scheduledNotifications as NSUserNotificationMBS()
- method deliveredNotifications as NSUserNotificationMBS()
- property Handle as Integer
- shared method defaultUserNotificationCenter as NSUserNotificationCenterMBS
- shared method Available as boolean
- class NSUserNotificationMBS
- method additionalActions as NSUserNotificationActionMBS()
- method setAdditionalActions(additionalActions() as NSUserNotificationActionMBS)
- method copy as NSUserNotificationMBS
- method Print
- method Constructor
- property Handle as Integer
- property Description as String
- property Title as String
- property actualDeliveryDate as Date
- property Presented as Boolean
- property Remote as Boolean
- property soundName as String
- property subTitle as String
- property informativeText as String
- property actionButtonTitle as String
- property userInfo as Dictionary
- property deliveryDate as Date
- property otherButtonTitle as String
- property responsePlaceholder as String
- property identifier as String
- property Response as NSAttributedStringMBS
- property activationType as Integer
- property hasActionButton as Boolean
- property hasReplyButton as Boolean
- property contentImage as NSImageMBS
- property deliveryTimeZone as NSTimeZoneMBS
- property deliveryRepeatInterval as NSDateComponentsMBS
- property additionalActivationAction as NSUserNotificationActionMBS
- property actualDeliveryDateTime as DateTime
- property deliveryDateTime as DateTime
- shared method NSUserNotificationDefaultSoundName as string
- shared method Available as boolean
- class NSVisualEffectViewMBS
- method Constructor
- method Constructor(Handle as Integer)
- method Constructor(left as double, top as double, width as double, height as double)
- property material as Integer
- property interiorBackgroundStyle as Integer
- property blendingMode as Integer
- property state as Integer
- property Emphasized as Boolean
- property maskImage as NSImageMBS
- shared method Available as boolean
- class NSXPCConnectionMBS
- method Close
- method Destructor
- method Constructor(endpoint as NSXPCListenerEndpointMBS)
- method Constructor(ServiceName as string)
- method Constructor(MachOServiceName as string, flags as integer)
- method resume
- method suspend
- method invalidate
- method CallMethod(name as string, tag as variant, params() as variant)
- property Handle as Integer
- property processIdentifier as Integer
- property effectiveUserIdentifier as Integer
- property effectiveGroupIdentifier as Integer
- property auditSessionIdentifier as Integer
- property serviceName as String
- property endpoint as NSXPCListenerEndpointMBS
- shared method Available as boolean
- event InterruptionHandler
- event InvalidationHandler
- event CallMethodReturned(name as string, tag as variant, Parameters() as variant, Results() as variant)
- event ErrorHandler(error as NSErrorMBS)
- class NSXPCListenerEndpointMBS
- class NSXPCListenerMBS
- method Constructor(Anonymous as boolean = false)
- method Constructor(Name as string)
- method resume
- method suspend
- method invalidate
- method Close
- method Destructor
- property Handle as Integer
- property endpoint as NSXPCListenerEndpointMBS
- shared method Available as boolean
- event shouldAcceptNewConnection(newConnection as NSXPCConnectionMBS) as boolean
- event CallMethod(Name as string, Parameters() as variant) as variant()
- class ODNodeMBS
- method nodeDetails(byref error as NSErrorMBS) as Dictionary
- method nodeDetailsForKeys(keys() as string, byref error as NSErrorMBS) as Dictionary
- method unreachableSubnodeNames(byref error as NSErrorMBS) as String()
- method subnodeNames(byref error as NSErrorMBS) as String()
- method supportedAttributesForRecordType(RecordType as String, byref error as NSErrorMBS) as String()
- method supportedRecordTypes(byref error as NSErrorMBS) as String()
- method Constructor
- property Handle as Integer
- property nodeName as String
- shared method nodeWithType(session as ODSessionMBS, type as integer, byref error as NSErrorMBS) as ODNodeMBS
- shared method nodeWithName(session as ODSessionMBS, name as string, byref error as NSErrorMBS) as ODNodeMBS
- class ODQueryMBS
- method Constructor(node as ODNodeMBS, inRecordTypeOrList as Variant, inAttribute as String, matchType as Integer, inQueryValueOrList as Variant, inReturnAttributeOrList as Variant, maximumResults as Integer, byref error as NSErrorMBS)
- method Destructor
- method synchronize
- method start
- method resultsAllowingPartial(AllowPartialResults as Boolean, byref error as NSErrorMBS) as ODRecordMBS()
- property Handle as Integer
- shared method queryWithNode(node as ODNodeMBS, inRecordTypeOrList as Variant, inAttribute as String, matchType as Integer, inQueryValueOrList as Variant, inReturnAttributeOrList as Variant, maximumResults as Integer, byref error as NSErrorMBS) as ODQueryMBS
- class ODRecordMBS
- method valuesForAttribute(inAttribute as String, byref error as NSErrorMBS) as Variant()
- method synchronize(byref error as NSErrorMBS) as Boolean
- method recordDetails(byref error as NSErrorMBS) as Dictionary
- method recordDetailsForAttributes(inAttributes() as string, byref error as NSErrorMBS) as Dictionary
- method Constructor
- property Handle as Integer
- property recordType as String
- property recordName as String
- shared method kODRecordTypeAttributeTypes as String
- shared method kODRecordTypeAFPServer as String
- shared method kODRecordTypeAliases as String
- shared method kODRecordTypeAugments as String
- shared method kODRecordTypeAutomount as String
- shared method kODRecordTypeAutomountMap as String
- shared method kODRecordTypeAutoServerSetup as String
- shared method kODRecordTypeBootp as String
- shared method kODRecordTypeCertificateAuthorities as String
- shared method kODRecordTypeComputerLists as String
- shared method kODRecordTypeComputerGroups as String
- shared method kODRecordTypeComputers as String
- shared method kODRecordTypeConfiguration as String
- shared method kODRecordTypeEthernets as String
- shared method kODRecordTypeFileMakerServers as String
- shared method kODRecordTypeFTPServer as String
- shared method kODRecordTypeGroups as String
- shared method kODRecordTypeHostServices as String
- shared method kODRecordTypeHosts as String
- shared method kODRecordTypeLDAPServer as String
- shared method kODRecordTypeLocations as String
- shared method kODRecordTypeMounts as String
- shared method kODRecordTypeNFS as String
- shared method kODRecordTypeNetDomains as String
- shared method kODRecordTypeNetGroups as String
- shared method kODRecordTypeNetworks as String
- shared method kODRecordTypePeople as String
- shared method kODRecordTypePresetComputers as String
- shared method kODRecordTypePresetComputerGroups as String
- shared method kODRecordTypePresetComputerLists as String
- shared method kODRecordTypePresetGroups as String
- shared method kODRecordTypePresetUsers as String
- shared method kODRecordTypePrintService as String
- shared method kODRecordTypePrintServiceUser as String
- shared method kODRecordTypePrinters as String
- shared method kODRecordTypeProtocols as String
- shared method kODRecordTypeQTSServer as String
- shared method kODRecordTypeQueryInformation as String
- shared method kODRecordTypeRecordTypes as String
- shared method kODRecordTypeResources as String
- shared method kODRecordTypeRPC as String
- shared method kODRecordTypeSMBServer as String
- shared method kODRecordTypeServer as String
- shared method kODRecordTypeServices as String
- shared method kODRecordTypeSharePoints as String
- shared method kODRecordTypeUsers as String
- shared method kODRecordTypeWebServer as String
- shared method kODAttributeTypeAllAttributes as String
- shared method kODAttributeTypeStandardOnly as String
- shared method kODAttributeTypeNativeOnly as String
- shared method kODAttributeTypeMetaAmbiguousName as String
- shared method kODAttributeTypeMetaAugmentedAttributes as String
- shared method kODAttributeTypeMetaRecordName as String
- shared method kODAttributeTypeAdminLimits as String
- shared method kODAttributeTypeAltSecurityIdentities as String
- shared method kODAttributeTypeAuthenticationHint as String
- shared method kODAttributeTypeAllTypes as String
- shared method kODAttributeTypeAuthorityRevocationList as String
- shared method kODAttributeTypeBirthday as String
- shared method kODAttributeTypeCACertificate as String
- shared method kODAttributeTypeCapacity as String
- shared method kODAttributeTypeCertificateRevocationList as String
- shared method kODAttributeTypeComment as String
- shared method kODAttributeTypeContactGUID as String
- shared method kODAttributeTypeContactPerson as String
- shared method kODAttributeTypeCreationTimestamp as String
- shared method kODAttributeTypeCrossCertificatePair as String
- shared method kODAttributeTypeDataStamp as String
- shared method kODAttributeTypeFullName as String
- shared method kODAttributeTypeDNSDomain as String
- shared method kODAttributeTypeDNSNameServer as String
- shared method kODAttributeTypeENetAddress as String
- shared method kODAttributeTypeExpire as String
- shared method kODAttributeTypeFirstName as String
- shared method kODAttributeTypeGUID as String
- shared method kODAttributeTypeHardwareUUID as String
- shared method kODAttributeTypeHomeDirectoryQuota as String
- shared method kODAttributeTypeHomeDirectorySoftQuota as String
- shared method kODAttributeTypeHomeLocOwner as String
- shared method kODAttributeTypeInternetAlias as String
- shared method kODAttributeTypeKDCConfigData as String
- shared method kODAttributeTypeKerberosServices as String
- shared method kODAttributeTypeLastName as String
- shared method kODAttributeTypeLDAPSearchBaseSuffix as String
- shared method kODAttributeTypeLocation as String
- shared method kODAttributeTypeMapGUID as String
- shared method kODAttributeTypeMCXFlags as String
- shared method kODAttributeTypeMCXSettings as String
- shared method kODAttributeTypeMailAttribute as String
- shared method kODAttributeTypeMetaAutomountMap as String
- shared method kODAttributeTypeMiddleName as String
- shared method kODAttributeTypeModificationTimestamp as String
- shared method kODAttributeTypeNFSHomeDirectory as String
- shared method kODAttributeTypeNote as String
- shared method kODAttributeTypeOperatingSystem as String
- shared method kODAttributeTypeOperatingSystemVersion as String
- shared method kODAttributeTypeOwner as String
- shared method kODAttributeTypeOwnerGUID as String
- shared method kODAttributeTypePassword as String
- shared method kODAttributeTypePasswordPlus as String
- shared method kODAttributeTypePasswordPolicyOptions as String
- shared method kODAttributeTypePasswordServerList as String
- shared method kODAttributeTypePasswordServerLocation as String
- shared method kODAttributeTypePicture as String
- shared method kODAttributeTypePort as String
- shared method kODAttributeTypePresetUserIsAdmin as String
- shared method kODAttributeTypePrimaryComputerGUID as String
- shared method kODAttributeTypePrimaryComputerList as String
- shared method kODAttributeTypePrimaryGroupID as String
- shared method kODAttributeTypePrinter1284DeviceID as String
- shared method kODAttributeTypePrinterLPRHost as String
- shared method kODAttributeTypePrinterLPRQueue as String
- shared method kODAttributeTypePrinterMakeAndModel as String
- shared method kODAttributeTypePrinterType as String
- shared method kODAttributeTypePrinterURI as String
- shared method kODAttributeTypePrinterXRISupported as String
- shared method kODAttributeTypePrintServiceInfoText as String
- shared method kODAttributeTypePrintServiceInfoXML as String
- shared method kODAttributeTypePrintServiceUserData as String
- shared method kODAttributeTypeRealUserID as String
- shared method kODAttributeTypeRelativeDNPrefix as String
- shared method kODAttributeTypeSMBAcctFlags as String
- shared method kODAttributeTypeSMBGroupRID as String
- shared method kODAttributeTypeSMBHome as String
- shared method kODAttributeTypeSMBHomeDrive as String
- shared method kODAttributeTypeSMBKickoffTime as String
- shared method kODAttributeTypeSMBLogoffTime as String
- shared method kODAttributeTypeSMBLogonTime as String
- shared method kODAttributeTypeSMBPrimaryGroupSID as String
- shared method kODAttributeTypeSMBPWDLastSet as String
- shared method kODAttributeTypeSMBProfilePath as String
- shared method kODAttributeTypeSMBRID as String
- shared method kODAttributeTypeSMBScriptPath as String
- shared method kODAttributeTypeSMBSID as String
- shared method kODAttributeTypeSMBUserWorkstations as String
- shared method kODAttributeTypeServiceType as String
- shared method kODAttributeTypeSetupAdvertising as String
- shared method kODAttributeTypeSetupAutoRegister as String
- shared method kODAttributeTypeSetupLocation as String
- shared method kODAttributeTypeSetupOccupation as String
- shared method kODAttributeTypeTimeToLive as String
- shared method kODAttributeTypeTrustInformation as String
- shared method kODAttributeTypeUniqueID as String
- shared method kODAttributeTypeUserCertificate as String
- shared method kODAttributeTypeUserPKCS12Data as String
- shared method kODAttributeTypeUserShell as String
- shared method kODAttributeTypeUserSMIMECertificate as String
- shared method kODAttributeTypeVFSDumpFreq as String
- shared method kODAttributeTypeVFSLinkDir as String
- shared method kODAttributeTypeVFSPassNo as String
- shared method kODAttributeTypeVFSType as String
- shared method kODAttributeTypeWeblogURI as String
- shared method kODAttributeTypeXMLPlist as String
- shared method kODAttributeTypeProtocolNumber as String
- shared method kODAttributeTypeRPCNumber as String
- shared method kODAttributeTypeNetworkNumber as String
- shared method kODAttributeTypeAccessControlEntry as String
- shared method kODAttributeTypeAddressLine1 as String
- shared method kODAttributeTypeAddressLine2 as String
- shared method kODAttributeTypeAddressLine3 as String
- shared method kODAttributeTypeAreaCode as String
- shared method kODAttributeTypeAuthenticationAuthority as String
- shared method kODAttributeTypeAutomountInformation as String
- shared method kODAttributeTypeBootParams as String
- shared method kODAttributeTypeBuilding as String
- shared method kODAttributeTypeServicesLocator as String
- shared method kODAttributeTypeCity as String
- shared method kODAttributeTypeCompany as String
- shared method kODAttributeTypeComputers as String
- shared method kODAttributeTypeCountry as String
- shared method kODAttributeTypeDepartment as String
- shared method kODAttributeTypeDNSName as String
- shared method kODAttributeTypeEMailAddress as String
- shared method kODAttributeTypeEMailContacts as String
- shared method kODAttributeTypeFaxNumber as String
- shared method kODAttributeTypeGroup as String
- shared method kODAttributeTypeGroupMembers as String
- shared method kODAttributeTypeGroupMembership as String
- shared method kODAttributeTypeGroupServices as String
- shared method kODAttributeTypeHomePhoneNumber as String
- shared method kODAttributeTypeHTML as String
- shared method kODAttributeTypeHomeDirectory as String
- shared method kODAttributeTypeIMHandle as String
- shared method kODAttributeTypeIPAddress as String
- shared method kODAttributeTypeIPAddressAndENetAddress as String
- shared method kODAttributeTypeIPv6Address as String
- shared method kODAttributeTypeJPEGPhoto as String
- shared method kODAttributeTypeJobTitle as String
- shared method kODAttributeTypeKDCAuthKey as String
- shared method kODAttributeTypeKeywords as String
- shared method kODAttributeTypeLDAPReadReplicas as String
- shared method kODAttributeTypeLDAPWriteReplicas as String
- shared method kODAttributeTypeMapCoordinates as String
- shared method kODAttributeTypeMapURI as String
- shared method kODAttributeTypeMIME as String
- shared method kODAttributeTypeMobileNumber as String
- shared method kODAttributeTypeNestedGroups as String
- shared method kODAttributeTypeNetGroups as String
- shared method kODAttributeTypeNickName as String
- shared method kODAttributeTypeOrganizationInfo as String
- shared method kODAttributeTypeOrganizationName as String
- shared method kODAttributeTypePagerNumber as String
- shared method kODAttributeTypePhoneContacts as String
- shared method kODAttributeTypePhoneNumber as String
- shared method kODAttributeTypePGPPublicKey as String
- shared method kODAttributeTypePostalAddress as String
- shared method kODAttributeTypePostalAddressContacts as String
- shared method kODAttributeTypePostalCode as String
- shared method kODAttributeTypeNamePrefix as String
- shared method kODAttributeTypeProfiles as String
- shared method kODAttributeTypeProfilesTimestamp as String
- shared method kODAttributeTypeProtocols as String
- shared method kODAttributeTypeRecordName as String
- shared method kODAttributeTypeRelationships as String
- shared method kODAttributeTypeResourceInfo as String
- shared method kODAttributeTypeResourceType as String
- shared method kODAttributeTypeState as String
- shared method kODAttributeTypeStreet as String
- shared method kODAttributeTypeNameSuffix as String
- shared method kODAttributeTypeURL as String
- shared method kODAttributeTypeVFSOpts as String
- shared method kODAttributeTypeAlias as String
- shared method kODAttributeTypeAuthCredential as String
- shared method kODAttributeTypeCopyTimestamp as String
- shared method kODAttributeTypeDateRecordCreated as String
- shared method kODAttributeTypeKerberosRealm as String
- shared method kODAttributeTypeNTDomainComputerAccount as String
- shared method kODAttributeTypeOriginalHomeDirectory as String
- shared method kODAttributeTypeOriginalNFSHomeDirectory as String
- shared method kODAttributeTypeOriginalNodeName as String
- shared method kODAttributeTypePrimaryNTDomain as String
- shared method kODAttributeTypePwdAgingPolicy as String
- shared method kODAttributeTypeReadOnlyNode as String
- shared method kODAttributeTypeTimePackage as String
- shared method kODAttributeTypeTotalSize as String
- shared method kODAttributeTypeAuthMethod as String
- shared method kODAttributeTypeMetaNodeLocation as String
- shared method kODAttributeTypeNodePath as String
- shared method kODAttributeTypePlugInInfo as String
- shared method kODAttributeTypeRecordType as String
- shared method kODAttributeTypeSchema as String
- shared method kODAttributeTypeSubNodes as String
- shared method kODAttributeTypeNetGroupTriplet as String
- shared method kODAttributeTypeSearchPath as String
- shared method kODAttributeTypeSearchPolicy as String
- shared method kODAttributeTypeAutomaticSearchPath as String
- shared method kODAttributeTypeLocalOnlySearchPath as String
- shared method kODAttributeTypeCustomSearchPath as String
- shared method kODAttributeTypeNodeOptions as String
- shared method kODAttributeTypeNodeSASLRealm as String
- shared method kODAttributeTypeAdvertisedServices as String
- shared method kODAttributeTypeLocaleRelay as String
- shared method kODAttributeTypeLocaleSubnets as String
- shared method kODAttributeTypeNetworkInterfaces as String
- shared method kODAttributeTypeParentLocales as String
- shared method kODAttributeTypePrimaryLocale as String
- shared method kODAttributeTypeBuildVersion as String
- shared method kODAttributeTypeConfigAvailable as String
- shared method kODAttributeTypeConfigFile as String
- shared method kODAttributeTypeCoreFWVersion as String
- shared method kODAttributeTypeFunctionalState as String
- shared method kODAttributeTypeFWVersion as String
- shared method kODAttributeTypePluginIndex as String
- shared method kODAttributeTypeNumTableList as String
- shared method kODAttributeTypeVersion as String
- shared method kODAttributeTypePIDValue as String
- shared method kODAttributeTypeProcessName as String
- shared method kODAttributeTypeTotalRefCount as String
- shared method kODAttributeTypeDirRefCount as String
- shared method kODAttributeTypeNodeRefCount as String
- shared method kODAttributeTypeRecRefCount as String
- shared method kODAttributeTypeAttrListRefCount as String
- shared method kODAttributeTypeAttrListValueRefCount as String
- shared method kODAttributeTypeDirRefs as String
- shared method kODAttributeTypeNodeRefs as String
- shared method kODAttributeTypeRecRefs as String
- shared method kODAttributeTypeAttrListRefs as String
- shared method kODAttributeTypeAttrListValueRefs as String
- class ODSessionMBS
- method nodeNames(byref error as NSErrorMBS) as String()
- method Constructor
- property Handle as Integer
- shared method UserName as String
- shared method session(options as dictionary, byref Error as NSErrorMBS) as ODSessionMBS
- shared method defaultSession as ODSessionMBS
- shared method ODSessionProxyAddress as String
- shared method ODSessionProxyPort as String
- shared method ODSessionProxyUsername as String
- shared method ODSessionProxyPassword as String
- class QLPreviewPanelMBS
- method currentPreviewItem as folderitem
- method exitFullScreenMode
- method enterFullScreenMode(screen as NSScreenMBS)
- method refreshCurrentPreviewItem
- method updateController
- method reloadData
- method Constructor
- property currentPreviewItemIndex as Integer
- property inFullScreenMode as Boolean
- property PreviewView as QLPreviewViewMBS
- shared method Available as boolean
- event numberOfPreviewItems as integer
- event previewItemAtIndex(index as integer) as folderitem
- event handleEvent(e as NSEventMBS) as boolean
- event sourceFrameOnScreenForPreviewItem(file as folderitem) as NSRectMBS
- event transitionImageForPreviewItem(file as folderitem, byref contentRect as NSRectMBS) as NSImageMBS
- event willLoadPreviewItem(file as folderitem)
- event didLoadPreviewItem(file as folderitem)
- class QLPreviewViewMBS
- method refreshPreviewItem
- method close
- method Constructor
- method Constructor(Handle as Integer)
- method Constructor(left as double, top as double, width as double, height as double)
- method Constructor(left as double, top as double, width as double, height as double, style as integer)
- property autostarts as boolean
- property shouldCloseWithWindow as boolean
- property previewItem as folderitem
- shared method Available as boolean
- class SFAcousticFeatureMBS
- class SFSpeechAudioBufferRecognitionRequestMBS
- class SFSpeechRecognitionRequestMBS
- method contextualStrings as String()
- method setContextualStrings(contextualStrings() as String)
- method Constructor
- property Handle as Integer
- property shouldReportPartialResults as Boolean
- property interactionIdentifier as String
- property requiresOnDeviceRecognition as Boolean
- property taskHint as Integer
- class SFSpeechRecognitionResultMBS
- class SFSpeechRecognitionTaskMBS
- class SFSpeechRecognizerMBS
- method recognitionTaskWithRequest(request as SFSpeechRecognitionRequestMBS) as SFSpeechRecognitionTaskMBS
- method recognitionTaskWithRequest(request as SFSpeechRecognitionRequestMBS, delegateHandler as recognitionTaskWithRequestCompletedMBS, tag as Variant = nil) as SFSpeechRecognitionTaskMBS
- method Constructor
- method Constructor(locale as NSLocaleMBS)
- method Destructor
- property Handle as Integer
- property locale as NSLocaleMBS
- property isAvailable as Boolean
- property supportsOnDeviceRecognition as Boolean
- property defaultTaskHint as Integer
- shared method available as Boolean
- shared method authorizationStatus as Integer
- shared method requestAuthorization(delegateHandler as requestAuthorizationCompletedMBS = nil, tag as variant = nil)
- shared method supportedLocales as NSLocaleMBS()
- event availabilityDidChange(available as Boolean)
- event didDetectSpeech(task as SFSpeechRecognitionTaskMBS)
- event TaskDidHypothesizeTranscription(task as SFSpeechRecognitionTaskMBS, transcription as SFTranscriptionMBS)
- event TaskDidFinishRecognition(task as SFSpeechRecognitionTaskMBS, recognitionResult as SFSpeechRecognitionResultMBS)
- event TaskFinishedReadingAudio(task as SFSpeechRecognitionTaskMBS)
- event TaskWasCancelled(task as SFSpeechRecognitionTaskMBS)
- event TaskDidFinishSuccessfully(task as SFSpeechRecognitionTaskMBS, successfully as boolean)
- class SFSpeechURLRecognitionRequestMBS
- class SFTranscriptionMBS
- class SFTranscriptionSegmentMBS
- method copy as SFTranscriptionSegmentMBS
- method Constructor
- method alternativeSubstrings as String()
- property Handle as Integer
- property substring as String
- property confidence as Double
- property timestamp as Double
- property duration as Double
- property voiceAnalytics as SFVoiceAnalyticsMBS
- property substringRange as NSRangeMBS
- class SFVoiceAnalyticsMBS
- class SharingPanelMBS
- method Present
- method Constructor
- method Destructor
- method Items as Variant()
- method SetItems(items() as Variant)
- method AddText(text as string, subject as string = "")
- method AddData(data as MemoryBlock, subject as string = "")
- method AddStyledText(text as NSAttributedStringMBS, subject as string = "")
- method AddImage(image as NSImageMBS, subject as string = "")
- method AddPicture(pic as Picture, subject as string = "")
- method AddURL(URL as string, subject as string = "")
- method AddFile(File as FolderItem, subject as string = "")
- method Dismiss
- method ExcludedActivityTypes as String()
- method SetExcludedActivityTypes(ActivityTypess() as String)
- property Handle as Integer
- property isBeingPresented as Boolean
- shared method UIActivityTypePostToFacebook as String
- shared method UIActivityTypePostToTwitter as String
- shared method UIActivityTypePostToWeibo as String
- shared method UIActivityTypeMessage as String
- shared method UIActivityTypeMail as String
- shared method UIActivityTypePrint as String
- shared method UIActivityTypeCopyToPasteboard as String
- shared method UIActivityTypeAssignToContact as String
- shared method UIActivityTypeSaveToCameraRoll as String
- shared method UIActivityTypeAddToReadingList as String
- shared method UIActivityTypePostToFlickr as String
- shared method UIActivityTypePostToVimeo as String
- shared method UIActivityTypePostToTencentWeibo as String
- shared method UIActivityTypeAirDrop as String
- shared method UIActivityTypeOpenInIBooks as String
- shared method UIActivityTypeMarkupAsPDF as String
- event Completed(activityType as String, completed as Boolean, activityError as NSErrorMBS)
- class UNCalendarNotificationTriggerMBS
- method Constructor(dateComponents as NSDateComponentsMBS, repeats as boolean)
- property nextTriggerDate as Date
- property dateComponents as NSDateComponentsMBS
- property nextTriggerDateTime as DateTime
- shared method trigger(dateComponents as NSDateComponentsMBS, repeats as boolean) as UNCalendarNotificationTriggerMBS
- class UNMutableNotificationContentMBS
- method addAttachment(attachment as UNNotificationAttachmentMBS)
- method setAttachments(attachments() as UNNotificationAttachmentMBS)
- method clearBadge
- method Constructor
- property body as String
- property categoryIdentifier as String
- property subtitle as String
- property threadIdentifier as String
- property title as String
- property summaryArgument as String
- property summaryArgumentCount as Integer
- property userInfo as Dictionary
- property sound as UNNotificationSoundMBS
- property badge as Integer
- class UNNotificationActionMBS
- method Constructor(identifier as string, title as string, options as integer)
- method copy as UNNotificationActionMBS
- property Handle as Integer
- property identifier as String
- property title as String
- property options as Integer
- shared method action(identifier as string, title as string, options as integer) as UNNotificationActionMBS
- shared method Available as boolean
- class UNNotificationAttachmentMBS
- method copy as UNNotificationAttachmentMBS
- method Constructor(identifier as String, File as FolderItem, options as Dictionary = nil)
- method Constructor(identifier as String, URL as String, options as Dictionary = nil)
- property Handle as Integer
- property identifier as String
- property type as String
- property URL as String
- shared method attachment(identifier as String, File as FolderItem, options as Dictionary = nil, byref error as NSErrorMBS) as UNNotificationAttachmentMBS
- shared method attachment(identifier as String, URL as String, options as Dictionary = nil, byref error as NSErrorMBS) as UNNotificationAttachmentMBS
- shared method UNNotificationAttachmentOptionsTypeHintKey as String
- shared method UNNotificationAttachmentOptionsThumbnailHiddenKey as String
- shared method UNNotificationAttachmentOptionsThumbnailClippingRectKey as String
- shared method UNNotificationAttachmentOptionsThumbnailTimeKey as String
- shared method Available as boolean
- class UNNotificationCategoryMBS
- method Constructor(identifier as String, actions() as UNNotificationActionMBS, intentIdentifiers() as string, options as Integer)
- method Constructor(identifier as String, actions() as UNNotificationActionMBS, intentIdentifiers() as string, hiddenPreviewsBodyPlaceholder as String, options as Integer)
- method Constructor(identifier as String, actions() as UNNotificationActionMBS, intentIdentifiers() as string, hiddenPreviewsBodyPlaceholder as String, categorySummaryFormat as String, options as Integer)
- method copy as UNNotificationCategoryMBS
- method intentIdentifiers as String()
- method actions as UNNotificationActionMBS()
- property Handle as Integer
- property hiddenPreviewsBodyPlaceholder as String
- property categorySummaryFormat as String
- property identifier as String
- property options as Integer
- shared method category(identifier as String, actions() as UNNotificationActionMBS, intentIdentifiers() as string, options as Integer) as UNNotificationCategoryMBS
- shared method category(identifier as String, actions() as UNNotificationActionMBS, intentIdentifiers() as string, hiddenPreviewsBodyPlaceholder as String, options as Integer) as UNNotificationCategoryMBS
- shared method category(identifier as String, actions() as UNNotificationActionMBS, intentIdentifiers() as string, hiddenPreviewsBodyPlaceholder as String, categorySummaryFormat as String, options as Integer) as UNNotificationCategoryMBS
- shared method Available as boolean
- class UNNotificationContentMBS
- method Constructor(Handle as Integer)
- method attachment(Index as integer) as UNNotificationAttachmentMBS
- method attachments as UNNotificationAttachmentMBS()
- method Constructor
- method mutableCopy as UNMutableNotificationContentMBS
- method copy as UNNotificationContentMBS
- property Handle as Integer
- property body as String
- property categoryIdentifier as String
- property subtitle as String
- property threadIdentifier as String
- property title as String
- property summaryArgument as String
- property summaryArgumentCount as Integer
- property userInfo as Dictionary
- property sound as UNNotificationSoundMBS
- property badge as Integer
- property attachmentCount as Integer
- shared method Available as boolean
- class UNNotificationMBS
- class UNNotificationRequestMBS
- method Constructor(identifier as string, content as UNNotificationContentMBS, trigger as UNNotificationTriggerMBS)
- method Copy as UNNotificationRequestMBS
- property Handle as Integer
- property identifier as String
- property content as UNNotificationContentMBS
- property trigger as UNNotificationTriggerMBS
- shared method request(identifier as string, content as UNNotificationContentMBS, trigger as UNNotificationTriggerMBS) as UNNotificationRequestMBS
- shared method Available as boolean
- class UNNotificationResponseMBS
- method Constructor
- method copy as UNNotificationResponseMBS
- property Handle as Integer
- property actionIdentifier as String
- property notification as UNNotificationMBS
- shared method Available as boolean
- shared method UNNotificationDefaultActionIdentifier as String
- shared method UNNotificationDismissActionIdentifier as String
- class UNNotificationSettingsMBS
- method Constructor
- method copy as UNNotificationSettingsMBS
- property Handle as Integer
- property authorizationStatus as Integer
- property soundSetting as Integer
- property badgeSetting as Integer
- property alertSetting as Integer
- property notificationCenterSetting as Integer
- property lockScreenSetting as Integer
- property alertStyle as Integer
- property showPreviewsSetting as Integer
- property criticalAlertSetting as Integer
- property providesAppNotificationSettings as Boolean
- shared method Available as boolean
- shared method settings as UNNotificationSettingsMBS
- class UNNotificationSoundMBS
- method Constructor
- method copy as UNNotificationSoundMBS
- property Handle as Integer
- shared method criticalSoundNamed(name as string, volume as double) as UNNotificationSoundMBS
- shared method criticalSoundNamed(name as string) as UNNotificationSoundMBS
- shared method soundNamed(name as string) as UNNotificationSoundMBS
- shared method defaultCriticalSoundWithAudioVolume(volume as double) as UNNotificationSoundMBS
- shared method defaultSound as UNNotificationSoundMBS
- shared method defaultCriticalSound as UNNotificationSoundMBS
- shared method Available as boolean
- class UNNotificationTriggerMBS
- class UNPushNotificationTriggerMBS
- class UNTextInputNotificationActionMBS
- method Constructor(identifier as string, title as string, options as integer, textInputButtonTitle as string, textInputPlaceholder as string)
- property textInputPlaceholder as String
- property textInputButtonTitle as String
- shared method action(identifier as string, title as string, options as integer, textInputButtonTitle as string, textInputPlaceholder as string) as UNTextInputNotificationActionMBS
- class UNTextInputNotificationResponseMBS
- class UNTimeIntervalNotificationTriggerMBS
- class UNUserNotificationCenterMBS
- method addNotificationRequest(request as UNNotificationRequestMBS, tag as Variant = nil)
- method getNotificationSettings(tag as Variant = nil)
- method getDeliveredNotifications(tag as Variant = nil)
- method getPendingNotificationRequests(tag as Variant = nil)
- method getNotificationCategories(tag as Variant = nil)
- method setNotificationCategories(categories() as UNNotificationCategoryMBS)
- method requestAuthorization(options as integer, tag as Variant = nil)
- method removePendingNotificationRequests(identifiers() as string)
- method removeDeliveredNotifications(identifiers() as string)
- method removeAllDeliveredNotifications
- method removeAllPendingNotificationRequests
- method Constructor
- method Destructor
- property Handle as Integer
- property supportsContentExtensions as Boolean
- shared method Available as boolean
- event openSettingsForNotification(notification as UNNotificationMBS)
- event didReceiveNotificationResponse(response as UNNotificationResponseMBS)
- event willPresentNotification(notification as UNNotificationMBS, byref options as Integer)
- event requestAuthorizationCompleted(granted as boolean, error as NSErrorMBS, tag as variant)
- event getNotificationCategoriesCompleted(categories() as UNNotificationCategoryMBS, tag as variant)
- event getNotificationSettingsCompleted(settings as UNNotificationSettingsMBS, tag as variant)
- event addNotificationRequestCompleted(request as UNNotificationRequestMBS, error as NSErrorMBS, tag as variant)
- event getPendingNotificationRequestsCompleted(requests() as UNNotificationRequestMBS, tag as variant)
- event getDeliveredNotificationsCompleted(notifications() as UNNotificationMBS, tag as variant)
- class VNBarcodeObservationMBS
- method Constructor
- property symbology as String
- property payloadStringValue as String
- property barcodeDescriptor as Variant
- shared method VNBarcodeSymbologyAztec as String
- shared method VNBarcodeSymbologyCode39 as String
- shared method VNBarcodeSymbologyCode39Checksum as String
- shared method VNBarcodeSymbologyCode39FullASCII as String
- shared method VNBarcodeSymbologyCode39FullASCIIChecksum as String
- shared method VNBarcodeSymbologyCode93 as String
- shared method VNBarcodeSymbologyCode93i as String
- shared method VNBarcodeSymbologyCode128 as String
- shared method VNBarcodeSymbologyDataMatrix as String
- shared method VNBarcodeSymbologyEAN8 as String
- shared method VNBarcodeSymbologyEAN13 as String
- shared method VNBarcodeSymbologyI2of5 as String
- shared method VNBarcodeSymbologyI2of5Checksum as String
- shared method VNBarcodeSymbologyITF14 as String
- shared method VNBarcodeSymbologyPDF417 as String
- shared method VNBarcodeSymbologyQR as String
- shared method VNBarcodeSymbologyUPCE as String
- shared method VNBarcodeSymbologyCodabar as String
- shared method VNBarcodeSymbologyGS1DataBar as String
- shared method VNBarcodeSymbologyGS1DataBarExpanded as String
- shared method VNBarcodeSymbologyGS1DataBarLimited as String
- shared method VNBarcodeSymbologyMicroPDF417 as String
- shared method VNBarcodeSymbologyMicroQR as String
- class VNClassificationObservationMBS
- class VNClassifyImageRequestMBS
- method supportedIdentifiers(byref error as NSErrorMBS) as String()
- method Constructor(DelegateHandler as VNRequestCompletedMBS = nil, tag as variant = nil)
- shared method knownClassificationsForRevision(requestRevision as Integer = 1, byref error as NSErrorMBS) as VNClassificationObservationMBS()
- shared method available as Boolean
- class VNCoreMLFeatureValueObservationMBS
- class VNCoreMLModelMBS
- class VNCoreMLRequestMBS
- class VNDetectBarcodesRequestMBS
- class VNDetectedObjectObservationMBS
- class VNDetectFaceCaptureQualityRequestMBS
- class VNDetectFaceLandmarksRequestMBS
- method inputFaceObservations as VNFaceObservationMBS()
- method setInputFaceObservations(faces() as VNFaceObservationMBS)
- method Constructor(DelegateHandler as VNRequestCompletedMBS = nil, tag as variant = nil)
- property constellation as Integer
- shared method supportsConstellation(requestRevision as Integer = 1, constellation as Integer) as Boolean
- class VNDetectFaceRectanglesRequestMBS
- class VNDetectHorizonRequestMBS
- class VNDetectHumanRectanglesRequestMBS
- class VNDetectRectanglesRequestMBS
- method Constructor(DelegateHandler as VNRequestCompletedMBS = nil, tag as variant = nil)
- property minimumSize as Double
- property minimumAspectRatio as Double
- property maximumAspectRatio as Double
- property quadratureTolerance as Double
- property minimumConfidence as Double
- property maximumObservations as Integer
- class VNDetectTextRectanglesRequestMBS
- class VNFaceLandmarkRegion2DMBS
- class VNFaceLandmarkRegionMBS
- class VNFaceLandmarks2DMBS
- method Constructor
- property allPoints as VNFaceLandmarkRegion2DMBS
- property faceContour as VNFaceLandmarkRegion2DMBS
- property leftEye as VNFaceLandmarkRegion2DMBS
- property rightEye as VNFaceLandmarkRegion2DMBS
- property leftEyebrow as VNFaceLandmarkRegion2DMBS
- property rightEyebrow as VNFaceLandmarkRegion2DMBS
- property nose as VNFaceLandmarkRegion2DMBS
- property noseCrest as VNFaceLandmarkRegion2DMBS
- property medianLine as VNFaceLandmarkRegion2DMBS
- property outerLips as VNFaceLandmarkRegion2DMBS
- property innerLips as VNFaceLandmarkRegion2DMBS
- property leftPupil as VNFaceLandmarkRegion2DMBS
- property rightPupil as VNFaceLandmarkRegion2DMBS
- class VNFaceLandmarksMBS
- class VNFaceObservationMBS
- method Constructor
- property landmarks as VNFaceLandmarks2DMBS
- property faceCaptureQuality as Variant
- property roll as Variant
- property yaw as Variant
- shared method faceObservationWithRequestRevision(requestRevision as Integer = 2, boundingBox as CGRectMBS, roll as Variant, yaw as Variant) as VNFaceObservationMBS
- class VNFeaturePrintObservationMBS
- method Values as Double()
- method Constructor
- method computeDistance(byref outDistance as Single, featurePrint as VNFeaturePrintObservationMBS, byref error as NSErrorMBS) as Boolean
- property elementType as Integer
- property elementCount as Integer
- property data as MemoryBlock
- shared method available as Boolean
- class VNGenerateAttentionBasedSaliencyImageRequestMBS
- class VNGenerateImageFeaturePrintRequestMBS
- class VNGenerateObjectnessBasedSaliencyImageRequestMBS
- class VNHomographicImageRegistrationRequestMBS
- class VNHorizonObservationMBS
- class VNImageAlignmentObservationMBS
- class VNImageBasedRequestMBS
- class VNImageHomographicAlignmentObservationMBS
- class VNImageRegistrationRequestMBS
- class VNImageRequestHandlerMBS
- method performRequests(requests() as VNRequestMBS, byref error as NSErrorMBS) as Boolean
- method performRequestsAsync(requests() as VNRequestMBS, DelegateHandler as VNPerformRequestsCompletedMBS = nil, tag as variant = nil)
- method Constructor
- property Handle as Integer
- shared method RequestWithPicture(Picture as Picture, orientation as Integer = 0, Options as Dictionary = nil) as VNImageRequestHandlerMBS
- shared method RequestWithCIImage(CIImage as Variant, orientation as Integer = 0, Options as Dictionary = nil) as VNImageRequestHandlerMBS
- shared method RequestWithCGImage(CGImage as CGImageMBS, orientation as Integer = 0, Options as Dictionary = nil) as VNImageRequestHandlerMBS
- shared method RequestWithCVPixelBuffer(CVPixelBuffer as Variant, orientation as Integer = 0, Options as Dictionary = nil) as VNImageRequestHandlerMBS
- shared method RequestWithFile(File as FolderItem, orientation as Integer = 0, Options as Dictionary = nil) as VNImageRequestHandlerMBS
- shared method RequestWithData(Data as MemoryBlock, orientation as Integer = 0, Options as Dictionary = nil) as VNImageRequestHandlerMBS
- shared method VNImageOptionProperties as String
- shared method VNImageOptionCameraIntrinsics as String
- shared method VNImageOptionCIContext as String
- class VNImageTranslationAlignmentObservationMBS
- class VNObservationMBS
- class VNPixelBufferObservationMBS
- class VNRecognizeAnimalsRequestMBS
- method Constructor(DelegateHandler as VNRequestCompletedMBS = nil, tag as variant = nil)
- shared method available as Boolean
- shared method knownAnimalIdentifiersForRevision(requestRevision as Integer = 1, byref error as NSErrorMBS) as String()
- shared method VNAnimalIdentifierDog as String
- shared method VNAnimalIdentifierCat as String
- class VNRecognizedObjectObservationMBS
- class VNRecognizedTextMBS
- class VNRecognizedTextObservationMBS
- class VNRecognizeTextRequestMBS
- method customWords as String()
- method setCustomWords(customWords() as String)
- method recognitionLanguages as String()
- method setRecognitionLanguages(recognitionLanguages() as String)
- method Constructor(DelegateHandler as VNRequestCompletedMBS = nil, tag as variant = nil)
- method setProgressHandler(ProgressHandler as VNProgressHandlerMBS, tag as variant = nil)
- property usesLanguageCorrection as Boolean
- property recognitionLevel as Integer
- property minimumTextHeight as Double
- property indeterminate as Boolean
- shared method available as Boolean
- shared method supportedRecognitionLanguages(recognitionLevel as Integer, requestRevision as Integer, byref error as NSErrorMBS) as String()
- shared method supportedRecognitionLanguages(recognitionLevel as Integer, byref error as NSErrorMBS) as String()
- class VNRectangleObservationMBS
- method Constructor
- property topLeft as CGPointMBS
- property topRight as CGPointMBS
- property bottomLeft as CGPointMBS
- property bottomRight as CGPointMBS
- shared method rectangleObservationWithRequestRevision(requestRevision as Integer = 1, topLeft as CGPointMBS, bottomLeft as CGPointMBS, bottomRight as CGPointMBS, topRight as CGPointMBS) as VNRectangleObservationMBS
- class VNRequestMBS
- method copy as VNRequestMBS
- method Constructor
- method cancel
- method results as VNObservationMBS()
- property Handle as Integer
- property preferBackgroundProcessing as Boolean
- property usesCPUOnly as Boolean
- property revision as Integer
- property ClassName as String
- property ClassPath as String
- shared method defaultRevision as Integer
- shared method currentRevision as Integer
- shared method supportedRevisions as NSIndexSetMBS
- class VNSaliencyImageObservationMBS
- class VNSequenceRequestHandlerMBS
- method performRequestsOnImageData(requests() as VNRequestMBS, Data as MemoryBlock, orientation as Integer = 0, byref error as NSErrorMBS) as Boolean
- method performRequestsOnImageFile(requests() as VNRequestMBS, File as FolderItem, orientation as Integer = 0, byref error as NSErrorMBS) as Boolean
- method performRequestsOnCIImage(requests() as VNRequestMBS, CIImage as Variant, orientation as Integer = 0, byref error as NSErrorMBS) as Boolean
- method performRequestsOnCVPixelBuffer(requests() as VNRequestMBS, CVPixelBuffer as Variant, orientation as Integer = 0, byref error as NSErrorMBS) as Boolean
- method performRequestsOnCGImage(requests() as VNRequestMBS, CGImage as CGImageMBS, orientation as Integer = 0, byref error as NSErrorMBS) as Boolean
- method performRequestsOnPicture(requests() as VNRequestMBS, Picture as Picture, orientation as Integer = 0, byref error as NSErrorMBS) as Boolean
- method Constructor
- property Handle as Integer
- class VNTargetedImageRequestMBS
- method Constructor
- shared method TargetedImageRequestWithImageData(Data as MemoryBlock, orientation as Integer = 0, options as Dictionary, DelegateHandler as VNRequestCompletedMBS = nil, tag as variant = nil) as VNTargetedImageRequestMBS
- shared method TargetedImageRequestWithImageFile(File as FolderItem, orientation as Integer = 0, options as Dictionary, DelegateHandler as VNRequestCompletedMBS = nil, tag as variant = nil) as VNTargetedImageRequestMBS
- shared method TargetedImageRequestWithCIImage(CIImage as Variant, orientation as Integer = 0, options as Dictionary, DelegateHandler as VNRequestCompletedMBS = nil, tag as variant = nil) as VNTargetedImageRequestMBS
- shared method TargetedImageRequestWithCVPixelBuffer(CVPixelBuffer as Variant, orientation as Integer = 0, options as Dictionary, DelegateHandler as VNRequestCompletedMBS = nil, tag as variant = nil) as VNTargetedImageRequestMBS
- shared method TargetedImageRequestWithCGImage(CGImage as CGImageMBS, orientation as Integer = 0, options as Dictionary, DelegateHandler as VNRequestCompletedMBS = nil, tag as variant = nil) as VNTargetedImageRequestMBS
- shared method TargetedImageRequestWithPicture(Picture as Picture, orientation as Integer = 0, options as Dictionary, DelegateHandler as VNRequestCompletedMBS = nil, tag as variant = nil) as VNTargetedImageRequestMBS
- class VNTextObservationMBS
- class VNTrackingRequestMBS
- class VNTrackObjectRequestMBS
- class VNTrackRectangleRequestMBS
- class VNTranslationalImageRegistrationRequestMBS
- control CocoaControlMBS
- property View as NSViewMBS
- property Available as Boolean
- property WantsFocus as Boolean
- event EnableMenuItems
- event ScaleFactorChanged(NewFactor as double)
- event MouseDown(x as Integer, y as Integer, Modifiers as Integer) As Boolean
- event MouseDrag(x as Integer, y as Integer)
- event MouseUp(x As Integer, y As Integer)
- event GetView as NSViewMBS
- control DesktopMapKitViewControlMBS
- property View as MKMapViewMBS
- event FocusReceived
- event FocusLost
- event FrameChanged
- event BoundsChanged
- event regionWillChangeAnimated(mapView as MKMapViewMBS, animated as boolean)
- event regionDidChangeAnimated(mapView as MKMapViewMBS, animated as boolean)
- event willStartLoadingMap(mapView as MKMapViewMBS)
- event didFinishLoadingMap(mapView as MKMapViewMBS)
- event didFailLoadingMap(mapView as MKMapViewMBS, error as NSErrorMBS)
- event viewForAnnotation(mapView as MKMapViewMBS, annotation as MKAnnotationMBS) as MKAnnotationViewMBS
- event didAddAnnotationViews(mapView as MKMapViewMBS, AnnotationViews() as MKAnnotationViewMBS)
- event didAddOverlayViews(mapView as MKMapViewMBS, overlayViews() as NSViewMBS)
- event didSelectAnnotationView(mapView as MKMapViewMBS, view as MKAnnotationViewMBS)
- event didDeselectAnnotationView(mapView as MKMapViewMBS, view as MKAnnotationViewMBS)
- event didUpdateUserLocation(mapView as MKMapViewMBS, userLocation as MKUserLocationMBS)
- event didFailToLocateUserWithError(mapView as MKMapViewMBS, error as NSErrorMBS)
- event willStartLocatingUser(mapView as MKMapViewMBS)
- event didStopLocatingUser(mapView as MKMapViewMBS)
- event annotationViewDidChangeDragState(mapView as MKMapViewMBS, annotationView as MKAnnotationViewMBS, newState as integer, oldState as integer)
- event magnifyWithEvent(e as NSEventMBS) as boolean
- event rotateWithEvent(e as NSEventMBS) as boolean
- event swipeWithEvent(e as NSEventMBS) as boolean
- event beginGestureWithEvent(e as NSEventMBS) as boolean
- event endGestureWithEvent(e as NSEventMBS) as boolean
- event pressureChange(e as NSEventMBS) as boolean
- event MenuBarSelected
- event ScaleFactorChanged(NewFactor as double)
- event MouseDown(x as Integer, y as Integer, Modifiers as Integer) As Boolean
- event MouseDrag(x as Integer, y as Integer)
- event MouseUp(x As Integer, y As Integer)
- event rendererForOverlay(mapView as MKMapViewMBS, overlay as MKOverlayMBS) as MKOverlayRendererMBS
- event WillStartRenderingMap(mapView as MKMapViewMBS)
- event DidFinishRenderingMap(mapView as MKMapViewMBS, fullyRendered as boolean)
- event DidAddOverlayRenderers(mapView as MKMapViewMBS, renderers() as MKOverlayRendererMBS)
- event ClusterAnnotationForMemberAnnotations(mapView as MKMapViewMBS, memberAnnotations() as MKAnnotationMBS) as MKClusterAnnotationMBS
- control DesktopQLPreviewViewControlMBS
- property View as QLPreviewViewMBS
- event FocusReceived
- event FocusLost
- event FrameChanged
- event BoundsChanged
- event MenuBarSelected
- event ScaleFactorChanged(NewFactor as double)
- event MouseDown(x as Integer, y as Integer, Modifiers as Integer) As Boolean
- event MouseDrag(x as Integer, y as Integer)
- event MouseUp(x As Integer, y As Integer)
- control MapKitIOSControlMBS
- property View as MKMapViewMBS
- event GotFocus
- event LostFocus
- event regionWillChangeAnimated(mapView as MKMapViewMBS, animated as boolean)
- event regionDidChangeAnimated(mapView as MKMapViewMBS, animated as boolean)
- event willStartLoadingMap(mapView as MKMapViewMBS)
- event didFinishLoadingMap(mapView as MKMapViewMBS)
- event didFailLoadingMap(mapView as MKMapViewMBS, error as NSErrorMBS)
- event viewForAnnotation(mapView as MKMapViewMBS, annotation as MKAnnotationMBS) as MKAnnotationViewMBS
- event didAddAnnotationViews(mapView as MKMapViewMBS, AnnotationViews() as MKAnnotationViewMBS)
- event didAddOverlayViews(mapView as MKMapViewMBS, overlayViews() as NSViewMBS)
- event didSelectAnnotationView(mapView as MKMapViewMBS, view as MKAnnotationViewMBS)
- event didDeselectAnnotationView(mapView as MKMapViewMBS, view as MKAnnotationViewMBS)
- event didUpdateUserLocation(mapView as MKMapViewMBS, userLocation as MKUserLocationMBS)
- event didFailToLocateUserWithError(mapView as MKMapViewMBS, error as NSErrorMBS)
- event willStartLocatingUser(mapView as MKMapViewMBS)
- event didStopLocatingUser(mapView as MKMapViewMBS)
- event annotationViewDidChangeDragState(mapView as MKMapViewMBS, annotationView as MKAnnotationViewMBS, newState as integer, oldState as integer)
- event rendererForOverlay(mapView as MKMapViewMBS, overlay as MKOverlayMBS) as MKOverlayRendererMBS
- event WillStartRenderingMap(mapView as MKMapViewMBS)
- event DidFinishRenderingMap(mapView as MKMapViewMBS, fullyRendered as boolean)
- event DidAddOverlayRenderers(mapView as MKMapViewMBS, renderers() as MKOverlayRendererMBS)
- event ClusterAnnotationForMemberAnnotations(mapView as MKMapViewMBS, memberAnnotations() as MKAnnotationMBS) as MKClusterAnnotationMBS
- event touchesBegan(e as NSEventMBS, touches() as NSTouchMBS) as boolean
- event touchesMoved(e as NSEventMBS, touches() as NSTouchMBS) as boolean
- event touchesEnded(e as NSEventMBS, touches() as NSTouchMBS) as boolean
- event touchesCancelled(e as NSEventMBS, touches() as NSTouchMBS) as boolean
- control MapKitViewControlMBS
- property View as MKMapViewMBS
- event GotFocus
- event LostFocus
- event FrameChanged
- event BoundsChanged
- event regionWillChangeAnimated(mapView as MKMapViewMBS, animated as boolean)
- event regionDidChangeAnimated(mapView as MKMapViewMBS, animated as boolean)
- event willStartLoadingMap(mapView as MKMapViewMBS)
- event didFinishLoadingMap(mapView as MKMapViewMBS)
- event didFailLoadingMap(mapView as MKMapViewMBS, error as NSErrorMBS)
- event viewForAnnotation(mapView as MKMapViewMBS, annotation as MKAnnotationMBS) as MKAnnotationViewMBS
- event didAddAnnotationViews(mapView as MKMapViewMBS, AnnotationViews() as MKAnnotationViewMBS)
- event didAddOverlayViews(mapView as MKMapViewMBS, overlayViews() as NSViewMBS)
- event didSelectAnnotationView(mapView as MKMapViewMBS, view as MKAnnotationViewMBS)
- event didDeselectAnnotationView(mapView as MKMapViewMBS, view as MKAnnotationViewMBS)
- event didUpdateUserLocation(mapView as MKMapViewMBS, userLocation as MKUserLocationMBS)
- event didFailToLocateUserWithError(mapView as MKMapViewMBS, error as NSErrorMBS)
- event willStartLocatingUser(mapView as MKMapViewMBS)
- event didStopLocatingUser(mapView as MKMapViewMBS)
- event annotationViewDidChangeDragState(mapView as MKMapViewMBS, annotationView as MKAnnotationViewMBS, newState as integer, oldState as integer)
- event magnifyWithEvent(e as NSEventMBS) as boolean
- event rotateWithEvent(e as NSEventMBS) as boolean
- event swipeWithEvent(e as NSEventMBS) as boolean
- event beginGestureWithEvent(e as NSEventMBS) as boolean
- event endGestureWithEvent(e as NSEventMBS) as boolean
- event pressureChange(e as NSEventMBS) as boolean
- event EnableMenuItems
- event ScaleFactorChanged(NewFactor as double)
- event MouseDown(x as Integer, y as Integer, Modifiers as Integer) As Boolean
- event MouseDrag(x as Integer, y as Integer)
- event MouseUp(x As Integer, y As Integer)
- event rendererForOverlay(mapView as MKMapViewMBS, overlay as MKOverlayMBS) as MKOverlayRendererMBS
- event WillStartRenderingMap(mapView as MKMapViewMBS)
- event DidFinishRenderingMap(mapView as MKMapViewMBS, fullyRendered as boolean)
- event DidAddOverlayRenderers(mapView as MKMapViewMBS, renderers() as MKOverlayRendererMBS)
- event ClusterAnnotationForMemberAnnotations(mapView as MKMapViewMBS, memberAnnotations() as MKAnnotationMBS) as MKClusterAnnotationMBS
- control QLPreviewViewControlMBS
- property View as QLPreviewViewMBS
- event GotFocus
- event LostFocus
- event FrameChanged
- event BoundsChanged
- event EnableMenuItems
- event ScaleFactorChanged(NewFactor as double)
- event MouseDown(x as Integer, y as Integer, Modifiers as Integer) As Boolean
- event MouseDrag(x as Integer, y as Integer)
- event MouseUp(x As Integer, y As Integer)
- module CGWindowMBS
- method GetWindowListInfo(windowOption as integer, WindowID as integer = 0) as dictionary()
- method CreateWindowList(windowOption as integer, WindowID as integer = 0) as UInt32()
- method CreateWindowListImage(left as double, top as double, width as double, height as double, windowOption as integer, WindowID as integer = 0, ImageOption as integer = 0) as picture
- method CreateWindowListCGImage(left as double, top as double, width as double, height as double, windowOption as integer, WindowID as integer = 0, ImageOption as integer = 0) as variant
- method GetWindowID(w as window) as integer
- method GetWindowID(w as DesktopWindow) as integer
- const kCGNullWindowID = 0
- const kCGWindowSharingNone = 0
- const kCGWindowSharingReadOnly = 1
- const kCGWindowSharingReadWrite = 2
- const kCGBackingStoreRetained = 0
- const kCGBackingStoreNonretained = 1
- const kCGBackingStoreBuffered = 2
- const kCGWindowImageDefault = 0
- const kCGWindowImageBoundsIgnoreFraming = 1
- const kCGWindowImageShouldBeOpaque = 2
- const kCGWindowImageOnlyShadows = 4
- const kCGWindowListOptionAll = 0
- const kCGWindowListOptionOnScreenOnly = 1
- const kCGWindowListOptionOnScreenAboveWindow = 2
- const kCGWindowListOptionOnScreenBelowWindow = 4
- const kCGWindowListOptionIncludingWindow = 8
- const kCGWindowListExcludeDesktopElements = 16
- const kCGWindowNumber = "kCGWindowNumber"
- const kCGWindowStoreType = "kCGWindowStoreType"
- const kCGWindowLayer = "kCGWindowLayer"
- const kCGWindowBounds = "kCGWindowBounds"
- const kCGWindowSharingState = "kCGWindowSharingState"
- const kCGWindowAlpha = "kCGWindowAlpha"
- const kCGWindowOwnerPID = "kCGWindowOwnerPID"
- const kCGWindowMemoryUsage = "kCGWindowMemoryUsage"
- const kCGWindowWorkspace = "kCGWindowWorkspace"
- const kCGWindowOwnerName = "kCGWindowOwnerName"
- const kCGWindowName = "kCGWindowName"
- const kCGWindowIsOnscreen = "kCGWindowIsOnscreen"
- const kCGWindowBackingLocationVideoMemory = "kCGWindowBackingLocationVideoMemory"
- module CWGlobalsMBS
- method KeychainGetEAPIdentityList(byref ListSecIdentityRef() as Integer) as integer
- method KeychainGetWiFiEAPIdentity(KeychainDomain as integer, ssidData as memoryblock, byref SecIdentityRef as Integer) as integer
- method KeychainGetEAPIdentity(ssidData as memoryblock, byref SecIdentityRef as Integer) as integer
- method KeychainGetEAPUsernameAndPassword(ssidData as memoryblock, byref username as string, byref password as string) as integer
- method MergeNetworks(networks() as CWNetworkMBS) as CWNetworkMBS()
- method KeychainSetWiFiEAPUsernameAndPassword(KeychainDomain as integer, ssidData as memoryblock, Username as string, Password as string) as integer
- method KeychainSetWiFiEAPIdentity(KeychainDomain as integer, ssidData as memoryblock, SecIdentityRef as Integer) as integer
- method KeychainSetEAPUsernameAndPassword(ssidData as memoryblock, username as string, password as string) as integer
- method KeychainSetEAPIdentity(ssidData as memoryblock, SecIdentityRef as Integer) as integer
- method KeychainFindWiFiEAPUsernameAndPassword(KeychainDomain as integer, ssidData as memoryblock, byref username as string, byref password as string) as integer
- method KeychainDeleteWiFiEAPUsernameAndPassword(KeychainDomain as integer, ssidData as memoryblock) as integer
- method KeychainDeleteEAPUsernameAndPassword(ssidData as memoryblock) as integer
- method KeychainDeleteWiFiPassword(KeychainDomain as integer, ssidData as memoryblock) as integer
- method KeychainSetWiFiPassword(KeychainDomain as integer, ssidData as memoryblock, password as string) as integer
- method KeychainFindWiFiPassword(KeychainDomain as integer, ssidData as memoryblock, byref password as string) as integer
- method KeychainSetPassword(ssidData as memoryblock, password as string) as integer
- method KeychainGetPassword(ssidData as memoryblock, byref password as string) as integer
- method KeychainDeletePassword(ssidData as memoryblock) as integer
- method CWErrorDomain as string
- method CWPowerDidChangeNotification as string
- method CWSSIDDidChangeNotification as string
- method CWBSSIDDidChangeNotification as string
- method CWLinkDidChangeNotification as string
- method CWModeDidChangeNotification as string
- method CWCountryCodeDidChangeNotification as string
- method CWScanCacheDidUpdateNotification as string
- method CWLinkQualityNotificationRSSIKey as string
- method CWLinkQualityNotificationTransmitRateKey as string
- method CWLinkQualityDidChangeNotification as string
- const kCWNoErr = 0
- const kCWEAPOLErr = 1
- const kCWInvalidParameterErr = -3900
- const kCWNoMemoryErr = -3901
- const kCWUnknownErr = -3902
- const kCWNotSupportedErr = -3903
- const kCWInvalidFormatErr = -3904
- const kCWTimeoutErr = -3905
- const kCWUnspecifiedFailureErr = -3906
- const kCWUnsupportedCapabilitiesErr = -3907
- const kCWReassociationDeniedErr = -3908
- const kCWAssociationDeniedErr = -3909
- const kCWAuthenticationAlgorithmUnsupportedErr = -3910
- const kCWInvalidAuthenticationSequenceNumberErr = -3911
- const kCWChallengeFailureErr = -3912
- const kCWAPFullErr = -3913
- const kCWUnsupportedRateSetErr = -3914
- const kCWShortSlotUnsupportedErr = -3915
- const kCWDSSSOFDMUnsupportedErr = -3916
- const kCWInvalidInformationElementErr = -3917
- const kCWInvalidGroupCipherErr = -3918
- const kCWInvalidPairwiseCipherErr = -3919
- const kCWInvalidAKMPErr = -3920
- const kCWUnsupportedRSNVersionErr = -3921
- const kCWInvalidRSNCapabilitiesErr = -3922
- const kCWCipherSuiteRejectedErr = -3923
- const kCWInvalidPMKErr = -3924
- const kCWSupplicantTimeoutErr = -3925
- const kCWHTFeaturesNotSupportedErr = -3926
- const kCWPCOTransitionTimeNotSupportedErr = -3927
- const kCWReferenceNotBoundErr = -3928
- const kCWIPCFailureErr = -3929
- const kCWOperationNotPermittedErr = -3930
- const kCWErr = -3931
- const kCWKeychainDomainNone = 0
- const kCWKeychainDomainUser = 1
- const kCWKeychainDomainSystem = 2
- const kCWCipherKeyFlagsNone = 0
- const kCWCipherKeyFlagsUnicast = 2
- const kCWCipherKeyFlagsMulticast = 4
- const kCWCipherKeyFlagsTx = 8
- const kCWCipherKeyFlagsRx = 16
- const kCWChannelBandUnknown = 0
- const kCWChannelBand2GHz = 1
- const kCWChannelBand5GHz = 2
- const kCWChannelWidthUnknown = 0
- const kCWChannelWidth20MHz = 1
- const kCWChannelWidth40MHz = 2
- const kCWChannelWidth80MHz = 3
- const kCWChannelWidth160MHz = 4
- const kCWIBSSModeSecurityNone = 0
- const kCWIBSSModeSecurityWEP40 = 1
- const kCWIBSSModeSecurityWEP104 = 2
- const kCWSecurityNone = 0
- const kCWSecurityWEP = 1
- const kCWSecurityWPAPersonal = 2
- const kCWSecurityWPAPersonalMixed = 3
- const kCWSecurityWPA2Personal = 4
- const kCWSecurityPersonal = 5
- const kCWSecurityDynamicWEP = 6
- const kCWSecurityWPAEnterprise = 7
- const kCWSecurityWPAEnterpriseMixed = 8
- const kCWSecurityWPA2Enterprise = 9
- const kCWSecurityEnterprise = 10
- const kCWSecurityUnknown = &h7FFFFFFF
- const kCWPHYModeNone = 0
- const kCWPHYMode11a = 1
- const kCWPHYMode11b = 2
- const kCWPHYMode11g = 3
- const kCWPHYMode11n = 4
- const kCWPHYMode11ac = 5
- const kCWInterfaceModeNone = 0
- const kCWInterfaceModeStation = 1
- const kCWInterfaceModeIBSS = 2
- const kCWInterfaceModeHostAP = 3
- const kCWParamErr = -3900
- const kCWNoMemErr = -3901
- const kCWUknownErr = -3902
- const kCWFormatErr = -3904
- const kCWAuthAlgUnsupportedErr = -3910
- const kCWInvalidAuthSeqNumErr = -3911
- const kCWInvalidInfoElementErr = -3917
- const kCWHTFeaturesNotSupported = -3926
- const kCWPCOTransitionTimeNotSupported = -3927
- const kCWRefNotBoundErr = -3928
- const kCWIPCError = -3929
- const kCWOpNotPermitted = -3930
- const kCWError = -3931
- const kOldCWPHYMode11A = 0
- const kOldCWPHYMode11B = 1
- const kOldCWPHYMode11G = 2
- const kOldCWPHYMode11N = 3
- const kCWOpModeStation = 0
- const kCWOpModeIBSS = 1
- const kCWOpModeMonitorMode = 2
- const kCWOpModeHostAP = 3
- const kCWSecurityModeOpen = 0
- const kCWSecurityModeWEP = 1
- const kCWSecurityModeWPA_PSK = 2
- const kCWSecurityModeWPA2_PSK = 3
- const kCWSecurityModeWPA_Enterprise = 4
- const kCWSecurityModeWPA2_Enterprise = 5
- const kCWSecurityModeWPS = 6
- const kCWSecurityModeDynamicWEP = 7
- const kCWInterfaceStateInactive = 0
- const kCWInterfaceStateScanning = 1
- const kCWInterfaceStateAuthenticating = 2
- const kCWInterfaceStateAssociating = 3
- const kCWInterfaceStateRunning = 4
- const kCWScanTypeActive = 0
- const kCWScanTypePassive = 1
- const kCWScanTypeFast = 2
- module DictionaryServiceMBS
- method TextDefinition(text as string, position as integer=0, length as integer=0) as string
- method GetTermRangeInString(text as string, offset as integer=0) as boolean
- method Show(text as string, start as integer = 0, length as integer = 0, textOriginX as double = 0, textOriginY as double = 0) as boolean
- method RangePosition as integer
- method RangeLength as integer
- module OpenCLMBS
- method GetExtensionFunctionAddress(name as string) as ptr
- method isAvailable as boolean
- method Platforms as CLPlatformMBS()
- method PlatformCount as Int64
- method UnloadCompiler
- method AllDevices(types as Int64) as CLDeviceMBS()
- method AllDeviceCount(types as Int64) as integer
- method WaitForEvents(events() as CLEventMBS)
- method GetPictureImageFormat(pic as picture, byref RowPitch as integer) as CLImageFormatMBS
- const kSuccess = 0
- const kDeviceNotFound = -1
- const kDeviceNotAvailable = -2
- const kCompilerNotAvailable = -3
- const kMemObjectAllocationFailure = -4
- const kOutOfResources = -5
- const kOutOfHostMemory = -6
- const kProfilingInfoNotAvailable = -7
- const kMemCopyOverlap = -8
- const kImageFormatMismatch = -9
- const kImageFormatNotSupported = -10
- const kBuildProgramFailure = -11
- const kMapFailure = -12
- const kInvalidValue = -30
- const kInvalidDeviceType = -31
- const kInvalidPlatform = -32
- const kInvalidDevice = -33
- const kInvalidContext = -34
- const kInvalidQueueProperties = -35
- const kInvalidCommandQueue = -36
- const kInvalidHostPtr = -37
- const kInvalidMemObject = -38
- const kInvalidImageFormatDescriptor = -39
- const kInvalidImageSize = -40
- const kInvalidSampler = -41
- const kInvalidBinary = -42
- const kInvalidBuildOptions = -43
- const kInvalidProgram = -44
- const kInvalidProgramExecutable = -45
- const kInvalidKernelName = -46
- const kInvalidKernelDefinition = -47
- const kInvalidKernel = -48
- const kInvalidArgIndex = -49
- const kInvalidArgValue = -50
- const kInvalidArgSize = -51
- const kInvalidKernelArgs = -52
- const kInvalidWorkDimension = -53
- const kInvalidWorkGroupSize = -54
- const kInvalidWorkItemSize = -55
- const kInvalidGlobalOffset = -56
- const kInvalidEventWaitList = -57
- const kInvalidEvent = -58
- const kInvalidOperation = -59
- const kInvalidGlObject = -60
- const kInvalidBufferSize = -61
- const kInvalidMipLevel = -62
- module VisionModuleMBS
- method available as Boolean
- method VNErrorDomain as String
- method ElementSize(ElementType as Integer) as Integer
- method NormalizedIdentityRect as CGRectMBS
- method NormalizedRectIsIdentityRect(rect as CGRectMBS) as boolean
- method ImagePointForNormalizedPoint(normalizedPoint as CGPointMBS, imageWidth as Integer, imageHeight as Integer) as CGPointMBS
- method ImageRectForNormalizedRect(normalizedRect as CGRectMBS, imageWidth as Integer, imageHeight as Integer) as CGRectMBS
- method NormalizedRectForImageRect(imageRect as CGRectMBS, imageWidth as Integer, imageHeight as Integer) as CGRectMBS
- const VNErrorOK = 0
- const VNErrorRequestCancelled = 1
- const VNErrorInvalidFormat = 2
- const VNErrorOperationFailed = 3
- const VNErrorOutOfBoundsError = 4
- const VNErrorInvalidOption = 5
- const VNErrorIOError = 6
- const VNErrorMissingOption = 7
- const VNErrorNotImplemented = 8
- const VNErrorInternalError = 9
- const VNErrorOutOfMemory = 10
- const VNErrorUnknownError = 11
- const VNErrorInvalidOperation = 12
- const VNErrorInvalidImage = 13
- const VNErrorInvalidArgument = 14
- const VNErrorInvalidModel = 15
- const VNErrorUnsupportedRevision = 16
- const VNErrorDataUnavailable = 17
