dialogs/FBDVariableDialog.py
changeset 1736 7e61baa047f0
parent 1730 64d8f52bc8c8
child 1739 ec153828ded2
equal deleted inserted replaced
1735:c02818d7e29f 1736:7e61baa047f0
    43 
    43 
    44 #-------------------------------------------------------------------------------
    44 #-------------------------------------------------------------------------------
    45 #                        Set Variable Parameters Dialog
    45 #                        Set Variable Parameters Dialog
    46 #-------------------------------------------------------------------------------
    46 #-------------------------------------------------------------------------------
    47 
    47 
    48 """
       
    49 Class that implements a dialog for defining parameters of a FBD variable graphic
       
    50 element
       
    51 """
       
    52 
    48 
    53 class FBDVariableDialog(BlockPreviewDialog):
    49 class FBDVariableDialog(BlockPreviewDialog):
       
    50     """
       
    51     Class that implements a dialog for defining parameters of a FBD variable graphic
       
    52     element
       
    53     """
    54 
    54 
    55     def __init__(self, parent, controller, tagname, exclude_input=False):
    55     def __init__(self, parent, controller, tagname, exclude_input=False):
    56         """
    56         """
    57         Constructor
    57         Constructor
    58         @param parent: Parent wx.Window of dialog for modal
    58         @param parent: Parent wx.Window of dialog for modal