Uses of Class
io.qt.core.internal.QAbstractFileEngineHandler
Packages that use QAbstractFileEngineHandler
-
Uses of QAbstractFileEngineHandler in io.qt.core.internal
Methods in io.qt.core.internal that return QAbstractFileEngineHandlerModifier and TypeMethodDescriptionstatic QAbstractFileEngineHandlerQAbstractFileEngineHandler.fromEndsWith(QAbstractFileEngineHandler.FileEngineFactory factory, String suffix) Creates a file engine handler for file names ending withsuffixstatic QAbstractFileEngineHandlerQAbstractFileEngineHandler.fromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp) Creates a file engine handler for file names having match withregexpstatic QAbstractFileEngineHandlerQAbstractFileEngineHandler.fromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset) Creates a file engine handler for file names having match withregexpstatic QAbstractFileEngineHandlerQAbstractFileEngineHandler.fromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset, QRegularExpression.MatchOption ... matchOptions) Creates a file engine handler for file names having match withregexpstatic QAbstractFileEngineHandlerQAbstractFileEngineHandler.fromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset, QRegularExpression.MatchOptions matchOptions) Creates a file engine handler for file names having match withregexpstatic QAbstractFileEngineHandlerQAbstractFileEngineHandler.fromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset, QRegularExpression.MatchType matchType) Creates a file engine handler for file names having match withregexpstatic QAbstractFileEngineHandlerQAbstractFileEngineHandler.fromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOption ... matchOptions) Creates a file engine handler for file names having match withregexpstatic QAbstractFileEngineHandlerQAbstractFileEngineHandler.fromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOptions matchOptions) Creates a file engine handler for file names having match withregexpstatic QAbstractFileEngineHandlerQAbstractFileEngineHandler.fromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchOption ... matchOptions) Creates a file engine handler for file names having match withregexpstatic QAbstractFileEngineHandlerQAbstractFileEngineHandler.fromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchOptions matchOptions) Creates a file engine handler for file names having match withregexpstatic QAbstractFileEngineHandlerQAbstractFileEngineHandler.fromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchType matchType) Creates a file engine handler for file names having match withregexpstatic QAbstractFileEngineHandlerQAbstractFileEngineHandler.fromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchType matchType, QRegularExpression.MatchOption ... matchOptions) Creates a file engine handler for file names having match withregexpstatic QAbstractFileEngineHandlerQAbstractFileEngineHandler.fromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchType matchType, QRegularExpression.MatchOptions matchOptions) Creates a file engine handler for file names having match withregexpstatic QAbstractFileEngineHandlerQAbstractFileEngineHandler.fromStartsWith(QAbstractFileEngineHandler.FileEngineFactory factory, String prefix) Creates a file engine handler for file names starting withprefix