PadActionEntry

class PadActionEntry(val gtkPadActionEntryPointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null)

Struct defining a pad action entry.

Constructors

Link copied to clipboard
constructor()

Allocate a new PadActionEntry.

constructor(scope: <Error class: unknown class>)

Allocate a new PadActionEntry using the provided AutofreeScope.

constructor(type: PadActionType, index: <Error class: unknown class>, mode: <Error class: unknown class>, label: String?, actionName: String?)

Allocate a new PadActionEntry.

constructor(type: PadActionType, index: <Error class: unknown class>, mode: <Error class: unknown class>, label: String?, actionName: String?, scope: <Error class: unknown class>)

Allocate a new PadActionEntry using the provided AutofreeScope.

constructor(gtkPadActionEntryPointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null)

Properties

Link copied to clipboard

action name that will be activated in the GActionGroup.

Link copied to clipboard
val gtkPadActionEntryPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
var index: <Error class: unknown class>

the 0-indexed button/ring/strip number that will trigger this action entry.

Link copied to clipboard

Human readable description of this action entry, this string should be deemed user-visible.

Link copied to clipboard
var mode: <Error class: unknown class>

the mode that will trigger this action entry, or -1 for all modes.

Link copied to clipboard

the type of pad feature that will trigger this action entry.

Functions

Link copied to clipboard
open override fun toString(): String