Uses of Class
io.qt.core.QIODevice
Package | Description |
---|---|
io.qt | |
io.qt.core | |
io.qt.designer | |
io.qt.gui | |
io.qt.network | |
io.qt.svg | |
io.qt.widgets.tools | |
io.qt.xml |
-
Uses of QIODevice in io.qt
Methods in io.qt that return QIODevice Modifier and Type Method Description QIODevice
QNativePointer. openAsDevice(QIODeviceBase.OpenMode openMode)
QIODevice
QNativePointer. openAsDevice(QIODeviceBase.OpenModeFlag... openMode)
-
Uses of QIODevice in io.qt.core
Subclasses of QIODevice in io.qt.core Modifier and Type Class Description class
QBuffer
QIODevice interface for a QByteArrayclass
QFile
Interface for reading from and writing to filesclass
QFileDevice
Interface for reading from and writing to open filesclass
QProcess
Used to start external programs and to communicate with themclass
QSaveFile
Interface for safely writing to filesclass
QTemporaryFile
I/O device that operates on temporary filesMethods in io.qt.core that return QIODevice Modifier and Type Method Description QIODevice
QCborStreamReader. device()
QIODevice
QCborStreamWriter. device()
QIODevice
QDataStream. device()
QIODevice
QTextStream. device()
QIODevice
QXmlStreamReader. device()
QIODevice
QXmlStreamWriter. device()
static QIODevice
QIODevice. fromDirectBuffer(Buffer buffer)
static QIODevice
QIODevice. fromInputStream(InputStream stream)
static QIODevice
QIODevice. fromOutputStream(OutputStream stream)
Methods in io.qt.core with parameters of type QIODevice Modifier and Type Method Description boolean
QCryptographicHash. addData(QIODevice device)
boolean
QMessageAuthenticationCode. addData(QIODevice device)
boolean
QSettings.ReadFunc. call(QIODevice device, Map<String,Object> map)
boolean
QSettings.WriteFunc. call(QIODevice device, Map<String,Object> map)
QMimeType
QMimeDatabase. mimeTypeForData(QIODevice device)
QMimeType
QMimeDatabase. mimeTypeForFileNameAndData(String fileName, QIODevice device)
void
QCborStreamReader. setDevice(QIODevice device)
void
QCborStreamWriter. setDevice(QIODevice device)
void
QDataStream. setDevice(QIODevice arg__1)
void
QTextStream. setDevice(QIODevice device)
void
QXmlStreamReader. setDevice(QIODevice device)
void
QXmlStreamWriter. setDevice(QIODevice device)
Constructors in io.qt.core with parameters of type QIODevice Constructor Description QCborStreamReader(QIODevice device)
QCborStreamWriter(QIODevice device)
QDataStream(QIODevice arg__1)
QDebug(QIODevice device)
QTextStream(QIODevice device)
QXmlStreamReader(QIODevice device)
QXmlStreamWriter(QIODevice device)
-
Uses of QIODevice in io.qt.designer
Methods in io.qt.designer with parameters of type QIODevice Modifier and Type Method Description QWidget
QAbstractFormBuilder. load(QIODevice dev)
Overloaded function forQAbstractFormBuilder.load(io.qt.core.QIODevice, io.qt.widgets.QWidget)
withparentWidget = null
.QWidget
QAbstractFormBuilder. load(QIODevice dev, QWidget parentWidget)
void
QAbstractFormBuilder. save(QIODevice dev, QWidget widget)
boolean
QDesignerFormWindowInterface. setContents(QIODevice dev)
Overloaded function forQDesignerFormWindowInterface.setContents(io.qt.core.QIODevice, java.lang.String[])
witherrorMessage = null
.abstract boolean
QDesignerFormWindowInterface. setContents(QIODevice dev, String[] errorMessage)
-
Uses of QIODevice in io.qt.gui
Methods in io.qt.gui that return QIODevice Modifier and Type Method Description QIODevice
QImageIOHandler. device()
QIODevice
QImageReader. device()
QIODevice
QImageWriter. device()
QIODevice
QMovie. device()
QIODevice
QTextDocumentWriter. device()
Methods in io.qt.gui with parameters of type QIODevice Modifier and Type Method Description abstract QImageIOPlugin.Capabilities
QImageIOPlugin. capabilities(QIODevice device, QByteArray format)
QImageIOHandler
QImageIOPlugin. create(QIODevice device)
Overloaded function forQImageIOPlugin.create(io.qt.core.QIODevice, io.qt.core.QByteArray)
withformat = new io.qt.core.QByteArray()
.abstract QImageIOHandler
QImageIOPlugin. create(QIODevice device, QByteArray format)
static QByteArray
QImageReader. imageFormat(QIODevice device)
boolean
QImage. load(QIODevice device, String format)
boolean
QPicture. load(QIODevice dev)
boolean
QImage. save(QIODevice device)
Overloaded function forQImage.save(io.qt.core.QIODevice, java.lang.String, int)
boolean
QImage. save(QIODevice device, String format)
Overloaded function forQImage.save(io.qt.core.QIODevice, java.lang.String, int)
withquality = -1
.boolean
QImage. save(QIODevice device, String format, int quality)
boolean
QPicture. save(QIODevice dev)
boolean
QPixmap. save(QIODevice device)
Overloaded function forQPixmap.save(io.qt.core.QIODevice, java.lang.String, int)
boolean
QPixmap. save(QIODevice device, String format)
Overloaded function forQPixmap.save(io.qt.core.QIODevice, java.lang.String, int)
withquality = -1
.boolean
QPixmap. save(QIODevice device, String format, int quality)
void
QImageIOHandler. setDevice(QIODevice device)
void
QImageReader. setDevice(QIODevice device)
void
QImageWriter. setDevice(QIODevice device)
void
QMovie. setDevice(QIODevice device)
void
QTextDocumentWriter. setDevice(QIODevice device)
Constructors in io.qt.gui with parameters of type QIODevice Constructor Description QImageReader(QIODevice device)
Overloaded constructor forQImageReader(io.qt.core.QIODevice, io.qt.core.QByteArray)
withformat = new io.qt.core.QByteArray()
.QImageReader(QIODevice device, QByteArray format)
QImageWriter(QIODevice device, QByteArray format)
QMovie(QIODevice device)
Overloaded constructor forQMovie(io.qt.core.QIODevice, io.qt.core.QByteArray, io.qt.core.QObject)
QMovie(QIODevice device, QByteArray format)
Overloaded constructor forQMovie(io.qt.core.QIODevice, io.qt.core.QByteArray, io.qt.core.QObject)
withparent = null
.QMovie(QIODevice device, QByteArray format, QObject parent)
QPdfWriter(QIODevice device)
QTextDocumentWriter(QIODevice device, QByteArray format)
-
Uses of QIODevice in io.qt.network
Subclasses of QIODevice in io.qt.network Modifier and Type Class Description class
QAbstractSocket
The base functionality common to all socket typesclass
QLocalSocket
Local socketclass
QNetworkReply
Contains the data and headers for a request sent with QNetworkAccessManagerclass
QSslSocket
SSL encrypted socket for both clients and serversclass
QTcpSocket
TCP socketclass
QUdpSocket
UDP socketMethods in io.qt.network that return QIODevice Modifier and Type Method Description abstract QIODevice
QAbstractNetworkCache. data(QUrl url)
QIODevice
QNetworkDiskCache. data(QUrl url)
abstract QIODevice
QAbstractNetworkCache. prepare(QNetworkCacheMetaData metaData)
QIODevice
QNetworkDiskCache. prepare(QNetworkCacheMetaData metaData)
Constructors in io.qt.network with parameters of type QIODevice Constructor Description QSslCertificate(QIODevice device)
Overloaded constructor forQSslCertificate(io.qt.core.QIODevice, io.qt.network.QSsl.EncodingFormat)
withformat = io.qt.network.QSsl.EncodingFormat.Pem
.QSslCertificate(QIODevice device, QSsl.EncodingFormat format)
QSslKey(QIODevice device, QSsl.KeyAlgorithm algorithm)
QSslKey(QIODevice device, QSsl.KeyAlgorithm algorithm, QSsl.EncodingFormat format)
QSslKey(QIODevice device, QSsl.KeyAlgorithm algorithm, QSsl.EncodingFormat format, QSsl.KeyType type)
Overloaded constructor forQSslKey(io.qt.core.QIODevice, io.qt.network.QSsl.KeyAlgorithm, io.qt.network.QSsl.EncodingFormat, io.qt.network.QSsl.KeyType, io.qt.core.QByteArray)
withpassPhrase = new io.qt.core.QByteArray()
.QSslKey(QIODevice device, QSsl.KeyAlgorithm algorithm, QSsl.EncodingFormat format, QSsl.KeyType type, QByteArray passPhrase)
-
Uses of QIODevice in io.qt.svg
Methods in io.qt.svg that return QIODevice Modifier and Type Method Description QIODevice
QSvgGenerator. outputDevice()
Methods in io.qt.svg with parameters of type QIODevice Modifier and Type Method Description void
QSvgGenerator. setOutputDevice(QIODevice outputDevice)
-
Uses of QIODevice in io.qt.widgets.tools
Methods in io.qt.widgets.tools with parameters of type QIODevice Modifier and Type Method Description QWidget
QUiLoader. load(QIODevice device)
Overloaded function forQUiLoader.load(io.qt.core.QIODevice, io.qt.widgets.QWidget)
withparentWidget = null
.QWidget
QUiLoader. load(QIODevice device, QWidget parentWidget)
-
Uses of QIODevice in io.qt.xml
Methods in io.qt.xml with parameters of type QIODevice Modifier and Type Method Description QDomDocument.Result
QDomDocument. setContent(QIODevice dev)
QDomDocument.Result
QDomDocument. setContent(QIODevice dev, boolean namespaceProcessing)