Uses of Class
io.qt.core.internal.QAbstractFileEngineHandler
-
Uses of QAbstractFileEngineHandler in io.qt.core.internal
Modifier and TypeMethodDescriptionstatic QAbstractFileEngineHandler
QAbstractFileEngineHandler.fromEndsWith
(QAbstractFileEngineHandler.FileEngineFactory factory, String suffix) Creates a file engine handler for file names ending withsuffix
static QAbstractFileEngineHandler
QAbstractFileEngineHandler.fromMatch
(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp) Creates a file engine handler for file names having match withregexp
static QAbstractFileEngineHandler
QAbstractFileEngineHandler.fromMatch
(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset) Creates a file engine handler for file names having match withregexp
static QAbstractFileEngineHandler
QAbstractFileEngineHandler.fromMatch
(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset, QRegularExpression.MatchOption ... matchOptions) Creates a file engine handler for file names having match withregexp
static QAbstractFileEngineHandler
QAbstractFileEngineHandler.fromMatch
(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset, QRegularExpression.MatchOptions matchOptions) Creates a file engine handler for file names having match withregexp
static QAbstractFileEngineHandler
QAbstractFileEngineHandler.fromMatch
(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset, QRegularExpression.MatchType matchType) Creates a file engine handler for file names having match withregexp
static QAbstractFileEngineHandler
QAbstractFileEngineHandler.fromMatch
(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOption ... matchOptions) Creates a file engine handler for file names having match withregexp
static QAbstractFileEngineHandler
QAbstractFileEngineHandler.fromMatch
(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOptions matchOptions) Creates a file engine handler for file names having match withregexp
static QAbstractFileEngineHandler
QAbstractFileEngineHandler.fromMatch
(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchOption ... matchOptions) Creates a file engine handler for file names having match withregexp
static QAbstractFileEngineHandler
QAbstractFileEngineHandler.fromMatch
(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchOptions matchOptions) Creates a file engine handler for file names having match withregexp
static QAbstractFileEngineHandler
QAbstractFileEngineHandler.fromMatch
(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchType matchType) Creates a file engine handler for file names having match withregexp
static QAbstractFileEngineHandler
QAbstractFileEngineHandler.fromMatch
(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchType matchType, QRegularExpression.MatchOption ... matchOptions) Creates a file engine handler for file names having match withregexp
static QAbstractFileEngineHandler
QAbstractFileEngineHandler.fromMatch
(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchType matchType, QRegularExpression.MatchOptions matchOptions) Creates a file engine handler for file names having match withregexp
static QAbstractFileEngineHandler
QAbstractFileEngineHandler.fromStartsWith
(QAbstractFileEngineHandler.FileEngineFactory factory, String prefix) Creates a file engine handler for file names starting withprefix