Platforms to show: All Mac Windows Linux Cross-Platform

Back to IKImageBrowserCellMBS class.

IKImageBrowserCellMBS.cellState as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Returns the current cell state of the receiver.

The IKImageBrowserView creates thumbnails asynchronously. This method returns the current state.
Available in OS X v10.6 and later.

IKImageBrowserCellMBS.Constructor   Private

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The private constructor.

IKImageBrowserCellMBS.frame as NSRectMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Returns the receiver's frame rectangle, which defines its position in its IKImageBrowserView.

Available in OS X v10.6 and later.

IKImageBrowserCellMBS.imageAlignment as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Returns the position of the cell's image in the frame.

IKImageBrowserCellMBS.imageBrowserView as IKImageBrowserViewMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Returns the view the receiver uses to display the cell.

Available in OS X v10.6 and later.

IKImageBrowserCellMBS.imageContainerFrame as NSRectMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Returns the receiver's image container frame rectangle, which defines the position of the container of the thumbnail.

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

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Returns the receiver's image frame rectangle, which defines the position of the thumbnail in its IKImageBrowserView.

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

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Returns the index of the receiver's represented object in the datasource.

Available in OS X v10.6 and later.

IKImageBrowserCellMBS.isSelected as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Returns whether the cell is selected.

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

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Returns a layer for the specified position.

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

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Returns the opacity of the receiver.

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

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Returns the receiver's represented object.

Subclasses should not override this method.
Available in OS X v10.6 and later.

IKImageBrowserCellMBS.selectionFrame as NSRectMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Returns the receiver's selection frame rectangle, which defines the position of the selection rectangle in its IKImageBrowserView.

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

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Returns the receiver's subtitle frame rectangle.

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

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ImageKit MBS AVFoundation Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Returns the receiver's title frame rectangle.

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.


The biggest plugin in space...