class Display_Widget(QGroupBox2):
Method | __init__ |
Populates the widget. |
Method | disable_field_labels |
Disables field labels. |
Method | prevent_excessive_field_labels |
Prevents displaying an excessive number of field labels. |
Method | reload |
Reloads the widget. |
Method | set_display_field_magnitude_labels |
Sets field label "Display Magnitude" value. |
Method | set_field_arrow_head_scale |
Sets field arrow head scale. |
Method | set_field_arrow_line_scale |
Sets field arrow line scale. |
Method | set_field_boost |
Sets field boost value. |
Method | set_field_label_resolution |
Sets field label resolution exponent. |
Method | set_field_point_scale |
Sets field point scale. |
Method | update |
Updates this widget. |
Method | update_controls |
Updates the field label resolution combobox. |
Method | update_labels |
Updates the labels. |
Class Variable | ExcessiveFieldLabelsThreshold |
Undocumented |
Class Variable | FieldArrowHeadScaleMax |
Undocumented |
Class Variable | FieldArrowHeadScaleMin |
Undocumented |
Class Variable | FieldArrowHeadScaleStep |
Undocumented |
Class Variable | FieldArrowLineScaleMax |
Undocumented |
Class Variable | FieldArrowLineScaleMin |
Undocumented |
Class Variable | FieldArrowLineScaleStep |
Undocumented |
Class Variable | FieldBoostMax |
Undocumented |
Class Variable | FieldBoostMin |
Undocumented |
Class Variable | FieldBoostStep |
Undocumented |
Class Variable | FieldPointScaleMax |
Undocumented |
Class Variable | FieldPointScaleMin |
Undocumented |
Class Variable | FieldPointScaleStep |
Undocumented |
Instance Variable | display_field_magnitude_labels_checkbox |
Undocumented |
Instance Variable | field_arrow_head_scale_slider |
Undocumented |
Instance Variable | field_arrow_line_scale_slider |
Undocumented |
Instance Variable | field_boost_slider |
Undocumented |
Instance Variable | field_label_resolution_combobox |
Undocumented |
Instance Variable | field_label_resolution_combobox_connection |
Undocumented |
Instance Variable | field_point_scale_slider |
Undocumented |
Instance Variable | gui |
Undocumented |
Instance Variable | total_labels_label |
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 | |
choice:bool | True lets the user choose; False disables field labels if there is an excessive number of them |
Parameters | |
value:bool | Value |