Used to as holder of a specific monitor point.
More...
|
def | __init__ (self, str uri, list indexes, list typed_widgets, str label, parent=None, *args, **kwargs) |
| Constructor.
|
|
Used to as holder of a specific monitor point.
Each QeMonitor is then added to the QeMonitorList.
◆ __init__()
def monitorpanel_item.MonitorPanelItem.__init__ |
( |
|
self, |
|
|
str |
uri, |
|
|
list |
indexes, |
|
|
list |
typed_widgets, |
|
|
str |
label, |
|
|
|
parent = None , |
|
|
* |
args, |
|
|
** |
kwargs |
|
) |
| |
Constructor.
- Parameters
-
uri | OLDB URI that contains the data to monitor |
values | Number of elements/values inside the Datapoint to monitor |
typed_widgets | List of widgets types to display the information |
parent | QWidget that holds this objects as children |
args | Optional arguments |
kwargs | Number of arguments |
◆ _prepare_widget_creation_dict()
def monitorpanel_item.MonitorPanelItem._prepare_widget_creation_dict |
( |
|
self | ) |
|
|
protected |
Build the internal widget dictionary that will be used to generate correspondent widgets based on the type configure.
:return:
◆ _taurus_angle_label_creation()
def monitorpanel_item.MonitorPanelItem._taurus_angle_label_creation |
( |
|
self, |
|
|
QHBoxLayout |
frame_layout |
|
) |
| |
|
protected |
Create a TaurusAngleLabel within the given QFrame.
- Parameters
-
frame_layout | QHBoxLayout that will have the created taurus widget :return: |
◆ _taurus_degrees_label_creation()
def monitorpanel_item.MonitorPanelItem._taurus_degrees_label_creation |
( |
|
self, |
|
|
QHBoxLayout |
frame_layout |
|
) |
| |
|
protected |
Create a TaurusRadiansLabel within the given QFrame.
- Parameters
-
frame_layout | QHBoxLayout that will have the created taurus widget :return: |
◆ _taurus_dms_label_creation()
def monitorpanel_item.MonitorPanelItem._taurus_dms_label_creation |
( |
|
self, |
|
|
QHBoxLayout |
frame_layout |
|
) |
| |
|
protected |
Create a TaurusDmsLabel within the given QFrame.
- Parameters
-
frame_layout | QHBoxLayout that will have the created taurus widget :return: |
◆ _taurus_hms_label_creation()
def monitorpanel_item.MonitorPanelItem._taurus_hms_label_creation |
( |
|
self, |
|
|
QHBoxLayout |
frame_layout |
|
) |
| |
|
protected |
Create a TaurusHmsLabel within the given QFrame.
- Parameters
-
frame_layout | QHBoxLayout that will have the created taurus widget :return: |
◆ _taurus_hmsdms_label_creation()
def monitorpanel_item.MonitorPanelItem._taurus_hmsdms_label_creation |
( |
|
self, |
|
|
QHBoxLayout |
frame_layout |
|
) |
| |
|
protected |
Create a TaurusRadiansLabel within the given QFrame This one to specific since needs two elements in the model and eachW one with a different unit representation.
- Parameters
-
frame_layout | QHBoxLayout that will have the created taurus widget :return: |
◆ _taurus_label_creation()
def monitorpanel_item.MonitorPanelItem._taurus_label_creation |
( |
|
self, |
|
|
QHBoxLayout |
frame_layout |
|
) |
| |
|
protected |
Create a TaurusLabel within the given QFrame.
- Parameters
-
frame_layout | QHBoxLayout that will have the created taurus widget :return: |
◆ _taurus_led_creation()
def monitorpanel_item.MonitorPanelItem._taurus_led_creation |
( |
|
self, |
|
|
QHBoxLayout |
frame_layout |
|
) |
| |
|
protected |
Create a TaurusLabel within the given QFrame.
- Parameters
-
frame_layout | QHBoxLayout that will have the created taurus widget :return: |
◆ _taurus_radians_label_creation()
def monitorpanel_item.MonitorPanelItem._taurus_radians_label_creation |
( |
|
self, |
|
|
QHBoxLayout |
frame_layout |
|
) |
| |
|
protected |
Create a TaurusRadiansLabel within the given QFrame.
- Parameters
-
frame_layout | QHBoxLayout that will have the created taurus widget :return: |
◆ _taurus_state_creation()
def monitorpanel_item.MonitorPanelItem._taurus_state_creation |
( |
|
self, |
|
|
QHBoxLayout |
frame_layout |
|
) |
| |
|
protected |
Create a TaurusState within the given QFrame.
- Parameters
-
frame_layout | QHBoxLayout that will have the created taurus widget :return: |
◆ _frame_widgets
monitorpanel_item.MonitorPanelItem._frame_widgets |
|
protected |
◆ _indexes
monitorpanel_item.MonitorPanelItem._indexes |
|
protected |
◆ _label
monitorpanel_item.MonitorPanelItem._label |
|
protected |
◆ _typed_widgets_list
monitorpanel_item.MonitorPanelItem._typed_widgets_list |
|
protected |
◆ _uri
monitorpanel_item.MonitorPanelItem._uri |
|
protected |
◆ _widget_typed_functions
monitorpanel_item.MonitorPanelItem._widget_typed_functions |
|
protected |
The documentation for this class was generated from the following file: