diff options
Diffstat (limited to 'doc/html/tqurlinfo.html')
-rw-r--r-- | doc/html/tqurlinfo.html | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/doc/html/tqurlinfo.html b/doc/html/tqurlinfo.html index d171d05fd..3f6155b55 100644 --- a/doc/html/tqurlinfo.html +++ b/doc/html/tqurlinfo.html @@ -120,7 +120,7 @@ Constructs an invalid TQUrlInfo object with default values. </h3> Constructs a TQUrlInfo 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="tqurloperator.html">TQUrlOperator</a> <em>path</em>. <p> If the information is not found, this constructor creates an -invalid TQUrlInfo, i.e. <a href="#isValid">isValid</a>() returns FALSE. You should always +invalid TQUrlInfo, 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 TQUrlOperator <em>path</em>, i.e. @@ -155,13 +155,13 @@ affected. <h3 class=fn>bool <a name="equal"></a>TQUrlInfo::equal ( const <a href="tqurlinfo.html">TQUrlInfo</a> & i1, const <a href="tqurlinfo.html">TQUrlInfo</a> & i2, int sortBy )<tt> [static]</tt> </h3> -Returns TRUE if <em>i1</em> equals to <em>i2</em>; otherwise returns FALSE. +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 TQDir::Name, TQDir::Time or TQDir::Size. <h3 class=fn>bool <a name="greaterThan"></a>TQUrlInfo::greaterThan ( const <a href="tqurlinfo.html">TQUrlInfo</a> & i1, const <a href="tqurlinfo.html">TQUrlInfo</a> & i2, int 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 +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 TQDir::Name, TQDir::Time or TQDir::Size. @@ -172,33 +172,33 @@ Returns the group of the URL. <h3 class=fn>bool <a name="isDir"></a>TQUrlInfo::isDir () const </h3> -Returns TRUE if the URL is a directory; otherwise returns FALSE. +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>TQUrlInfo::isExecutable () const </h3> -Returns TRUE if the URL is executable; otherwise returns FALSE. +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>TQUrlInfo::isFile () const </h3> -Returns TRUE if the URL is a file; otherwise returns FALSE. +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>TQUrlInfo::isReadable () const </h3> -Returns TRUE if the URL is readable; otherwise returns FALSE. +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>TQUrlInfo::isSymLink () const </h3> -Returns TRUE if the URL is a symbolic link; otherwise returns FALSE. +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>TQUrlInfo::isValid () const </h3> -Returns TRUE if the URL info is valid; otherwise returns FALSE. +Returns true if the URL info is valid; otherwise returns false. Valid means that the TQUrlInfo contains real information. For example, a call to <a href="tqurloperator.html#info">TQUrlOperator::info</a>() might return a an invalid TQUrlInfo, if no information about the requested entry is @@ -208,7 +208,7 @@ the values. <h3 class=fn>bool <a name="isWritable"></a>TQUrlInfo::isWritable () const </h3> -Returns TRUE if the URL is writable; otherwise returns FALSE. +Returns true if the URL is writable; otherwise returns false. <p> <p>See also <a href="#isValid">isValid</a>(). <h3 class=fn><a href="tqdatetime.html">TQDateTime</a> <a name="lastModified"></a>TQUrlInfo::lastModified () const @@ -224,7 +224,7 @@ Returns the date when the URL was last read. <h3 class=fn>bool <a name="lessThan"></a>TQUrlInfo::lessThan ( const <a href="tqurlinfo.html">TQUrlInfo</a> & i1, const <a href="tqurlinfo.html">TQUrlInfo</a> & i2, int sortBy )<tt> [static]</tt> </h3> -Returns TRUE if <em>i1</em> is less than <em>i2</em>; otherwise returns FALSE. +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 TQDir::Name, TQDir::Time or TQDir::Size. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="name"></a>TQUrlInfo::name () const @@ -239,8 +239,8 @@ Assigns the values of <em>ui</em> to this TQUrlInfo object. <h3 class=fn>bool <a name="operator-eq-eq"></a>TQUrlInfo::operator== ( const <a href="tqurlinfo.html">TQUrlInfo</a> & i ) const </h3> -Compares this TQUrlInfo with <em>i</em> and returns TRUE if they are -equal; otherwise returns FALSE. +Compares this TQUrlInfo with <em>i</em> and returns true if they are +equal; otherwise returns false. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="owner"></a>TQUrlInfo::owner () const </h3> @@ -255,8 +255,8 @@ to test for certain permissions. <h3 class=fn>void <a name="setDir"></a>TQUrlInfo::setDir ( bool 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 +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 @@ -266,7 +266,7 @@ turns it into a valid one. <p>Example: <a href="networkprotocol-example.html#x698">network/networkprotocol/nntp.cpp</a>. <h3 class=fn>void <a name="setFile"></a>TQUrlInfo::setFile ( bool b )<tt> [virtual]</tt> </h3> -If <em>b</em> is TRUE then the URL is set to be a file; if \b is FALSE +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.) @@ -315,8 +315,8 @@ turns it into a valid one. <h3 class=fn>void <a name="setReadable"></a>TQUrlInfo::setReadable ( bool 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. +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>(). @@ -331,8 +331,8 @@ turns it into a valid one. <h3 class=fn>void <a name="setSymLink"></a>TQUrlInfo::setSymLink ( bool 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. +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>(). @@ -340,8 +340,8 @@ turns it into a valid one. <p>Example: <a href="networkprotocol-example.html#x702">network/networkprotocol/nntp.cpp</a>. <h3 class=fn>void <a name="setWritable"></a>TQUrlInfo::setWritable ( bool 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. +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>(). |