Platforms to show: All Mac Windows Linux Cross-Platform
IKImageBrowserCellMBS.cellState as Integer
Function:
Returns the current cell state of the receiver.
Notes:
The IKImageBrowserView creates thumbnails asynchronously. This method returns the current state.
Available in OS X v10.6 and later.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | ImageKit | MBS AVFoundation Plugin | 13.1 | Yes | No | No | Yes, macOS only | No |
Notes:
The IKImageBrowserView creates thumbnails asynchronously. This method returns the current state.
Available in OS X v10.6 and later.
IKImageBrowserCellMBS.Constructor
Function:
The private constructor.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | ImageKit | MBS AVFoundation Plugin | 13.1 | Yes | No | No | Yes, macOS only | No |
IKImageBrowserCellMBS.frame as NSRectMBS
Function:
Returns the receiver's frame rectangle, which defines its position in its IKImageBrowserView.
Notes: Available in OS X v10.6 and later.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | ImageKit | MBS AVFoundation Plugin | 13.1 | Yes | No | No | Yes, macOS only | No |
Notes: Available in OS X v10.6 and later.
IKImageBrowserCellMBS.imageAlignment as Integer
Function:
Returns the position of the cell's image in the frame.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | ImageKit | MBS AVFoundation Plugin | 13.1 | Yes | No | No | Yes, macOS only | No |
IKImageBrowserCellMBS.imageBrowserView as IKImageBrowserViewMBS
Function:
Returns the view the receiver uses to display the cell.
Notes: Available in OS X v10.6 and later.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | ImageKit | MBS AVFoundation Plugin | 13.1 | Yes | No | No | Yes, macOS only | No |
Notes: Available in OS X v10.6 and later.
IKImageBrowserCellMBS.imageContainerFrame as NSRectMBS
Function:
Returns the receiver's image container frame rectangle, which defines the position of the container of the thumbnail.
Notes:
The coordinates of image container frame, in the IKImageBrowserView coordinate space.
The image frame is computed automatically from the image container frame by taking in account the image alignment and the image aspect ratio.
Subclasses can override this method to customize the position of the thumbnail container.
Available in OS X v10.6 and later.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | ImageKit | MBS AVFoundation Plugin | 13.1 | Yes | No | No | Yes, macOS only | No |
Notes:
The coordinates of image container frame, in the IKImageBrowserView coordinate space.
The image frame is computed automatically from the image container frame by taking in account the image alignment and the image aspect ratio.
Subclasses can override this method to customize the position of the thumbnail container.
Available in OS X v10.6 and later.
IKImageBrowserCellMBS.imageFrame as NSRectMBS
Function:
Returns the receiver's image frame rectangle, which defines the position of the thumbnail in its IKImageBrowserView.
Notes:
Returns the coordinates of the frame, in the IKImageBrowserView coordinate space.
It is the developer's responsibility to compute the imageFrame such that it lies entirely within the cell's frame rectangle.
Subclasses can override this method to customize the position of the thumbnail.
Available in OS X v10.6 and later.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | ImageKit | MBS AVFoundation Plugin | 13.1 | Yes | No | No | Yes, macOS only | No |
Notes:
Returns the coordinates of the frame, in the IKImageBrowserView coordinate space.
It is the developer's responsibility to compute the imageFrame such that it lies entirely within the cell's frame rectangle.
Subclasses can override this method to customize the position of the thumbnail.
Available in OS X v10.6 and later.
IKImageBrowserCellMBS.indexOfRepresentedItem as Integer
Function:
Returns the index of the receiver's represented object in the datasource.
Notes: Available in OS X v10.6 and later.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | ImageKit | MBS AVFoundation Plugin | 13.1 | Yes | No | No | Yes, macOS only | No |
Notes: Available in OS X v10.6 and later.
IKImageBrowserCellMBS.isSelected as boolean
Function:
Returns whether the cell is selected.
Notes:
Returns true if the cell is selected, otherwise false.
Subclasses should not override this method.
Available in OS X v10.6 and later.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | ImageKit | MBS AVFoundation Plugin | 13.1 | Yes | No | No | Yes, macOS only | No |
Notes:
Returns true if the cell is selected, otherwise false.
Subclasses should not override this method.
Available in OS X v10.6 and later.
IKImageBrowserCellMBS.layerForType(type as string) as CALayerMBS
Function:
Returns a layer for the specified position.
Notes:
type: A string representing the layer location. See Cell Layer Positions for possible values.
Return the CALayer to display in the specified position.
Subclasses can override this method to add a Core Animation layer to the cell
Available in OS X v10.6 and later.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | ImageKit | MBS AVFoundation Plugin | 13.1 | Yes | No | No | Yes, macOS only | No |
Notes:
type: A string representing the layer location. See Cell Layer Positions for possible values.
Return the CALayer to display in the specified position.
Subclasses can override this method to add a Core Animation layer to the cell
Available in OS X v10.6 and later.
IKImageBrowserCellMBS.opacity as Double
Function:
Returns the opacity of the receiver.
Notes:
Possible values are between 0.0 (transparent) and 1.0 (opaque).
Subclasses can override this method to customize the opacity of the cell.
Available in OS X v10.6 and later.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | ImageKit | MBS AVFoundation Plugin | 13.1 | Yes | No | No | Yes, macOS only | No |
Notes:
Possible values are between 0.0 (transparent) and 1.0 (opaque).
Subclasses can override this method to customize the opacity of the cell.
Available in OS X v10.6 and later.
IKImageBrowserCellMBS.representedItem as Variant
Function:
Returns the receiver's represented object.
Notes:
Subclasses should not override this method.
Available in OS X v10.6 and later.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | ImageKit | MBS AVFoundation Plugin | 13.1 | Yes | No | No | Yes, macOS only | No |
Notes:
Subclasses should not override this method.
Available in OS X v10.6 and later.
IKImageBrowserCellMBS.selectionFrame as NSRectMBS
Function:
Returns the receiver's selection frame rectangle, which defines the position of the selection rectangle in its IKImageBrowserView.
Notes:
Subclasses can override this method to customize the position of the selection frame.
Available in OS X v10.6 and later.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | ImageKit | MBS AVFoundation Plugin | 13.1 | Yes | No | No | Yes, macOS only | No |
Notes:
Subclasses can override this method to customize the position of the selection frame.
Available in OS X v10.6 and later.
IKImageBrowserCellMBS.subtitleFrame as NSRectMBS
Function:
Returns the receiver's subtitle frame rectangle.
Notes:
The coordinates of the subtitle frame, in the IKImageBrowserView coordinate space.
It is the developer's responsibility to compute the subtitleFrame such that it lies entirely within the cell's frame rectangle.
Subclasses can override this method to customize the position of the subtitle.
Available in OS X v10.6 and later.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | ImageKit | MBS AVFoundation Plugin | 13.1 | Yes | No | No | Yes, macOS only | No |
Notes:
The coordinates of the subtitle frame, in the IKImageBrowserView coordinate space.
It is the developer's responsibility to compute the subtitleFrame such that it lies entirely within the cell's frame rectangle.
Subclasses can override this method to customize the position of the subtitle.
Available in OS X v10.6 and later.
IKImageBrowserCellMBS.titleFrame as NSRectMBS
Function:
Returns the receiver's title frame rectangle.
Notes:
The coordinates of the title frame, in the IKImageBrowserView coordinate space.
It is the developer's responsibility to compute the titleFrame such that it lies entirely within the cell's frame rectangle.
Subclasses can override this method to customize the position of the title.
Available in OS X v10.6 and later.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | ImageKit | MBS AVFoundation Plugin | 13.1 | Yes | No | No | Yes, macOS only | No |
Notes:
The coordinates of the title frame, in the IKImageBrowserView coordinate space.
It is the developer's responsibility to compute the titleFrame such that it lies entirely within the cell's frame rectangle.
Subclasses can override this method to customize the position of the title.
Available in OS X v10.6 and later.
The items on this page are in the following plugins: MBS AVFoundation Plugin.

Links
MBS Xojo tutorial videos