Other Protocols
The following protocols are available globally.
-
Protocol for cells in a table.
See moreDeclaration
Swift
public protocol CellProtocol -
Undocumented
See moreDeclaration
Swift
public protocol InplaceEditable -
Indicates item traits. Members of this enumeration can be used as keys in the DiagramItem.LayoutTraits hashtable. Inherits from Hashable.
Declaration
Swift
public protocol LayoutTraits : Hashable -
IResolution interface.
Declaration
Swift
@objc public protocol IResolution -
Interface for DiagramView objects.
See moreDeclaration
Swift
@objc public protocol IDiagramView : IResolution -
Interface for MeasureUnit converters.
See moreDeclaration
Swift
@objc public protocol IMeasureUnitConverter -
Defines methods to be implemented by classes that will support scrolling.
See moreDeclaration
Swift
public protocol Scrollable : AnyObject
Other Protocols Reference