java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QFileOpenEvent
- All Implemented Interfaces:
QtObjectInterface
Event that will be sent when there is a request to open a file or a URL
Java wrapper for Qt class QFileOpenEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.core.QEvent
QEvent.Type
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
Fields inherited from class io.qt.core.QEvent
staticMetaObject
-
Constructor Summary
ModifierConstructorDescriptionQFileOpenEvent
(QUrl url) protected
Constructor for internal use only.QFileOpenEvent
(String file) -
Method Summary
Modifier and TypeMethodDescriptionfinal String
file()
final boolean
openFile
(QFile file, QIODevice.OpenMode flags) final boolean
openFile
(QFile file, QIODevice.OpenModeFlag... flags) Overloaded function foropenFile(io.qt.core.QFile, io.qt.core.QIODevice.OpenMode)
.toString()
final QUrl
url()
Methods inherited from class io.qt.core.QEvent
accept, ignore, isAccepted, registerEventType, registerEventType, set, setAccepted, spontaneous, type
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QFileOpenEvent
-
QFileOpenEvent
-
QFileOpenEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
file
-
openFile
Overloaded function for
openFile(io.qt.core.QFile, io.qt.core.QIODevice.OpenMode)
. -
openFile
-
url
-
toString
-