The plugin part ImageKit
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 part MBS AVFoundation Plugin:ImageKit:
Partly Console safe,
639 entry points.
- class ICCameraDeviceMBS
- class ICCameraFileMBS
- class ICCameraFolderMBS
- class ICCameraItemMBS
- class ICDeviceBrowserMBS
- class ICDeviceMBS
- class ICScannerBandDataMBS
- class ICScannerDeviceMBS
- class ICScannerFeatureBooleanMBS
- class ICScannerFeatureEnumerationMBS
- class ICScannerFeatureMBS
- class ICScannerFeatureRangeMBS
- class ICScannerFeatureTemplateMBS
- class ICScannerFunctionalUnitDocumentFeederMBS
- class ICScannerFunctionalUnitFlatbedMBS
- class ICScannerFunctionalUnitMBS
- class ICScannerFunctionalUnitNegativeTransparencyMBS
- class ICScannerFunctionalUnitPositiveTransparencyMBS
- class IKCameraDeviceViewMBS
- class IKDeviceBrowserViewMBS
- class IKImageBrowserCellMBS
- class IKImageBrowserItemMBS
- method Constructor(imageUID as string, imageRepresentationType as string, imageRepresentation as variant, imageVersion as integer = 1, imageTitle as string = "", imageSubtitle as string = "", isSelectable as boolean = true)
- property imageRepresentation as variant
- property imageVersion as integer
- property isSelectable as boolean
- property imageSubtitle as string
- property imageTitle as string
- property imageRepresentationType as string
- property imageUID as string
- property Handle as Integer
- shared method ItemWithCGImage(imageUID as string, Image as variant, imageVersion as integer = 1, imageTitle as string = "", imageSubtitle as string = "", isSelectable as boolean = true) as IKImageBrowserItemMBS
- shared method ItemWithNSImage(imageUID as string, Image as NSImageMBS, imageVersion as integer = 1, imageTitle as string = "", imageSubtitle as string = "", isSelectable as boolean = true) as IKImageBrowserItemMBS
- shared method ItemWithURL(imageUID as string, URL as string, imageVersion as integer = 1, imageTitle as string = "", imageSubtitle as string = "", isSelectable as boolean = true) as IKImageBrowserItemMBS
- shared method ItemWithPath(imageUID as string, path as string, imageVersion as integer = 1, imageTitle as string = "", imageSubtitle as string = "", isSelectable as boolean = true) as IKImageBrowserItemMBS
- shared method ItemWithFile(imageUID as string, file as folderitem, imageVersion as integer = 1, imageTitle as string = "", imageSubtitle as string = "", isSelectable as boolean = true) as IKImageBrowserItemMBS
- shared method ItemWithData(imageUID as string, Data as Memoryblock, imageVersion as integer = 1, imageTitle as string = "", imageSubtitle as string = "", isSelectable as boolean = true) as IKImageBrowserItemMBS
- class IKImageBrowserViewMBS
- class IKImageEditPanelMBS
- class IKImageViewMBS
- class IKPictureTakerMBS
- class IKScannerDeviceViewMBS
- class IKSlideshowMBS
- method runSlideshow
- method exportSlideshowItems(applicationBundleIdentifier as string)
- method ItemCount as integer
- method removeItems
- method removeItem(index as integer)
- method addFile(file as folderitem, name as string="")
- method addPage(page as variant, name as string="")
- method addImage(image as NSImageMBS, name as string="")
- method setFile(index as integer, file as folderitem, name as string="")
- method setPage(index as integer, page as variant, name as string="")
- method setImage(index as integer, image as NSImageMBS, name as string="")
- method reloadData
- method stopSlideshow
- method reloadSlideshowItemAtIndex(index as integer)
- property WrapAround as Boolean
- property StartIndex as Integer
- property StartPaused as Boolean
- property PDFDisplayBox as Integer
- property PDFDisplaysAsBook as Boolean
- property PDFDisplayMode as Integer
- property AudioFile as FolderItem
- property ScreenIndex as Integer
- shared method Available as boolean
- shared method indexOfCurrentSlideshowItem as integer
- shared method canExportToApplication(applicationBundleIdentifier as string) as boolean
- shared property autoPlayDelay as double
- event slideshowWillStart
- event slideshowDidStop
- event slideshowDidChangeCurrentIndex(newIndex as integer)
- event canExportSlideshowItemAtIndex(index as integer, applicationBundleIdentifier as string) as boolean
- class ImageCaptureEventsMBS
- property Handle as Integer
- event deviceDidSendMessage(messageCode as UInt32, data as Memoryblock, error as NSErrorMBS, device as ICDeviceMBS)
- event cameraDeviceDidSendPTPCommand(command as Memoryblock, data as Memoryblock, response as MemoryBlock, error as NSErrorMBS, device as ICCameraDeviceMBS)
- event cameraDeviceDidReadData(data as Memoryblock, file as ICCameraFileMBS, error as NSErrorMBS, device as ICCameraDeviceMBS)
- event cameraDeviceDidUploadFile(fileURL as string, file as FolderItem, error as NSErrorMBS, device as ICCameraDeviceMBS)
- event cameraDeviceDidDownloadFile(file as ICCameraFileMBS, error as NSErrorMBS, options as Dictionary, device as ICCameraDeviceMBS)
- event cameraDeviceDidReceiveDownloadProgressForFile(file as ICCameraFileMBS, downloadedBytes as UInt64, maxBytes as UInt64)
- event cameraDeviceDidAddItem(camera as ICCameraDeviceMBS, item as ICCameraItemMBS)
- event cameraDeviceDidRemoveItem(camera as ICCameraDeviceMBS, item as ICCameraItemMBS)
- event cameraDeviceDidChangeCapability(camera as ICCameraDeviceMBS)
- event cameraDeviceDidAddItems(camera as ICCameraDeviceMBS, items() as ICCameraItemMBS)
- event cameraDeviceDidRemoveItems(camera as ICCameraDeviceMBS, items() as ICCameraItemMBS)
- event cameraDeviceDidRenameItems(camera as ICCameraDeviceMBS, items() as ICCameraItemMBS)
- event cameraDeviceDidCompleteDeleteFilesWithError(camera as ICCameraDeviceMBS, error as NSErrorMBS)
- event cameraDeviceDidReceiveThumbnailForItem(camera as ICCameraDeviceMBS, item as ICCameraItemMBS)
- event cameraDeviceDidReceiveMetadataForItem(camera as ICCameraDeviceMBS, item as ICCameraItemMBS)
- event cameraDeviceDidReceivePTPEvent(camera as ICCameraDeviceMBS, eventData as MemoryBlock)
- event cameraDeviceDidBecomeReadyWithCompleteContentCatalog(camera as ICCameraDeviceMBS)
- event deviceDidRemove(device as ICDeviceMBS)
- event deviceDidOpenSessionWithError(device as ICDeviceMBS, error as NSErrorMBS)
- event deviceDidBecomeReady(device as ICDeviceMBS)
- event deviceDidCloseSessionWithError(device as ICDeviceMBS, error as NSErrorMBS)
- event deviceDidChangeName(device as ICDeviceMBS)
- event deviceDidChangeSharingState(device as ICDeviceMBS)
- event deviceDidReceiveStatusInformation(device as ICDeviceMBS, status as Dictionary)
- event deviceDidEncounterError(device as ICDeviceMBS, error as NSErrorMBS)
- event deviceDidReceiveButtonPress(device as ICDeviceMBS, buttonType as String)
- event deviceDidReceiveCustomNotification(device as ICDeviceMBS, notification as Dictionary, data as Memoryblock)
- event scannerDeviceViewDidScanToURL(scannerDeviceView as IKScannerDeviceViewMBS, url as String, file as FolderItem, fileData as MemoryBlock, error as NSErrorMBS)
- event scannerDeviceViewDidScanToBandData(scannerDeviceView as IKScannerDeviceViewMBS, data as ICScannerBandDataMBS, scanInfo as Dictionary, error as NSErrorMBS)
- event scannerDeviceViewDidEncounterError(scannerDeviceView as IKScannerDeviceViewMBS, error as NSErrorMBS)
- event deviceBrowserDidAddDevice(browser as ICDeviceBrowserMBS, device as ICDeviceMBS, moreComing as boolean)
- event deviceBrowserDidRemoveDevice(browser as ICDeviceBrowserMBS, device as ICDeviceMBS, moreGoing as boolean)
- event deviceBrowserDeviceDidChangeName(browser as ICDeviceBrowserMBS, device as ICDeviceMBS)
- event deviceBrowserDeviceDidChangeSharingState(browser as ICDeviceBrowserMBS, device as ICDeviceMBS)
- event deviceBrowserRequestsSelectDevice(browser as ICDeviceBrowserMBS, device as ICDeviceMBS)
- event deviceBrowserDidEnumerateLocalDevices(browser as ICDeviceBrowserMBS)
- event deviceBrowserViewSelectionDidChange(deviceBrowserView as IKDeviceBrowserViewMBS, device as ICDeviceMBS)
- event deviceBrowserViewDidEncounterError(deviceBrowserView as IKDeviceBrowserViewMBS, error as NSErrorMBS)
- event cameraDeviceViewSelectionDidChange(cameraDeviceView as IKCameraDeviceViewMBS)
- event cameraDeviceViewDidEncounterError(cameraDeviceView as IKCameraDeviceViewMBS, error as NSErrorMBS)
- event cameraDeviceViewDidDownloadFile(cameraDeviceView as IKCameraDeviceViewMBS, CameraFile as ICCameraFileMBS, URL as string, File as folderItem, data as MemoryBlock, error as NSErrorMBS)
- event scannerDeviceDidBecomeAvailable(scanner as ICScannerDeviceMBS)
- event scannerDeviceDidSelectFunctionalUnit(scanner as ICScannerDeviceMBS, functionalUnit as variant, Error as NSErrorMBS)
- event scannerDeviceDidScanToURL(scanner as ICScannerDeviceMBS, URL as string, file as folderitem, data as MemoryBlock)
- event scannerDeviceDidScanToBandData(scanner as ICScannerDeviceMBS, Data as ICScannerBandDataMBS)
- event scannerDeviceDidCompleteOverviewScanWithError(scanner as ICScannerDeviceMBS, error as NSErrorMBS)
- event scannerDeviceDidCompleteScanWithError(scanner as ICScannerDeviceMBS, error as NSErrorMBS)
- event cameraDeviceDidEnableAccessRestriction(camera as ICCameraDeviceMBS)
- event cameraDeviceDidRemoveAccessRestriction(camera as ICCameraDeviceMBS)
- control DesktopIKCameraDeviceViewControlMBS
- property View as IKCameraDeviceViewMBS
- 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 SelectionDidChange
- event DidEncounterError(Error as NSErrorMBS)
- event DidDownloadFile(CameraFile as ICCameraFileMBS, URL as string, File as folderItem, data as MemoryBlock, error as NSErrorMBS)
- 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 DesktopIKDeviceBrowserViewControlMBS
- control DesktopIKImageBrowserViewControlMBS
- control DesktopIKImageViewControlMBS
- control DesktopIKScannerDeviceViewControlMBS
- property View as IKScannerDeviceViewMBS
- 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 DidScanToURL(url as String, file as FolderItem, fileData as MemoryBlock, error as NSErrorMBS)
- event DidScanToBandData(data as ICScannerBandDataMBS, scanInfo as Dictionary, error as NSErrorMBS)
- event DidEncounterError(error as NSErrorMBS)
- 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 IKCameraDeviceViewControlMBS
- property View as IKCameraDeviceViewMBS
- 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 SelectionDidChange
- event DidEncounterError(Error as NSErrorMBS)
- event DidDownloadFile(CameraFile as ICCameraFileMBS, URL as string, File as folderItem, data as MemoryBlock, error as NSErrorMBS)
- 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)
- control IKDeviceBrowserViewControlMBS
- control IKImageBrowserViewControlMBS
- control IKImageViewControlMBS
- control IKScannerDeviceViewControlMBS
- property View as IKScannerDeviceViewMBS
- 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 DidScanToURL(url as String, file as FolderItem, fileData as MemoryBlock, error as NSErrorMBS)
- event DidScanToBandData(data as ICScannerBandDataMBS, scanInfo as Dictionary, error as NSErrorMBS)
- event DidEncounterError(error as NSErrorMBS)
- 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)
Blog Entries
Xojo Developer Magazine