From 87d29563e3ccdeb7fea0197e262e667ef323ff9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:56:09 +0900 Subject: Rename utility class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/ntqdir.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/ntqdir.html') 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 fileName matches the wildcard (glob) pattern filter; otherwise returns FALSE. The filter may contain multiple patterns separated by spaces or semicolons. -

(See TQRegExp wildcard +

(See TQRegExp wildcard matching.) -

See also TQRegExp::match(). +

See also TQRegExp::match().

bool TQDir::match ( const TQStringList & filters, const TQString & fileName ) [static]

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Returns TRUE if the fileName matches any of the wildcard (glob) patterns in the list of filters; otherwise returns FALSE. -

(See TQRegExp wildcard +

(See TQRegExp wildcard matching.) -

See also TQRegExp::match(). +

See also TQRegExp::match().

bool TQDir::matchAllDirs () const

@@ -771,7 +771,7 @@ directories and files. Sets the name filter used by entryList() and entryInfoList() to nameFilter.

The nameFilter is a wildcard (globbing) filter that understands -"*" and "?" wildcards. (See TQRegExp wildcard matching.) You may specify several filter +"*" and "?" wildcards. (See TQRegExp wildcard matching.) You may specify several filter entries all separated by a single space " " or by a semi-colon ";".

For example, if you want entryList() and entryInfoList() to list -- cgit v1.2.3