The plugin part MBS MacFrameworks Plugin
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
The plugin MBS MacFrameworks Plugin:
- class CalAlarmMBS
- class CalAttendeeMBS
- class CalCalendarItemMBS
- 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
- 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
- class CBIdentityMBS
- class CBIdentityPickerMBS
- 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
- class CLEventMBS
- 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
- class CLImageFormatMBS
- class CLKernelMBS
- class CLLocationCoordinate2DMBS
- class CLLocationManagerMBS
- 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
- class CLPlatformMBS
- class CLProgramMBS
- class CLRegionMBS
- class CLSamplerMBS
- class CSIdentityAuthorityMBS
- class CSIdentityMBS
- class CSIdentityQueryMBS
- class CustomNSSharingServiceMBS
- class CWChannelMBS
- class 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
- class CWMutableNetworkProfileMBS
- class CWNetworkMBS
- class CWNetworkProfileMBS
- class CWWiFiClientMBS
- 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
- class GKAchievementMBS
- class GKAchievementViewControllerMBS
- class GKChallengeMBS
- class GKChallengesViewControllerMBS
- class GKDialogControllerMBS
- class GKFriendRequestComposeViewControllerMBS
- class GKGameCenterViewControllerMBS
- class GKInviteMBS
- class GKLeaderboardMBS
- class GKLeaderboardViewControllerMBS
- class GKLocalPlayerMBS
- class GKMatchmakerMBS
- class GKMatchmakerViewControllerMBS
- class GKMatchMBS
- class GKMatchRequestMBS
- class GKPlayerMBS
- class GKScoreChallengeMBS
- class GKScoreMBS
- 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
- 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
- class LSSharedFileListItemMBS
- class LSSharedFileListMBS
- class MediaKeysMBS
- class MKAnnotationViewMBS
- class MKCircleMBS
- class MKCircleRendererMBS
- class MKClusterAnnotationMBS
- class MKCoordinateRegionMBS
- class MKCoordinateSpanMBS
- class MKCustomAnnotationMBS
- class MKCustomOverlayMBS
- class MKCustomOverlayRendererMBS
- class MKDirectionsMBS
- class MKDirectionsRequestMBS
- class MKDirectionsResponseMBS
- class MKDistanceFormatterMBS
- class MKETAResponseMBS
- class MKGeodesicPolylineMBS
- class MKLocalSearchCompleterMBS
- 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
- class 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
- class MKMapSnapshotMBS
- class MKMapSnapshotOptionsMBS
- class MKMapSnapshotterMBS
- 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
- class MKMultiPointMBS
- class MKMultiPolygonMBS
- class MKMultiPolygonRendererMBS
- class MKMultiPolylineMBS
- class MKMultiPolylineRendererMBS
- class MKOverlayPathRendererMBS
- class MKOverlayRendererMBS
- class MKPinAnnotationViewMBS
- class MKPlacemarkMBS
- class MKPointAnnotationMBS
- class MKPolygonMBS
- class MKPolygonRendererMBS
- class MKPolylineMBS
- class MKPolylineRendererMBS
- class MKRouteMBS
- class MKRouteStepMBS
- class MKShapeMBS
- class MKTileOverlayMBS
- class MKTileOverlayPathMBS
- class MKTileOverlayRendererMBS
- class MKUserLocationMBS
- class NSAnimationContextMBS
- class NSAnimationMBS
- class NSAppearanceMBS
- class NSDateIntervalMBS
- class NSEventMonitorMBS
- class NSMediaLibraryBrowserControllerMBS
- class NSNetServiceBrowserMBS
- class NSNetServiceMBS
- class NSOperationMBS
- class 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
- class NSSharingServiceMBS
- class NSSharingServicePickerMBS
- class 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
- class NSURLSessionTaskMBS
- class NSURLSessionTaskMetricsMBS
- class NSURLSessionTaskTransactionMetricsMBS
- class NSURLSessionUploadTaskMBS
- class NSURLSessionWebSocketMessageMBS
- class NSURLSessionWebSocketTaskMBS
- class NSUserNotificationActionMBS
- class NSUserNotificationCenterDelegateMBS
- class NSUserNotificationCenterMBS
- class NSUserNotificationMBS
- class NSVisualEffectViewMBS
- class NSXPCConnectionMBS
- class NSXPCListenerEndpointMBS
- class NSXPCListenerMBS
- class 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
- class ODSessionMBS
- class QLPreviewPanelMBS
- class QLPreviewViewMBS
- class SFAcousticFeatureMBS
- class SFSpeechAudioBufferRecognitionRequestMBS
- class SFSpeechRecognitionRequestMBS
- class SFSpeechRecognitionResultMBS
- class SFSpeechRecognitionTaskMBS
- class SFSpeechRecognizerMBS
- class SFSpeechURLRecognitionRequestMBS
- class SFTranscriptionMBS
- class SFTranscriptionSegmentMBS
- class SFVoiceAnalyticsMBS
- class SharingPanelMBS
- class SummaryMBS
- class UNCalendarNotificationTriggerMBS
- class UNMutableNotificationContentMBS
- class UNNotificationActionMBS
- 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
- class UNNotificationMBS
- class UNNotificationRequestMBS
- class UNNotificationResponseMBS
- class UNNotificationSettingsMBS
- class UNNotificationSoundMBS
- class UNNotificationTriggerMBS
- class UNPushNotificationTriggerMBS
- class 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
- class VNClassificationObservationMBS
- class VNClassifyImageRequestMBS
- class VNCoreMLFeatureValueObservationMBS
- class VNCoreMLModelMBS
- class VNCoreMLRequestMBS
- class VNDetectBarcodesRequestMBS
- class VNDetectedObjectObservationMBS
- class VNDetectFaceCaptureQualityRequestMBS
- class VNDetectFaceLandmarksRequestMBS
- class VNDetectFaceRectanglesRequestMBS
- class VNDetectHorizonRequestMBS
- class VNDetectHumanRectanglesRequestMBS
- class VNDetectRectanglesRequestMBS
- class VNDetectTextRectanglesRequestMBS
- class VNFaceLandmarkRegion2DMBS
- class VNFaceLandmarkRegionMBS
- class VNFaceLandmarks2DMBS
- class VNFaceLandmarksMBS
- class VNFaceObservationMBS
- class VNFeaturePrintObservationMBS
- 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
- class VNRecognizedObjectObservationMBS
- class VNRecognizedTextMBS
- class VNRecognizedTextObservationMBS
- class VNRecognizeTextRequestMBS
- class VNRectangleObservationMBS
- class VNRequestMBS
- 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
- control DesktopMapKitViewControlMBS
- property View as MKMapViewMBS
- event FocusReceived
- event FocusLost
- event FrameChanged
- event BoundsChanged
- event willShowContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS)
- event didCloseContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS)
- 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
- 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 willShowContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS)
- event didCloseContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS)
- 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
- 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
- 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
- module DictionaryServiceMBS
- module OpenCLMBS
- module VisionModuleMBS