diff options
Diffstat (limited to 'doc/html/ntqurlinfo.html')
-rw-r--r-- | doc/html/ntqurlinfo.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqurlinfo.html b/doc/html/ntqurlinfo.html index 6693af700..be05bd91a 100644 --- a/doc/html/ntqurlinfo.html +++ b/doc/html/ntqurlinfo.html @@ -132,7 +132,7 @@ to the directory. </h3> Copy constructor, copies <em>ui</em> to this URL info object. -<h3 class=fn><a name="TQUrlInfo-4"></a>TQUrlInfo::TQUrlInfo ( const <a href="tqstring.html">TQString</a> & name, int permissions, const <a href="tqstring.html">TQString</a> & owner, const <a href="tqstring.html">TQString</a> & group, uint size, const <a href="ntqdatetime.html">TQDateTime</a> & lastModified, const <a href="ntqdatetime.html">TQDateTime</a> & lastRead, bool isDir, bool isFile, bool isSymLink, bool isWritable, bool isReadable, bool isExecutable ) +<h3 class=fn><a name="TQUrlInfo-4"></a>TQUrlInfo::TQUrlInfo ( const <a href="tqstring.html">TQString</a> & name, int permissions, const <a href="tqstring.html">TQString</a> & owner, const <a href="tqstring.html">TQString</a> & group, uint size, const <a href="tqdatetime.html">TQDateTime</a> & lastModified, const <a href="tqdatetime.html">TQDateTime</a> & lastRead, bool isDir, bool isFile, bool isSymLink, bool isWritable, bool isReadable, bool isExecutable ) </h3> Constructs a TQUrlInfo object by specifying all the URL's information. @@ -140,7 +140,7 @@ information. 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="TQUrlInfo-5"></a>TQUrlInfo::TQUrlInfo ( const <a href="ntqurl.html">TQUrl</a> & url, int permissions, const <a href="tqstring.html">TQString</a> & owner, const <a href="tqstring.html">TQString</a> & group, uint size, const <a href="ntqdatetime.html">TQDateTime</a> & lastModified, const <a href="ntqdatetime.html">TQDateTime</a> & lastRead, bool isDir, bool isFile, bool isSymLink, bool isWritable, bool isReadable, bool isExecutable ) +<h3 class=fn><a name="TQUrlInfo-5"></a>TQUrlInfo::TQUrlInfo ( const <a href="ntqurl.html">TQUrl</a> & url, int permissions, const <a href="tqstring.html">TQString</a> & owner, const <a href="tqstring.html">TQString</a> & group, uint size, const <a href="tqdatetime.html">TQDateTime</a> & lastModified, const <a href="tqdatetime.html">TQDateTime</a> & lastRead, bool isDir, bool isFile, bool isSymLink, bool isWritable, bool isReadable, bool isExecutable ) </h3> Constructs a TQUrlInfo object by specifying all the URL's information. @@ -212,13 +212,13 @@ the values. Returns TRUE if the URL is writable; otherwise returns FALSE. <p> <p>See also <a href="#isValid">isValid</a>(). -<h3 class=fn><a href="ntqdatetime.html">TQDateTime</a> <a name="lastModified"></a>TQUrlInfo::lastModified () const +<h3 class=fn><a href="tqdatetime.html">TQDateTime</a> <a name="lastModified"></a>TQUrlInfo::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="ntqdatetime.html">TQDateTime</a> <a name="lastRead"></a>TQUrlInfo::lastRead () const +<h3 class=fn><a href="tqdatetime.html">TQDateTime</a> <a name="lastRead"></a>TQUrlInfo::lastRead () const </h3> Returns the date when the URL was last read. <p> <p>See also <a href="#isValid">isValid</a>(). @@ -283,7 +283,7 @@ Specifies that the owning group of the URL is called <em>s</em>. turns it into a valid one. <p> <p>See also <a href="#isValid">isValid</a>(). -<h3 class=fn>void <a name="setLastModified"></a>TQUrlInfo::setLastModified ( const <a href="ntqdatetime.html">TQDateTime</a> & dt )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setLastModified"></a>TQUrlInfo::setLastModified ( const <a href="tqdatetime.html">TQDateTime</a> & dt )<tt> [virtual]</tt> </h3> Specifies that the object the URL refers to was last modified at <em>dt</em>. |