Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qmimeglobpattern_p.h File Reference

(18367d0a1182d22f23fa1414432e52b429ae9fa8)

#include <QtCore/private/qglobal_p.h>
#include <QtCore/qstringlist.h>
#include <QtCore/qhash.h>
#include <algorithm>
+ Include dependency graph for qmimeglobpattern_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QMimeGlobMatchResult
 The QMimeGlobMatchResult class accumulates results from glob matching. More...
 
class  QMimeGlobPattern
 The QMimeGlobPattern class contains the glob pattern for file names for MIME type matching. More...
 
class  QMimeGlobPatternList
 
class  QMimeAllGlobPatterns
 Result of the globs parsing, as data structures ready for efficient MIME type matching. More...
 

Typedefs

using AddMatchFilterFunc = std::function<bool(const QString &)>
 

Functions

 QT_REQUIRE_CONFIG (mimetype)
 

Typedef Documentation

◆ AddMatchFilterFunc

using AddMatchFilterFunc = std::function<bool(const QString &)>

Definition at line 92 of file qmimeglobpattern_p.h.

Function Documentation

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( mimetype )