bindingx

package
v0.0.0-...-4d840c1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExternalTyped

type ExternalTyped[T comparable] interface {
	Typed[T]

	Reload() error
}

type ExternalTypedList

type ExternalTypedList[T any] interface {
	TypedList[T]

	Reload() error
}

func BindTypedList

func BindTypedList[T any](v *[]T) ExternalTypedList[T]

type Typed

type Typed[T comparable] interface {
	binding.DataItem

	Get() (T, error)
	Set(T) error
}

func BindTyped

func BindTyped[T comparable](v *T) Typed[T]

func NewTyped

func NewTyped[T comparable]() Typed[T]

type TypedList

type TypedList[T any] interface {
	binding.DataList

	Get() ([]T, error)
	Set(list []T) error
	GetValue(index int) (T, error)
	SetValue(index int, value T) error
	Append(value T) error
	Prepend(value T) error
	Remove(value T) error
}

func NewTypedList

func NewTypedList[T any]() TypedList[T]

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL