/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkGauge.ts | 91 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 D | ts-basic-components-gauge.md | 26 Creates a gauge. 50 Sets the value of the gauge. 104 Sets the colors of the gauge. 328  371  432  486  527  574  613  [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-basic-chart.md | 7 The **\<chart>** component displays line charts, gauge charts, and bar charts. 126 For the **gauge** charts, the following attributes are also supported. 141 … | <length> | 32px (**gauge** charts)<br>24px (**rainbow** charts)| No | Width of the… 144 …gauge component. This style is supported by the gauge chart only. This style takes precedence over… 145 …gauge component. This style is supported by the gauge chart only. This style takes precedence over… 146 …gauge 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 D | js-service-widget-basic-chart.md | 4 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 | <length> | 32px (**gauge** charts)<br>24px (**rainbow** charts)| No | Width of the… 136 …e | <deg> | 240 (**gauge** charts)<br>0 (**rainbow** charts) | No | Start angle of … 137 …e | <deg> | 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 D | ts-basic-components-gauge.md | 328  371  432  486  527  574  613  697  742 
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-basic-chart.md | 21 …设置图表类型(不支持动态修改),可选项有:<br/>- bar:柱状图。<br/>- line:线形图。<br/>- gauge:量规图。<br/>- pr… 335 <div class="gauge-region"> 336 <chart class="data-gauge" type="gauge" percent = "50"></chart> 349 .gauge-region { 353 .data-gauge { 360 
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/gauge/ |
H A D | gauge_test_ng.cpp | 1795 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 D | js-components-basic-chart.md | 24 …设置图表类型(不支持动态修改),可选项有:<br/>- bar:柱状图。<br/>- line:线形图。<br/>- gauge:量规图。<br/>- 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 D | operator.rs | 70 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 D | ffi.rs | 73 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 D | config.rs | 92 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 D | BUILD.gn | 126 "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 D | js_common.h | 136 bool gauge = false; member 239 bool gauge; member
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | ui-js-components-chart.md | 4 The **<chart>** 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 D | cj_request_impl.cpp | 117 out.gauge = config->gauge; in Convert2Config()
|
/ohos5.0/base/request/request/services/src/service/command/ |
H A D | construct.rs | 73 let gauge: bool = data.read()?; in construct() localVariable 234 gauge, in construct()
|
/ohos5.0/base/request/request/services/include/ |
H A D | c_task_config.h | 42 bool gauge; member
|
H A D | c_task_info.h | 35 bool gauge; member
|
/ohos5.0/base/request/request/frameworks/cj/ffi/include/ |
H A D | cj_request_ffi.h | 99 bool gauge; member
|
/ohos5.0/base/request/request/frameworks/native/src/ |
H A D | parcel_helper.cpp | 46 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 D | js-apis-request.md | 2648 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 D | arkts_native_gauge_bridge.cpp | 485 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 D | changelogs-arkui.md | 61  65 
|
/ohos5.0/base/request/request/services/src/service/ |
H A D | stub.rs | 113 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 D | database.rs | 233 config.common_data.gauge, in insert_task() 366 gauge: row.get(6).unwrap(), in get_task_info() 433 gauge: true, in get_task_config()
|