Home ⌂Doc Index ◂Up ▴

eric6.Debugger.EditWatchpointDialog

Module implementing a dialog to edit watch expression properties.

Global Attributes

None

Classes

EditWatchpointDialog Class implementing a dialog to edit watch expression properties.

Functions

None


EditWatchpointDialog

Class implementing a dialog to edit watch expression properties.

Derived from

QDialog, Ui_EditWatchpointDialog

Class Attributes

None

Class Methods

None

Methods

EditWatchpointDialog Constructor
__textChanged Private slot to handle the text changed signal of the condition line edit.
getData Public method to retrieve the entered data.

Static Methods

None

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)
Up



Home ⌂Doc Index ◂Up ▴