Debugger/EditBreakpointDialog.py

changeset 2953
703452a2876f
parent 2302
f29e9405c851
child 2988
f53c03574697
diff -r 94fc661a54a2 -r 703452a2876f Debugger/EditBreakpointDialog.py
--- a/Debugger/EditBreakpointDialog.py	Sat Sep 28 17:40:42 2013 +0200
+++ b/Debugger/EditBreakpointDialog.py	Sat Sep 28 19:06:25 2013 +0200
@@ -34,9 +34,12 @@
         @param properties properties for the breakpoint (tuple)
                 (condition, temporary flag, enabled flag, ignore count)
         @param condHistory the list of conditionals history (list of strings)
-        @param parent the parent of this dialog
-        @param name the widget name of this dialog
-        @param modal flag indicating a modal dialog
+        @param parent the parent of this dialog (QWidget)
+        @param name the widget name of this dialog (string)
+        @param modal flag indicating a modal dialog (boolean)
+        @param addMode flag indicating the add mode (boolean)
+        @param filenameHistory list of recently used file names
+            (list of strings)
         """
         super().__init__(parent)
         self.setupUi(self)

eric ide

mercurial