|
OpenStructure
|
Inherits QWidget.
Public Member Functions | |
| __init__ (self, text, parent=None) | |
| Update (self) | |
| PrepareColoring (self) | |
| ChangeColor (self, node) | |
| ChangeViewColor (self, entity, view) | |
| GetText (self) | |
Data Fields | |
| parent_ | |
| text_ | |
| gradient_ | |
Definition at line 200 of file color_options_widget.py.
| __init__ | ( | self, | |
| text, | |||
parent = None |
|||
| ) |
Definition at line 201 of file color_options_widget.py.
| ChangeColor | ( | self, | |
| node | |||
| ) |
Definition at line 238 of file color_options_widget.py.
| ChangeViewColor | ( | self, | |
| entity, | |||
| view | |||
| ) |
Definition at line 241 of file color_options_widget.py.
| GetText | ( | self | ) |
Definition at line 249 of file color_options_widget.py.
| PrepareColoring | ( | self | ) |
Definition at line 224 of file color_options_widget.py.
| Update | ( | self | ) |
Definition at line 221 of file color_options_widget.py.
| gradient_ |
Definition at line 219 of file color_options_widget.py.
| parent_ |
Definition at line 203 of file color_options_widget.py.
| text_ |
Definition at line 206 of file color_options_widget.py.