class Metric_Widget(QGroupBox2):
Method | __init__ |
Populates the widget. |
Method | reload |
Reloads the widget. |
Method | set_metric |
Sets the metric. This will overwrite the currently set metric in the model. Any underscored parameter may be left set to None in order to load its default value. |
Method | update |
Updates the widget. |
Method | update_controls |
Updates the controls. |
Method | update_labels |
Updates the labels. |
Class Variable | Cool_Gradient_CSS |
Undocumented |
Class Variable | HSV_Gradient_CSS |
Undocumented |
Class Variable | ValuePrecision |
Undocumented |
Instance Variable | alpha_metric_combobox |
Undocumented |
Instance Variable | alpha_metric_limits_layout |
Undocumented |
Instance Variable | alpha_metric_limits_widget |
Undocumented |
Instance Variable | alpha_metric_max_label |
Undocumented |
Instance Variable | alpha_metric_min_label |
Undocumented |
Instance Variable | color_metric_combobox |
Undocumented |
Instance Variable | color_metric_limits_layout |
Undocumented |
Instance Variable | color_metric_limits_widget |
Undocumented |
Instance Variable | color_metric_max_label |
Undocumented |
Instance Variable | color_metric_min_label |
Undocumented |
Instance Variable | gui |
Undocumented |
Inherited from QGroupBox2
:
Method | set_color |
Sets the style and label color of the groupbox. |
Inherited from QLayouted
(via QGroupBox2
):
Method | addButtons |
Adds buttons. |
Method | addLayout |
Adds layout. |
Method | addSpacing |
Adds spacing. |
Method | addWidget |
Adds widget. |
Method | install_layout |
Installs this layout in the parent. |
Instance Variable | _layout |
Undocumented |
Parameters | |
_color_preset_:Optional[ | Color metric preset (parameters, see Metric module) |
_alpha_preset_:Optional[ | Alpha metric preset (parameters, see Metric module) |
invalidate:bool | Enable to invalidate this model hierarchy level |
recalculate:bool | Enable to trigger final recalculation |
update_labels:bool | Enable to update metric labels |