MenuAttributeIterImpl

class MenuAttributeIterImpl(pointer: <Error class: unknown class><<Error class: unknown class>>) : MenuAttributeIter

The MenuAttributeIterImpl type represents a native instance of the abstract MenuAttributeIter class.

Constructors

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

Creates a new instance of MenuAttributeIter for the provided CPointer.

Properties

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

Functions

Link copied to clipboard
open fun getName(): String

Gets the name of the attribute at the current iterator position, as a string.

Link copied to clipboard
open fun getValue(): <Error class: unknown class>

Gets the value of the attribute at the current iterator position.

Link copied to clipboard
open fun next(): Boolean

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