diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
commit | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch) | |
tree | 2d674f204c5205ca577a782e1b50583afd563972 /doc/html/ntqdir.html | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt-87d29563.tar.gz tqt-87d29563.zip |
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqdir.html')
-rw-r--r-- | doc/html/ntqdir.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqdir.html b/doc/html/ntqdir.html index b31cc3f66..ac57ef3ac 100644 --- a/doc/html/ntqdir.html +++ b/doc/html/ntqdir.html @@ -594,18 +594,18 @@ this function returns FALSE. If you want to test for this use Returns TRUE if the <em>fileName</em> matches the wildcard (glob) pattern <em>filter</em>; otherwise returns FALSE. The <em>filter</em> may contain multiple patterns separated by spaces or semicolons. -<p> (See <a href="ntqregexp.html#wildcard-matching">TQRegExp wildcard +<p> (See <a href="tqregexp.html#wildcard-matching">TQRegExp wildcard matching.</a>) -<p>See also <a href="ntqregexp.html#match">TQRegExp::match</a>(). +<p>See also <a href="tqregexp.html#match">TQRegExp::match</a>(). <h3 class=fn>bool <a name="match-2"></a>TQDir::match ( const <a href="tqstringlist.html">TQStringList</a> & filters, const <a href="tqstring.html">TQString</a> & fileName )<tt> [static]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns TRUE if the <em>fileName</em> matches any of the wildcard (glob) patterns in the list of <em>filters</em>; otherwise returns FALSE. -<p> (See <a href="ntqregexp.html#wildcard-matching">TQRegExp wildcard +<p> (See <a href="tqregexp.html#wildcard-matching">TQRegExp wildcard matching.</a>) -<p>See also <a href="ntqregexp.html#match">TQRegExp::match</a>(). +<p>See also <a href="tqregexp.html#match">TQRegExp::match</a>(). <h3 class=fn>bool <a name="matchAllDirs"></a>TQDir::matchAllDirs () const </h3> @@ -771,7 +771,7 @@ directories and files. </h3> Sets the name filter used by <a href="#entryList">entryList</a>() and <a href="#entryInfoList">entryInfoList</a>() to <em>nameFilter</em>. <p> The <em>nameFilter</em> is a wildcard (globbing) filter that understands -"*" and "?" wildcards. (See <a href="ntqregexp.html#wildcard-matching">TQRegExp wildcard matching</a>.) You may specify several filter +"*" and "?" wildcards. (See <a href="tqregexp.html#wildcard-matching">TQRegExp wildcard matching</a>.) You may specify several filter entries all separated by a single space " " or by a semi-colon ";". <p> For example, if you want entryList() and entryInfoList() to list |