Home
last modified time | relevance | path

Searched refs:gauge (Results 1 – 25 of 61) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkGauge.ts91 getUINativeModule().gauge.resetGaugeIndicator(node, this.value);
118 getUINativeModule().gauge.resetGaugeColors(node);
120 getUINativeModule().gauge.setGaugeColors(node, this.value!);
132 getUINativeModule().gauge.resetGaugeVaule(node);
134 getUINativeModule().gauge.setGaugeVaule(node, this.value);
151 getUINativeModule().gauge.resetGaugeStartAngle(node);
153 getUINativeModule().gauge.setGaugeStartAngle(node, this.value);
170 getUINativeModule().gauge.resetGaugeEndAngle(node);
172 getUINativeModule().gauge.setGaugeEndAngle(node, this.value);
189 getUINativeModule().gauge.resetGaugeStrokeWidth(node);
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-gauge.md26 Creates a gauge.
50 Sets the value of the gauge.
104 Sets the colors of the gauge.
328 ![gauge](figures/gauge-image1.png)
371 ![gauge](figures/gauge-image2.png)
432 ![gauge](figures/gauge-image3.png)
486 ![gauge](figures/gauge-image4.png)
527 ![gauge](figures/gauge-image5.png)
574 ![gauge](figures/gauge-image6.png)
613 ![gauge](figures/gauge-image7.png)
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-basic-chart.md7 The **\<chart>** component displays line charts, gauge charts, and bar charts.
126 For the **gauge** charts, the following attributes are also supported.
141 … | &lt;length&gt; | 32px (**gauge** charts)<br>24px (**rainbow** charts)| No | Width of the…
144gauge component. This style is supported by the gauge chart only. This style takes precedence over…
145gauge component. This style is supported by the gauge chart only. This style takes precedence over…
146gauge component. This style is supported by the gauge chart only. This style takes precedence over…
148 …ection for the scale bar of the gauge component.<br>For example, **weights: 2, 2**. This style is …
332 <div class="gauge-region">
333 <chart class="data-gauge" type="gauge" percent = "50"></chart>
345 .gauge-region {
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/
H A Djs-service-widget-basic-chart.md4 The **\<chart>** component displays line charts, gauge charts, and bar charts.
21 … include:<br>- **bar**: bar chart.<br>- **line**: line chart.<br>- **gauge**: gauge chart.<br>- **…
122 For the **gauge** charts, the following attributes are also supported.
135 …width | &lt;length&gt; | 32px (**gauge** charts)<br>24px (**rainbow** charts)| No | Width of the…
136 …e | &lt;deg&gt; | 240 (**gauge** charts)<br>0 (**rainbow** charts) | No | Start angle of …
137 …e | &lt;deg&gt; | 240 (**gauge** charts)<br>360 (**rainbow** charts) | No | Total length of…
335 <div class="gauge-region">
336 <chart class="data-gauge" type="gauge" percent = "50"></chart>
349 .gauge-region {
353 .data-gauge {
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-gauge.md328 ![gauge](figures/gauge-image1.png)
371 ![gauge](figures/gauge-image2.png)
432 ![gauge](figures/gauge-image3.png)
486 ![gauge](figures/gauge-image4.png)
527 ![gauge](figures/gauge-image5.png)
574 ![gauge](figures/gauge-image6.png)
613 ![gauge](figures/gauge-image7.png)
697 ![gauge](figures/gauge_builder.gif)
742 ![gauge](figures/gauge-privacysensitive.gif)
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/js-service-widget-ui/
H A Djs-service-widget-basic-chart.md21 …设置图表类型(不支持动态修改),可选项有:<br/>-&nbsp;bar:柱状图。<br/>-&nbsp;line:线形图。<br/>-&nbsp;gauge:量规图。<br/>-&nbsp;pr…
335 <div class="gauge-region">
336 <chart class="data-gauge" type="gauge" percent = "50"></chart>
349 .gauge-region {
353 .data-gauge {
360 ![gauge](figures/gauge.PNG)
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/gauge/
H A Dgauge_test_ng.cpp1795 GaugeModelNG gauge; variable
1796 gauge.Create(VALUE, MIN, MAX);
1815 gauge.SetIndicatorSpace(space);
1837 gauge.ResetGradientColors();
1838 gauge.ResetShadowOptions();
1839 gauge.ResetIndicatorIconPath();
1840 gauge.ResetIndicatorSpace();
1861 GaugeModelNG gauge; variable
1862 gauge.Create(VALUE, MIN, MAX);
1926 GaugeModelNG gauge; variable
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-basic-chart.md24 …设置图表类型(不支持动态修改),可选项有:<br/>-&nbsp;bar:柱状图。<br/>-&nbsp;line:线形图。<br/>-&nbsp;gauge:量规图。<br/>-&nbsp;pr…
331 <div class="gauge-region">
332 <chart class="data-gauge" type="gauge" percent = "50"></chart>
344 .gauge-region {
348 .data-gauge {
/ohos5.0/base/request/request/services/src/task/
H A Doperator.rs70 let gauge = self.task.conf.common_data.gauge; in poll_progress_common() localVariable
72 if self.task.conf.version == Version::API9 || gauge { in poll_progress_common()
H A Dffi.rs73 pub(crate) gauge: bool,
301 gauge: self.common_data.gauge, in to_c_struct()
360 gauge: c_struct.common_data.gauge, in from_c_struct()
H A Dconfig.rs92 pub(crate) gauge: bool,
284 gauge: false, in default()
417 parcel.write(&self.common_data.gauge)?; in serialize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/
H A DBUILD.gn126 "gauge/gauge_accessibility_property.cpp",
127 "gauge/gauge_layout_algorithm.cpp",
128 "gauge/gauge_model_ng.cpp",
129 "gauge/gauge_modifier.cpp",
130 "gauge/gauge_paint_method.cpp",
131 "gauge/gauge_pattern.cpp",
/ohos5.0/base/request/request/frameworks/js/napi/include/
H A Djs_common.h136 bool gauge = false; member
239 bool gauge; member
/ohos5.0/docs/en/application-dev/ui/
H A Dui-js-components-chart.md4 The **&lt;chart&gt;** component displays line charts, gauge charts, and bar charts. For details, se…
100 <chart type="gauge" ></chart>
303 …ute supports the settings of bar charts and line charts but does not support those of gauge charts.
305 …te supports the datasets for bar charts and line charts but does not support those of gauge charts.
/ohos5.0/base/request/request/frameworks/cj/ffi/src/
H A Dcj_request_impl.cpp117 out.gauge = config->gauge; in Convert2Config()
/ohos5.0/base/request/request/services/src/service/command/
H A Dconstruct.rs73 let gauge: bool = data.read()?; in construct() localVariable
234 gauge, in construct()
/ohos5.0/base/request/request/services/include/
H A Dc_task_config.h42 bool gauge; member
H A Dc_task_info.h35 bool gauge; member
/ohos5.0/base/request/request/frameworks/cj/ffi/include/
H A Dcj_request_ffi.h99 bool gauge; member
/ohos5.0/base/request/request/frameworks/native/src/
H A Dparcel_helper.cpp46 info.gauge = data.ReadBool(); in UnMarshalBase()
167 config.gauge = data.ReadBool(); in UnMarshalConfig()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-request.md2648 gauge: false,
2724 gauge: false,
2800 gauge: false,
2874 gauge: false,
2948 gauge: false,
3022 gauge: false,
3098 gauge: false,
3174 gauge: false,
3258 gauge: false,
3342 gauge: false,
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_gauge_bridge.cpp485 auto gauge = panda::ObjectRef::NewWithNamedProperties(vm, ArraySize(keyOfGauge), in SetContentModifierBuilder() local
487 gauge->SetNativePointerFieldCount(vm, 1); in SetContentModifierBuilder()
488 gauge->SetNativePointerField(vm, 0, static_cast<void*>(frameNode)); in SetContentModifierBuilder()
489 panda::Local<panda::JSValueRef> params[NUM_2] = { context, gauge }; in SetContentModifierBuilder()
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.6.5/
H A Dchangelogs-arkui.md61 ![gauge](figures/oldGauge.png)
65 ![gauge](figures/newGauge.png)
/ohos5.0/base/request/request/services/src/service/
H A Dstub.rs113 reply.write(&(tf.common_data.gauge))?; in serialize_task_info()
186 reply.write(&(config.common_data.gauge))?; in serialize_task_config()
/ohos5.0/base/request/request/services/src/manage/
H A Ddatabase.rs233 config.common_data.gauge, in insert_task()
366 gauge: row.get(6).unwrap(), in get_task_info()
433 gauge: true, in get_task_config()

123