Documentation/Source/eric5.Utilities.__init__.html

changeset 2087
795992a5c561
parent 2031
c36c2eb62a75
child 2266
f885a0bc2ccc
--- a/Documentation/Source/eric5.Utilities.__init__.html	Mon Oct 01 19:55:49 2012 +0200
+++ b/Documentation/Source/eric5.Utilities.__init__.html	Tue Oct 02 19:53:31 2012 +0200
@@ -44,9 +44,6 @@
 <td><a href="#_percentReplacementFunc">_percentReplacementFunc</a></td>
 <td>Protected function called for replacing % codes.</td>
 </tr><tr>
-<td><a href="#checkBlacklistedVersions">checkBlacklistedVersions</a></td>
-<td>Module functions to check for blacklisted versions of the prerequisites.</td>
-</tr><tr>
 <td><a href="#checkPyside">checkPyside</a></td>
 <td>Module function to check the presence of PySide.</td>
 </tr><tr>
@@ -107,9 +104,6 @@
 <td><a href="#generateVersionInfo">generateVersionInfo</a></td>
 <td>Module function to generate a string with various version infos.</td>
 </tr><tr>
-<td><a href="#getConfigDir">getConfigDir</a></td>
-<td>Module function to get the name of the directory storing the config data.</td>
-</tr><tr>
 <td><a href="#getDirs">getDirs</a></td>
 <td>Function returning a list of all directories below path.</td>
 </tr><tr>
@@ -212,15 +206,15 @@
 <td><a href="#readEncodedFileWithHash">readEncodedFileWithHash</a></td>
 <td>Function to read a file, calculate a hash value and decode it's contents into proper text.</td>
 </tr><tr>
+<td><a href="#readStringFromStream">readStringFromStream</a></td>
+<td>Module function to read a string from the given stream.</td>
+</tr><tr>
 <td><a href="#relpath">relpath</a></td>
 <td>Return a relative version of a path.</td>
 </tr><tr>
 <td><a href="#samepath">samepath</a></td>
 <td>Function to compare two paths.</td>
 </tr><tr>
-<td><a href="#setConfigDir">setConfigDir</a></td>
-<td>Module function to set the name of the directory storing the config data.</td>
-</tr><tr>
 <td><a href="#splitPath">splitPath</a></td>
 <td>Function to split a pathname into a directory part and a file part.</td>
 </tr><tr>
@@ -355,19 +349,6 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr /><hr />
-<a NAME="checkBlacklistedVersions" ID="checkBlacklistedVersions"></a>
-<h2>checkBlacklistedVersions</h2>
-<b>checkBlacklistedVersions</b>(<i></i>)
-<p>
-    Module functions to check for blacklisted versions of the prerequisites.
-</p><dl>
-<dt>Returns:</dt>
-<dd>
-flag indicating good versions were found (boolean)
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
 <a NAME="checkPyside" ID="checkPyside"></a>
 <h2>checkPyside</h2>
 <b>checkPyside</b>(<i></i>)
@@ -772,19 +753,6 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr /><hr />
-<a NAME="getConfigDir" ID="getConfigDir"></a>
-<h2>getConfigDir</h2>
-<b>getConfigDir</b>(<i></i>)
-<p>
-    Module function to get the name of the directory storing the config data.
-</p><dl>
-<dt>Returns:</dt>
-<dd>
-directory name of the config dir (string)
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
 <a NAME="getDirs" ID="getDirs"></a>
 <h2>getDirs</h2>
 <b>getDirs</b>(<i>path, excludeDirs</i>)
@@ -1417,6 +1385,24 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr /><hr />
+<a NAME="readStringFromStream" ID="readStringFromStream"></a>
+<h2>readStringFromStream</h2>
+<b>readStringFromStream</b>(<i>stream</i>)
+<p>
+    Module function to read a string from the given stream.
+</p><dl>
+<dt><i>stream</i></dt>
+<dd>
+data stream opened for reading (QDataStream)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+string read from the stream (string)
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr /><hr />
 <a NAME="relpath" ID="relpath"></a>
 <h2>relpath</h2>
 <b>relpath</b>(<i>path, start=os.path.curdir</i>)
@@ -1455,19 +1441,6 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr /><hr />
-<a NAME="setConfigDir" ID="setConfigDir"></a>
-<h2>setConfigDir</h2>
-<b>setConfigDir</b>(<i>d</i>)
-<p>
-    Module function to set the name of the directory storing the config data.
-</p><dl>
-<dt><i>d</i></dt>
-<dd>
-name of an existing directory (string)
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
 <a NAME="splitPath" ID="splitPath"></a>
 <h2>splitPath</h2>
 <b>splitPath</b>(<i>name</i>)

eric ide

mercurial