ObjectFactoryClassProtocol
public protocol ObjectFactoryClassProtocol
The ObjectFactoryClassProtocol protocol exposes the methods and properties of an underlying AtkObjectFactoryClass 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 ObjectFactoryClass.
Alternatively, use ObjectFactoryClassRef as a lighweight, unowned reference if you already have an instance you just want to use.
-
Untyped pointer to the underlying
AtkObjectFactoryClassinstance.Declaration
Swift
var ptr: UnsafeMutableRawPointer! { get } -
_ptrDefault implementationTyped pointer to the underlying
AtkObjectFactoryClassinstance.Default Implementation
Return the stored, untyped pointer as a typed pointer to the
AtkObjectFactoryClassinstance.Declaration
Swift
var _ptr: UnsafeMutablePointer<AtkObjectFactoryClass>! { get } -
Required Initialiser for types conforming to
ObjectFactoryClassProtocolDeclaration
Swift
init(raw: UnsafeMutableRawPointer)
-
parentClassExtension methodUndocumented
Declaration
Swift
@inlinable var parentClass: GObjectClass { get } -
pad1Extension methodUndocumented
Declaration
Swift
@inlinable var pad1: AtkFunction! { get } -
pad2Extension methodUndocumented
Declaration
Swift
@inlinable var pad2: AtkFunction! { get }
View on GitHub
Install in Dash
ObjectFactoryClassProtocol Protocol Reference