|
OpenStructure
|
Inherits QWidget.
Inherited by MyGradientStop.
Public Member Functions | |
| __init__ (self, width, height, color, parent=None) | |
| ChangeColor (self) | |
| GetColor (self) | |
| GetGfxColor (self) | |
| SetColor (self, color) | |
| SetGfxColor (self, color) | |
| paintEvent (self, event) | |
| mouseDoubleClickEvent (self, event) | |
| SetSize (self, width, height) | |
| Resize (self) | |
Data Fields | |
| width_ | |
| height_ | |
| color_ | |
| change_color_ | |
| ChangeColor | |
Static Public Attributes | |
| colorChanged = QtCore.pyqtSignal() | |
Definition at line 26 of file color_select_widget.py.
| __init__ | ( | self, | |
| width, | |||
| height, | |||
| color, | |||
parent = None |
|||
| ) |
Reimplemented in MyGradientStop.
Definition at line 30 of file color_select_widget.py.
| ChangeColor | ( | self | ) |
Definition at line 54 of file color_select_widget.py.
| GetColor | ( | self | ) |
Definition at line 63 of file color_select_widget.py.
| GetGfxColor | ( | self | ) |
Definition at line 66 of file color_select_widget.py.
| mouseDoubleClickEvent | ( | self, | |
| event | |||
| ) |
Reimplemented in MyGradientStop.
Definition at line 93 of file color_select_widget.py.
| paintEvent | ( | self, | |
| event | |||
| ) |
Definition at line 80 of file color_select_widget.py.
| Resize | ( | self | ) |
Definition at line 101 of file color_select_widget.py.
| SetColor | ( | self, | |
| color | |||
| ) |
Definition at line 70 of file color_select_widget.py.
| SetGfxColor | ( | self, | |
| color | |||
| ) |
Definition at line 76 of file color_select_widget.py.
| SetSize | ( | self, | |
| width, | |||
| height | |||
| ) |
Definition at line 96 of file color_select_widget.py.
| change_color_ |
Definition at line 45 of file color_select_widget.py.
| ChangeColor |
Definition at line 47 of file color_select_widget.py.
| color_ |
Definition at line 38 of file color_select_widget.py.
|
static |
Definition at line 28 of file color_select_widget.py.
| height_ |
Definition at line 35 of file color_select_widget.py.
| width_ |
Definition at line 34 of file color_select_widget.py.