Home
last modified time | relevance | path

Searched refs:NodePaintMethod (Results 1 – 25 of 127) sorted by relevance

123456

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dnode_paint_method.h24 class NodePaintMethod : public virtual AceType {
25 DECLARE_ACE_TYPE(NodePaintMethod, AceType)
28 NodePaintMethod() = default;
29 ~NodePaintMethod() override = default;
H A Dpaint_wrapper.h33 class NodePaintMethod; variable
44 void SetNodePaintMethod(const RefPtr<NodePaintMethod>& nodePaintImpl);
116 RefPtr<NodePaintMethod> nodePaintImpl_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_paint_method.h31 class ACE_EXPORT OptionPaintMethod : public NodePaintMethod {
32 DECLARE_ACE_TYPE(OptionPaintMethod, NodePaintMethod)
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_drag_bar_paint_method.h25 class ACE_EXPORT SheetDragBarPaintMethod : public NodePaintMethod {
26 DECLARE_ACE_TYPE(SheetDragBarPaintMethod, NodePaintMethod);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_paint_method.h25 class SideBarContainerPaintMethod : public NodePaintMethod {
26 DECLARE_ACE_TYPE(SideBarContainerPaintMethod, NodePaintMethod)
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_paint_method.h24 class ACE_EXPORT WebPaintMethod : public NodePaintMethod {
25 DECLARE_ACE_TYPE(WebPaintMethod, NodePaintMethod) in DECLARE_ACE_TYPE() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_paint_method.h29 class ACE_EXPORT TimePickerPaintMethod : public NodePaintMethod {
30 DECLARE_ACE_TYPE(TimePickerPaintMethod, NodePaintMethod)
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_paint_method.h31 class ACE_EXPORT ModelPaintMethod : public NodePaintMethod {
32 DECLARE_ACE_TYPE(ModelPaintMethod, NodePaintMethod)
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/
H A Dtext_drag_paint_method.h26 class ACE_EXPORT TextDragPaintMethod : public NodePaintMethod {
27 DECLARE_ACE_TYPE(TextDragPaintMethod, NodePaintMethod)
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_paint_method.h38 class ACE_EXPORT MenuItemPaintMethod : public NodePaintMethod {
39 DECLARE_ACE_TYPE(MenuItemPaintMethod, NodePaintMethod)
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H A Dqrcode_paint_method.h27 class QRCodePaintMethod : public NodePaintMethod {
28 DECLARE_ACE_TYPE(QRCodePaintMethod, NodePaintMethod) in DECLARE_ACE_TYPE() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_paint_method.h24 class ACE_EXPORT XComponentPaintMethod : public NodePaintMethod {
25 DECLARE_ACE_TYPE(XComponentPaintMethod, NodePaintMethod) in DECLARE_ACE_TYPE() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_paint_method.h30 class ACE_EXPORT DatePickerPaintMethod : public NodePaintMethod {
31 DECLARE_ACE_TYPE(DatePickerPaintMethod, NodePaintMethod)
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_paint_method.h27 class ACE_EXPORT DataPanelPaintMethod : public NodePaintMethod {
28 DECLARE_ACE_TYPE(DataPanelPaintMethod, NodePaintMethod) in DECLARE_ACE_TYPE() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/blank/
H A Dblank_paint_method.h23 class ACE_EXPORT BlankPaintMethod : public NodePaintMethod {
24 DECLARE_ACE_TYPE(BlankPaintMethod, NodePaintMethod)
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_split/
H A Dlinear_split_paint_method.h27 class ACE_EXPORT LinearSplitPaintMethod : public NodePaintMethod {
28 DECLARE_ACE_TYPE(LinearSplitPaintMethod, NodePaintMethod) in DECLARE_ACE_TYPE() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
H A Dscroll_bar_paint_method.h24 class ScrollBarPaintMethod : public NodePaintMethod {
25 DECLARE_ACE_TYPE(ScrollBarPaintMethod, NodePaintMethod) in DECLARE_ACE_TYPE() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_paint_method.h25 class ACE_EXPORT GaugePaintMethod : public NodePaintMethod {
26 DECLARE_ACE_TYPE(GaugePaintMethod, NodePaintMethod)
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/
H A Dmenu_item_group_paint_method.h40 class ACE_EXPORT MenuItemGroupPaintMethod : public NodePaintMethod {
41 DECLARE_ACE_TYPE(MenuItemGroupPaintMethod, NodePaintMethod)
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Ddrag_bar_paint_method.h26 class DragBarPaintMethod : public NodePaintMethod {
27 DECLARE_ACE_TYPE(DragBarPaintMethod, NodePaintMethod)
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/render_node/
H A Drender_node_paint_method.h27 class RenderNodePaintMethod : public NodePaintMethod {
28 DECLARE_ACE_TYPE(RenderNodePaintMethod, NodePaintMethod) in DECLARE_ACE_TYPE() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_paint_method.h26 class SwiperPaintMethod : public NodePaintMethod {
27 DECLARE_ACE_TYPE(SwiperPaintMethod, NodePaintMethod) in DECLARE_ACE_TYPE() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_paint_method.h30 class ACE_EXPORT MenuPaintMethod : public NodePaintMethod {
31 DECLARE_ACE_TYPE(MenuPaintMethod, NodePaintMethod)
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_paint_method.h23 class ACE_EXPORT ScrollablePaintMethod : public NodePaintMethod {
24 DECLARE_ACE_TYPE(ScrollablePaintMethod, NodePaintMethod)
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_paint_method.h32 class ACE_EXPORT TextPaintMethod : public NodePaintMethod {
33 DECLARE_ACE_TYPE(TextPaintMethod, NodePaintMethod)

123456