diff -r 0017e7cb67ae -r 48cc4820e2c2 Documentation/Source/eric6.E5Gui.E5Completers.html --- a/Documentation/Source/eric6.E5Gui.E5Completers.html Sat Dec 05 13:02:26 2015 +0100 +++ b/Documentation/Source/eric6.E5Gui.E5Completers.html Sat Dec 05 13:03:19 2015 +0100 @@ -65,6 +65,12 @@ <tr> <td><a href="#E5DirCompleter.__init__">E5DirCompleter</a></td> <td>Constructor</td> +</tr><tr> +<td><a href="#E5DirCompleter.rootPath">rootPath</a></td> +<td>Public method to get the root path of the model.</td> +</tr><tr> +<td><a href="#E5DirCompleter.setRootPath">setRootPath</a></td> +<td>Public method to set the root path of the model.</td> </tr> </table> <h3>Static Methods</h3> @@ -89,6 +95,31 @@ flag indicating to show hidden entries as well (boolean) </dd> +</dl><a NAME="E5DirCompleter.rootPath" ID="E5DirCompleter.rootPath"></a> +<h4>E5DirCompleter.rootPath</h4> +<b>rootPath</b>(<i></i>) +<p> + Public method to get the root path of the model. +</p><dl> +<dt>Returns:</dt> +<dd> +root path of the model +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl><a NAME="E5DirCompleter.setRootPath" ID="E5DirCompleter.setRootPath"></a> +<h4>E5DirCompleter.setRootPath</h4> +<b>setRootPath</b>(<i>path</i>) +<p> + Public method to set the root path of the model. +</p><dl> +<dt><i>path</i> (str)</dt> +<dd> +root path for the model +</dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> @@ -112,6 +143,12 @@ <tr> <td><a href="#E5FileCompleter.__init__">E5FileCompleter</a></td> <td>Constructor</td> +</tr><tr> +<td><a href="#E5FileCompleter.rootPath">rootPath</a></td> +<td>Public method to get the root path of the model.</td> +</tr><tr> +<td><a href="#E5FileCompleter.setRootPath">setRootPath</a></td> +<td>Public method to set the root path of the model.</td> </tr> </table> <h3>Static Methods</h3> @@ -136,6 +173,31 @@ flag indicating to show hidden entries as well (boolean) </dd> +</dl><a NAME="E5FileCompleter.rootPath" ID="E5FileCompleter.rootPath"></a> +<h4>E5FileCompleter.rootPath</h4> +<b>rootPath</b>(<i></i>) +<p> + Public method to get the root path of the model. +</p><dl> +<dt>Returns:</dt> +<dd> +root path of the model +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl><a NAME="E5FileCompleter.setRootPath" ID="E5FileCompleter.setRootPath"></a> +<h4>E5FileCompleter.setRootPath</h4> +<b>setRootPath</b>(<i>path</i>) +<p> + Public method to set the root path of the model. +</p><dl> +<dt><i>path</i> (str)</dt> +<dd> +root path for the model +</dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr />