Documentation ¶
Index ¶
- Variables
- func TuneValueToByte(currentValue uint8, defaultValue uint8) []byte
- func VisualHash(input, salt []byte) string
- type UI
- func (ui *UI) CreateEvent(e types.EventKind)
- func (ui *UI) GetUiState() uint32
- func (ui *UI) Init(ctx context.Context) error
- func (ui *UI) LockDecrementWait()
- func (ui *UI) LockEnd()
- func (ui *UI) LockFunc(fun func()) bool
- func (ui *UI) Loop(ctx context.Context)
- func (ui *UI) ScheduleSync(ctx context.Context, fun types.TaskFunc) error
- func (ui *UI) State() types.UiState
- func (ui *UI) XXX_testSetState(new types.UiState)
Constants ¶
This section is empty.
Variables ¶
View Source
var ScaleAlpha = []byte{
0x94,
0x95,
0x96,
0x97,
}
Functions ¶
func TuneValueToByte ¶ added in v0.250104.0
func VisualHash ¶
Types ¶
type UI ¶
type UI struct { FrontMaxPrice currency.Amount Service uiService XXX_testHook func(types.UiState) // contains filtered or unexported fields }
func (*UI) CreateEvent ¶ added in v0.250107.1
func (*UI) GetUiState ¶ added in v0.230424.2
func (*UI) LockDecrementWait ¶
func (ui *UI) LockDecrementWait()
func (*UI) XXX_testSetState ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.