ComponentIfaceProtocol
public protocol ComponentIfaceProtocol
The AtkComponent interface should be supported by any object that is rendered on the screen. The interface provides the standard mechanism for an assistive technology to determine and set the graphical representation of an object.
The ComponentIfaceProtocol
protocol exposes the methods and properties of an underlying AtkComponentIface
instance.
The default implementation of these can be found in the protocol extension below.
For a concrete class that implements these methods and properties, see ComponentIface
.
Alternatively, use ComponentIfaceRef
as a lighweight, unowned
reference if you already have an instance you just want to use.
-
Untyped pointer to the underlying
AtkComponentIface
instance.Declaration
Swift
var ptr: UnsafeMutableRawPointer! { get }
-
_ptr
Default implementationTyped pointer to the underlying
AtkComponentIface
instance.Default Implementation
Return the stored, untyped pointer as a typed pointer to the
AtkComponentIface
instance.Declaration
Swift
var _ptr: UnsafeMutablePointer<AtkComponentIface>! { get }
-
Required Initialiser for types conforming to
ComponentIfaceProtocol
Declaration
Swift
init(raw: UnsafeMutableRawPointer)