summaryrefslogtreecommitdiffstats
path: root/doc/html/qurlinfo.html
blob: e7074618b76e3f7ee10d7f05b5b73e4dfa07146c (plain)
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
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/qurlinfo.cpp:80 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>QUrlInfo Class</title>
<style type="text/css"><!--
fn { margin-left: 1cm; text-indent: -1cm; }
a:link { color: #004faf; text-decoration: none }
a:visited { color: #672967; text-decoration: none }
body { background: #ffffff; color: black; }
--></style>
</head>
<body>

<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr bgcolor="#E5E5E5">
<td valign=center>
 <a href="index.html">
<font color="#004faf">Home</font></a>
 | <a href="classes.html">
<font color="#004faf">All&nbsp;Classes</font></a>
 | <a href="mainclasses.html">
<font color="#004faf">Main&nbsp;Classes</font></a>
 | <a href="annotated.html">
<font color="#004faf">Annotated</font></a>
 | <a href="groups.html">
<font color="#004faf">Grouped&nbsp;Classes</font></a>
 | <a href="functions.html">
<font color="#004faf">Functions</font></a>
</td>
<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>QUrlInfo Class Reference</h1>

<p>The QUrlInfo class stores information about URLs.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="qurlinfo-h.html">qurlinfo.h</a>&gt;</tt>
<p><a href="qurlinfo-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
<li class=fn>enum <a href="#PermissionSpec-enum"><b>PermissionSpec</b></a> { ReadOwner = 00400, WriteOwner = 00200, ExeOwner = 00100, ReadGroup = 00040, WriteGroup = 00020, ExeGroup = 00010, ReadOther = 00004, WriteOther = 00002, ExeOther = 00001 }</li>
<li class=fn><a href="#QUrlInfo"><b>QUrlInfo</b></a> ()</li>
<li class=fn><a href="#QUrlInfo-2"><b>QUrlInfo</b></a> ( const&nbsp;QUrlOperator&nbsp;&amp;&nbsp;path, const&nbsp;QString&nbsp;&amp;&nbsp;file )</li>
<li class=fn><a href="#QUrlInfo-3"><b>QUrlInfo</b></a> ( const&nbsp;QUrlInfo&nbsp;&amp;&nbsp;ui )</li>
<li class=fn><a href="#QUrlInfo-4"><b>QUrlInfo</b></a> ( const&nbsp;QString&nbsp;&amp;&nbsp;name, int&nbsp;permissions, const&nbsp;QString&nbsp;&amp;&nbsp;owner, const&nbsp;QString&nbsp;&amp;&nbsp;group, uint&nbsp;size, const&nbsp;QDateTime&nbsp;&amp;&nbsp;lastModified, const&nbsp;QDateTime&nbsp;&amp;&nbsp;lastRead, bool&nbsp;isDir, bool&nbsp;isFile, bool&nbsp;isSymLink, bool&nbsp;isWritable, bool&nbsp;isReadable, bool&nbsp;isExecutable )</li>
<li class=fn><a href="#QUrlInfo-5"><b>QUrlInfo</b></a> ( const&nbsp;QUrl&nbsp;&amp;&nbsp;url, int&nbsp;permissions, const&nbsp;QString&nbsp;&amp;&nbsp;owner, const&nbsp;QString&nbsp;&amp;&nbsp;group, uint&nbsp;size, const&nbsp;QDateTime&nbsp;&amp;&nbsp;lastModified, const&nbsp;QDateTime&nbsp;&amp;&nbsp;lastRead, bool&nbsp;isDir, bool&nbsp;isFile, bool&nbsp;isSymLink, bool&nbsp;isWritable, bool&nbsp;isReadable, bool&nbsp;isExecutable )</li>
<li class=fn>QUrlInfo &amp; <a href="#operator-eq"><b>operator=</b></a> ( const&nbsp;QUrlInfo&nbsp;&amp;&nbsp;ui )</li>
<li class=fn>virtual <a href="#~QUrlInfo"><b>~QUrlInfo</b></a> ()</li>
<li class=fn>virtual void <a href="#setName"><b>setName</b></a> ( const&nbsp;QString&nbsp;&amp;&nbsp;name )</li>
<li class=fn>virtual void <a href="#setDir"><b>setDir</b></a> ( bool&nbsp;b )</li>
<li class=fn>virtual void <a href="#setFile"><b>setFile</b></a> ( bool&nbsp;b )</li>
<li class=fn>virtual void <a href="#setSymLink"><b>setSymLink</b></a> ( bool&nbsp;b )</li>
<li class=fn>virtual void <a href="#setOwner"><b>setOwner</b></a> ( const&nbsp;QString&nbsp;&amp;&nbsp;s )</li>
<li class=fn>virtual void <a href="#setGroup"><b>setGroup</b></a> ( const&nbsp;QString&nbsp;&amp;&nbsp;s )</li>
<li class=fn>virtual void <a href="#setSize"><b>setSize</b></a> ( uint&nbsp;size )</li>
<li class=fn>virtual void <a href="#setWritable"><b>setWritable</b></a> ( bool&nbsp;b )</li>
<li class=fn>virtual void <a href="#setReadable"><b>setReadable</b></a> ( bool&nbsp;b )</li>
<li class=fn>virtual void <a href="#setPermissions"><b>setPermissions</b></a> ( int&nbsp;p )</li>
<li class=fn>virtual void <a href="#setLastModified"><b>setLastModified</b></a> ( const&nbsp;QDateTime&nbsp;&amp;&nbsp;dt )</li>
<li class=fn>bool <a href="#isValid"><b>isValid</b></a> () const</li>
<li class=fn>QString <a href="#name"><b>name</b></a> () const</li>
<li class=fn>int <a href="#permissions"><b>permissions</b></a> () const</li>
<li class=fn>QString <a href="#owner"><b>owner</b></a> () const</li>
<li class=fn>QString <a href="#group"><b>group</b></a> () const</li>
<li class=fn>uint <a href="#size"><b>size</b></a> () const</li>
<li class=fn>QDateTime <a href="#lastModified"><b>lastModified</b></a> () const</li>
<li class=fn>QDateTime <a href="#lastRead"><b>lastRead</b></a> () const</li>
<li class=fn>bool <a href="#isDir"><b>isDir</b></a> () const</li>
<li class=fn>bool <a href="#isFile"><b>isFile</b></a> () const</li>
<li class=fn>bool <a href="#isSymLink"><b>isSymLink</b></a> () const</li>
<li class=fn>bool <a href="#isWritable"><b>isWritable</b></a> () const</li>
<li class=fn>bool <a href="#isReadable"><b>isReadable</b></a> () const</li>
<li class=fn>bool <a href="#isExecutable"><b>isExecutable</b></a> () const</li>
<li class=fn>bool <a href="#operator-eq-eq"><b>operator==</b></a> ( const&nbsp;QUrlInfo&nbsp;&amp;&nbsp;i ) const</li>
</ul>
<h2>Static Public Members</h2>
<ul>
<li class=fn>bool <a href="#greaterThan"><b>greaterThan</b></a> ( const&nbsp;QUrlInfo&nbsp;&amp;&nbsp;i1, const&nbsp;QUrlInfo&nbsp;&amp;&nbsp;i2, int&nbsp;sortBy )</li>
<li class=fn>bool <a href="#lessThan"><b>lessThan</b></a> ( const&nbsp;QUrlInfo&nbsp;&amp;&nbsp;i1, const&nbsp;QUrlInfo&nbsp;&amp;&nbsp;i2, int&nbsp;sortBy )</li>
<li class=fn>bool <a href="#equal"><b>equal</b></a> ( const&nbsp;QUrlInfo&nbsp;&amp;&nbsp;i1, const&nbsp;QUrlInfo&nbsp;&amp;&nbsp;i2, int&nbsp;sortBy )</li>
</ul>
<hr><a name="details"></a><h2>Detailed Description</h2>


The QUrlInfo class stores information about URLs.
<p> 

<p> This class is just a container for storing information about URLs,
which is why all information must be passed in the constructor.
<p> Unless you're reimplementing a network protocol you're unlikely to
create QUrlInfo objects yourself, but you may receive QUrlInfo
objects from functions, e.g. <a href="qurloperator.html#info">QUrlOperator::info</a>().
<p> The information that can be retrieved includes <a href="#name">name</a>(),
<a href="#permissions">permissions</a>(), <a href="#owner">owner</a>(), <a href="#group">group</a>(), <a href="#size">size</a>(), <a href="#lastModified">lastModified</a>(),
<a href="#lastRead">lastRead</a>(), <a href="#isDir">isDir</a>(), <a href="#isFile">isFile</a>(), <a href="#isSymLink">isSymLink</a>(), <a href="#isWritable">isWritable</a>(),
<a href="#isReadable">isReadable</a>() and <a href="#isExecutable">isExecutable</a>().
<p>See also <a href="io.html">Input/Output and Networking</a> and <a href="misc.html">Miscellaneous Classes</a>.

<hr><h2>Member Type Documentation</h2>
<h3 class=fn><a name="PermissionSpec-enum"></a>QUrlInfo::PermissionSpec</h3>

<p> This enum is used by the <a href="#permissions">permissions</a>() function to report the
permissions of a file.
<ul>
<li><tt>QUrlInfo::ReadOwner</tt> - The file is readable by the owner of the file.
<li><tt>QUrlInfo::WriteOwner</tt> - The file is writable by the owner of the file.
<li><tt>QUrlInfo::ExeOwner</tt> - The file is executable by the owner of the file.
<li><tt>QUrlInfo::ReadGroup</tt> - The file is readable by the group.
<li><tt>QUrlInfo::WriteGroup</tt> - The file is writable by the group.
<li><tt>QUrlInfo::ExeGroup</tt> - The file is executable by the group.
<li><tt>QUrlInfo::ReadOther</tt> - The file is readable by anyone.
<li><tt>QUrlInfo::WriteOther</tt> - The file is writable by anyone.
<li><tt>QUrlInfo::ExeOther</tt> - The file is executable by anyone.
</ul>
<hr><h2>Member Function Documentation</h2>
<h3 class=fn><a name="QUrlInfo"></a>QUrlInfo::QUrlInfo ()
</h3>
Constructs an invalid QUrlInfo object with default values.
<p> <p>See also <a href="#isValid">isValid</a>().

<h3 class=fn><a name="QUrlInfo-2"></a>QUrlInfo::QUrlInfo ( const&nbsp;<a href="qurloperator.html">QUrlOperator</a>&nbsp;&amp;&nbsp;path, const&nbsp;<a href="qstring.html">QString</a>&nbsp;&amp;&nbsp;file )
</h3>
Constructs a QUrlInfo object with information about the file <em>file</em> in the <em>path</em>. It tries to find the information about the <em>file</em> in the <a href="qurloperator.html">QUrlOperator</a> <em>path</em>.
<p> If the information is not found, this constructor creates an
invalid QUrlInfo, i.e. <a href="#isValid">isValid</a>() returns FALSE. You should always
check if the URL info is valid before relying on the return values
of any getter functions.
<p> If <em>file</em> is empty, it defaults to the QUrlOperator <em>path</em>, i.e.
to the directory.
<p> <p>See also <a href="#isValid">isValid</a>() and <a href="qurloperator.html#info">QUrlOperator::info</a>().

<h3 class=fn><a name="QUrlInfo-3"></a>QUrlInfo::QUrlInfo ( const&nbsp;<a href="qurlinfo.html">QUrlInfo</a>&nbsp;&amp;&nbsp;ui )
</h3>
Copy constructor, copies <em>ui</em> to this URL info object.

<h3 class=fn><a name="QUrlInfo-4"></a>QUrlInfo::QUrlInfo ( const&nbsp;<a href="qstring.html">QString</a>&nbsp;&amp;&nbsp;name, int&nbsp;permissions, const&nbsp;<a href="qstring.html">QString</a>&nbsp;&amp;&nbsp;owner, const&nbsp;<a href="qstring.html">QString</a>&nbsp;&amp;&nbsp;group, uint&nbsp;size, const&nbsp;<a href="qdatetime.html">QDateTime</a>&nbsp;&amp;&nbsp;lastModified, const&nbsp;<a href="qdatetime.html">QDateTime</a>&nbsp;&amp;&nbsp;lastRead, bool&nbsp;isDir, bool&nbsp;isFile, bool&nbsp;isSymLink, bool&nbsp;isWritable, bool&nbsp;isReadable, bool&nbsp;isExecutable )
</h3>
Constructs a QUrlInfo object by specifying all the URL's
information.
<p> The information that is passed is the <em>name</em>, file <em>permissions</em>, <em>owner</em> and <em>group</em> and the file's <em>size</em>. Also
passed is the <em>lastModified</em> date/time and the <em>lastRead</em>
date/time. Flags are also passed, specifically, <em>isDir</em>, <em>isFile</em>, <em>isSymLink</em>, <em>isWritable</em>, <em>isReadable</em> and <em>isExecutable</em>.

<h3 class=fn><a name="QUrlInfo-5"></a>QUrlInfo::QUrlInfo ( const&nbsp;<a href="qurl.html">QUrl</a>&nbsp;&amp;&nbsp;url, int&nbsp;permissions, const&nbsp;<a href="qstring.html">QString</a>&nbsp;&amp;&nbsp;owner, const&nbsp;<a href="qstring.html">QString</a>&nbsp;&amp;&nbsp;group, uint&nbsp;size, const&nbsp;<a href="qdatetime.html">QDateTime</a>&nbsp;&amp;&nbsp;lastModified, const&nbsp;<a href="qdatetime.html">QDateTime</a>&nbsp;&amp;&nbsp;lastRead, bool&nbsp;isDir, bool&nbsp;isFile, bool&nbsp;isSymLink, bool&nbsp;isWritable, bool&nbsp;isReadable, bool&nbsp;isExecutable )
</h3>
Constructs a QUrlInfo object by specifying all the URL's
information.
<p> The information that is passed is the <em>url</em>, file <em>permissions</em>, <em>owner</em> and <em>group</em> and the file's <em>size</em>. Also
passed is the <em>lastModified</em> date/time and the <em>lastRead</em>
date/time. Flags are also passed, specifically, <em>isDir</em>, <em>isFile</em>, <em>isSymLink</em>, <em>isWritable</em>, <em>isReadable</em> and <em>isExecutable</em>.

<h3 class=fn><a name="~QUrlInfo"></a>QUrlInfo::~QUrlInfo ()<tt> [virtual]</tt>
</h3>
Destroys the URL info object.
<p> The <a href="qurloperator.html">QUrlOperator</a> object to which this URL referred (if any) is not
affected.

<h3 class=fn>bool <a name="equal"></a>QUrlInfo::equal ( const&nbsp;<a href="qurlinfo.html">QUrlInfo</a>&nbsp;&amp;&nbsp;i1, const&nbsp;<a href="qurlinfo.html">QUrlInfo</a>&nbsp;&amp;&nbsp;i2, int&nbsp;sortBy )<tt> [static]</tt>
</h3>
Returns TRUE if <em>i1</em> equals to <em>i2</em>; otherwise returns FALSE.
The objects are compared by the value, which is specified by <em>sortBy</em>. This must be one of QDir::Name, QDir::Time or QDir::Size.

<h3 class=fn>bool <a name="greaterThan"></a>QUrlInfo::greaterThan ( const&nbsp;<a href="qurlinfo.html">QUrlInfo</a>&nbsp;&amp;&nbsp;i1, const&nbsp;<a href="qurlinfo.html">QUrlInfo</a>&nbsp;&amp;&nbsp;i2, int&nbsp;sortBy )<tt> [static]</tt>
</h3>
Returns TRUE if <em>i1</em> is greater than <em>i2</em>; otherwise returns
FALSE. The objects are compared by the value, which is specified
by <em>sortBy</em>. This must be one of QDir::Name, QDir::Time or
QDir::Size.

<h3 class=fn><a href="qstring.html">QString</a> <a name="group"></a>QUrlInfo::group () const
</h3>
Returns the group of the URL.
<p> <p>See also <a href="#isValid">isValid</a>().

<h3 class=fn>bool <a name="isDir"></a>QUrlInfo::isDir () const
</h3>
Returns TRUE if the URL is a directory; otherwise returns FALSE.
<p> <p>See also <a href="#isValid">isValid</a>().

<p>Examples: <a href="ftpclient-example.html#x773">network/ftpclient/ftpmainwindow.ui.h</a> and <a href="networkprotocol-example.html#x697">network/networkprotocol/nntp.cpp</a>.
<h3 class=fn>bool <a name="isExecutable"></a>QUrlInfo::isExecutable () const
</h3>
Returns TRUE if the URL is executable; otherwise returns FALSE.
<p> <p>See also <a href="#isValid">isValid</a>().

<h3 class=fn>bool <a name="isFile"></a>QUrlInfo::isFile () const
</h3>
Returns TRUE if the URL is a file; otherwise returns FALSE.
<p> <p>See also <a href="#isValid">isValid</a>().

<h3 class=fn>bool <a name="isReadable"></a>QUrlInfo::isReadable () const
</h3>
Returns TRUE if the URL is readable; otherwise returns FALSE.
<p> <p>See also <a href="#isValid">isValid</a>().

<h3 class=fn>bool <a name="isSymLink"></a>QUrlInfo::isSymLink () const
</h3>
Returns TRUE if the URL is a symbolic link; otherwise returns FALSE.
<p> <p>See also <a href="#isValid">isValid</a>().

<h3 class=fn>bool <a name="isValid"></a>QUrlInfo::isValid () const
</h3>
Returns TRUE if the URL info is valid; otherwise returns FALSE.
Valid means that the QUrlInfo contains real information. For
example, a call to <a href="qurloperator.html#info">QUrlOperator::info</a>() might return a an invalid
QUrlInfo, if no information about the requested entry is
available.
<p> You should always check if the URL info is valid before relying on
the values.

<h3 class=fn>bool <a name="isWritable"></a>QUrlInfo::isWritable () const
</h3>
Returns TRUE if the URL is writable; otherwise returns FALSE.
<p> <p>See also <a href="#isValid">isValid</a>().

<h3 class=fn><a href="qdatetime.html">QDateTime</a> <a name="lastModified"></a>QUrlInfo::lastModified () const
</h3>
Returns the last modification date of the URL.
<p> <p>See also <a href="#isValid">isValid</a>().

<p>Example: <a href="ftpclient-example.html#x774">network/ftpclient/ftpmainwindow.ui.h</a>.
<h3 class=fn><a href="qdatetime.html">QDateTime</a> <a name="lastRead"></a>QUrlInfo::lastRead () const
</h3>
Returns the date when the URL was last read.
<p> <p>See also <a href="#isValid">isValid</a>().

<h3 class=fn>bool <a name="lessThan"></a>QUrlInfo::lessThan ( const&nbsp;<a href="qurlinfo.html">QUrlInfo</a>&nbsp;&amp;&nbsp;i1, const&nbsp;<a href="qurlinfo.html">QUrlInfo</a>&nbsp;&amp;&nbsp;i2, int&nbsp;sortBy )<tt> [static]</tt>
</h3>
Returns TRUE if <em>i1</em> is less than <em>i2</em>; otherwise returns FALSE.
The objects are compared by the value, which is specified by <em>sortBy</em>. This must be one of QDir::Name, QDir::Time or QDir::Size.

<h3 class=fn><a href="qstring.html">QString</a> <a name="name"></a>QUrlInfo::name () const
</h3>
Returns the file name of the URL.
<p> <p>See also <a href="#isValid">isValid</a>().

<p>Example: <a href="ftpclient-example.html#x775">network/ftpclient/ftpmainwindow.ui.h</a>.
<h3 class=fn><a href="qurlinfo.html">QUrlInfo</a>&nbsp;&amp; <a name="operator-eq"></a>QUrlInfo::operator= ( const&nbsp;<a href="qurlinfo.html">QUrlInfo</a>&nbsp;&amp;&nbsp;ui )
</h3>
Assigns the values of <em>ui</em> to this QUrlInfo object.

<h3 class=fn>bool <a name="operator-eq-eq"></a>QUrlInfo::operator== ( const&nbsp;<a href="qurlinfo.html">QUrlInfo</a>&nbsp;&amp;&nbsp;i ) const
</h3>
Compares this QUrlInfo with <em>i</em> and returns TRUE if they are
equal; otherwise returns FALSE.

<h3 class=fn><a href="qstring.html">QString</a> <a name="owner"></a>QUrlInfo::owner () const
</h3>
Returns the owner of the URL.
<p> <p>See also <a href="#isValid">isValid</a>().

<h3 class=fn>int <a name="permissions"></a>QUrlInfo::permissions () const
</h3>
Returns the permissions of the URL. You can use the <a href="#PermissionSpec-enum">PermissionSpec</a> flags
to test for certain permissions.
<p> <p>See also <a href="#isValid">isValid</a>().

<h3 class=fn>void <a name="setDir"></a>QUrlInfo::setDir ( bool&nbsp;b )<tt> [virtual]</tt>
</h3>
If <em>b</em> is TRUE then the URL is set to be a directory; if \b is
FALSE then the URL is set not to be a directory (which normally
means it is a file). (Note that a URL can refer to both a file and
a directory even though most file systems do not support this.)
<p> If you call this function for an invalid URL info, this function
turns it into a valid one.
<p> <p>See also <a href="#isValid">isValid</a>().

<p>Example: <a href="networkprotocol-example.html#x698">network/networkprotocol/nntp.cpp</a>.
<h3 class=fn>void <a name="setFile"></a>QUrlInfo::setFile ( bool&nbsp;b )<tt> [virtual]</tt>
</h3>
If <em>b</em> is TRUE then the URL is set to be a file; if \b is FALSE
then the URL is set not to be a file (which normally means it is a
directory). (Note that a URL can refer to both a file and a
directory even though most file systems do not support this.)
<p> If you call this function for an invalid URL info, this function
turns it into a valid one.
<p> <p>See also <a href="#isValid">isValid</a>().

<p>Example: <a href="networkprotocol-example.html#x699">network/networkprotocol/nntp.cpp</a>.
<h3 class=fn>void <a name="setGroup"></a>QUrlInfo::setGroup ( const&nbsp;<a href="qstring.html">QString</a>&nbsp;&amp;&nbsp;s )<tt> [virtual]</tt>
</h3>
Specifies that the owning group of the URL is called <em>s</em>.
<p> If you call this function for an invalid URL info, this function
turns it into a valid one.
<p> <p>See also <a href="#isValid">isValid</a>().

<h3 class=fn>void <a name="setLastModified"></a>QUrlInfo::setLastModified ( const&nbsp;<a href="qdatetime.html">QDateTime</a>&nbsp;&amp;&nbsp;dt )<tt> [virtual]</tt>
</h3>
Specifies that the object the URL refers to was last modified at
<em>dt</em>.
<p> If you call this function for an invalid URL info, this function
turns it into a valid one.
<p> <p>See also <a href="#isValid">isValid</a>().

<h3 class=fn>void <a name="setName"></a>QUrlInfo::setName ( const&nbsp;<a href="qstring.html">QString</a>&nbsp;&amp;&nbsp;name )<tt> [virtual]</tt>
</h3>
Sets the name of the URL to <em>name</em>. The name is the full text,
for example, "http://doc.trolltech.com/qurlinfo.html".
<p> If you call this function for an invalid URL info, this function
turns it into a valid one.
<p> <p>See also <a href="#isValid">isValid</a>().

<p>Example: <a href="networkprotocol-example.html#x700">network/networkprotocol/nntp.cpp</a>.
<h3 class=fn>void <a name="setOwner"></a>QUrlInfo::setOwner ( const&nbsp;<a href="qstring.html">QString</a>&nbsp;&amp;&nbsp;s )<tt> [virtual]</tt>
</h3>
Specifies that the owner of the URL is called <em>s</em>.
<p> If you call this function for an invalid URL info, this function
turns it into a valid one.
<p> <p>See also <a href="#isValid">isValid</a>().

<h3 class=fn>void <a name="setPermissions"></a>QUrlInfo::setPermissions ( int&nbsp;p )<tt> [virtual]</tt>
</h3>
Specifies that the URL has access permisions, <em>p</em>.
<p> If you call this function for an invalid URL info, this function
turns it into a valid one.
<p> <p>See also <a href="#isValid">isValid</a>().

<h3 class=fn>void <a name="setReadable"></a>QUrlInfo::setReadable ( bool&nbsp;b )<tt> [virtual]</tt>
</h3>
Specifies that the URL is readable if <em>b</em> is TRUE and not
readable if <em>b</em> is FALSE.
<p> If you call this function for an invalid URL info, this function
turns it into a valid one.
<p> <p>See also <a href="#isValid">isValid</a>().

<p>Example: <a href="networkprotocol-example.html#x701">network/networkprotocol/nntp.cpp</a>.
<h3 class=fn>void <a name="setSize"></a>QUrlInfo::setSize ( uint&nbsp;size )<tt> [virtual]</tt>
</h3>
Specifies the <em>size</em> of the URL.
<p> If you call this function for an invalid URL info, this function
turns it into a valid one.
<p> <p>See also <a href="#isValid">isValid</a>().

<h3 class=fn>void <a name="setSymLink"></a>QUrlInfo::setSymLink ( bool&nbsp;b )<tt> [virtual]</tt>
</h3>
Specifies that the URL refers to a symbolic link if <em>b</em> is TRUE
and that it does not if <em>b</em> is FALSE.
<p> If you call this function for an invalid URL info, this function
turns it into a valid one.
<p> <p>See also <a href="#isValid">isValid</a>().

<p>Example: <a href="networkprotocol-example.html#x702">network/networkprotocol/nntp.cpp</a>.
<h3 class=fn>void <a name="setWritable"></a>QUrlInfo::setWritable ( bool&nbsp;b )<tt> [virtual]</tt>
</h3>
Specifies that the URL is writable if <em>b</em> is TRUE and not
writable if <em>b</em> is FALSE.
<p> If you call this function for an invalid URL info, this function
turns it into a valid one.
<p> <p>See also <a href="#isValid">isValid</a>().

<p>Example: <a href="networkprotocol-example.html#x703">network/networkprotocol/nntp.cpp</a>.
<h3 class=fn>uint <a name="size"></a>QUrlInfo::size () const
</h3>
Returns the size of the URL.
<p> <p>See also <a href="#isValid">isValid</a>().

<p>Example: <a href="ftpclient-example.html#x776">network/ftpclient/ftpmainwindow.ui.h</a>.
<!-- eof -->
<hr><p>
This file is part of the <a href="index.html">Qt toolkit</a>.
Copyright &copy; 1995-2007
<a href="http://www.trolltech.com/">Trolltech</a>. All Rights Reserved.<p><address><hr><div align=center>
<table width=100% cellspacing=0 border=0><tr>
<td>Copyright &copy; 2007
<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a>
<td align=right><div align=right>Qt 3.3.8</div>
</table></div></address></body>
</html>