OHOS::UISlider
Overview
Related Modules:
Description:
Represents a slider.
Users can drag or click the knob to adjust the progress of an event.
Since:
1.0
Version:
1.0
Summary
Data Structures
Public Member Functions
UISlider () |
A constructor used to create a UISlider instance. |
~UISlider () |
A destructor used to delete the UISlider instance. |
GetViewType () const override |
|
SetKnobWidth (int16_t width) |
|
GetKnobWidth () |
|
SetImage (const ImageInfo backgroundImage, const ImageInfo foregroundImage, const ImageInfo knobImage) |
Sets the images as pixel maps for this slider, including the background, foreground, and knob images. |
SetImage (const char backgroundImage, const char foregroundImage, const char knobImage) |
Sets the images for this slider, including the background, foreground, and knob images. |
SetSliderColor (const ColorType backgroundColor, const ColorType foregroundColor, const ColorType knobColor) |
Sets the colors for this slider, including the background, foreground, and knob colors. |
SetSliderRadius (int16_t backgroundRadius, int16_t foregroundRadius, int16_t knobRadius) |
Sets the corner radiuses for this slider, including the background, foreground, and knob corner radiuses. |
SetKnobStyle (const Style &style) |
|
SetKnobStyle (uint8_t key, int64_t value) |
|
GetKnobStyle () const |
const Style & |
GetKnobStyle (uint8_t key) const |
|
OnClickEvent (const ClickEvent &event) override |
|
OnDragEvent (const DragEvent &event) override |
|
OnDragEndEvent (const DragEvent &event) override |
|
Called before a view is drawn. This function is used to check whether the parent view of this view needs to be redrawn so as to optimize the drawing process. |
|
SetSliderEventListener (UISliderEventListener listener) |
|
A constructor used to create a UIBoxProgress instance. |
|
A destructor used to delete the UIBoxProgress instance. |
|
SetWidth (int16_t width) override |
|
SetHeight (int16_t height) override |
|
SetDirection (const Direction &direction) |
|
GetDirection () const |
|
SetValidWidth (int16_t width) |
|
GetValidWidth () const |
|
SetValidHeight (int16_t height) |
|
GetValidHeight () const |
|
A constructor used to create a UIAbstractProgress instance. |
|
A destructor used to delete the UIAbstractProgress instance. |
|
EnableBackground (bool enable) |
|
SetValue (int16_t value) |
|
GetValue () const |
|
SetRange (int16_t rangeMax, int16_t rangeMin) |
|
GetRangeMin () const |
|
GetRangeMax () const |
|
SetImage (const char foregroundImage, const char backgroundImage=nullptr) |
|
SetImage (const ImageInfo foregroundImage, const ImageInfo backgroundImage=nullptr) |
|
SetStep (uint16_t step) |
|
GetStep () const |
|
SetBackgroundStyle (const Style &style) |
|
SetBackgroundStyle (uint8_t key, int64_t value) |
|
GetBackgroundStyle () const |
const Style & |
GetBackgroundStyle (uint8_t key) const |
Obtains the value of a background style of this progress bar. |
SetForegroundStyle (const Style &style) |
|
SetForegroundStyle (uint8_t key, int64_t value) |
|
GetForegroundStyle () const |
const Style & |
GetForegroundStyle (uint8_t key) const |
Obtains the value of a foreground style of this progress bar. |
SetCapType (CapType cap) |
Sets the type of caps on the background and foreground of the progress bar. |
UIView () |
A default constructor used to create an UIView instance. |
UIView (const char id) |
A constructor used to create an UIView instance. |
~UIView () |
A destructor used to delete the UIView instance. |
OnPostDraw (const Rect &invalidatedArea) |
|
ReMeasure () |
|
Invalidate () |
|
InvalidateRect (const Rect &invalidatedArea) |
|
OnLongPressEvent (const LongPressEvent &event) |
|
OnDragStartEvent (const DragEvent &event) |
|
OnPressEvent (const PressEvent &event) |
|
OnReleaseEvent (const ReleaseEvent &event) |
|
OnCancelEvent (const CancelEvent &event) |
|
SetOnDragListener (OnDragListener onDragListener) |
|
SetOnClickListener (OnClickListener onClickListener) |
|
SetOnLongPressListener (OnLongPressListener onLongPressListener) |
|
SetOnTouchListener (OnTouchListener onTouchListener) |
|
GetTargetView (const Point &point, UIView *last) |
|
GetParent () const |
|
SetNextSibling (UIView sibling) |
|
GetNextSibling () const |
|
SetVisible (bool visible) |
|
IsVisible () const |
|
SetTouchable (bool touch) |
|
IsTouchable () const |
|
SetDraggable (bool draggable) |
|
IsDraggable () const |
|
SetDragParentInstead (bool dragParentInstead) |
Sets whether to transfer the drag event to the parent view for processing when the view is being dragged. |
IsDragParentInstead () const |
Obtains whether the view transfers a drag event to the parent view for processing. |
GetRect () const |
Obtains the absolute rectangle area of the view. When the view has deformation such as rotation, the rectangle area is the intersection set of the absolute rectangle area and deformation matrix. |
GetVisibleRect () const |
|
GetMaskedRect () const |
Obtains the valid absolute rectangle area of the view. The valid area refers to the area where the view can be displayed. Generally, the valid area is the same as the visible view area, but they may be different in the grid layout. |
GetOrigRect () const |
|
virtual Rect Obtains the content of the absolute rectangle area of the view. This area excludes padding. |
|
GetRelativeRect () const |
Obtains the rectangular area of the view relative to the parent view, that is, the rectangular area relative to the coordinates of the parent view. |
ResizeVisibleArea (int16_t x, int16_t y, int16_t width, int16_t height) |
Adjusts the size of the visible area. This operation may affect the final display size. |
GetWidth () |
|
GetHeight () |
|
Resize (int16_t width, int16_t height) |
|
SetX (int16_t x) |
|
GetX () const |
|
SetY (int16_t y) |
|
GetY () const |
|
SetPosition (int16_t x, int16_t y) |
|
SetPosition (int16_t x, int16_t y, int16_t width, int16_t height) |
|
IsViewGroup () const |
|
SetIntercept (bool isIntercept) |
Sets whether to intercept the drag event. If intercepted, the view does not transfer the drag event to the parent view after local processing. |
SetTransformMap (const TransformMap &transMap) |
|
GetChildById (const char id) const |
virtual UIView |
SetViewId (const char id) |
|
GetViewId () const |
|
SetViewIndex (int16_t index) |
|
GetViewIndex () const |
|
LayoutChildren (bool neeInvalidate=false) |
Lays out all child views according to the preset arrangement mode. |
LayoutCenterOfParent (int16_t xOffSet=0, int16_t yOffset=0) |
|
LayoutLeftOfParent (int16_t offset=0) |
|
LayoutRightOfParent (int16_t offset=0) |
|
LayoutTopOfParent (int16_t offset=0) |
|
LayoutBottomOfParent (int16_t offset=0) |
|
AlignLeftToSibling (const char id, int16_t offset=0) |
|
AlignRightToSibling (const char id, int16_t offset=0) |
|
AlignTopToSibling (const char id, int16_t offset=0) |
|
AlignBottomToSibling (const char id, int16_t offset=0) |
|
AlignHorCenterToSibling (const char id, int16_t offset=0) |
Aligns the view with the center of a sibling view in the x-axis. |
AlignVerCenterToSibling (const char id, int16_t offset=0) |
Aligns the view with the center of a sibling view in the y-axis. |
LayoutLeftToSibling (const char id, int16_t offset=0) |
|
LayoutRightToSibling (const char id, int16_t offset=0) |
|
LayoutTopToSibling (const char id, int16_t offset=0) |
|
LayoutBottomToSibling (const char id, int16_t offset=0) |
|
SetStyle (uint8_t key, int64_t value) |
|
GetStyle (uint8_t key) const |
|
GetStyleConst () const |
const Style & Obtains the view style. This function applies to scenarios where the style does not need to be modified, which saves memory. |
operator new (size_t size) |
|
operator delete (void *p) |
Additional Inherited Members
Direction : uint8_t { Direction::DIR_LEFT_TO_RIGHT, Direction::DIR_RIGHT_TO_LEFT, Direction::DIR_TOP_TO_BOTTOM, Direction::DIR_BOTTOM_TO_TOP } |