MenuLinkIterImpl

class MenuLinkIterImpl(pointer: <Error class: unknown class><<Error class: unknown class>>) : MenuLinkIter

The MenuLinkIterImpl type represents a native instance of the abstract MenuLinkIter class.

Constructors

Link copied to clipboard
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Creates a new instance of MenuLinkIter for the provided CPointer.

Properties

Link copied to clipboard
val gioMenuLinkIterPointer: <Error class: unknown class><<Error class: unknown class>>

Functions

Link copied to clipboard
open fun getName(): String

Gets the name of the link at the current iterator position.

Link copied to clipboard
open fun getValue(): MenuModel

Gets the linked #GMenuModel at the current iterator position.

Link copied to clipboard
open fun next(): Boolean

Attempts to advance the iterator to the next (possibly first) link.