src/eric7/Documentation/Source/eric7.Tasks.Task.html

branch
eric7
changeset 10479
856476537696
parent 10431
64157aeb0312
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.Tasks.Task.html
--- a/src/eric7/Documentation/Source/eric7.Tasks.Task.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Tasks.Task.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,19 +7,17 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Tasks.Task</h1>
-
 <p>
 Module implementing a class to store task data.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#Task">Task</a></td>
 <td>Class implementing the task data structure.</td>
@@ -33,35 +31,36 @@
 <td>Class defining the task types.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="Task" ID="Task"></a>
 <h2>Task</h2>
-
 <p>
     Class implementing the task data structure.
 </p>
+
 <h3>Derived from</h3>
 QTreeWidgetItem
 <h3>Class Attributes</h3>
+<table>
+<tr><td>TaskType2ColorName</td></tr>
+<tr><td>TaskType2IconName</td></tr>
+<tr><td>TaskType2MarkersName</td></tr>
+</table>
 
-<table>
-<tr><td>TaskType2ColorName</td></tr><tr><td>TaskType2IconName</td></tr><tr><td>TaskType2MarkersName</td></tr>
-</table>
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#Task.__init__">Task</a></td>
 <td>Constructor</td>
@@ -131,19 +130,20 @@
 <td>Public method to convert the task data to a dictionary.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="Task.__init__" ID="Task.__init__"></a>
 <h4>Task (Constructor)</h4>
 <b>Task</b>(<i>summary, priority=TaskPriority.NORMAL, filename="", lineno=0, completed=False, _time=0, isProjectTask=False, taskType=TaskType.TODO, project=None, description="", uid="", parentUid="", </i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>summary</i> (str)</dt>
@@ -199,17 +199,17 @@
 <a NAME="Task.colorizeTask" ID="Task.colorizeTask"></a>
 <h4>Task.colorizeTask</h4>
 <b>colorizeTask</b>(<i></i>)
-
 <p>
         Public slot to set the colors of the task item.
 </p>
+
 <a NAME="Task.getFilename" ID="Task.getFilename"></a>
 <h4>Task.getFilename</h4>
 <b>getFilename</b>(<i></i>)
-
 <p>
         Public method to retrieve the task's filename.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -225,10 +225,10 @@
 <a NAME="Task.getLineno" ID="Task.getLineno"></a>
 <h4>Task.getLineno</h4>
 <b>getLineno</b>(<i></i>)
-
 <p>
         Public method to retrieve the task's linenumber.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -244,10 +244,10 @@
 <a NAME="Task.getParentUuid" ID="Task.getParentUuid"></a>
 <h4>Task.getParentUuid</h4>
 <b>getParentUuid</b>(<i></i>)
-
 <p>
         Public method to get the parent task's uid.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -263,10 +263,10 @@
 <a NAME="Task.getUuid" ID="Task.getUuid"></a>
 <h4>Task.getUuid</h4>
 <b>getUuid</b>(<i></i>)
-
 <p>
         Public method to get the task's uid.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -282,10 +282,10 @@
 <a NAME="Task.isCompleted" ID="Task.isCompleted"></a>
 <h4>Task.isCompleted</h4>
 <b>isCompleted</b>(<i></i>)
-
 <p>
         Public slot to return the completion status.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -301,10 +301,10 @@
 <a NAME="Task.isFileTask" ID="Task.isFileTask"></a>
 <h4>Task.isFileTask</h4>
 <b>isFileTask</b>(<i></i>)
-
 <p>
         Public slot to get an indication, if this task is related to a file.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -320,11 +320,11 @@
 <a NAME="Task.isProjectFileTask" ID="Task.isProjectFileTask"></a>
 <h4>Task.isProjectFileTask</h4>
 <b>isProjectFileTask</b>(<i></i>)
-
 <p>
         Public slot to get an indication, if this task is related to a
         project file.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -340,10 +340,10 @@
 <a NAME="Task.isProjectTask" ID="Task.isProjectTask"></a>
 <h4>Task.isProjectTask</h4>
 <b>isProjectTask</b>(<i></i>)
-
 <p>
         Public slot to return the project relation status.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -359,10 +359,10 @@
 <a NAME="Task.setCompleted" ID="Task.setCompleted"></a>
 <h4>Task.setCompleted</h4>
 <b>setCompleted</b>(<i>completed</i>)
-
 <p>
         Public slot to update the completed flag.
 </p>
+
 <dl>
 
 <dt><i>completed</i> (bool)</dt>
@@ -373,10 +373,10 @@
 <a NAME="Task.setDescription" ID="Task.setDescription"></a>
 <h4>Task.setDescription</h4>
 <b>setDescription</b>(<i>description</i>)
-
 <p>
         Public slot to update the description field.
 </p>
+
 <dl>
 
 <dt><i>description</i> (str)</dt>
@@ -387,10 +387,10 @@
 <a NAME="Task.setPriority" ID="Task.setPriority"></a>
 <h4>Task.setPriority</h4>
 <b>setPriority</b>(<i>priority</i>)
-
 <p>
         Public slot to update the priority.
 </p>
+
 <dl>
 
 <dt><i>priority</i> (TaskPriority)</dt>
@@ -401,10 +401,10 @@
 <a NAME="Task.setProjectTask" ID="Task.setProjectTask"></a>
 <h4>Task.setProjectTask</h4>
 <b>setProjectTask</b>(<i>pt</i>)
-
 <p>
         Public method to set the project relation flag.
 </p>
+
 <dl>
 
 <dt><i>pt</i> (bool)</dt>
@@ -415,10 +415,10 @@
 <a NAME="Task.setSummary" ID="Task.setSummary"></a>
 <h4>Task.setSummary</h4>
 <b>setSummary</b>(<i>summary</i>)
-
 <p>
         Public slot to update the description.
 </p>
+
 <dl>
 
 <dt><i>summary</i> (str)</dt>
@@ -429,10 +429,10 @@
 <a NAME="Task.setTaskType" ID="Task.setTaskType"></a>
 <h4>Task.setTaskType</h4>
 <b>setTaskType</b>(<i>taskType</i>)
-
 <p>
         Public method to update the task type.
 </p>
+
 <dl>
 
 <dt><i>taskType</i> (TaskType)</dt>
@@ -443,10 +443,10 @@
 <a NAME="Task.toDict" ID="Task.toDict"></a>
 <h4>Task.toDict</h4>
 <b>toDict</b>(<i></i>)
-
 <p>
         Public method to convert the task data to a dictionary.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -464,65 +464,73 @@
 <hr />
 <a NAME="TaskPriority" ID="TaskPriority"></a>
 <h2>TaskPriority</h2>
-
 <p>
     Class defining the task priorities.
 </p>
+
 <h3>Derived from</h3>
 enum.IntEnum
 <h3>Class Attributes</h3>
+<table>
+<tr><td>HIGH</td></tr>
+<tr><td>LOW</td></tr>
+<tr><td>NORMAL</td></tr>
+</table>
 
-<table>
-<tr><td>HIGH</td></tr><tr><td>LOW</td></tr><tr><td>NORMAL</td></tr>
-</table>
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
 <a NAME="TaskType" ID="TaskType"></a>
 <h2>TaskType</h2>
-
 <p>
     Class defining the task types.
 </p>
+
 <h3>Derived from</h3>
 enum.IntEnum
 <h3>Class Attributes</h3>
-
 <table>
-<tr><td>DOCU</td></tr><tr><td>FIXME</td></tr><tr><td>NONE</td></tr><tr><td>NOTE</td></tr><tr><td>TEST</td></tr><tr><td>TODO</td></tr><tr><td>WARNING</td></tr>
+<tr><td>DOCU</td></tr>
+<tr><td>FIXME</td></tr>
+<tr><td>NONE</td></tr>
+<tr><td>NOTE</td></tr>
+<tr><td>TEST</td></tr>
+<tr><td>TODO</td></tr>
+<tr><td>WARNING</td></tr>
 </table>
-<h3>Class Methods</h3>
 
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Static Methods</h3>
-
+<h3>Class Methods</h3>
 <table>
 <tr><td>None</td></tr>
 </table>
 
+<h3>Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<h3>Static Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial