Documentation/Source/eric5.Debugger.WatchPointViewer.html

changeset 3018
70924c0bdaf1
parent 2966
f85f686981ad
--- a/Documentation/Source/eric5.Debugger.WatchPointViewer.html	Sun Oct 13 17:29:57 2013 +0200
+++ b/Documentation/Source/eric5.Debugger.WatchPointViewer.html	Sun Oct 13 17:44:48 2013 +0200
@@ -44,8 +44,8 @@
 <p>
     Class implementing the watch expression viewer widget.
 </p><p>
-    Watch expressions will be shown with all their details. They can be modified through
-    the context menu of this widget.
+    Watch expressions will be shown with all their details. They can be
+    modified through the context menu of this widget.
 </p>
 <h3>Derived from</h3>
 QTreeView
@@ -186,12 +186,14 @@
 <h4>WatchPointViewer.__deleteAllWatchPoints</h4>
 <b>__deleteAllWatchPoints</b>(<i></i>)
 <p>
-        Private slot to handle the delete all watch expressions context menu entry.
+        Private slot to handle the delete all watch expressions context menu
+        entry.
 </p><a NAME="WatchPointViewer.__deleteSelectedWatchPoints" ID="WatchPointViewer.__deleteSelectedWatchPoints"></a>
 <h4>WatchPointViewer.__deleteSelectedWatchPoints</h4>
 <b>__deleteSelectedWatchPoints</b>(<i></i>)
 <p>
-        Private slot to handle the delete selected watch expressions context menu entry.
+        Private slot to handle the delete selected watch expressions context
+        menu entry.
 </p><a NAME="WatchPointViewer.__deleteWatchPoint" ID="WatchPointViewer.__deleteWatchPoint"></a>
 <h4>WatchPointViewer.__deleteWatchPoint</h4>
 <b>__deleteWatchPoint</b>(<i></i>)
@@ -201,12 +203,14 @@
 <h4>WatchPointViewer.__disableAllWatchPoints</h4>
 <b>__disableAllWatchPoints</b>(<i></i>)
 <p>
-        Private slot to handle the disable all watch expressions context menu entry.
+        Private slot to handle the disable all watch expressions context menu
+        entry.
 </p><a NAME="WatchPointViewer.__disableSelectedWatchPoints" ID="WatchPointViewer.__disableSelectedWatchPoints"></a>
 <h4>WatchPointViewer.__disableSelectedWatchPoints</h4>
 <b>__disableSelectedWatchPoints</b>(<i></i>)
 <p>
-        Private slot to handle the disable selected watch expressions context menu entry.
+        Private slot to handle the disable selected watch expressions context
+        menu entry.
 </p><a NAME="WatchPointViewer.__disableWatchPoint" ID="WatchPointViewer.__disableWatchPoint"></a>
 <h4>WatchPointViewer.__disableWatchPoint</h4>
 <b>__disableWatchPoint</b>(<i></i>)
@@ -241,12 +245,14 @@
 <h4>WatchPointViewer.__enableAllWatchPoints</h4>
 <b>__enableAllWatchPoints</b>(<i></i>)
 <p>
-        Private slot to handle the enable all watch expressions context menu entry.
+        Private slot to handle the enable all watch expressions context menu
+        entry.
 </p><a NAME="WatchPointViewer.__enableSelectedWatchPoints" ID="WatchPointViewer.__enableSelectedWatchPoints"></a>
 <h4>WatchPointViewer.__enableSelectedWatchPoints</h4>
 <b>__enableSelectedWatchPoints</b>(<i></i>)
 <p>
-        Private slot to handle the enable selected watch expressions context menu entry.
+        Private slot to handle the enable selected watch expressions context
+        menu entry.
 </p><a NAME="WatchPointViewer.__enableWatchPoint" ID="WatchPointViewer.__enableWatchPoint"></a>
 <h4>WatchPointViewer.__enableWatchPoint</h4>
 <b>__enableWatchPoint</b>(<i></i>)
@@ -270,7 +276,8 @@
             if a duplicate entry is found (boolean)
 </dd><dt><i>index</i></dt>
 <dd>
-index that should not be considered duplicate (QModelIndex)
+index that should not be considered duplicate
+            (QModelIndex)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
@@ -311,7 +318,8 @@
 <h4>WatchPointViewer.__resizeColumns</h4>
 <b>__resizeColumns</b>(<i></i>)
 <p>
-        Private slot to resize the view when items get added, edited or deleted.
+        Private slot to resize the view when items get added, edited or
+        deleted.
 </p><a NAME="WatchPointViewer.__resort" ID="WatchPointViewer.__resort"></a>
 <h4>WatchPointViewer.__resort</h4>
 <b>__resort</b>(<i></i>)
@@ -338,7 +346,8 @@
 </p><dl>
 <dt><i>index</i></dt>
 <dd>
-index of watch expression to be enabled/disabled (QModelIndex)
+index of watch expression to be enabled/disabled
+            (QModelIndex)
 </dd><dt><i>enabled</i></dt>
 <dd>
 flag indicating the enabled status to be set (boolean)

eric ide

mercurial