ListView
open class ListView : TreeView
TreeView subclass for displaying lists that retain their model
-
The underlying list store
Declaration
Swift
public var listStore: ListStore
-
Convenience List View constructor
Declaration
Swift
@inlinable public init(model store: ListStore)
Parameters
store
list view store description
-
Unsafe untyped initialiser. Do not use unless you know the underlying data type the pointer points to conforms to
StringProtocol
.Declaration
Swift
@inlinable required public init(raw p: UnsafeMutableRawPointer)
Parameters
p
raw pointer to the underlying object
-
Unsafe untyped initialiser. Do not use unless you know the underlying data type the pointer points to conforms to
StringProtocol
.Declaration
Swift
@inlinable required public init(retainingRaw raw: UnsafeMutableRawPointer)
Parameters
p
raw pointer to the underlying object to be retained