Widget for selecting a datapoint type from a list of supported types.
More...
|
| | __init__ (self, parent=None, *args, **kwargs) |
| | Initialise the TypeComboBox widget.
|
| |
| | select_current_index (self, datapoint_type) |
| | Sets the current index that corresponds to the given datapoint type, which must be one of the type classes from supported_types.
|
| |
Widget for selecting a datapoint type from a list of supported types.
◆ __init__()
| gui.repository_panel.TypeComboBox.__init__ |
( |
| self, |
|
|
| parent = None, |
|
|
* | args, |
|
|
** | kwargs ) |
Initialise the TypeComboBox widget.
- Parameters
-
| parent | The optional parent Qt widget object. |
| args | Additional positional arguments passed onto the base class. |
| kwargs | Additional keyword arguments passed onto the base class. |
◆ select_current_index()
| gui.repository_panel.TypeComboBox.select_current_index |
( |
| self, |
|
|
| datapoint_type ) |
Sets the current index that corresponds to the given datapoint type, which must be one of the type classes from supported_types.
◆ supported_types
| tuple gui.repository_panel.TypeComboBox.supported_types |
|
static |
The documentation for this class was generated from the following file: