diff options
Diffstat (limited to 'doc/man/man3/tqurlinfo.3qt')
-rw-r--r-- | doc/man/man3/tqurlinfo.3qt | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/doc/man/man3/tqurlinfo.3qt b/doc/man/man3/tqurlinfo.3qt index 5f191c023..f629f8b6f 100644 --- a/doc/man/man3/tqurlinfo.3qt +++ b/doc/man/man3/tqurlinfo.3qt @@ -167,7 +167,7 @@ See also isValid(). .SH "TQUrlInfo::TQUrlInfo ( const TQUrlOperator & path, const TQString & file )" Constructs a TQUrlInfo object with information about the file \fIfile\fR in the \fIpath\fR. It tries to find the information about the \fIfile\fR in the TQUrlOperator \fIpath\fR. .PP -If the information is not found, this constructor creates an invalid TQUrlInfo, i.e. isValid() returns FALSE. You should always check if the URL info is valid before relying on the return values of any getter functions. +If the information is not found, this constructor creates an invalid TQUrlInfo, i.e. isValid() returns false. You should always check if the URL info is valid before relying on the return values of any getter functions. .PP If \fIfile\fR is empty, it defaults to the TQUrlOperator \fIpath\fR, i.e. to the directory. .PP @@ -187,42 +187,42 @@ Destroys the URL info object. .PP The TQUrlOperator object to which this URL referred (if any) is not affected. .SH "bool TQUrlInfo::equal ( const TQUrlInfo & i1, const TQUrlInfo & i2, int sortBy )\fC [static]\fR" -Returns TRUE if \fIi1\fR equals to \fIi2\fR; otherwise returns FALSE. The objects are compared by the value, which is specified by \fIsortBy\fR. This must be one of TQDir::Name, TQDir::Time or TQDir::Size. +Returns true if \fIi1\fR equals to \fIi2\fR; otherwise returns false. The objects are compared by the value, which is specified by \fIsortBy\fR. This must be one of TQDir::Name, TQDir::Time or TQDir::Size. .SH "bool TQUrlInfo::greaterThan ( const TQUrlInfo & i1, const TQUrlInfo & i2, int sortBy )\fC [static]\fR" -Returns TRUE if \fIi1\fR is greater than \fIi2\fR; otherwise returns FALSE. The objects are compared by the value, which is specified by \fIsortBy\fR. This must be one of TQDir::Name, TQDir::Time or TQDir::Size. +Returns true if \fIi1\fR is greater than \fIi2\fR; otherwise returns false. The objects are compared by the value, which is specified by \fIsortBy\fR. This must be one of TQDir::Name, TQDir::Time or TQDir::Size. .SH "TQString TQUrlInfo::group () const" Returns the group of the URL. .PP See also isValid(). .SH "bool TQUrlInfo::isDir () const" -Returns TRUE if the URL is a directory; otherwise returns FALSE. +Returns true if the URL is a directory; otherwise returns false. .PP See also isValid(). .PP Examples: .)l network/ftpclient/ftpmainwindow.ui.h and network/networkprotocol/nntp.cpp. .SH "bool TQUrlInfo::isExecutable () const" -Returns TRUE if the URL is executable; otherwise returns FALSE. +Returns true if the URL is executable; otherwise returns false. .PP See also isValid(). .SH "bool TQUrlInfo::isFile () const" -Returns TRUE if the URL is a file; otherwise returns FALSE. +Returns true if the URL is a file; otherwise returns false. .PP See also isValid(). .SH "bool TQUrlInfo::isReadable () const" -Returns TRUE if the URL is readable; otherwise returns FALSE. +Returns true if the URL is readable; otherwise returns false. .PP See also isValid(). .SH "bool TQUrlInfo::isSymLink () const" -Returns TRUE if the URL is a symbolic link; otherwise returns FALSE. +Returns true if the URL is a symbolic link; otherwise returns false. .PP See also isValid(). .SH "bool TQUrlInfo::isValid () const" -Returns TRUE if the URL info is valid; otherwise returns FALSE. Valid means that the TQUrlInfo contains real information. For example, a call to TQUrlOperator::info() might return a an invalid TQUrlInfo, if no information about the requested entry is available. +Returns true if the URL info is valid; otherwise returns false. Valid means that the TQUrlInfo contains real information. For example, a call to TQUrlOperator::info() might return a an invalid TQUrlInfo, if no information about the requested entry is available. .PP You should always check if the URL info is valid before relying on the values. .SH "bool TQUrlInfo::isWritable () const" -Returns TRUE if the URL is writable; otherwise returns FALSE. +Returns true if the URL is writable; otherwise returns false. .PP See also isValid(). .SH "TQDateTime TQUrlInfo::lastModified () const" @@ -236,7 +236,7 @@ Returns the date when the URL was last read. .PP See also isValid(). .SH "bool TQUrlInfo::lessThan ( const TQUrlInfo & i1, const TQUrlInfo & i2, int sortBy )\fC [static]\fR" -Returns TRUE if \fIi1\fR is less than \fIi2\fR; otherwise returns FALSE. The objects are compared by the value, which is specified by \fIsortBy\fR. This must be one of TQDir::Name, TQDir::Time or TQDir::Size. +Returns true if \fIi1\fR is less than \fIi2\fR; otherwise returns false. The objects are compared by the value, which is specified by \fIsortBy\fR. This must be one of TQDir::Name, TQDir::Time or TQDir::Size. .SH "TQString TQUrlInfo::name () const" Returns the file name of the URL. .PP @@ -246,7 +246,7 @@ Example: network/ftpclient/ftpmainwindow.ui.h. .SH "TQUrlInfo & TQUrlInfo::operator= ( const TQUrlInfo & ui )" Assigns the values of \fIui\fR to this TQUrlInfo object. .SH "bool TQUrlInfo::operator== ( const TQUrlInfo & i ) const" -Compares this TQUrlInfo with \fIi\fR and returns TRUE if they are equal; otherwise returns FALSE. +Compares this TQUrlInfo with \fIi\fR and returns true if they are equal; otherwise returns false. .SH "TQString TQUrlInfo::owner () const" Returns the owner of the URL. .PP @@ -256,7 +256,7 @@ Returns the permissions of the URL. You can use the PermissionSpec flags to test .PP See also isValid(). .SH "void TQUrlInfo::setDir ( bool b )\fC [virtual]\fR" -If \fIb\fR 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.) +If \fIb\fR 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.) .PP If you call this function for an invalid URL info, this function turns it into a valid one. .PP @@ -264,7 +264,7 @@ See also isValid(). .PP Example: network/networkprotocol/nntp.cpp. .SH "void TQUrlInfo::setFile ( bool b )\fC [virtual]\fR" -If \fIb\fR 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.) +If \fIb\fR 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.) .PP If you call this function for an invalid URL info, this function turns it into a valid one. .PP @@ -304,7 +304,7 @@ If you call this function for an invalid URL info, this function turns it into a .PP See also isValid(). .SH "void TQUrlInfo::setReadable ( bool b )\fC [virtual]\fR" -Specifies that the URL is readable if \fIb\fR is TRUE and not readable if \fIb\fR is FALSE. +Specifies that the URL is readable if \fIb\fR is true and not readable if \fIb\fR is false. .PP If you call this function for an invalid URL info, this function turns it into a valid one. .PP @@ -318,7 +318,7 @@ If you call this function for an invalid URL info, this function turns it into a .PP See also isValid(). .SH "void TQUrlInfo::setSymLink ( bool b )\fC [virtual]\fR" -Specifies that the URL refers to a symbolic link if \fIb\fR is TRUE and that it does not if \fIb\fR is FALSE. +Specifies that the URL refers to a symbolic link if \fIb\fR is true and that it does not if \fIb\fR is false. .PP If you call this function for an invalid URL info, this function turns it into a valid one. .PP @@ -326,7 +326,7 @@ See also isValid(). .PP Example: network/networkprotocol/nntp.cpp. .SH "void TQUrlInfo::setWritable ( bool b )\fC [virtual]\fR" -Specifies that the URL is writable if \fIb\fR is TRUE and not writable if \fIb\fR is FALSE. +Specifies that the URL is writable if \fIb\fR is true and not writable if \fIb\fR is false. .PP If you call this function for an invalid URL info, this function turns it into a valid one. .PP |