OHOS::StyleDefault
Overview
Related Modules:
Description:
Define some default style for UIView.
Since:
1.0
Version:
1.0
Summary
Public Member Functions
| Public Member Function Name | Description |
|---|---|
| StyleDefault () | A constructor used to create a StyleDefault instance. |
| ~StyleDefault () | A destructor used to delete the StyleDefault instance. |
| operator new (size_t size) | void Overrides the new function. |
| operator delete (void p) | void Overrides the delete function. |
Static Public Member Functions
| Static Public Member Function Name | Description |
|---|---|
| GetDefaultStyle () | static Style & Obtains the default style. |
| GetBrightStyle () | static Style & Obtains the bright style. |
| GetBrightColorStyle () | static Style & Obtains the bright color style. |
| GetButtonPressedStyle () | static Style & Obtains the button pressed style. |
| GetButtonReleasedStyle () | static Style & Obtains the button released style. |
| GetButtonInactivedStyle () | static Style & Obtains the button inactived style. |
| GetLabelStyle () | static Style & Obtains the label style. |
| GetBackgroundTransparentStyle () | static Style & Obtains the background transparent style. |
| GetProgressBackgroundStyle () | static Style & Obtains the progress background style. |
| GetProgressForegroundStyle () | static Style & Obtains the progress foreground style. |
| GetSliderKnobStyle () | static Style & Obtains the slider knob style. |
| GetPickerBackgroundStyle () | static Style & Obtains the picker background style. |
| GetPickerHighlightStyle () | static Style & Obtains the picker highlight style. |
