java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QFileOpenEvent
- All Implemented Interfaces:
QtObjectInterface
public class QFileOpenEvent extends QEvent
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
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description QFileOpenEvent(QUrl url)
protected
QFileOpenEvent(QtObject.QPrivateConstructor p)
Constructor for internal use only.QFileOpenEvent(String file)
-
Method Summary
Modifier and Type Method Description String
file()
boolean
openFile(QFile file, QIODevice.OpenMode flags)
boolean
openFile(QFile file, QIODevice.OpenModeFlag... flags)
Overloaded function foropenFile(io.qt.core.QFile, io.qt.core.QIODevice.OpenMode)
.String
toString()
QUrl
url()
Methods inherited from class io.qt.core.QEvent
accept, ignore, isAccepted, registerEventType, registerEventType, set, setAccepted, spontaneous, type
-
Constructor Details
-
QFileOpenEvent
-
QFileOpenEvent
-
QFileOpenEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details