Regenerated source docu.

Sun, 27 Sep 2015 11:05:21 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 27 Sep 2015 11:05:21 +0200
changeset 4468
49d15dc1254d
parent 4467
fc6f2095a423
child 4470
0a8b94711aea

Regenerated source docu.

APIs/Python3/eric6.api file | annotate | diff | comparison | revisions
Documentation/Help/source.qch file | annotate | diff | comparison | revisions
Documentation/Help/source.qhp file | annotate | diff | comparison | revisions
Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.mccabe.html file | annotate | diff | comparison | revisions
Documentation/Source/eric6.UI.SymbolsWidget.html file | annotate | diff | comparison | revisions
--- a/APIs/Python3/eric6.api	Sun Sep 27 11:04:26 2015 +0200
+++ b/APIs/Python3/eric6.api	Sun Sep 27 11:05:21 2015 +0200
@@ -4034,6 +4034,8 @@
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.mccabe.PathGraphingAstVisitor.dispatch_list?4(node_list)
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.mccabe.PathGraphingAstVisitor.reset?4()
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.mccabe.PathGraphingAstVisitor.visitAssert?7
+eric6.Plugins.CheckerPlugins.CodeStyleChecker.mccabe.PathGraphingAstVisitor.visitAsyncFunctionDef?7
+eric6.Plugins.CheckerPlugins.CodeStyleChecker.mccabe.PathGraphingAstVisitor.visitAsyncWith?7
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.mccabe.PathGraphingAstVisitor.visitClassDef?4(node)
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.mccabe.PathGraphingAstVisitor.visitFor?7
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.mccabe.PathGraphingAstVisitor.visitFunctionDef?4(node)
@@ -8589,6 +8591,7 @@
 eric6.UI.SplashScreen.SplashScreen?1()
 eric6.UI.SymbolsWidget.SymbolsModel.columnCount?4(parent)
 eric6.UI.SymbolsWidget.SymbolsModel.data?4(index, role=Qt.DisplayRole)
+eric6.UI.SymbolsWidget.SymbolsModel.getLocale?4()
 eric6.UI.SymbolsWidget.SymbolsModel.getTableBoundaries?4(index)
 eric6.UI.SymbolsWidget.SymbolsModel.getTableIndex?4()
 eric6.UI.SymbolsWidget.SymbolsModel.getTableNames?4()
Binary file Documentation/Help/source.qch has changed
--- a/Documentation/Help/source.qhp	Sun Sep 27 11:04:26 2015 +0200
+++ b/Documentation/Help/source.qhp	Sun Sep 27 11:05:21 2015 +0200
@@ -11623,6 +11623,7 @@
       <keyword name="SymbolsModel.__isSymbol" id="SymbolsModel.__isSymbol" ref="eric6.UI.SymbolsWidget.html#SymbolsModel.__isSymbol" />
       <keyword name="SymbolsModel.columnCount" id="SymbolsModel.columnCount" ref="eric6.UI.SymbolsWidget.html#SymbolsModel.columnCount" />
       <keyword name="SymbolsModel.data" id="SymbolsModel.data" ref="eric6.UI.SymbolsWidget.html#SymbolsModel.data" />
+      <keyword name="SymbolsModel.getLocale" id="SymbolsModel.getLocale" ref="eric6.UI.SymbolsWidget.html#SymbolsModel.getLocale" />
       <keyword name="SymbolsModel.getTableBoundaries" id="SymbolsModel.getTableBoundaries" ref="eric6.UI.SymbolsWidget.html#SymbolsModel.getTableBoundaries" />
       <keyword name="SymbolsModel.getTableIndex" id="SymbolsModel.getTableIndex" ref="eric6.UI.SymbolsWidget.html#SymbolsModel.getTableIndex" />
       <keyword name="SymbolsModel.getTableNames" id="SymbolsModel.getTableNames" ref="eric6.UI.SymbolsWidget.html#SymbolsModel.getTableNames" />
--- a/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.mccabe.html	Sun Sep 27 11:04:26 2015 +0200
+++ b/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.mccabe.html	Sun Sep 27 11:05:21 2015 +0200
@@ -159,7 +159,7 @@
 ASTVisitor
 <h3>Class Attributes</h3>
 <table>
-<tr><td>visitAssert</td></tr><tr><td>visitFor</td></tr><tr><td>visitTry</td></tr>
+<tr><td>visitAssert</td></tr><tr><td>visitAsyncFunctionDef</td></tr><tr><td>visitAsyncWith</td></tr><tr><td>visitFor</td></tr><tr><td>visitTry</td></tr>
 </table>
 <h3>Class Methods</h3>
 <table>
--- a/Documentation/Source/eric6.UI.SymbolsWidget.html	Sun Sep 27 11:04:26 2015 +0200
+++ b/Documentation/Source/eric6.UI.SymbolsWidget.html	Sun Sep 27 11:05:21 2015 +0200
@@ -84,6 +84,9 @@
 <td><a href="#SymbolsModel.data">data</a></td>
 <td>Public method to get data from the model.</td>
 </tr><tr>
+<td><a href="#SymbolsModel.getLocale">getLocale</a></td>
+<td>Public method to get the used locale.</td>
+</tr><tr>
 <td><a href="#SymbolsModel.getTableBoundaries">getTableBoundaries</a></td>
 <td>Public method to get the first and last character position of the given table.</td>
 </tr><tr>
@@ -225,6 +228,21 @@
 <dd>
 requested data
 </dd>
+</dl><a NAME="SymbolsModel.getLocale" ID="SymbolsModel.getLocale"></a>
+<h4>SymbolsModel.getLocale</h4>
+<b>getLocale</b>(<i></i>)
+<p>
+        Public method to get the used locale.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+used locale
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+QLocale
+</dd>
 </dl><a NAME="SymbolsModel.getTableBoundaries" ID="SymbolsModel.getTableBoundaries"></a>
 <h4>SymbolsModel.getTableBoundaries</h4>
 <b>getTableBoundaries</b>(<i>index</i>)

eric ide

mercurial