java.lang.Object
io.qt.QtObject
io.qt.core.internal.QAbstractFileEngineHandler
- All Implemented Interfaces:
QtObjectInterface
Java wrapper for Qt class QAbstractFileEngineHandler
The handler object is immediately installed during creation. Every instance is owned by native library and is ignored by garbage collection.
By calling dispose()
, this file engine handler is uninstalled.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Factory interface for file engine creation -
Constructor Summary
ConstructorDescriptionSeeQAbstractFileEngineHandler::
QAbstractFileEngineHandler() -
Method Summary
Modifier and TypeMethodDescriptionabstract QAbstractFileEngine
SeeQAbstractFileEngineHandler::
create(QString)const static QAbstractFileEngineHandler
Creates a file engine handler for file names having match withregexp
.static QAbstractFileEngineHandler
fromFileNameTest
(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset) Creates a file engine handler for file names having match withregexp
.static QAbstractFileEngineHandler
fromFileNameTest
(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset, QRegularExpression.MatchOption ... matchOptions) Creates a file engine handler for file names having match withregexp
.static QAbstractFileEngineHandler
fromFileNameTest
(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset, QRegularExpression.MatchOptions matchOptions) Creates a file engine handler for file names having match withregexp
.static QAbstractFileEngineHandler
fromFileNameTest
(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset, QRegularExpression.MatchType matchType) Creates a file engine handler for file names having match withregexp
.static QAbstractFileEngineHandler
fromFileNameTest
(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
fromFileNameTest
(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
fromFileNameTest
(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchOption ... matchOptions) Creates a file engine handler for file names having match withregexp
.static QAbstractFileEngineHandler
fromFileNameTest
(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchOptions matchOptions) Creates a file engine handler for file names having match withregexp
.static QAbstractFileEngineHandler
fromFileNameTest
(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchType matchType) Creates a file engine handler for file names having match withregexp
.static QAbstractFileEngineHandler
fromFileNameTest
(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchType matchType, QRegularExpression.MatchOption ... matchOptions) Creates a file engine handler for file names having match withregexp
.static QAbstractFileEngineHandler
fromFileNameTest
(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchType matchType, QRegularExpression.MatchOptions matchOptions) Creates a file engine handler for file names having match withregexp
.static QAbstractFileEngineHandler
fromFileNameTest
(QAbstractFileEngineHandler.FileEngineFactory factory, QString.Comparison stringComparison, Qt.CaseSensitivity caseSensitivity, String string) Creates a file engine handler for file names tested with string comparison against argumentstring
.static QAbstractFileEngineHandler
fromFileNameTest
(QAbstractFileEngineHandler.FileEngineFactory factory, QString.Comparison stringComparison, String string) Creates a file engine handler for file names tested with case-sensitive string comparison against argumentstring
.Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QAbstractFileEngineHandler
public QAbstractFileEngineHandler()See
QAbstractFileEngineHandler::
QAbstractFileEngineHandler()
-
-
Method Details
-
create
See
QAbstractFileEngineHandler::
create(QString)const - Parameters:
fileName
-- Returns:
-
fromFileNameTest
@QtUninvokable public static QAbstractFileEngineHandler fromFileNameTest(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchType matchType, QRegularExpression.MatchOptions matchOptions) Creates a file engine handler for file names having match withregexp
. The returned handler object is owned by native library and is ignored by garbage collection. By callingdispose()
, this file engine handler is uninstalled.- Parameters:
factory
- the file engine factoryregexp
- file name regular expressionmatchType
- the match typematchOptions
- options for the match- Returns:
- a new installed file engine handler
- See Also:
-
fromFileNameTest
@QtUninvokable public static QAbstractFileEngineHandler fromFileNameTest(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchOptions matchOptions) Creates a file engine handler for file names having match withregexp
. The returned handler object is owned by native library and is ignored by garbage collection. By callingdispose()
, this file engine handler is uninstalled.- Parameters:
factory
- the file engine factoryregexp
- file name regular expressionmatchOptions
- options for the match- Returns:
- a new installed file engine handler
- See Also:
-
fromFileNameTest
@QtUninvokable public static QAbstractFileEngineHandler fromFileNameTest(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchType matchType) Creates a file engine handler for file names having match withregexp
. The returned handler object is owned by native library and is ignored by garbage collection. By callingdispose()
, this file engine handler is uninstalled.- Parameters:
factory
- the file engine factoryregexp
- file name regular expressionmatchType
- the match type- Returns:
- a new installed file engine handler
- See Also:
-
fromFileNameTest
@QtUninvokable public static QAbstractFileEngineHandler fromFileNameTest(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchType matchType, QRegularExpression.MatchOption ... matchOptions) Creates a file engine handler for file names having match withregexp
. The returned handler object is owned by native library and is ignored by garbage collection. By callingdispose()
, this file engine handler is uninstalled.- Parameters:
factory
- the file engine factoryregexp
- file name regular expressionmatchType
- the match typematchOptions
- options for the match- Returns:
- a new installed file engine handler
- See Also:
-
fromFileNameTest
@QtUninvokable public static QAbstractFileEngineHandler fromFileNameTest(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchOption ... matchOptions) Creates a file engine handler for file names having match withregexp
. The returned handler object is owned by native library and is ignored by garbage collection. By callingdispose()
, this file engine handler is uninstalled.- Parameters:
factory
- the file engine factoryregexp
- file name regular expressionmatchOptions
- options for the match- Returns:
- a new installed file engine handler
- See Also:
-
fromFileNameTest
@QtUninvokable public static QAbstractFileEngineHandler fromFileNameTest(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp) Creates a file engine handler for file names having match withregexp
. The returned handler object is owned by native library and is ignored by garbage collection. By callingdispose()
, this file engine handler is uninstalled.- Parameters:
factory
- the file engine factoryregexp
- file name regular expression- Returns:
- a new installed file engine handler
- See Also:
-
fromFileNameTest
@QtUninvokable public static QAbstractFileEngineHandler fromFileNameTest(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset) Creates a file engine handler for file names having match withregexp
. The returned handler object is owned by native library and is ignored by garbage collection. By callingdispose()
, this file engine handler is uninstalled.- Parameters:
factory
- the file engine factoryregexp
- file name regular expressionoffset
- the offset of the match- Returns:
- a new installed file engine handler
- See Also:
-
fromFileNameTest
@QtUninvokable public static QAbstractFileEngineHandler fromFileNameTest(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOption ... matchOptions) Creates a file engine handler for file names having match withregexp
. The returned handler object is owned by native library and is ignored by garbage collection. By callingdispose()
, this file engine handler is uninstalled.- Parameters:
factory
- the file engine factoryregexp
- file name regular expressionoffset
- the offset of the matchmatchType
- the match typematchOptions
- options for the match- Returns:
- a new installed file engine handler
- See Also:
-
fromFileNameTest
@QtUninvokable public static QAbstractFileEngineHandler fromFileNameTest(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset, QRegularExpression.MatchType matchType) Creates a file engine handler for file names having match withregexp
. The returned handler object is owned by native library and is ignored by garbage collection. By callingdispose()
, this file engine handler is uninstalled.- Parameters:
factory
- the file engine factoryregexp
- file name regular expressionoffset
- the offset of the matchmatchType
- the match type- Returns:
- a new installed file engine handler
- See Also:
-
fromFileNameTest
@QtUninvokable public static QAbstractFileEngineHandler fromFileNameTest(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset, QRegularExpression.MatchOption ... matchOptions) Creates a file engine handler for file names having match withregexp
. The returned handler object is owned by native library and is ignored by garbage collection. By callingdispose()
, this file engine handler is uninstalled.- Parameters:
factory
- the file engine factoryregexp
- file name regular expressionoffset
- the offset of the matchmatchOptions
- options for the match- Returns:
- a new installed file engine handler
- See Also:
-
fromFileNameTest
@QtUninvokable public static QAbstractFileEngineHandler fromFileNameTest(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset, QRegularExpression.MatchOptions matchOptions) Creates a file engine handler for file names having match withregexp
. The returned handler object is owned by native library and is ignored by garbage collection. By callingdispose()
, this file engine handler is uninstalled.- Parameters:
factory
- the file engine factoryregexp
- file name regular expressionoffset
- the offset of the matchmatchOptions
- options for the match- Returns:
- a new installed file engine handler
- See Also:
-
fromFileNameTest
@QtUninvokable public static QAbstractFileEngineHandler fromFileNameTest(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOptions matchOptions) Creates a file engine handler for file names having match withregexp
. The returned handler object is owned by native library and is ignored by garbage collection. By callingdispose()
, this file engine handler is uninstalled.- Parameters:
factory
- the file engine factoryregexp
- file name regular expressionoffset
- the offset of the matchmatchType
- the match typematchOptions
- options for the match- Returns:
- a new installed file engine handler
- See Also:
-
fromFileNameTest
@QtUninvokable public static QAbstractFileEngineHandler fromFileNameTest(QAbstractFileEngineHandler.FileEngineFactory factory, QString.Comparison stringComparison, String string) Creates a file engine handler for file names tested with case-sensitive string comparison against argumentstring
. The returned handler object is owned by native library and is ignored by garbage collection. By callingdispose()
, this file engine handler is uninstalled.- Parameters:
factory
- the file engine factorystringComparison
- string comparison operationstring
- string the file name is tested against- Returns:
- a new installed file engine handler
-
fromFileNameTest
@QtUninvokable public static QAbstractFileEngineHandler fromFileNameTest(QAbstractFileEngineHandler.FileEngineFactory factory, QString.Comparison stringComparison, Qt.CaseSensitivity caseSensitivity, String string) Creates a file engine handler for file names tested with string comparison against argumentstring
. The returned handler object is owned by native library and is ignored by garbage collection. By callingdispose()
, this file engine handler is uninstalled.- Parameters:
factory
- the file engine factorystringComparison
- string comparison operationcaseSensitivity
- case sensitivitystring
- string the file name is tested against- Returns:
- a new installed file engine handler
-