Documentation/Source/eric5.ViewManager.ViewManager.html

changeset 88
3701923bccf2
parent 58
37f0444c3479
child 128
13e96bd0f5a5
--- a/Documentation/Source/eric5.ViewManager.ViewManager.html	Sat Jan 30 16:07:16 2010 +0000
+++ b/Documentation/Source/eric5.ViewManager.ViewManager.html	Sat Jan 30 18:37:18 2010 +0000
@@ -188,6 +188,9 @@
 <td><a href="#ViewManager.__clearAllSyntaxErrors">__clearAllSyntaxErrors</a></td>
 <td>Private method to handle the clear all syntax errors action.</td>
 </tr><tr>
+<td><a href="#ViewManager.__clearAllWarnings">__clearAllWarnings</a></td>
+<td>Private method to handle the clear all warnings action.</td>
+</tr><tr>
 <td><a href="#ViewManager.__clearBookmarked">__clearBookmarked</a></td>
 <td>Private method to clear the bookmarked files menu.</td>
 </tr><tr>
@@ -368,6 +371,9 @@
 <td><a href="#ViewManager.__nextUncovered">__nextUncovered</a></td>
 <td>Private method to handle the next uncovered action.</td>
 </tr><tr>
+<td><a href="#ViewManager.__nextWarning">__nextWarning</a></td>
+<td>Private method to handle the next warning action.</td>
+</tr><tr>
 <td><a href="#ViewManager.__openSourceFile">__openSourceFile</a></td>
 <td>Private method to open a file from the list of rencently opened files.</td>
 </tr><tr>
@@ -380,6 +386,9 @@
 <td><a href="#ViewManager.__previousUncovered">__previousUncovered</a></td>
 <td>Private method to handle the previous uncovered action.</td>
 </tr><tr>
+<td><a href="#ViewManager.__previousWarning">__previousWarning</a></td>
+<td>Private method to handle the previous warning action.</td>
+</tr><tr>
 <td><a href="#ViewManager.__quickSearch">__quickSearch</a></td>
 <td>Private slot to handle the incremental quick search.</td>
 </tr><tr>
@@ -822,6 +831,11 @@
 <b>__clearAllSyntaxErrors</b>(<i></i>)
 <p>
         Private method to handle the clear all syntax errors action.
+</p><a NAME="ViewManager.__clearAllWarnings" ID="ViewManager.__clearAllWarnings"></a>
+<h4>ViewManager.__clearAllWarnings</h4>
+<b>__clearAllWarnings</b>(<i></i>)
+<p>
+        Private method to handle the clear all warnings action.
 </p><a NAME="ViewManager.__clearBookmarked" ID="ViewManager.__clearBookmarked"></a>
 <h4>ViewManager.__clearBookmarked</h4>
 <b>__clearBookmarked</b>(<i></i>)
@@ -1163,6 +1177,11 @@
 <b>__nextUncovered</b>(<i></i>)
 <p>
         Private method to handle the next uncovered action.
+</p><a NAME="ViewManager.__nextWarning" ID="ViewManager.__nextWarning"></a>
+<h4>ViewManager.__nextWarning</h4>
+<b>__nextWarning</b>(<i></i>)
+<p>
+        Private method to handle the next warning action.
 </p><a NAME="ViewManager.__openSourceFile" ID="ViewManager.__openSourceFile"></a>
 <h4>ViewManager.__openSourceFile</h4>
 <b>__openSourceFile</b>(<i>act</i>)
@@ -1188,6 +1207,11 @@
 <b>__previousUncovered</b>(<i></i>)
 <p>
         Private method to handle the previous uncovered action.
+</p><a NAME="ViewManager.__previousWarning" ID="ViewManager.__previousWarning"></a>
+<h4>ViewManager.__previousWarning</h4>
+<b>__previousWarning</b>(<i></i>)
+<p>
+        Private method to handle the previous warning action.
 </p><a NAME="ViewManager.__quickSearch" ID="ViewManager.__quickSearch"></a>
 <h4>ViewManager.__quickSearch</h4>
 <b>__quickSearch</b>(<i></i>)

eric ide

mercurial