App:Library:LVGL:docs:Widgets:Spinner (lv spinner)

提供: robot-jp wiki
ナビゲーションに移動検索に移動

https://docs.lvgl.io/8.2/widgets/extra/spinner.html

Spinner (lv_spinner)

Overview

英文 自動翻訳

The Spinner object is a spinning arc over a ring.

Spinnerオブジェクトは、リングの上で円弧を回転させるものです。
戻る : Previous


Parts and Styles

英文 自動翻訳

The parts are identical to the parts of lv_arc.

部品はlv_arcの部品と同一である。
戻る : Previous


Usage

Create a spinner

英文 自動翻訳

To create a spinner use lv_spinner_create(parent, spin_time, arc_length).

spin time sets the spin time in milliseconds, arc_length sets the length of the spinning arc in degrees.

スピナーを作成するにはlv_spinner_create(parent, spin_time, arc_length) を使用します。


spin timeはスピン時間をミリ秒単位で、arc_lengthはスピンする円弧の長さを度単位で指定します。

戻る : Previous


Events

英文 自動翻訳

No special events are sent to the Spinner.

See the events of the Arc too.

Learn more about Events.

特別なイベントはスピナーに送信されません。

アークのイベントもご覧ください。

イベントの詳細を確認してください。

戻る : Previous


Keys

英文 自動翻訳

No Keys are processed by the object type.

Learn more about Keys.

オブジェクトタイプによって処理されるキーはありません。

キーの詳細を確認してください。

戻る : Previous


Example

英文 自動翻訳

Simple spinner

LVGL docs example 107.png

戻る : Previous


API

英文 自動翻訳

Functions

lv_obj_t *lv_spinner_create(lv_obj_t *parent, uint32_t time, uint32_t arc_length)

Variables

const lv_obj_class_t lv_spinner_class

Functions

lv_obj_t *lv_spinner_create(lv_obj_t *parent, uint32_t time, uint32_t arc_length)

Variables

const lv_obj_class_t lv_spinner_class


戻る : Previous