diff -r 17d03699f151 -r 184ece570a2b eric6/Documentation/Source/eric6.Tasks.TaskPropertiesDialog.html --- a/eric6/Documentation/Source/eric6.Tasks.TaskPropertiesDialog.html Sun May 02 15:09:14 2021 +0200 +++ b/eric6/Documentation/Source/eric6.Tasks.TaskPropertiesDialog.html Sun May 02 15:09:29 2021 +0200 @@ -73,12 +73,16 @@ <td>Constructor</td> </tr> <tr> +<td><a href="#TaskPropertiesDialog.__setMode">__setMode</a></td> +<td>Private method to show or hide dialog elements depending on the task kind.</td> +</tr> +<tr> <td><a href="#TaskPropertiesDialog.getData">getData</a></td> <td>Public method to retrieve the dialogs data.</td> </tr> <tr> -<td><a href="#TaskPropertiesDialog.setReadOnly">setReadOnly</a></td> -<td>Public slot to set the dialog to read only mode.</td> +<td><a href="#TaskPropertiesDialog.isManualTaskMode">isManualTaskMode</a></td> +<td>Public method to check, if the dialog is in manual task mode.</td> </tr> <tr> <td><a href="#TaskPropertiesDialog.setSubTaskMode">setSubTaskMode</a></td> @@ -100,17 +104,36 @@ </p> <dl> -<dt><i>task</i></dt> +<dt><i>task</i> (Task)</dt> <dd> the task object to be shown </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -the parent widget (QWidget) +the parent widget +</dd> +<dt><i>projectOpen</i> (bool)</dt> +<dd> +flag indicating status of the project </dd> -<dt><i>projectOpen</i></dt> +</dl> +<a NAME="TaskPropertiesDialog.__setMode" ID="TaskPropertiesDialog.__setMode"></a> +<h4>TaskPropertiesDialog.__setMode</h4> +<b>__setMode</b>(<i>isFileTask, projectOpen</i>) + +<p> + Private method to show or hide dialog elements depending on the task + kind. +</p> +<dl> + +<dt><i>isFileTask</i> (bool)</dt> <dd> -flag indicating status of the project (boolean) +flag indicating a file task (i.e. extracted task) +</dd> +<dt><i>projectOpen</i> (bool)</dt> +<dd> +flag indicating status of the project </dd> </dl> <a NAME="TaskPropertiesDialog.getData" ID="TaskPropertiesDialog.getData"></a> @@ -123,18 +146,35 @@ <dl> <dt>Return:</dt> <dd> -tuple of description, priority, completion flag, - project flag and long text (string, string, boolean, - boolean, string) +tuple of description, priority, type, completion flag, + project flag and long text +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, TaskPriority, TaskType, bool, bool, str) </dd> </dl> -<a NAME="TaskPropertiesDialog.setReadOnly" ID="TaskPropertiesDialog.setReadOnly"></a> -<h4>TaskPropertiesDialog.setReadOnly</h4> -<b>setReadOnly</b>(<i></i>) +<a NAME="TaskPropertiesDialog.isManualTaskMode" ID="TaskPropertiesDialog.isManualTaskMode"></a> +<h4>TaskPropertiesDialog.isManualTaskMode</h4> +<b>isManualTaskMode</b>(<i></i>) <p> - Public slot to set the dialog to read only mode. + Public method to check, if the dialog is in manual task mode. </p> +<dl> +<dt>Return:</dt> +<dd> +flag indicating manual task mode +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> <a NAME="TaskPropertiesDialog.setSubTaskMode" ID="TaskPropertiesDialog.setSubTaskMode"></a> <h4>TaskPropertiesDialog.setSubTaskMode</h4> <b>setSubTaskMode</b>(<i>projectTask</i>)