Updated source docu.

Sat, 16 Jul 2011 15:03:09 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 16 Jul 2011 15:03:09 +0200
changeset 1177
5249187bb668
parent 1173
c826cd21e273
child 1179
7661ab683f7b

Updated source docu.

APIs/Python3/eric5.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/eric5.Utilities.__init__.html file | annotate | diff | comparison | revisions
--- a/APIs/Python3/eric5.api	Sat Jul 16 14:08:51 2011 +0200
+++ b/APIs/Python3/eric5.api	Sat Jul 16 15:03:09 2011 +0200
@@ -6728,6 +6728,7 @@
 eric5.Utilities.fromNativeSeparators?4(path)
 eric5.Utilities.generateDistroInfo?4(linesep='\n')
 eric5.Utilities.generatePluginsVersionInfo?4(linesep='\n')
+eric5.Utilities.generatePySideToolPath?4(toolname)
 eric5.Utilities.generateQtToolName?4(toolname)
 eric5.Utilities.generateVersionInfo?4(linesep='\n')
 eric5.Utilities.getConfigDir?4()
Binary file Documentation/Help/source.qch has changed
--- a/Documentation/Help/source.qhp	Sat Jul 16 14:08:51 2011 +0200
+++ b/Documentation/Help/source.qhp	Sat Jul 16 15:03:09 2011 +0200
@@ -2441,6 +2441,7 @@
       <keyword name="fromNativeSeparators" id="fromNativeSeparators" ref="eric5.Utilities.__init__.html#fromNativeSeparators" />
       <keyword name="generateDistroInfo" id="generateDistroInfo" ref="eric5.Utilities.__init__.html#generateDistroInfo" />
       <keyword name="generatePluginsVersionInfo" id="generatePluginsVersionInfo" ref="eric5.Utilities.__init__.html#generatePluginsVersionInfo" />
+      <keyword name="generatePySideToolPath" id="generatePySideToolPath" ref="eric5.Utilities.__init__.html#generatePySideToolPath" />
       <keyword name="generateQtToolName" id="generateQtToolName" ref="eric5.Utilities.__init__.html#generateQtToolName" />
       <keyword name="generateVersionInfo" id="generateVersionInfo" ref="eric5.Utilities.__init__.html#generateVersionInfo" />
       <keyword name="getConfigDir" id="getConfigDir" ref="eric5.Utilities.__init__.html#getConfigDir" />
--- a/Documentation/Source/eric5.Utilities.__init__.html	Sat Jul 16 14:08:51 2011 +0200
+++ b/Documentation/Source/eric5.Utilities.__init__.html	Sat Jul 16 15:03:09 2011 +0200
@@ -95,6 +95,9 @@
 <td><a href="#generatePluginsVersionInfo">generatePluginsVersionInfo</a></td>
 <td>Module function to generate a string with plugins version infos.</td>
 </tr><tr>
+<td><a href="#generatePySideToolPath">generatePySideToolPath</a></td>
+<td>Module function to generate the executable path for a PySide tool.</td>
+</tr><tr>
 <td><a href="#generateQtToolName">generateQtToolName</a></td>
 <td>Module function to generate the executable name for a Qt tool like designer.</td>
 </tr><tr>
@@ -668,6 +671,24 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr /><hr />
+<a NAME="generatePySideToolPath" ID="generatePySideToolPath"></a>
+<h2>generatePySideToolPath</h2>
+<b>generatePySideToolPath</b>(<i>toolname</i>)
+<p>
+    Module function to generate the executable path for a PySide tool.
+</p><dl>
+<dt><i>toolname</i></dt>
+<dd>
+base name of the tool (string or QString)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+the PySide tool path with extension (string)
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr /><hr />
 <a NAME="generateQtToolName" ID="generateQtToolName"></a>
 <h2>generateQtToolName</h2>
 <b>generateQtToolName</b>(<i>toolname</i>)

eric ide

mercurial