/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | paint_property.h | 29 class PaintProperty : public Property { 30 DECLARE_ACE_TYPE(PaintProperty, Property) 33 PaintProperty() = default; 34 ~PaintProperty() override = default; 36 virtual RefPtr<PaintProperty> Clone() const in Clone() 38 auto renderProperty = MakeRefPtr<PaintProperty>(); in Clone() 50 void UpdatePaintProperty(const PaintProperty* renderProperty) {} in UpdatePaintProperty() 52 ACE_DISALLOW_COPY_AND_MOVE(PaintProperty);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/divider/ |
H A D | divider_render_property.h | 28 class DividerRenderProperty : public PaintProperty { 29 DECLARE_ACE_TYPE(DividerRenderProperty, PaintProperty) 33 RefPtr<PaintProperty> Clone() const override in Clone() 36 value->PaintProperty::UpdatePaintProperty(DynamicCast<PaintProperty>(this)); in Clone() 44 PaintProperty::Reset(); in Reset() 51 PaintProperty::ToJsonValue(json, filter); in ToJsonValue() 71 PaintProperty::FromJson(json); in FromJson()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_bar_paint_property.h | 28 class TabBarPaintProperty : public PaintProperty { 29 DECLARE_ACE_TYPE(TabBarPaintProperty, PaintProperty) 35 RefPtr<PaintProperty> Clone() const override in Clone() 38 paintProperty->PaintProperty::UpdatePaintProperty(DynamicCast<PaintProperty>(this)); in Clone() 48 PaintProperty::Reset(); in Reset() 56 PaintProperty::ToJsonValue(json, filter); in ToJsonValue()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_paint_property.h | 25 class SecurityComponentPaintProperty : public PaintProperty { 26 DECLARE_ACE_TYPE(SecurityComponentPaintProperty, PaintProperty) 31 RefPtr<PaintProperty> Clone() const override in Clone() 34 value->PaintProperty::UpdatePaintProperty(DynamicCast<PaintProperty>(this)); in Clone() 45 PaintProperty::Reset(); in Reset()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | toggle_button_paint_property.h | 26 class ToggleButtonPaintProperty : public PaintProperty { 27 DECLARE_ACE_TYPE(ToggleButtonPaintProperty, PaintProperty) 32 RefPtr<PaintProperty> Clone() const override in Clone() 35 value->PaintProperty::UpdatePaintProperty(DynamicCast<PaintProperty>(this)); in Clone() 44 PaintProperty::Reset(); in Reset()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_drag_bar_paint_property.h | 34 class ACE_EXPORT SheetDragBarPaintProperty : public PaintProperty { 35 DECLARE_ACE_TYPE(SheetDragBarPaintProperty, PaintProperty); 41 RefPtr<PaintProperty> Clone() const override in Clone() 44 … paintProperty->PaintProperty::UpdatePaintProperty(AceType::DynamicCast<PaintProperty>(this)); in Clone() 56 PaintProperty::Reset(); in Reset()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/ |
H A D | drag_bar_paint_property.h | 35 class ACE_EXPORT DragBarPaintProperty : public PaintProperty { 36 DECLARE_ACE_TYPE(DragBarPaintProperty, PaintProperty); 42 RefPtr<PaintProperty> Clone() const override in Clone() 45 … paintProperty->PaintProperty::UpdatePaintProperty(AceType::DynamicCast<PaintProperty>(this)); in Clone() 57 PaintProperty::Reset(); in Reset()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/ |
H A D | marquee_paint_property.h | 27 class ACE_EXPORT MarqueePaintProperty : public PaintProperty { 28 DECLARE_ACE_TYPE(MarqueePaintProperty, PaintProperty); 35 RefPtr<PaintProperty> Clone() const override in Clone() 38 value->PaintProperty::UpdatePaintProperty(this); in Clone() 48 PaintProperty::Reset(); in Reset() 57 PaintProperty::ToJsonValue(json, filter); in ToJsonValue()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ability_component/ |
H A D | ability_component_render_property.h | 28 class AbilityComponentRenderProperty : public PaintProperty { 29 DECLARE_ACE_TYPE(AbilityComponentRenderProperty, PaintProperty) 35 RefPtr<PaintProperty> Clone() const override in Clone() 45 PaintProperty::Reset(); in Reset() 51 PaintProperty::ToJsonValue(json, filter); in ToJsonValue()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_paint_property.h | 23 class WebPaintProperty : public PaintProperty { 24 DECLARE_ACE_TYPE(WebPaintProperty, PaintProperty) 30 RefPtr<PaintProperty> Clone() const override in Clone() 39 PaintProperty::Reset(); in Reset() 44 PaintProperty::ToJsonValue(json, filter); in ToJsonValue()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_paint_property.h | 48 class ScrollablePaintProperty : public PaintProperty { 49 DECLARE_ACE_TYPE(ScrollablePaintProperty, PaintProperty) 55 RefPtr<PaintProperty> Clone() const override; 66 PaintProperty::Reset(); in Reset() 99 RefPtr<PaintProperty> Clone() const override; 110 RefPtr<PaintProperty> Clone() const override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_paint_property.h | 30 class TextFieldPaintProperty : public PaintProperty { 31 DECLARE_ACE_TYPE(TextFieldPaintProperty, PaintProperty) 36 RefPtr<PaintProperty> Clone() const override in Clone() 39 value->PaintProperty::UpdatePaintProperty(DynamicCast<PaintProperty>(this)); in Clone() 50 PaintProperty::Reset(); in Reset()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/ |
H A D | loading_progress_paint_property.h | 31 class ACE_EXPORT LoadingProgressPaintProperty : public PaintProperty { 32 DECLARE_ACE_TYPE(LoadingProgressPaintProperty, PaintProperty); 39 RefPtr<PaintProperty> Clone() const override in Clone() 52 PaintProperty::Reset(); in Reset() 62 PaintProperty::ToJsonValue(json, filter); in ToJsonValue()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/ |
H A D | option_paint_property.h | 28 class ACE_EXPORT OptionPaintProperty : public PaintProperty { 29 DECLARE_ACE_TYPE(OptionPaintProperty, PaintProperty) 35 RefPtr<PaintProperty> Clone() const override in Clone() 49 PaintProperty::Reset(); in Reset() 66 PaintProperty::ToJsonValue(json, filter); in ToJsonValue()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/blank/ |
H A D | blank_paint_property.h | 23 class BlankPaintProperty : public PaintProperty { 24 DECLARE_ACE_TYPE(BlankPaintProperty, PaintProperty) 28 RefPtr<PaintProperty> Clone() const override in Clone() 38 PaintProperty::Reset(); in Reset()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/ |
H A D | qrcode_paint_property.h | 28 class QRCodePaintProperty : public PaintProperty { 29 DECLARE_ACE_TYPE(QRCodePaintProperty, PaintProperty) 35 RefPtr<PaintProperty> Clone() const override in Clone() 48 PaintProperty::Reset(); in Reset() 57 PaintProperty::ToJsonValue(json, filter); in ToJsonValue()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | shape_paint_property.h | 31 class ACE_EXPORT ShapePaintProperty : public PaintProperty { 32 DECLARE_ACE_TYPE(ShapePaintProperty, PaintProperty); 46 RefPtr<PaintProperty> Clone() const override in Clone() 49 value->PaintProperty::UpdatePaintProperty(DynamicCast<PaintProperty>(this)); in Clone() 66 PaintProperty::Reset(); in Reset() 82 PaintProperty::ToJsonValue(json, filter); in ToJsonValue()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/ |
H A D | indexer_paint_property.h | 29 class ACE_EXPORT IndexerPaintProperty : public PaintProperty { 30 DECLARE_ACE_TYPE(IndexerPaintProperty, PaintProperty); 37 RefPtr<PaintProperty> Clone() const override in Clone() 40 value->PaintProperty::UpdatePaintProperty(DynamicCast<PaintProperty>(this)); in Clone() 58 PaintProperty::Reset(); in Reset() 74 PaintProperty::ToJsonValue(json, filter); in ToJsonValue()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/ |
H A D | switch_paint_property.h | 71 class SwitchPaintProperty : public PaintProperty { 72 DECLARE_ACE_TYPE(SwitchPaintProperty, PaintProperty) 76 RefPtr<PaintProperty> Clone() const override in Clone() 79 value->PaintProperty::UpdatePaintProperty(DynamicCast<PaintProperty>(this)); in Clone() 88 PaintProperty::Reset(); in Reset()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/ |
H A D | radio_paint_property.h | 26 class RadioPaintProperty : public PaintProperty { 27 DECLARE_ACE_TYPE(RadioPaintProperty, PaintProperty) 33 RefPtr<PaintProperty> Clone() const override in Clone() 47 PaintProperty::Reset(); in Reset() 57 PaintProperty::ToJsonValue(json, filter); in ToJsonValue()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_paint_property.h | 23 class ACE_EXPORT MenuItemPaintProperty : public PaintProperty { 24 DECLARE_ACE_TYPE(MenuItemPaintProperty, PaintProperty) 30 RefPtr<PaintProperty> Clone() const override in Clone() 45 PaintProperty::Reset(); in Reset()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/ |
H A D | menu_item_group_paint_property.h | 23 class ACE_EXPORT MenuItemGroupPaintProperty : public PaintProperty { 24 DECLARE_ACE_TYPE(MenuItemGroupPaintProperty, PaintProperty) 30 RefPtr<PaintProperty> Clone() const override in Clone() 46 PaintProperty::Reset(); in Reset()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_render_property.h | 28 class BubbleRenderProperty : public PaintProperty { 29 DECLARE_ACE_TYPE(BubbleRenderProperty, PaintProperty) 33 RefPtr<PaintProperty> Clone() const override in Clone() 51 PaintProperty::Reset(); in Reset()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_paint_property.h | 38 class SwiperPaintProperty : public PaintProperty { 39 DECLARE_ACE_TYPE(SwiperPaintProperty, PaintProperty) 45 RefPtr<PaintProperty> Clone() const override in Clone() 58 PaintProperty::Reset(); in Reset()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/ |
H A D | dot_indicator_paint_property.h | 35 class DotIndicatorPaintProperty : public PaintProperty { 36 DECLARE_ACE_TYPE(DotIndicatorPaintProperty, PaintProperty) 42 RefPtr<PaintProperty> Clone() const override in Clone() 53 PaintProperty::Reset(); in Reset()
|