File: qabstractfileengine.html

package info (click to toggle)
python-qt4 4.0.1-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 18,632 kB
  • ctags: 2,639
  • sloc: python: 29,409; sh: 5,646; cpp: 3,168; xml: 149; makefile: 109
file content (297 lines) | stat: -rw-r--r-- 33,296 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html><head><title>QAbstractFileEngine Class Reference</title><style>h3.fn,span.fn { margin-left: 1cm; text-indent: -1cm }
a:link { color: #004faf; text-decoration: none }
a:visited { color: #672967; text-decoration: none }
td.postheader { font-family: sans-serif }
tr.address { font-family: sans-serif }
body { background: #ffffff; color: black; }
</style></head><body><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr /><td align="left" valign="top" width="32"><img align="left" border="0" height="32" src="images/rb-logo.png" width="32" /></td><td width="1">&#160;&#160;</td><td class="postheader" valign="center"><a href="../pyqt4ref.html"><font color="#004faf">Home</font></a>&#160;&#183; <a href="classes.html"><font color="#004faf">All Classes</font></a>&#160;&#183; <a href="modules.html"><font color="#004faf">Modules</font></a></td></table><h1 align="center">QAbstractFileEngine Class Reference<br /><sup><sup>[<a href="qtcore.html">QtCore</a> module]</sup></sup></h1><p>The QAbstractFileEngine class provides an abstraction for accessing the filesystem. <a href="#details">More...</a></p>
<p>Inherited by <a href="qfsfileengine.html">QFSFileEngine</a>.</p><h3>Types</h3><ul><li><div class="fn" />enum <b><a href="qabstractfileengine.html#FileFlag-enum">FileFlag</a></b> { ReadOwnerPerm, WriteOwnerPerm, ExeOwnerPerm, ReadUserPerm, ..., FileInfoAll }</li><li><div class="fn" />class <b><a href="qabstractfileengine-fileflags.html">FileFlags</a></b></li><li><div class="fn" />enum <b><a href="qabstractfileengine.html#FileName-enum">FileName</a></b> { DefaultName, BaseName, PathName, AbsoluteName, ..., CanonicalPathName }</li><li><div class="fn" />enum <b><a href="qabstractfileengine.html#FileOwner-enum">FileOwner</a></b> { OwnerUser, OwnerGroup }</li><li><div class="fn" />enum <b><a href="qabstractfileengine.html#FileTime-enum">FileTime</a></b> { CreationTime, ModificationTime, AccessTime }</li></ul><h3>Methods</h3><ul><li><div class="fn" /><b><a href="qabstractfileengine.html#QAbstractFileEngine">__init__</a></b> (<i>self</i>)</li><li><div class="fn" /><b><a href="qabstractfileengine.html#QAbstractFileEngine-2">__init__</a></b> (<i>self</i>, QAbstractFileEngine)</li><li><div class="fn" />bool <b><a href="qabstractfileengine.html#caseSensitive">caseSensitive</a></b> (<i>self</i>)</li><li><div class="fn" />bool <b><a href="qabstractfileengine.html#close">close</a></b> (<i>self</i>)</li><li><div class="fn" />bool <b><a href="qabstractfileengine.html#copy">copy</a></b> (<i>self</i>, QString&#160;<i>newName</i>)</li><li><div class="fn" />QStringList <b><a href="qabstractfileengine.html#entryList">entryList</a></b> (<i>self</i>, QDir.Filters&#160;<i>filters</i>, QStringList&#160;<i>filterNames</i>)</li><li><div class="fn" />QFile.FileError <b><a href="qabstractfileengine.html#error">error</a></b> (<i>self</i>)</li><li><div class="fn" />QString <b><a href="qabstractfileengine.html#errorString">errorString</a></b> (<i>self</i>)</li><li><div class="fn" />FileFlags <b><a href="qabstractfileengine.html#fileFlags">fileFlags</a></b> (<i>self</i>, FileFlags&#160;<i>type</i>&#160;=&#160;QAbstractFileEngine.FileInfoAll)</li><li><div class="fn" />QString <b><a href="qabstractfileengine.html#fileName">fileName</a></b> (<i>self</i>, FileName&#160;<i>file</i>&#160;=&#160;QAbstractFileEngine.DefaultName)</li><li><div class="fn" />QDateTime <b><a href="qabstractfileengine.html#fileTime">fileTime</a></b> (<i>self</i>, FileTime&#160;<i>time</i>)</li><li><div class="fn" />bool <b><a href="qabstractfileengine.html#flush">flush</a></b> (<i>self</i>)</li><li><div class="fn" />int <b><a href="qabstractfileengine.html#handle">handle</a></b> (<i>self</i>)</li><li><div class="fn" />bool <b><a href="qabstractfileengine.html#isRelativePath">isRelativePath</a></b> (<i>self</i>)</li><li><div class="fn" />bool <b><a href="qabstractfileengine.html#isSequential">isSequential</a></b> (<i>self</i>)</li><li><div class="fn" />bool <b><a href="qabstractfileengine.html#link">link</a></b> (<i>self</i>, QString&#160;<i>newName</i>)</li><li><div class="fn" />bool <b><a href="qabstractfileengine.html#mkdir">mkdir</a></b> (<i>self</i>, QString&#160;<i>dirName</i>, bool&#160;<i>createParentDirectories</i>)</li><li><div class="fn" />bool <b><a href="qabstractfileengine.html#open">open</a></b> (<i>self</i>, QIODevice.OpenMode&#160;<i>openMode</i>)</li><li><div class="fn" />QString <b><a href="qabstractfileengine.html#owner">owner</a></b> (<i>self</i>, FileOwner)</li><li><div class="fn" />unsigned long <b><a href="qabstractfileengine.html#ownerId">ownerId</a></b> (<i>self</i>, FileOwner)</li><li><div class="fn" />long <b><a href="qabstractfileengine.html#pos">pos</a></b> (<i>self</i>)</li><li><div class="fn" />object <b><a href="qabstractfileengine.html#read">read</a></b> (<i>self</i>, long&#160;<i>maxlen</i>)</li><li><div class="fn" />object <b><a href="qabstractfileengine.html#readLine">readLine</a></b> (<i>self</i>, long&#160;<i>maxlen</i>)</li><li><div class="fn" />bool <b><a href="qabstractfileengine.html#remove">remove</a></b> (<i>self</i>)</li><li><div class="fn" />bool <b><a href="qabstractfileengine.html#rename">rename</a></b> (<i>self</i>, QString&#160;<i>newName</i>)</li><li><div class="fn" />bool <b><a href="qabstractfileengine.html#rmdir">rmdir</a></b> (<i>self</i>, QString&#160;<i>dirName</i>, bool&#160;<i>recurseParentDirectories</i>)</li><li><div class="fn" />bool <b><a href="qabstractfileengine.html#seek">seek</a></b> (<i>self</i>, long&#160;<i>pos</i>)</li><li><div class="fn" /><b><a href="qabstractfileengine.html#setError">setError</a></b> (<i>self</i>, QFile.FileError&#160;<i>error</i>, QString&#160;<i>str</i>)</li><li><div class="fn" /><b><a href="qabstractfileengine.html#setFileName">setFileName</a></b> (<i>self</i>, QString&#160;<i>file</i>)</li><li><div class="fn" />bool <b><a href="qabstractfileengine.html#setPermissions">setPermissions</a></b> (<i>self</i>, unsigned long&#160;<i>perms</i>)</li><li><div class="fn" />bool <b><a href="qabstractfileengine.html#setSize">setSize</a></b> (<i>self</i>, long&#160;<i>size</i>)</li><li><div class="fn" />long <b><a href="qabstractfileengine.html#size">size</a></b> (<i>self</i>)</li><li><div class="fn" />long <b><a href="qabstractfileengine.html#write">write</a></b> (<i>self</i>, str&#160;<i>data</i>)</li></ul><h3>Static Methods</h3><ul><li><div class="fn" />QAbstractFileEngine <b><a href="qabstractfileengine.html#create">create</a></b> (QString&#160;<i>fileName</i>)</li></ul><a name="details" /><hr /><h2>Detailed Description</h2><p>The QAbstractFileEngine class provides an abstraction for accessing the filesystem.</p>
<p>The <a href="qdir.html">QDir</a>, <a href="qfile.html">QFile</a>, and <a href="qfileinfo.html">QFileInfo</a> classes all make use of a QAbstractFileEngine internally. If you create your own QAbstractFileEngine subclass (and register it with Qt by creating a <a href="qabstractfileenginehandler.html">QAbstractFileEngineHandler</a> subclass), your file engine will be used when the path is one that your file engine handles.</p>
<p>A QAbstractFileEngine refers to one file or one directory. If the referent is a file, the <a href="qabstractfileengine.html#setFileName">setFileName</a>(), <a href="qabstractfileengine.html#rename">rename</a>(), and <a href="qabstractfileengine.html#remove">remove</a>() functions are applicable. If the referent is a directory the <a href="qabstractfileengine.html#mkdir">mkdir</a>(), <a href="qabstractfileengine.html#rmdir">rmdir</a>(), and <a href="qabstractfileengine.html#entryList">entryList</a>() functions are applicable. In all cases the <a href="qabstractfileengine.html#caseSensitive">caseSensitive</a>(), <a href="qabstractfileengine.html#isRelativePath">isRelativePath</a>(), <a href="qabstractfileengine.html#fileFlags">fileFlags</a>(), <a href="qabstractfileengine.html#ownerId">ownerId</a>(), <a href="qabstractfileengine.html#owner">owner</a>(), and <a href="qabstractfileengine.html#fileTime">fileTime</a>() functions are applicable.</p>
<p>A QAbstractFileEngine subclass can be created to do syncronous network I/O based file system operations, local file system operations, or to operate as a resource system to access file based resources.</p>
<p>See also <a href="qabstractfileenginehandler.html">QAbstractFileEngineHandler</a>.</p>
<hr /><h2>Type Documentation</h2><h3 class="fn"><a name="FileFlag-enum" />QAbstractFileEngine.FileFlag</h3><p>The permissions and types of a file, suitable for OR'ing together.</p>
<table border="1" cellpadding="2" cellspacing="1" width="100%">
<tr>
<th width="25%">Constant</th>
<th width="15%">Value</th>
<th width="60%">Description</th>
</tr>
<tr>
<td valign="top"><tt>QAbstractFileEngine.ReadOwnerPerm</tt></td>
<td align="center" valign="top"><tt>0x4000</tt></td>
<td valign="top">The owner of the file has permission to read it.</td>
</tr>
<tr>
<td valign="top"><tt>QAbstractFileEngine.WriteOwnerPerm</tt></td>
<td align="center" valign="top"><tt>0x2000</tt></td>
<td valign="top">The owner of the file has permission to write to it.</td>
</tr>
<tr>
<td valign="top"><tt>QAbstractFileEngine.ExeOwnerPerm</tt></td>
<td align="center" valign="top"><tt>0x1000</tt></td>
<td valign="top">The owner of the file has permission to execute it.</td>
</tr>
<tr>
<td valign="top"><tt>QAbstractFileEngine.ReadUserPerm</tt></td>
<td align="center" valign="top"><tt>0x0400</tt></td>
<td valign="top">The current user has permission to read the file.</td>
</tr>
<tr>
<td valign="top"><tt>QAbstractFileEngine.WriteUserPerm</tt></td>
<td align="center" valign="top"><tt>0x0200</tt></td>
<td valign="top">The current user has permission to write to the file.</td>
</tr>
<tr>
<td valign="top"><tt>QAbstractFileEngine.ExeUserPerm</tt></td>
<td align="center" valign="top"><tt>0x0100</tt></td>
<td valign="top">The current user has permission to execute the file.</td>
</tr>
<tr>
<td valign="top"><tt>QAbstractFileEngine.ReadGroupPerm</tt></td>
<td align="center" valign="top"><tt>0x0040</tt></td>
<td valign="top">Members of the current user's group have permission to read the file.</td>
</tr>
<tr>
<td valign="top"><tt>QAbstractFileEngine.WriteGroupPerm</tt></td>
<td align="center" valign="top"><tt>0x0020</tt></td>
<td valign="top">Members of the current user's group have permission to write to the file.</td>
</tr>
<tr>
<td valign="top"><tt>QAbstractFileEngine.ExeGroupPerm</tt></td>
<td align="center" valign="top"><tt>0x0010</tt></td>
<td valign="top">Members of the current user's group have permission to execute the file.</td>
</tr>
<tr>
<td valign="top"><tt>QAbstractFileEngine.ReadOtherPerm</tt></td>
<td align="center" valign="top"><tt>0x0004</tt></td>
<td valign="top">All users have permission to read the file.</td>
</tr>
<tr>
<td valign="top"><tt>QAbstractFileEngine.WriteOtherPerm</tt></td>
<td align="center" valign="top"><tt>0x0002</tt></td>
<td valign="top">All users have permission to write to the file.</td>
</tr>
<tr>
<td valign="top"><tt>QAbstractFileEngine.ExeOtherPerm</tt></td>
<td align="center" valign="top"><tt>0x0001</tt></td>
<td valign="top">All users have permission to execute the file.</td>
</tr>
<tr>
<td valign="top"><tt>QAbstractFileEngine.LinkType</tt></td>
<td align="center" valign="top"><tt>0x10000</tt></td>
<td valign="top">The file is a link to another file (or link) in the file system (i.e. not a file or directory).</td>
</tr>
<tr>
<td valign="top"><tt>QAbstractFileEngine.FileType</tt></td>
<td align="center" valign="top"><tt>0x20000</tt></td>
<td valign="top">The file is a regular file to the file system (i.e. not a link or directory)</td>
</tr>
<tr>
<td valign="top"><tt>QAbstractFileEngine.DirectoryType</tt></td>
<td align="center" valign="top"><tt>0x40000</tt></td>
<td valign="top">The file is a directory in the file system (i.e. not a link or file).</td>
</tr>
<tr>
<td valign="top"><tt>QAbstractFileEngine.HiddenFlag</tt></td>
<td align="center" valign="top"><tt>0x0100000</tt></td>
<td valign="top">The file is hidden.</td>
</tr>
<tr>
<td valign="top"><tt>QAbstractFileEngine.ExistsFlag</tt></td>
<td align="center" valign="top"><tt>0x0400000</tt></td>
<td valign="top">The file actually exists in the file system.</td>
</tr>
<tr>
<td valign="top"><tt>QAbstractFileEngine.RootFlag</tt></td>
<td align="center" valign="top"><tt>0x0800000</tt></td>
<td valign="top">The file or the file pointed to is the root of the filesystem.</td>
</tr>
<tr>
<td valign="top"><tt>QAbstractFileEngine.LocalDiskFlag</tt></td>
<td align="center" valign="top"><tt>0x0200000</tt></td>
<td valign="top">The file resides on the local disk and can be passed to standard file functions.</td>
</tr>
</table>
<br />
<br />
<p>The FileFlags type is a typedef for <a href="qflags.html">QFlags</a>&lt;FileFlag&gt;. It stores an OR combination of FileFlag values.</p>
<p>See also <a href="qabstractfileengine.html#fileFlags">fileFlags</a>() and <a href="qabstractfileengine.html#setFileName">setFileName</a>().</p>
<h3 class="fn"><a name="FileName-enum" />QAbstractFileEngine.FileName</h3><p>These values are used to request a file name in a particular format.</p>
<table border="1" cellpadding="2" cellspacing="1" width="100%">
<tr>
<th width="25%">Constant</th>
<th width="15%">Value</th>
<th width="60%">Description</th>
</tr>
<tr>
<td valign="top"><tt>QAbstractFileEngine.DefaultName</tt></td>
<td align="center" valign="top"><tt>0</tt></td>
<td valign="top">The same filename that was passed to the <a href="qabstractfileengine.html">QAbstractFileEngine</a>.</td>
</tr>
<tr>
<td valign="top"><tt>QAbstractFileEngine.BaseName</tt></td>
<td align="center" valign="top"><tt>1</tt></td>
<td valign="top">The name of the file excluding the path.</td>
</tr>
<tr>
<td valign="top"><tt>QAbstractFileEngine.PathName</tt></td>
<td align="center" valign="top"><tt>2</tt></td>
<td valign="top">The path to the file excluding the base name.</td>
</tr>
<tr>
<td valign="top"><tt>QAbstractFileEngine.AbsoluteName</tt></td>
<td align="center" valign="top"><tt>3</tt></td>
<td valign="top">The absolute path to the file (including the base name).</td>
</tr>
<tr>
<td valign="top"><tt>QAbstractFileEngine.AbsolutePathName</tt></td>
<td align="center" valign="top"><tt>4</tt></td>
<td valign="top">The absolute path to the file (excluding the base name).</td>
</tr>
<tr>
<td valign="top"><tt>QAbstractFileEngine.LinkName</tt></td>
<td align="center" valign="top"><tt>5</tt></td>
<td valign="top">The full file name of the file that this file is a link to. (This will be empty if this file is not a link.)</td>
</tr>
<tr>
<td valign="top"><tt>QAbstractFileEngine.CanonicalName</tt></td>
<td align="center" valign="top"><tt>6</tt></td>
<td valign="top">Often very similar to LinkName. Will return the true path to the file.</td>
</tr>
<tr>
<td valign="top"><tt>QAbstractFileEngine.CanonicalPathName</tt></td>
<td align="center" valign="top"><tt>7</tt></td>
<td valign="top">Same as CanonicalName, excluding the base name.</td>
</tr>
</table>
<br />
<br />
<p>See also <a href="qabstractfileengine.html#fileName">fileName</a>() and <a href="qabstractfileengine.html#setFileName">setFileName</a>().</p>
<h3 class="fn"><a name="FileOwner-enum" />QAbstractFileEngine.FileOwner</h3><table border="1" cellpadding="2" cellspacing="1" width="100%">
<tr>
<th width="25%">Constant</th>
<th width="15%">Value</th>
<th width="60%">Description</th>
</tr>
<tr>
<td valign="top"><tt>QAbstractFileEngine.OwnerUser</tt></td>
<td align="center" valign="top"><tt>0</tt></td>
<td valign="top">The user who owns the file.</td>
</tr>
<tr>
<td valign="top"><tt>QAbstractFileEngine.OwnerGroup</tt></td>
<td align="center" valign="top"><tt>1</tt></td>
<td valign="top">The group who owns the file.</td>
</tr>
</table>
<br />
<br />
<p>See also <a href="qabstractfileengine.html#owner">owner</a>(), <a href="qabstractfileengine.html#ownerId">ownerId</a>(), and <a href="qabstractfileengine.html#setFileName">setFileName</a>().</p>
<h3 class="fn"><a name="FileTime-enum" />QAbstractFileEngine.FileTime</h3><p>These are used by the <a href="qabstractfileengine.html#fileTime">fileTime</a>() function.</p>
<table border="1" cellpadding="2" cellspacing="1" width="100%">
<tr>
<th width="25%">Constant</th>
<th width="15%">Value</th>
<th width="60%">Description</th>
</tr>
<tr>
<td valign="top"><tt>QAbstractFileEngine.CreationTime</tt></td>
<td align="center" valign="top"><tt>0</tt></td>
<td valign="top">When the file was created.</td>
</tr>
<tr>
<td valign="top"><tt>QAbstractFileEngine.ModificationTime</tt></td>
<td align="center" valign="top"><tt>1</tt></td>
<td valign="top">When the file was most recently modified.</td>
</tr>
<tr>
<td valign="top"><tt>QAbstractFileEngine.AccessTime</tt></td>
<td align="center" valign="top"><tt>2</tt></td>
<td valign="top">When the file was most recently accessed (e.g. read or written to).</td>
</tr>
</table>
<br />
<br />
<p>See also <a href="qabstractfileengine.html#setFileName">setFileName</a>().</p>
<hr /><h2>Method Documentation</h2><h3 class="fn"><a name="QAbstractFileEngine" />QAbstractFileEngine.__init__ (<i>self</i>)</h3><p>Constructs a new <a href="qabstractfileengine.html">QAbstractFileEngine</a> that does not refer to any file or directory.</p>
<p>See also <a href="qabstractfileengine.html#setFileName">setFileName</a>().</p>
<h3 class="fn"><a name="QAbstractFileEngine-2" />QAbstractFileEngine.__init__ (<i>self</i>, <a href="qabstractfileengine.html">QAbstractFileEngine</a>)</h3><h3 class="fn"><a name="caseSensitive" />bool QAbstractFileEngine.caseSensitive (<i>self</i>)</h3><p>Should return true if the underlying file system is case-sensitive; otherwise return false.</p>
<p>This virtual function must be reimplemented by all subclasses.</p>
<h3 class="fn"><a name="close" />bool QAbstractFileEngine.close (<i>self</i>)</h3><p>Closes the file.</p>
<h3 class="fn"><a name="copy" />bool QAbstractFileEngine.copy (<i>self</i>, <a href="qstring.html">QString</a>&#160;<i>newName</i>)</h3><p>Copies the contents of this file to a file with the name <i>newName</i>. Returns true on success; otherwise, false is returned.</p>
<h3 class="fn"><a name="create" /><a href="qabstractfileengine.html">QAbstractFileEngine</a> QAbstractFileEngine.create (<a href="qstring.html">QString</a>&#160;<i>fileName</i>)</h3><p>Creates and returns a <a href="qabstractfileengine.html">QAbstractFileEngine</a> suitable for processing <i>fileName</i>.</p>
<p>You should not need to call this function; use <a href="qfile.html">QFile</a>, <a href="qfileinfo.html">QFileInfo</a> or <a href="qdir.html">QDir</a> directly instead.</p>
<p>See also <a href="qabstractfileenginehandler.html">QAbstractFileEngineHandler</a>.</p>
<h3 class="fn"><a name="entryList" /><a href="qstringlist.html">QStringList</a> QAbstractFileEngine.entryList (<i>self</i>, <a href="qdir-filters.html">QDir.Filters</a>&#160;<i>filters</i>, <a href="qstringlist.html">QStringList</a>&#160;<i>filterNames</i>)</h3><p>Requests that a list of all the files matching the <i>filters</i> list based on the <i>filterNames</i> in the file engine's directory are returned.</p>
<p>Should return an empty list if the file engine refers to a file rather than a directory, or if the directory is unreadable or does not exist or if nothing matches the specifications.</p>
<p>This virtual function must be reimplemented by all subclasses.</p>
<p>See also <a href="qabstractfileengine.html#setFileName">setFileName</a>().</p>
<h3 class="fn"><a name="error" /><a href="qfile.html#FileError-enum">QFile.FileError</a> QAbstractFileEngine.error (<i>self</i>)</h3><p>Returns the <a href="qfile.html#FileError-enum">QFile.FileError</a> that resulted from the last failed operation. If <a href="qfile.html#FileError-enum">QFile.UnspecifiedError</a> is returned, <a href="qfile.html">QFile</a> will use its own idea of the error status.</p>
<p>See also <a href="qabstractfileengine.html#setError">setError</a>(), <a href="qfile.html#FileError-enum">QFile.FileError</a>, and <a href="qabstractfileengine.html#errorString">errorString</a>().</p>
<h3 class="fn"><a name="errorString" /><a href="qstring.html">QString</a> QAbstractFileEngine.errorString (<i>self</i>)</h3><p>Returns the human-readable message appropriate to the current error reported by <a href="qabstractfileengine.html#error">error</a>(). If no suitable string is available, an empty string is returned.</p>
<p>See also <a href="qabstractfileengine.html#error">error</a>().</p>
<h3 class="fn"><a name="fileFlags" /><a href="qabstractfileengine-fileflags.html">FileFlags</a> QAbstractFileEngine.fileFlags (<i>self</i>, <a href="qabstractfileengine-fileflags.html">FileFlags</a>&#160;<i>type</i>&#160;=&#160;QAbstractFileEngine.FileInfoAll)</h3><p>This function should return the set of OR'd flags that are true for the file engine's file, and that are in the <i>type</i>'s OR'd members.</p>
<p>In your reimplementation you can use the <i>type</i> argument as an optimization hint and only return the OR'd set of members that are true and that match those in <i>type</i>; in other words you can ignore any members not mentioned in <i>type</i>, thus avoiding some potentially expensive lookups or system calls.</p>
<p>This virtual function must be reimplemented by all subclasses.</p>
<p>See also <a href="qabstractfileengine.html#setFileName">setFileName</a>().</p>
<h3 class="fn"><a name="fileName" /><a href="qstring.html">QString</a> QAbstractFileEngine.fileName (<i>self</i>, <a href="qabstractfileengine.html#FileName-enum">FileName</a>&#160;<i>file</i>&#160;=&#160;QAbstractFileEngine.DefaultName)</h3><p>Return the file engine's current file name in the format specified by <i>file</i>.</p>
<p>If you don't handle some <tt>FileName</tt> possibilities, return the file name set in <a href="qabstractfileengine.html#setFileName">setFileName</a>() when an unhandled format is requested.</p>
<p>This virtual function must be reimplemented by all subclasses.</p>
<p>See also <a href="qabstractfileengine.html#setFileName">setFileName</a>() and <a href="qabstractfileengine.html#FileName-enum">FileName</a>.</p>
<h3 class="fn"><a name="fileTime" /><a href="qdatetime.html">QDateTime</a> QAbstractFileEngine.fileTime (<i>self</i>, <a href="qabstractfileengine.html#FileTime-enum">FileTime</a>&#160;<i>time</i>)</h3><p>If <i>time</i> is <tt>CreationTime</tt>, return when the file was created. If <i>time</i> is <tt>ModificationTime</tt>, return when the file was most recently modified. If <i>time</i> is <tt>AccessTime</tt>, return when the file was most recently accessed (e.g. read or written). If the time cannot be determined return QDateTime() (an invalid date time).</p>
<p>This virtual function must be reimplemented by all subclasses.</p>
<p>See also <a href="qabstractfileengine.html#setFileName">setFileName</a>(), <a href="qdatetime.html">QDateTime</a>, <a href="qdatetime.html#isValid">QDateTime.isValid</a>(), and <a href="qabstractfileengine.html#FileTime-enum">FileTime</a>.</p>
<h3 class="fn"><a name="flush" />bool QAbstractFileEngine.flush (<i>self</i>)</h3><p>Flushes the open file.</p>
<h3 class="fn"><a name="handle" />int QAbstractFileEngine.handle (<i>self</i>)</h3><p>Returns the native file handle for this file engine. This handle must be used with care; its value and type are platform specific, and using it will most likely lead to non-portable code.</p>
<h3 class="fn"><a name="isRelativePath" />bool QAbstractFileEngine.isRelativePath (<i>self</i>)</h3><p>Return true if the file referred to by this file engine has a relative path; otherwise return false.</p>
<p>This virtual function must be reimplemented by all subclasses.</p>
<p>See also <a href="qabstractfileengine.html#setFileName">setFileName</a>().</p>
<h3 class="fn"><a name="isSequential" />bool QAbstractFileEngine.isSequential (<i>self</i>)</h3><p>Returns true if the file is a sequential access device; returns false if the file is a direct access device.</p>
<p>Operations involving <a href="qabstractfileengine.html#size">size</a>() and seek(int) are not valid on sequential devices.</p>
<h3 class="fn"><a name="link" />bool QAbstractFileEngine.link (<i>self</i>, <a href="qstring.html">QString</a>&#160;<i>newName</i>)</h3><p>Creates a link from the file currently specified by <a href="qabstractfileengine.html#fileName">fileName</a>() to <i>newName</i>. What a link is depends on the underlying filesystem (be it a shortcut on Windows or a symbolic link on Unix). Returns true if successful; otherwise returns false.</p>
<h3 class="fn"><a name="mkdir" />bool QAbstractFileEngine.mkdir (<i>self</i>, <a href="qstring.html">QString</a>&#160;<i>dirName</i>, bool&#160;<i>createParentDirectories</i>)</h3><p>Requests that the directory <i>dirName</i> be created. If <i>createParentDirectories</i> is true, then any sub-directories in <i>dirName</i> that don't exist must be created. If <i>createParentDirectories</i> is false then any sub-directories in <i>dirName</i> must already exist for the function to succeed. If the operation succeeds return true; otherwise return false.</p>
<p>This virtual function must be reimplemented by all subclasses.</p>
<p>See also <a href="qabstractfileengine.html#setFileName">setFileName</a>(), <a href="qabstractfileengine.html#rmdir">rmdir</a>(), and <a href="qabstractfileengine.html#isRelativePath">isRelativePath</a>().</p>
<h3 class="fn"><a name="open" />bool QAbstractFileEngine.open (<i>self</i>, <a href="qiodevice-openmode.html">QIODevice.OpenMode</a>&#160;<i>openMode</i>)</h3><p>Opens the file in the specified <i>mode</i>. Returns true if the file was successfully opened; otherwise returns false.</p>
<p>The <i>mode</i> is an OR combination of <a href="qiodevice.html#OpenModeFlag-enum">QIODevice.OpenMode</a> and QIODevice.HandlingMode values.</p>
<h3 class="fn"><a name="owner" /><a href="qstring.html">QString</a> QAbstractFileEngine.owner (<i>self</i>, <a href="qabstractfileengine.html#FileOwner-enum">FileOwner</a>)</h3><p>If <i>owner</i> is <tt>OwnerUser</tt> return the name of the user who owns the file. If <i>owner</i> is <tt>OwnerGroup</tt> return the name of the group that own the file. If you can't determine the owner return QString().</p>
<p>This virtual function must be reimplemented by all subclasses.</p>
<p>See also <a href="qabstractfileengine.html#ownerId">ownerId</a>(), <a href="qabstractfileengine.html#setFileName">setFileName</a>(), and <a href="qabstractfileengine.html#FileOwner-enum">FileOwner</a>.</p>
<h3 class="fn"><a name="ownerId" />unsigned long QAbstractFileEngine.ownerId (<i>self</i>, <a href="qabstractfileengine.html#FileOwner-enum">FileOwner</a>)</h3><p>If <i>owner</i> is <tt>OwnerUser</tt> return the ID of the user who owns the file. If <i>owner</i> is <tt>OwnerGroup</tt> return the ID of the group that own the file. If you can't determine the owner return -2.</p>
<p>This virtual function must be reimplemented by all subclasses.</p>
<p>See also <a href="qabstractfileengine.html#owner">owner</a>(), <a href="qabstractfileengine.html#setFileName">setFileName</a>(), and <a href="qabstractfileengine.html#FileOwner-enum">FileOwner</a>.</p>
<h3 class="fn"><a name="pos" />long QAbstractFileEngine.pos (<i>self</i>)</h3><p>Returns the current file position.</p>
<p>This is the position of the data read/write head of the file.</p>
<h3 class="fn"><a name="read" />object QAbstractFileEngine.read (<i>self</i>, long&#160;<i>maxlen</i>)</h3><p>Reads a number of characters from the file into <i>data</i>. At most <i>maxlen</i> characters will be read.</p>
<p>Returns -1 if a fatal error occurs, or 0 if there are no bytes to read.</p>
<h3 class="fn"><a name="readLine" />object QAbstractFileEngine.readLine (<i>self</i>, long&#160;<i>maxlen</i>)</h3><p>This function reads one line, terminated by a '\n' character, from the file info <i>data</i>. At most <i>maxlen</i> characters will be read. The end-of-line character is included.</p>
<h3 class="fn"><a name="remove" />bool QAbstractFileEngine.remove (<i>self</i>)</h3><p>Requests that the file is deleted from the file system. If the operation succeeds return true; otherwise return false.</p>
<p>This virtual function must be reimplemented by all subclasses.</p>
<p>See also <a href="qabstractfileengine.html#setFileName">setFileName</a>() and <a href="qabstractfileengine.html#rmdir">rmdir</a>().</p>
<h3 class="fn"><a name="rename" />bool QAbstractFileEngine.rename (<i>self</i>, <a href="qstring.html">QString</a>&#160;<i>newName</i>)</h3><p>Requests that the file be renamed to <i>newName</i> in the file system. If the operation succeeds return true; otherwise return false.</p>
<p>This virtual function must be reimplemented by all subclasses.</p>
<p>See also <a href="qabstractfileengine.html#setFileName">setFileName</a>().</p>
<h3 class="fn"><a name="rmdir" />bool QAbstractFileEngine.rmdir (<i>self</i>, <a href="qstring.html">QString</a>&#160;<i>dirName</i>, bool&#160;<i>recurseParentDirectories</i>)</h3><p>Requests that the directory <i>dirName</i> is deleted from the file system. When <i>recurseParentDirectories</i> is true, then any empty parent-directories in <i>dirName</i> must also be deleted. If <i>recurseParentDirectories</i> is false, only the <i>dirName</i> leaf-node should be deleted. In most file systems a directory cannot be deleted using this function if it is non-empty. If the operation succeeds return true; otherwise return false.</p>
<p>This virtual function must be reimplemented by all subclasses.</p>
<p>See also <a href="qabstractfileengine.html#setFileName">setFileName</a>(), <a href="qabstractfileengine.html#remove">remove</a>(), <a href="qabstractfileengine.html#mkdir">mkdir</a>(), and <a href="qabstractfileengine.html#isRelativePath">isRelativePath</a>().</p>
<h3 class="fn"><a name="seek" />bool QAbstractFileEngine.seek (<i>self</i>, long&#160;<i>pos</i>)</h3><p>Sets the file position to the given <i>offset</i>. Returns true if the position was successfully set; otherwise returns false.</p>
<p>The offset is from the beginning of the file, unless the file is sequential.</p>
<p>See also <a href="qabstractfileengine.html#isSequential">isSequential</a>().</p>
<h3 class="fn"><a name="setError" />QAbstractFileEngine.setError (<i>self</i>, <a href="qfile.html#FileError-enum">QFile.FileError</a>&#160;<i>error</i>, <a href="qstring.html">QString</a>&#160;<i>str</i>)</h3><p>Sets the error type to <i>error</i>, and the error string to <i>errorString</i>. Call this function to set the error values returned by the higher-level classes.</p>
<p>See also <a href="qfile.html#error">QFile.error</a>(), <a href="qiodevice.html#errorString">QIODevice.errorString</a>(), and <a href="qiodevice.html#setErrorString">QIODevice.setErrorString</a>().</p>
<h3 class="fn"><a name="setFileName" />QAbstractFileEngine.setFileName (<i>self</i>, <a href="qstring.html">QString</a>&#160;<i>file</i>)</h3><p>Sets the file engine's file name to <i>file</i>. This file name is the file that the rest of the virtual functions will operate on.</p>
<p>This virtual function must be reimplemented by all subclasses.</p>
<p>See also <a href="qabstractfileengine.html#fileName">fileName</a>() and <a href="qabstractfileengine.html#rename">rename</a>().</p>
<h3 class="fn"><a name="setPermissions" />bool QAbstractFileEngine.setPermissions (<i>self</i>, unsigned long&#160;<i>perms</i>)</h3><p>Requests that the file's permissions be set to <i>perms</i>. The argument perms will be set to the OR-ed together combination of QAbstractFileEngine.FileInfo, with only the <a href="qabstractfileengine.html#FileFlag-enum">QAbstractFileEngine.PermsMask</a> being honored. If the operations succceeds return true; otherwise return false;</p>
<p>This virtual function must be reimplemented by all subclasses.</p>
<p>See also <a href="qabstractfileengine.html#size">size</a>().</p>
<h3 class="fn"><a name="setSize" />bool QAbstractFileEngine.setSize (<i>self</i>, long&#160;<i>size</i>)</h3><p>Requests that the file be set to size <i>size</i>. If <i>size</i> is larger than the current file then it is filled with 0's, if smaller it is simply truncated. If the operations succceeds return true; otherwise return false;</p>
<p>This virtual function must be reimplemented by all subclasses.</p>
<p>See also <a href="qabstractfileengine.html#size">size</a>().</p>
<h3 class="fn"><a name="size" />long QAbstractFileEngine.size (<i>self</i>)</h3><p>Returns the size of the file.</p>
<p>See also <a href="qabstractfileengine.html#setSize">setSize</a>().</p>
<h3 class="fn"><a name="write" />long QAbstractFileEngine.write (<i>self</i>, str&#160;<i>data</i>)</h3><p>Writes <i>len</i> bytes from <i>data</i> to the file. Returns the number of characters written on success; otherwise returns -1.</p>
<address><hr /><div align="center"><table border="0" cellspacing="0" width="100%"><tr class="address"><td width="25%">PyQt&#160;4.0.1 for X11</td><td align="center" width="50%">Copyright &#169; <a href="http://www.riverbankcomputing.com">Riverbank&#160;Computing&#160;Ltd</a> and <a href="http://www.trolltech.com">Trolltech&#160;AS</a> 2006</td><td align="right" width="25%">Qt&#160;4.1.4</td></tr></table></div></address></body></html>