diff -r 548dea93941c -r 1bd8d19a3aa7 ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.Project.html --- a/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.Project.html Sun Nov 29 16:04:25 2020 +0100 +++ b/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.Project.html Sun Nov 29 16:05:10 2020 +0100 @@ -85,14 +85,6 @@ <td>Private slot to show some info about Flask.</td> </tr> <tr> -<td><a href="#Project.__getVirtualEnvironment">__getVirtualEnvironment</a></td> -<td>Private method to get the path of the virtual environment.</td> -</tr> -<tr> -<td><a href="#Project.__initDatabase">__initDatabase</a></td> -<td>Private slot showing the result of the database creation.</td> -</tr> -<tr> <td><a href="#Project.__isSuitableForVariant">__isSuitableForVariant</a></td> <td>Private method to test, if a detected command file is suitable for the given Python variant.</td> </tr> @@ -153,6 +145,14 @@ <td>Public method to get the names of all menus.</td> </tr> <tr> +<td><a href="#Project.getVirtualEnvironment">getVirtualEnvironment</a></td> +<td>Public method to get the path of the virtual environment.</td> +</tr> +<tr> +<td><a href="#Project.getVirtualenvInterpreter">getVirtualenvInterpreter</a></td> +<td>Public method to get the path of the Python interpreter to be used with the current project.</td> +</tr> +<tr> <td><a href="#Project.hasCapability">hasCapability</a></td> <td>Public method to check, if a capability is available.</td> </tr> @@ -247,32 +247,6 @@ <p> Private slot to show some info about Flask. </p> -<a NAME="Project.__getVirtualEnvironment" ID="Project.__getVirtualEnvironment"></a> -<h4>Project.__getVirtualEnvironment</h4> -<b>__getVirtualEnvironment</b>(<i></i>) - -<p> - Private method to get the path of the virtual environment. -</p> -<dl> -<dt>Returns:</dt> -<dd> -path of the virtual environment -</dd> -</dl> -<dl> -<dt>Return Type:</dt> -<dd> -str -</dd> -</dl> -<a NAME="Project.__initDatabase" ID="Project.__initDatabase"></a> -<h4>Project.__initDatabase</h4> -<b>__initDatabase</b>(<i></i>) - -<p> - Private slot showing the result of the database creation. -</p> <a NAME="Project.__isSuitableForVariant" ID="Project.__isSuitableForVariant"></a> <h4>Project.__isSuitableForVariant</h4> <b>__isSuitableForVariant</b>(<i>variant, line0</i>) @@ -521,6 +495,45 @@ list of str </dd> </dl> +<a NAME="Project.getVirtualEnvironment" ID="Project.getVirtualEnvironment"></a> +<h4>Project.getVirtualEnvironment</h4> +<b>getVirtualEnvironment</b>(<i></i>) + +<p> + Public method to get the path of the virtual environment. +</p> +<dl> +<dt>Returns:</dt> +<dd> +path of the virtual environment +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> +<a NAME="Project.getVirtualenvInterpreter" ID="Project.getVirtualenvInterpreter"></a> +<h4>Project.getVirtualenvInterpreter</h4> +<b>getVirtualenvInterpreter</b>(<i></i>) + +<p> + Public method to get the path of the Python interpreter to be used + with the current project. +</p> +<dl> +<dt>Returns:</dt> +<dd> +path of the Python interpreter +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> <a NAME="Project.hasCapability" ID="Project.hasCapability"></a> <h4>Project.hasCapability</h4> <b>hasCapability</b>(<i>key</i>)