hlcc 2.0.0-beta2+pre1
Loading...
Searching...
No Matches
Classes | Namespaces | Functions | Variables
applicationdefinitions.py File Reference

Main Definitions for he HLCC Simulator. More...

Classes

class  telsimui.applicationdefinitions.ClientSufixAddressesEnum
 Sufix part of the URIs that specify the connection with respective service Server URL and Port will be extract from the TelMon datapoint (monitored_apps) More...
 
class  telsimui.applicationdefinitions.NumericalUnitsPropertyEnum
 Different ways to represent numerical values in the GUI. More...
 
class  telsimui.applicationdefinitions.SubTasksNamesEnum
 
class  telsimui.applicationdefinitions.ExternalToolAction
 Class that handles preparation of parameters and starting external tool process It derives from :class ExternalAppAction which starts and manages external processes. More...
 

Namespaces

namespace  telsimui
 
namespace  telsimui.applicationdefinitions
 

Functions

def telsimui.applicationdefinitions.add_global_datapoint_attribute (Logger logger, str uri)
 
def telsimui.applicationdefinitions.block_widgets_handle_event (QWidget parent_widget, bool block)
 Based on a given parent widget check if children can be block when trying to update then selfs.
 
def telsimui.applicationdefinitions.hide_show_property_widgets (QWidget parent_widget, type widget_type, str property_name, str property_value)
 Generic function that hides or shows specific type widgets with an inputted dynamic property.
 
def telsimui.applicationdefinitions.change_widget_units (QWidget parent_widget, type widget_type, Enum unit_name=None, bool is_hms_dms=False)
 Function used to change unit of TaurusAngleLabel.
 
def telsimui.applicationdefinitions.popup_message_box (QMessageBox.Icon type, str text)
 Call this to generate a Message Box based on the necessary type.
 
def telsimui.applicationdefinitions.propagate_widget_ground_colors (QWidget widget, list propagate_types_list)
 Generic function that propagates the background and foreground colors of a child widget to his parents.
 
def telsimui.applicationdefinitions.retrieve_subtask_instance (Logger logger, str name)
 

Variables

dict telsimui.applicationdefinitions.DATAPOINTS_ATTRIBUTES = {}
 
tuple telsimui.applicationdefinitions.SUBTASKS_HOLDER
 

Detailed Description

Main Definitions for he HLCC Simulator.

Author
Rúben Leão