-
Notifications
You must be signed in to change notification settings - Fork 0
API Class ColorPreferenceButton
Bo Chen edited this page Apr 23, 2026
·
1 revision
Color Preference Button class.
- Module:
icescopy_aux - File:
src/icescopy_aux.py - Line:
125
- Bases:
QPushButton
Color Preference Button class.
| Attribute | First assigned in | Line | Explanation |
|---|---|---|---|
_color |
__init__ |
128 | Color setting for color. |
| Method | Line | Explanation |
|---|---|---|
_parse_color(color_value) |
134 | Implements parse color. |
| Method | Line | Explanation |
|---|---|---|
__init__(color_value, parent=None) |
126 | Initializes the instance. |
choose_color() |
161 | Implements choose color. |
set_color_value(color_value) |
167 | Sets color value. |
color_value() |
171 | Implements color value. |
| Method | Line | Explanation |
|---|---|---|
refresh() |
143 | Implements refresh. |