eric6.Debugger.EditWatchpointDialog
Module implementing a dialog to edit watch expression properties.
Global Attributes
Classes
Functions
EditWatchpointDialog
Class implementing a dialog to edit watch expression properties.
Derived from
QDialog, Ui_EditWatchpointDialog
Class Attributes
Class Methods
Methods
Static Methods
EditWatchpointDialog (Constructor)
EditWatchpointDialog(properties, parent=None, name=None, modal=False)
Constructor
- properties
-
properties for the watch expression (tuple)
(expression, temporary flag, enabled flag, ignore count,
special condition)
- parent
-
the parent of this dialog
- name
-
the widget name of this dialog
- modal
-
flag indicating a modal dialog
EditWatchpointDialog.__textChanged
__textChanged(txt)
Private slot to handle the text changed signal of the condition line
edit.
- txt
-
text of the line edit (string)
EditWatchpointDialog.getData
getData()
Public method to retrieve the entered data.
- Returns:
-
a tuple containing the watch expressions new properties
(expression, temporary flag, enabled flag, ignore count,
special condition)