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

« back to all changes in this revision

Viewing changes to eric/Documentation/Source/eric4.XML.TasksWriter.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
<?xml version="1.0" encoding="utf-8"?>
 
2
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
 
3
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
 
4
<html><head>
 
5
<title>eric4.XML.TasksWriter</title>
 
6
<style>
 
7
body {
 
8
    background:white;
 
9
    margin: 0em 1em 10em 1em;
 
10
    color: black;
 
11
}
 
12
 
 
13
h1 { color: white; background: #4FA4FF; }
 
14
h2 { color: white; background: #4FA4FF; }
 
15
h3 { color: white; background: #00557F; }
 
16
h4 { color: white; background: #00557F; }
 
17
    
 
18
a { color: #AA5500; }
 
19
 
 
20
</style>
 
21
</head>
 
22
<body><a NAME="top" ID="top"></a>
 
23
<h1>eric4.XML.TasksWriter</h1>
 
24
<p>
 
25
Module implementing the writer class for writing an XML tasks file.
 
26
</p>
 
27
<h3>Classes</h3>
 
28
<table>
 
29
<tr>
 
30
<td><a href="#TasksWriter">TasksWriter</a></td>
 
31
<td>Class implementing the writer class for writing an XML tasks file.</td>
 
32
</tr>
 
33
</table>
 
34
<h3>Functions</h3>
 
35
<table>
 
36
<tr><td>None</td></tr>
 
37
</table>
 
38
<hr /><hr />
 
39
<a NAME="TasksWriter" ID="TasksWriter"></a>
 
40
<h2>TasksWriter</h2>
 
41
<p>
 
42
    Class implementing the writer class for writing an XML tasks file.
 
43
</p>
 
44
<h3>Derived from</h3>
 
45
XMLWriterBase
 
46
<h3>Methods</h3>
 
47
<table>
 
48
<tr>
 
49
<td><a href="#TasksWriter.__init__">TasksWriter</a></td>
 
50
<td>Constructor</td>
 
51
</tr><tr>
 
52
<td><a href="#TasksWriter.writeXML">writeXML</a></td>
 
53
<td>Public method to write the XML to the file.</td>
 
54
</tr>
 
55
</table>
 
56
<p><a NAME="TasksWriter.__init__" ID="TasksWriter.__init__"></a>
 
57
<h4>TasksWriter (Constructor)</h4>
 
58
<b>TasksWriter</b>(<i>file, forProject = False, projectName=""</i>)
 
59
<p>
 
60
        Constructor
 
61
</p><dl>
 
62
<dt><i>file</i></dt>
 
63
<dd>
 
64
open file (like) object for writing
 
65
</dd><dt><i>forProject</i></dt>
 
66
<dd>
 
67
flag indicating project related mode (boolean)
 
68
</dd><dt><i>projectName</i></dt>
 
69
<dd>
 
70
name of the project (string)
 
71
</dd>
 
72
</dl><a NAME="TasksWriter.writeXML" ID="TasksWriter.writeXML"></a>
 
73
<h4>TasksWriter.writeXML</h4>
 
74
<b>writeXML</b>(<i></i>)
 
75
<p>
 
76
        Public method to write the XML to the file.
 
77
</p></p>
 
78
<div align="right"><a href="#top">Up</a></div>
 
79
<hr />
 
80
</body></html>
 
 
b'\\ No newline at end of file'