~ubuntu-branches/ubuntu/karmic/eric/karmic

« back to all changes in this revision

Viewing changes to eric/Documentation/Source/eric3doc-eric3.XML.TasksHandler.html

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-01-28 18:02:25 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128180225-6nrox6yrworh2c4v
Tags: 4.0.4-1ubuntu1
* Add python-qt3 to build-depends becuase that's where Ubuntu puts 
  pyqtconfig
* Change maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
2
 
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
3
 
<html><head>
4
 
<title>eric3.XML.TasksHandler</title>
5
 
</head>
6
 
<body bgcolor="#FFFFFF"><a NAME="top" ID="top"></a>
7
 
<h1><font color="#0000FF">eric3.XML.TasksHandler</font></h1>
8
 
<p>
9
 
Module implementing the handler class for reading an XML tasks file.
10
 
</p>
11
 
<h3><font color="#FF0000">Classes</font></h3>
12
 
<table>
13
 
<tr>
14
 
<td><a href="#TasksHandler">TasksHandler</a></td>
15
 
<td>Class implementing a sax handler to read an XML tasks file.</td>
16
 
</tr>
17
 
</table>
18
 
<h3><font color="#FF0000">Functions</font></h3>
19
 
<table>
20
 
<tr><td>None</td></tr>
21
 
</table>
22
 
<hr /><hr />
23
 
<a NAME="TasksHandler" ID="TasksHandler"></a>
24
 
<h2><font color="#0000FF">TasksHandler</font></h2>
25
 
<p>
26
 
    Class implementing a sax handler to read an XML tasks file.
27
 
</p>
28
 
<h3><font color="#FF0000">Derived from</font></h3>
29
 
XMLHandlerBase
30
 
<h3><font color="#FF0000">Methods</font></h3>
31
 
<table>
32
 
<tr>
33
 
<td><a href="#TasksHandler.__init__">TasksHandler</a></td>
34
 
<td>Constructor</td>
35
 
</tr><tr>
36
 
<td><a href="#TasksHandler.buildPath">buildPath</a></td>
37
 
<td>Private method to assemble a path.</td>
38
 
</tr><tr>
39
 
<td><a href="#TasksHandler.endCreated">endCreated</a></td>
40
 
<td>Handler method for the "Created" end tag.</td>
41
 
</tr><tr>
42
 
<td><a href="#TasksHandler.endDescription">endDescription</a></td>
43
 
<td>Handler method for the "Description" end tag.</td>
44
 
</tr><tr>
45
 
<td><a href="#TasksHandler.endDir">endDir</a></td>
46
 
<td>Handler method for the "Dir" end tag.</td>
47
 
</tr><tr>
48
 
<td><a href="#TasksHandler.endFilename">endFilename</a></td>
49
 
<td>Handler method for the "Filename" end tag.</td>
50
 
</tr><tr>
51
 
<td><a href="#TasksHandler.endLinenumber">endLinenumber</a></td>
52
 
<td>Handler method for the "Linenumber" end tag.</td>
53
 
</tr><tr>
54
 
<td><a href="#TasksHandler.endName">endName</a></td>
55
 
<td>Handler method for the "Name" end tag.</td>
56
 
</tr><tr>
57
 
<td><a href="#TasksHandler.endTask">endTask</a></td>
58
 
<td>Handler method for the "Task" end tag.</td>
59
 
</tr><tr>
60
 
<td><a href="#TasksHandler.getVersion">getVersion</a></td>
61
 
<td>Public method to retrieve the version of the tasks file.</td>
62
 
</tr><tr>
63
 
<td><a href="#TasksHandler.startDocumentTasks">startDocumentTasks</a></td>
64
 
<td>Handler called, when the document parsing is started.</td>
65
 
</tr><tr>
66
 
<td><a href="#TasksHandler.startFilename">startFilename</a></td>
67
 
<td>Handler method for the "Filename" start tag.</td>
68
 
</tr><tr>
69
 
<td><a href="#TasksHandler.startTask">startTask</a></td>
70
 
<td>Handler method for the "Task" start tag.</td>
71
 
</tr><tr>
72
 
<td><a href="#TasksHandler.startTasks">startTasks</a></td>
73
 
<td>Handler method for the "Tasks" start tag.</td>
74
 
</tr>
75
 
</table>
76
 
<p><a NAME="TasksHandler.__init__" ID="TasksHandler__init__"></a>
77
 
<h3><font color="#0000FF">TasksHandler (Constructor)</font></h3>
78
 
<b>TasksHandler</b>(<i>forProject=0, taskViewer=None</i>)
79
 
<p>
80
 
        Constructor
81
 
</p><dl>
82
 
<dt><i>forProject</i></dt>
83
 
<dd>
84
 
flag indicating project related mode (boolean)
85
 
</dd><dt><i>taskViewer</i></dt>
86
 
<dd>
87
 
reference to the task viewer object
88
 
</dd>
89
 
</dl><a NAME="TasksHandler.buildPath" ID="TasksHandlerbuildPath"></a>
90
 
<h3><font color="#0000FF">TasksHandler.buildPath</font></h3>
91
 
<b>buildPath</b>(<i></i>)
92
 
<p>
93
 
        Private method to assemble a path.
94
 
</p><dl>
95
 
<dt>Returns:</dt>
96
 
<dd>
97
 
The ready assembled path. (string)
98
 
</dd>
99
 
</dl><a NAME="TasksHandler.endCreated" ID="TasksHandlerendCreated"></a>
100
 
<h3><font color="#0000FF">TasksHandler.endCreated</font></h3>
101
 
<b>endCreated</b>(<i></i>)
102
 
<p>
103
 
        Handler method for the "Created" end tag.
104
 
</p><a NAME="TasksHandler.endDescription" ID="TasksHandlerendDescription"></a>
105
 
<h3><font color="#0000FF">TasksHandler.endDescription</font></h3>
106
 
<b>endDescription</b>(<i></i>)
107
 
<p>
108
 
        Handler method for the "Description" end tag.
109
 
</p><a NAME="TasksHandler.endDir" ID="TasksHandlerendDir"></a>
110
 
<h3><font color="#0000FF">TasksHandler.endDir</font></h3>
111
 
<b>endDir</b>(<i></i>)
112
 
<p>
113
 
        Handler method for the "Dir" end tag.
114
 
</p><a NAME="TasksHandler.endFilename" ID="TasksHandlerendFilename"></a>
115
 
<h3><font color="#0000FF">TasksHandler.endFilename</font></h3>
116
 
<b>endFilename</b>(<i></i>)
117
 
<p>
118
 
        Handler method for the "Filename" end tag.
119
 
</p><a NAME="TasksHandler.endLinenumber" ID="TasksHandlerendLinenumber"></a>
120
 
<h3><font color="#0000FF">TasksHandler.endLinenumber</font></h3>
121
 
<b>endLinenumber</b>(<i></i>)
122
 
<p>
123
 
        Handler method for the "Linenumber" end tag.
124
 
</p><a NAME="TasksHandler.endName" ID="TasksHandlerendName"></a>
125
 
<h3><font color="#0000FF">TasksHandler.endName</font></h3>
126
 
<b>endName</b>(<i></i>)
127
 
<p>
128
 
        Handler method for the "Name" end tag.
129
 
</p><a NAME="TasksHandler.endTask" ID="TasksHandlerendTask"></a>
130
 
<h3><font color="#0000FF">TasksHandler.endTask</font></h3>
131
 
<b>endTask</b>(<i></i>)
132
 
<p>
133
 
        Handler method for the "Task" end tag.
134
 
</p><a NAME="TasksHandler.getVersion" ID="TasksHandlergetVersion"></a>
135
 
<h3><font color="#0000FF">TasksHandler.getVersion</font></h3>
136
 
<b>getVersion</b>(<i></i>)
137
 
<p>
138
 
        Public method to retrieve the version of the tasks file.
139
 
</p><dl>
140
 
<dt>Returns:</dt>
141
 
<dd>
142
 
String containing the version number.
143
 
</dd>
144
 
</dl><a NAME="TasksHandler.startDocumentTasks" ID="TasksHandlerstartDocumentTasks"></a>
145
 
<h3><font color="#0000FF">TasksHandler.startDocumentTasks</font></h3>
146
 
<b>startDocumentTasks</b>(<i></i>)
147
 
<p>
148
 
        Handler called, when the document parsing is started.
149
 
</p><a NAME="TasksHandler.startFilename" ID="TasksHandlerstartFilename"></a>
150
 
<h3><font color="#0000FF">TasksHandler.startFilename</font></h3>
151
 
<b>startFilename</b>(<i>attrs</i>)
152
 
<p>
153
 
        Handler method for the "Filename" start tag.
154
 
</p><dl>
155
 
<dt><i>attrs</i></dt>
156
 
<dd>
157
 
list of tag attributes
158
 
</dd>
159
 
</dl><a NAME="TasksHandler.startTask" ID="TasksHandlerstartTask"></a>
160
 
<h3><font color="#0000FF">TasksHandler.startTask</font></h3>
161
 
<b>startTask</b>(<i>attrs</i>)
162
 
<p>
163
 
        Handler method for the "Task" start tag.
164
 
</p><dl>
165
 
<dt><i>attrs</i></dt>
166
 
<dd>
167
 
list of tag attributes
168
 
</dd>
169
 
</dl><a NAME="TasksHandler.startTasks" ID="TasksHandlerstartTasks"></a>
170
 
<h3><font color="#0000FF">TasksHandler.startTasks</font></h3>
171
 
<b>startTasks</b>(<i>attrs</i>)
172
 
<p>
173
 
        Handler method for the "Tasks" start tag.
174
 
</p><dl>
175
 
<dt><i>attrs</i></dt>
176
 
<dd>
177
 
list of tag attributes
178
 
</dd>
179
 
</dl></p>
180
 
<div align="right"><a href="#top">Up</a></div>
181
 
<hr />
182
 
</body></html>
 
 
b'\\ No newline at end of file'