Uses of Class
io.qt.core.QByteArray
-
Uses of QByteArray in io.qt.bluetooth
Fields in io.qt.bluetooth with type parameters of type QByteArray Modifier and Type Field Description QObject.Signal2<QLowEnergyCharacteristic,QByteArray>
QLowEnergyService. characteristicChanged
QObject.Signal2<QLowEnergyCharacteristic,QByteArray>
QLowEnergyService. characteristicRead
QObject.Signal2<QLowEnergyCharacteristic,QByteArray>
QLowEnergyService. characteristicWritten
QObject.Signal2<QLowEnergyDescriptor,QByteArray>
QLowEnergyService. descriptorRead
QObject.Signal2<QLowEnergyDescriptor,QByteArray>
QLowEnergyService. descriptorWritten
Methods in io.qt.bluetooth that return QByteArray Modifier and Type Method Description QByteArray
QBluetoothDeviceInfo. manufacturerData(short manufacturerId)
QByteArray
QLowEnergyAdvertisingData. manufacturerData()
QByteArray
QLowEnergyAdvertisingData. rawData()
QByteArray
QLowEnergyCharacteristic. value()
QByteArray
QLowEnergyCharacteristicData. value()
QByteArray
QLowEnergyDescriptor. value()
QByteArray
QLowEnergyDescriptorData. value()
Methods in io.qt.bluetooth that return types with arguments of type QByteArray Modifier and Type Method Description QHash<Short,QByteArray>
QBluetoothDeviceInfo. manufacturerData()
Methods in io.qt.bluetooth with parameters of type QByteArray Modifier and Type Method Description boolean
QBluetoothDeviceInfo. setManufacturerData(short manufacturerId, QByteArray data)
void
QLowEnergyAdvertisingData. setManufacturerData(short id, QByteArray data)
void
QLowEnergyAdvertisingData. setRawData(QByteArray data)
void
QLowEnergyCharacteristicData. setValue(QByteArray value)
void
QLowEnergyDescriptorData. setValue(QByteArray value)
void
QLowEnergyService. writeCharacteristic(QLowEnergyCharacteristic characteristic, QByteArray newValue)
Overloaded function forQLowEnergyService.writeCharacteristic(io.qt.bluetooth.QLowEnergyCharacteristic, io.qt.core.QByteArray, io.qt.bluetooth.QLowEnergyService.WriteMode)
withmode = io.qt.bluetooth.QLowEnergyService.WriteMode.WriteWithResponse
.void
QLowEnergyService. writeCharacteristic(QLowEnergyCharacteristic characteristic, QByteArray newValue, QLowEnergyService.WriteMode mode)
void
QLowEnergyService. writeDescriptor(QLowEnergyDescriptor descriptor, QByteArray newValue)
Constructors in io.qt.bluetooth with parameters of type QByteArray Constructor Description QLowEnergyDescriptorData(QBluetoothUuid uuid, QByteArray value)
-
Uses of QByteArray in io.qt.core
Fields in io.qt.core declared as QByteArray Modifier and Type Field Description QByteArray
QByteArray.FromBase64Result. decoded
Methods in io.qt.core that return QByteArray Modifier and Type Method Description QByteArray
QByteArray. append(byte c)
QByteArray
QByteArray. append(int count, byte c)
QByteArray
QByteArray. append(QByteArray a)
QByteArray
QByteArray. append(String s)
Deprecated.Use QString's toUtf8(), toLatin1() or toLocal8Bit()QByteArray
QByteArray. append(Buffer s)
QByteArray
QByteArray. append(Buffer s, int len)
static QByteArray
QSysInfo. bootUniqueId()
QByteArray
QBuffer. buffer()
QByteArray
QByteArray. chopped(int len)
QByteArray
QByteArray. clone()
protected abstract QByteArray
QTextCodec. convertFromUnicode(char[] in, QTextCodec.ConverterState state)
QByteArray
QMetaMethod. cppMethodSignature()
QByteArray
QBuffer. data()
QByteArray
QMimeData. data(String mimetype)
QByteArray
QStorageInfo. device()
static QByteArray
QFile. encodeName(String fileName)
QByteArray
QStorageInfo. fileSystemType()
QByteArray
QByteArray. fill(byte c)
Overloaded function forfill(byte, int)
withsize = -1
.QByteArray
QByteArray. fill(byte c, int size)
static QByteArray
QByteArray. fromBase64(QByteArray base64)
static QByteArray
QByteArray. fromBase64(QByteArray base64, QByteArray.Base64Option... options)
Overloaded function forfromBase64(io.qt.core.QByteArray, io.qt.core.QByteArray.Base64Options)
.static QByteArray
QByteArray. fromBase64(QByteArray base64, QByteArray.Base64Options options)
static QByteArray
QByteArray. fromHex(QByteArray hexEncoded)
static QByteArray
QByteArray. fromPercentEncoding(QByteArray pctEncoded)
Overloaded function forfromPercentEncoding(io.qt.core.QByteArray, byte)
withpercent = '%'
.static QByteArray
QByteArray. fromPercentEncoding(QByteArray pctEncoded, byte percent)
static QByteArray
QByteArray. fromRawData(Buffer arg__1, int size)
QByteArray
QTextCodec. fromUnicode(char[] in)
Overloaded function forQTextCodec.fromUnicode(char[], io.qt.core.QTextCodec.ConverterState)
withstate = null
.QByteArray
QTextCodec. fromUnicode(char[] in, QTextCodec.ConverterState state)
QByteArray
QTextCodec. fromUnicode(String uc)
QByteArray
QTextEncoder. fromUnicode(String str)
static QByteArray
QCryptographicHash. hash(QByteArray data, QCryptographicHash.Algorithm method)
static QByteArray
QMessageAuthenticationCode. hash(QByteArray message, QByteArray key, QCryptographicHash.Algorithm method)
static QByteArray
QTimeZone. ianaIdToWindowsId(QByteArray ianaId)
QByteArray
QTimeZone. id()
QByteArray
QByteArray. insert(int i, byte c)
QByteArray
QByteArray. insert(int i, byte[] data)
QByteArray
QByteArray. insert(int i, int count, byte c)
QByteArray
QByteArray. insert(int i, QByteArray a)
QByteArray
QByteArray. insert(int i, String s)
Deprecated.Use QString's toUtf8(), toLatin1() or toLocal8Bit()QByteArray
QByteArray. insert(int i, Buffer s)
QByteArray
QByteArray. insert(int i, Buffer s, int len)
static QByteArray
QByteArray. join(Collection<QByteArray> stringList)
static QByteArray
QByteArray. join(Collection<QByteArray> stringList, byte sep)
static QByteArray
QByteArray. join(Collection<QByteArray> stringList, QByteArray sep)
QByteArray
QByteArray. lastIndexOf(Buffer c)
Overloaded function forlastIndexOf(java.nio.Buffer, int)
withfrom = -1
.QByteArray
QByteArray. lastIndexOf(Buffer c, int from)
QByteArray
QByteArray. left(int len)
QByteArray
QByteArray. leftJustified(int width)
Overloaded function forleftJustified(int, byte, boolean)
QByteArray
QByteArray. leftJustified(int width, byte fill)
Overloaded function forleftJustified(int, byte, boolean)
withtruncate = false
.QByteArray
QByteArray. leftJustified(int width, byte fill, boolean truncate)
static QByteArray
QSysInfo. machineUniqueId()
QByteArray
QByteArray. mid(int index)
Overloaded function formid(int, int)
withlen = -1
.QByteArray
QByteArray. mid(int index, int len)
QByteArray
QMetaMethod. name()
QByteArray
QMetaType. name()
abstract QByteArray
QTextCodec. name()
static QByteArray
QByteArray. number(double arg__1)
Overloaded function fornumber(double, byte, int)
static QByteArray
QByteArray. number(double arg__1, byte f)
Overloaded function fornumber(double, byte, int)
withprec = 6
.static QByteArray
QByteArray. number(double arg__1, byte f, int prec)
static QByteArray
QByteArray. number(int arg__1)
Overloaded function fornumber(int, int)
withbase = 10
.static QByteArray
QByteArray. number(int arg__1, int base)
static QByteArray
QByteArray. number(long arg__1)
Overloaded function fornumber(long, int)
withbase = 10
.static QByteArray
QByteArray. number(long arg__1, int base)
QByteArray
QByteArrayMatcher. pattern()
QByteArray
QIODevice. peek(long maxlen)
QByteArray
QByteArray. prepend(byte c)
QByteArray
QByteArray. prepend(byte[] data)
QByteArray
QByteArray. prepend(int count, byte c)
QByteArray
QByteArray. prepend(QByteArray a)
QByteArray
QByteArray. prepend(String str)
QByteArray
QByteArray. prepend(Buffer s)
QByteArray
QByteArray. prepend(Buffer s, int len)
QByteArray
QDynamicPropertyChangeEvent. propertyName()
QByteArray
QPropertyAnimation. propertyName()
QByteArray
QIODevice. read(long maxlen)
QByteArray
QIODevice. readAll()
QByteArray
QProcess. readAllStandardError()
QByteArray
QProcess. readAllStandardOutput()
QByteArray
QTextStream. readBytes()
QByteArray
QIODevice. readLine()
Overloaded function forQIODevice.readLine(long)
withmaxlen = 0
.QByteArray
QIODevice. readLine(long maxlen)
QByteArray
QByteArray. remove(int index, int len)
QByteArray
QByteArray. repeated(int times)
QByteArray
QByteArray. replace(byte before, byte after)
QByteArray
QByteArray. replace(byte before, QByteArray after)
QByteArray
QByteArray. replace(byte c, String after)
Deprecated.Use QString's toUtf8(), toLatin1() or toLocal8Bit()QByteArray
QByteArray. replace(byte before, Buffer after)
QByteArray
QByteArray. replace(int index, int len, byte[] data)
QByteArray
QByteArray. replace(int index, int len, QByteArray s)
QByteArray
QByteArray. replace(int index, int len, Buffer s)
QByteArray
QByteArray. replace(int index, int len, Buffer s, int alen)
QByteArray
QByteArray. replace(QByteArray before, QByteArray after)
QByteArray
QByteArray. replace(QByteArray before, String after)
QByteArray
QByteArray. replace(QByteArray before, Buffer after)
QByteArray
QByteArray. replace(String before, QByteArray after)
Deprecated.Use QString's toUtf8(), toLatin1() or toLocal8Bit()QByteArray
QByteArray. replace(String before, String after)
QByteArray
QByteArray. replace(String before, Buffer after)
Deprecated.Use QString's toUtf8(), toLatin1() or toLocal8Bit()QByteArray
QByteArray. replace(Buffer before, int bsize, Buffer after, int asize)
QByteArray
QByteArray. replace(Buffer before, QByteArray after)
QByteArray
QByteArray. replace(Buffer before, Buffer after)
QByteArray
QCryptographicHash. result()
QByteArray
QMessageAuthenticationCode. result()
QByteArray
QByteArray. right(int len)
QByteArray
QByteArray. rightJustified(int width)
Overloaded function forrightJustified(int, byte, boolean)
QByteArray
QByteArray. rightJustified(int width, byte fill)
Overloaded function forrightJustified(int, byte, boolean)
withtruncate = false
.QByteArray
QByteArray. rightJustified(int width, byte fill, boolean truncate)
QByteArray
QByteArray. set(QByteArray arg__1)
QByteArray
QByteArray. set(Buffer str)
QByteArray
QByteArray. setNum(double arg__1)
Overloaded function forsetNum(double, char, int)
QByteArray
QByteArray. setNum(double arg__1, char f)
Overloaded function forsetNum(double, char, int)
withprec = 6
.QByteArray
QByteArray. setNum(double arg__1, char f, int prec)
QByteArray
QByteArray. setNum(float arg__1)
Overloaded function forsetNum(float, char, int)
QByteArray
QByteArray. setNum(float arg__1, char f)
Overloaded function forsetNum(float, char, int)
withprec = 6
.QByteArray
QByteArray. setNum(float arg__1, char f, int prec)
QByteArray
QByteArray. setNum(int arg__1)
Overloaded function forsetNum(int, int)
withbase = 10
.QByteArray
QByteArray. setNum(int arg__1, int base)
QByteArray
QByteArray. setNum(long arg__1)
Overloaded function forsetNum(long, int)
withbase = 10
.QByteArray
QByteArray. setNum(long arg__1, int base)
QByteArray
QByteArray. setNum(short arg__1)
Overloaded function forsetNum(short, int)
withbase = 10
.QByteArray
QByteArray. setNum(short arg__1, int base)
protected QByteArray
QByteArray. setRawData(Buffer a, int n)
QByteArray
QSignalTransition. signal()
QByteArray
QByteArray. simplified()
QByteArray
QStorageInfo. subvolume()
static QByteArray
QTimeZone. systemTimeZoneId()
static QByteArray
QUrl. toAce(String arg__1)
QByteArray
QByteArray. toBase64()
QByteArray
QByteArray. toBase64(QByteArray.Base64Option... options)
Overloaded function fortoBase64(io.qt.core.QByteArray.Base64Options)
.QByteArray
QByteArray. toBase64(QByteArray.Base64Options options)
QByteArray
QJsonDocument. toBinaryData()
Deprecated.Use CBOR format insteadQByteArray
QCborValue. toByteArray()
Overloaded function forQCborValue.toByteArray(io.qt.core.QByteArray)
withdefaultValue = new io.qt.core.QByteArray()
.QByteArray
QCborValue. toByteArray(QByteArray defaultValue)
QByteArray
QUuid. toByteArray()
QByteArray
QUuid. toByteArray(QUuid.StringFormat mode)
static QByteArray
QVariant. toByteArray(Object obj)
QByteArray
QCborValue. toCbor()
Overloaded function forQCborValue.toCbor(io.qt.core.QCborValue.EncodingOptions)
withopt = new io.qt.core.QCborValue.EncodingOptions(0)
.QByteArray
QCborValue. toCbor(QCborValue.EncodingOption... opt)
Overloaded function forQCborValue.toCbor(io.qt.core.QCborValue.EncodingOptions)
.QByteArray
QCborValue. toCbor(QCborValue.EncodingOptions opt)
QByteArray
QUrl. toEncoded()
QByteArray
QUrl. toEncoded(QUrl.FormattingOption... options)
QByteArray
QUrl. toEncoded(QUrl.FormattingOptions options)
QByteArray
QByteArray. toHex()
QByteArray
QByteArray. toHex(byte separator)
QByteArray
QJsonDocument. toJson()
QByteArray
QJsonDocument. toJson(QJsonDocument.JsonFormat format)
QByteArray
QByteArray. toLower()
QByteArray
QByteArray. toPercentEncoding()
Overloaded function fortoPercentEncoding(io.qt.core.QByteArray, io.qt.core.QByteArray, byte)
QByteArray
QByteArray. toPercentEncoding(QByteArray exclude)
Overloaded function fortoPercentEncoding(io.qt.core.QByteArray, io.qt.core.QByteArray, byte)
QByteArray
QByteArray. toPercentEncoding(QByteArray exclude, QByteArray include)
Overloaded function fortoPercentEncoding(io.qt.core.QByteArray, io.qt.core.QByteArray, byte)
withpercent = '%'
.QByteArray
QByteArray. toPercentEncoding(QByteArray exclude, QByteArray include, byte percent)
static QByteArray
QUrl. toPercentEncoding(String arg__1)
Overloaded function forQUrl.toPercentEncoding(java.lang.String, io.qt.core.QByteArray, io.qt.core.QByteArray)
static QByteArray
QUrl. toPercentEncoding(String arg__1, QByteArray exclude)
Overloaded function forQUrl.toPercentEncoding(java.lang.String, io.qt.core.QByteArray, io.qt.core.QByteArray)
withinclude = new io.qt.core.QByteArray()
.static QByteArray
QUrl. toPercentEncoding(String arg__1, QByteArray exclude, QByteArray include)
QByteArray
QUuid. toRfc4122()
QByteArray
QByteArray. toUpper()
QByteArray
QByteArray. trimmed()
QByteArray
QResource. uncompressedData()
QByteArray
QMetaEnum. valueToKeys(int value)
static QByteArray
QTimeZone. windowsIdToDefaultIanaId(QByteArray windowsId)
static QByteArray
QTimeZone. windowsIdToDefaultIanaId(QByteArray windowsId, QLocale.Country country)
Methods in io.qt.core that return types with arguments of type QByteArray Modifier and Type Method Description List<QByteArray>
QTextCodec. aliases()
static QList<QByteArray>
QTextCodec. availableCodecs()
static QList<QByteArray>
QTimeZone. availableTimeZoneIds()
static QList<QByteArray>
QTimeZone. availableTimeZoneIds(int offsetSeconds)
static QList<QByteArray>
QTimeZone. availableTimeZoneIds(QLocale.Country country)
QList<QByteArray>
QObject. dynamicPropertyNames()
QList<QByteArray>
QMetaMethod. parameterNames()
QList<QByteArray>
QMetaMethod. parameterTypes()
QCborStreamReader.StringResult<QByteArray>
QCborStreamReader. readByteArray()
Map<Integer,QByteArray>
QAbstractItemModel. roleNames()
QList<QByteArray>
QByteArray. split(byte sep)
static QList<QByteArray>
QTimeZone. windowsIdToIanaIds(QByteArray windowsId)
static QList<QByteArray>
QTimeZone. windowsIdToIanaIds(QByteArray windowsId, QLocale.Country country)
Method parameters in io.qt.core with type arguments of type QByteArray Modifier and Type Method Description static QByteArray
QByteArray. join(Collection<QByteArray> stringList)
static QByteArray
QByteArray. join(Collection<QByteArray> stringList, byte sep)
static QByteArray
QByteArray. join(Collection<QByteArray> stringList, QByteArray sep)
-
Uses of QByteArray in io.qt.core.internal
Methods in io.qt.core.internal that return QByteArray Modifier and Type Method Description QByteArray
QAbstractFileEngine. id()
Deprecated.QByteArray
QFSFileEngine. id()
Deprecated. -
Uses of QByteArray in io.qt.dbus
Methods in io.qt.dbus that return QByteArray Modifier and Type Method Description QByteArray
QDBusArgument. extractBytes()
static QByteArray
QDBusConnection. localMachineId()
Methods in io.qt.dbus with parameters of type QByteArray Modifier and Type Method Description QDBusArgument
QDBusArgument. append(QByteArray arg)
-
Uses of QByteArray in io.qt.designer
Methods in io.qt.designer that return types with arguments of type QByteArray Modifier and Type Method Description abstract List<QByteArray>
QDesignerMemberSheetExtension.Impl. parameterNames(int index)
List<QByteArray>
QDesignerMemberSheetExtension. parameterNames(int index)
abstract List<QByteArray>
QDesignerMemberSheetExtension.Impl. parameterTypes(int index)
List<QByteArray>
QDesignerMemberSheetExtension. parameterTypes(int index)
-
Uses of QByteArray in io.qt.gui
Methods in io.qt.gui that return QByteArray Modifier and Type Method Description QByteArray
QPdfWriter. documentXmpMetadata()
QByteArray
QRawFont. fontTable(String tagName)
QByteArray
QImageIOHandler. format()
QByteArray
QImageReader. format()
QByteArray
QImageWriter. format()
QByteArray
QMovie. format()
QByteArray
QTextDocumentWriter. format()
QByteArray
QColorSpace. iccProfile()
static QByteArray
QImageReader. imageFormat(QIODevice device)
static QByteArray
QImageReader. imageFormat(String fileName)
static QByteArray
QLinuxFbFunctions. loadKeymapTypeIdentifier()
static QByteArray
QPictureIO. pictureFormat(QIODevice arg__1)
static QByteArray
QPictureIO. pictureFormat(String fileName)
static QByteArray
QWindowsWindowFunctions. setHasBorderInFullScreenDefaultIdentifier()
QByteArray
QOpenGLShader. sourceCode()
QByteArray
QImageReader. subType()
QByteArray
QImageWriter. subType()
static QByteArray
QEglFSFunctions. switchLangTypeIdentifier()
static QByteArray
QLinuxFbFunctions. switchLangTypeIdentifier()
Methods in io.qt.gui with parameters of type QByteArray Modifier and Type Method Description static int
QFontDatabase. addApplicationFontFromData(QByteArray fontData)
boolean
QOpenGLShaderProgram. addCacheableShaderFromSourceCode(QOpenGLShader.ShaderType type, QByteArray source)
void
QPdfWriter. addFileAttachment(String fileName, QByteArray data)
Overloaded function forQPdfWriter.addFileAttachment(java.lang.String, io.qt.core.QByteArray, java.lang.String)
withmimeType = ""
.void
QPdfWriter. addFileAttachment(String fileName, QByteArray data, String mimeType)
boolean
QOpenGLShaderProgram. addShaderFromSourceCode(QOpenGLShader.ShaderType type, QByteArray source)
int
QOpenGLShaderProgram. attributeLocation(QByteArray name)
void
QOpenGLShaderProgram. bindAttributeLocation(QByteArray name, int location)
abstract QImageIOPlugin.Capabilities
QImageIOPlugin. capabilities(QIODevice device, QByteArray format)
boolean
QOpenGLShader. compileSourceCode(QByteArray source)
abstract QImageIOHandler
QImageIOPlugin. create(QIODevice device, QByteArray format)
static QImage
QImage. fromData(QByteArray data)
Overloaded function forQImage.fromData(io.qt.core.QByteArray, java.lang.String)
withformat = null
.static QImage
QImage. fromData(QByteArray data, String format)
static QColorSpace
QColorSpace. fromIccProfile(QByteArray iccProfile)
boolean
QOpenGLContext. hasExtension(QByteArray extension)
static QList<QByteArray>
QImageReader. imageFormatsForMimeType(QByteArray mimeType)
static QList<QByteArray>
QImageWriter. imageFormatsForMimeType(QByteArray mimeType)
boolean
QImage. loadFromData(QByteArray data)
Overloaded function forQImage.loadFromData(io.qt.core.QByteArray, java.lang.String)
withaformat = null
.boolean
QImage. loadFromData(QByteArray data, String aformat)
boolean
QPixmap. loadFromData(QByteArray data)
boolean
QPixmap. loadFromData(QByteArray data, String format)
Overloaded function forQPixmap.loadFromData(io.qt.core.QByteArray, java.lang.String, io.qt.core.Qt.ImageConversionFlags)
withflags = new io.qt.core.Qt.ImageConversionFlags(0)
.boolean
QPixmap. loadFromData(QByteArray data, String format, Qt.ImageConversionFlag... flags)
Overloaded function forQPixmap.loadFromData(io.qt.core.QByteArray, java.lang.String, io.qt.core.Qt.ImageConversionFlags)
.boolean
QPixmap. loadFromData(QByteArray data, String format, Qt.ImageConversionFlags flags)
void
QRawFont. loadFromData(QByteArray fontData, double pixelSize, QFont.HintingPreference hintingPreference)
void
QPdfWriter. setDocumentXmpMetadata(QByteArray xmpMetadata)
void
QImageIOHandler. setFormat(QByteArray format)
void
QImageReader. setFormat(QByteArray format)
void
QImageWriter. setFormat(QByteArray format)
void
QMovie. setFormat(QByteArray format)
void
QTextDocumentWriter. setFormat(QByteArray format)
void
QImageWriter. setSubType(QByteArray type)
static void
QXcbWindowFunctions. setWmWindowRole(QWindow window, QByteArray role)
String
QTextDocument. toHtml(QByteArray encoding)
String
QTextDocumentFragment. toHtml(QByteArray encoding)
int
QOpenGLShaderProgram. uniformLocation(QByteArray name)
Method parameters in io.qt.gui with type arguments of type QByteArray Modifier and Type Method Description void
QStandardItemModel. setItemRoleNames(Map<Integer,QByteArray> roleNames)
-
Uses of QByteArray in io.qt.help
Methods in io.qt.help that return QByteArray Modifier and Type Method Description QByteArray
QHelpEngineCore. fileData(QUrl url)
-
Uses of QByteArray in io.qt.internal
Methods in io.qt.internal that return QByteArray Modifier and Type Method Description static QByteArray
QtJambiInternal. cppSignalSignature(QByteArray signal)
Methods in io.qt.internal with parameters of type QByteArray Modifier and Type Method Description static QByteArray
QtJambiInternal. cppSignalSignature(QByteArray signal)
static Class<? extends QtObjectInterface>
QtJambiInternal. qRegisteredPluginInterface(QByteArray iid)
-
Uses of QByteArray in io.qt.keyboard
Methods in io.qt.keyboard that return types with arguments of type QByteArray Modifier and Type Method Description Map<Integer,QByteArray>
QVirtualKeyboardSelectionListModel. roleNames()
-
Uses of QByteArray in io.qt.macextras
Methods in io.qt.macextras that return types with arguments of type QByteArray Modifier and Type Method Description abstract List<QByteArray>
QMacPasteboardMime. convertFromMime(String mime, Object data, String flav)
Method parameters in io.qt.macextras with type arguments of type QByteArray Modifier and Type Method Description abstract Object
QMacPasteboardMime. convertToMime(String mime, Collection<QByteArray> data, String flav)
-
Uses of QByteArray in io.qt.multimedia
Methods in io.qt.multimedia that return QByteArray Modifier and Type Method Description QByteArray
QMediaServiceDefaultDeviceInterface. defaultDevice(QByteArray service)
abstract QByteArray
QMediaServiceDefaultDeviceInterface.Impl. defaultDevice(QByteArray service)
QByteArray
QMediaServiceProviderHint. device()
Methods in io.qt.multimedia that return types with arguments of type QByteArray Modifier and Type Method Description List<QByteArray>
QAudioSystemFactoryInterface. availableDevices(QAudio.Mode arg__1)
abstract List<QByteArray>
QAudioSystemFactoryInterface.Impl. availableDevices(QAudio.Mode arg__1)
abstract List<QByteArray>
QAudioSystemPlugin. availableDevices(QAudio.Mode arg__1)
static QList<QByteArray>
QCamera. availableDevices()
Deprecated.List<QByteArray>
QMediaServiceSupportedDevicesInterface. devices(QByteArray service)
abstract List<QByteArray>
QMediaServiceSupportedDevicesInterface.Impl. devices(QByteArray service)
QList<QByteArray>
QVideoSurfaceFormat. propertyNames()
Methods in io.qt.multimedia with parameters of type QByteArray Modifier and Type Method Description protected void
QMediaObject. addPropertyWatch(QByteArray name)
int
QMediaServiceCameraInfoInterface. cameraOrientation(QByteArray device)
abstract int
QMediaServiceCameraInfoInterface.Impl. cameraOrientation(QByteArray device)
QCamera.Position
QMediaServiceCameraInfoInterface. cameraPosition(QByteArray device)
abstract QCamera.Position
QMediaServiceCameraInfoInterface.Impl. cameraPosition(QByteArray device)
QAbstractAudioDeviceInfo
QAudioSystemFactoryInterface. createDeviceInfo(QByteArray device, QAudio.Mode mode)
abstract QAbstractAudioDeviceInfo
QAudioSystemFactoryInterface.Impl. createDeviceInfo(QByteArray device, QAudio.Mode mode)
abstract QAbstractAudioDeviceInfo
QAudioSystemPlugin. createDeviceInfo(QByteArray device, QAudio.Mode mode)
QAbstractAudioInput
QAudioSystemFactoryInterface. createInput(QByteArray device)
abstract QAbstractAudioInput
QAudioSystemFactoryInterface.Impl. createInput(QByteArray device)
abstract QAbstractAudioInput
QAudioSystemPlugin. createInput(QByteArray device)
QAbstractAudioOutput
QAudioSystemFactoryInterface. createOutput(QByteArray device)
abstract QAbstractAudioOutput
QAudioSystemFactoryInterface.Impl. createOutput(QByteArray device)
abstract QAbstractAudioOutput
QAudioSystemPlugin. createOutput(QByteArray device)
QByteArray
QMediaServiceDefaultDeviceInterface. defaultDevice(QByteArray service)
abstract QByteArray
QMediaServiceDefaultDeviceInterface.Impl. defaultDevice(QByteArray service)
static String
QCamera. deviceDescription(QByteArray device)
Deprecated.String
QMediaServiceSupportedDevicesInterface. deviceDescription(QByteArray service, QByteArray device)
abstract String
QMediaServiceSupportedDevicesInterface.Impl. deviceDescription(QByteArray service, QByteArray device)
List<QByteArray>
QMediaServiceSupportedDevicesInterface. devices(QByteArray service)
abstract List<QByteArray>
QMediaServiceSupportedDevicesInterface.Impl. devices(QByteArray service)
protected void
QMediaObject. removePropertyWatch(QByteArray name)
abstract QMediaServiceProviderHint.Features
QMediaServiceFeaturesInterface.Impl. supportedFeatures(QByteArray service)
QMediaServiceProviderHint.Features
QMediaServiceFeaturesInterface. supportedFeatures(QByteArray service)
Constructors in io.qt.multimedia with parameters of type QByteArray Constructor Description QAudioBuffer(QByteArray data, QAudioFormat format)
Overloaded constructor forQAudioBuffer(io.qt.core.QByteArray, io.qt.multimedia.QAudioFormat, long)
withstartTime = -1
.QAudioBuffer(QByteArray data, QAudioFormat format, long startTime)
QCamera(QByteArray deviceName)
Overloaded constructor forQCamera(io.qt.core.QByteArray, io.qt.core.QObject)
withparent = null
.QCamera(QByteArray deviceName, QObject parent)
QCameraInfo(QByteArray name)
QMediaServiceProviderHint(QByteArray device)
-
Uses of QByteArray in io.qt.network
Methods in io.qt.network that return QByteArray Modifier and Type Method Description QByteArray
QHttpMultiPart. boundary()
QByteArray
QNetworkDatagram. data()
QByteArray
QDtls. decryptDatagram(QUdpSocket socket, QByteArray dgram)
static QByteArray
QPasswordDigestor. deriveKeyPbkdf1(QCryptographicHash.Algorithm algorithm, QByteArray password, QByteArray salt, int iterations, long dkLen)
static QByteArray
QPasswordDigestor. deriveKeyPbkdf2(QCryptographicHash.Algorithm algorithm, QByteArray password, QByteArray salt, int iterations, long dkLen)
QByteArray
QSslCertificate. digest()
Overloaded function forQSslCertificate.digest(io.qt.core.QCryptographicHash.Algorithm)
withalgorithm = io.qt.core.QCryptographicHash.Algorithm.Md5
.QByteArray
QSslCertificate. digest(QCryptographicHash.Algorithm algorithm)
QByteArray
QSslPreSharedKeyAuthenticator. identity()
QByteArray
QSslPreSharedKeyAuthenticator. identityHint()
QByteArray
QNetworkCookie. name()
QByteArray
QSslConfiguration. nextNegotiatedProtocol()
QByteArray
QSslPreSharedKeyAuthenticator. preSharedKey()
QByteArray
QSslConfiguration. preSharedKeyIdentityHint()
QByteArray
QNetworkProxy. rawHeader(QByteArray headerName)
QByteArray
QNetworkReply. rawHeader(QByteArray headerName)
QByteArray
QNetworkReply. rawHeader(String headerName)
QByteArray
QNetworkRequest. rawHeader(QByteArray headerName)
QByteArray
QDtlsClientVerifier.GeneratorParameters. secret()
QByteArray
QSslCertificate. serialNumber()
QByteArray
QSslConfiguration. sessionTicket()
QByteArray
QSslCertificate. toDer()
QByteArray
QSslKey. toDer()
Overloaded function forQSslKey.toDer(io.qt.core.QByteArray)
withpassPhrase = new io.qt.core.QByteArray()
.QByteArray
QSslKey. toDer(QByteArray passPhrase)
QByteArray
QSslCertificate. toPem()
QByteArray
QSslKey. toPem()
Overloaded function forQSslKey.toPem(io.qt.core.QByteArray)
withpassPhrase = new io.qt.core.QByteArray()
.QByteArray
QSslKey. toPem(QByteArray passPhrase)
QByteArray
QNetworkCookie. toRawForm()
Overloaded function forQNetworkCookie.toRawForm(io.qt.network.QNetworkCookie.RawForm)
withform = io.qt.network.QNetworkCookie.RawForm.Full
.QByteArray
QNetworkCookie. toRawForm(QNetworkCookie.RawForm form)
QByteArray
QNetworkCookie. value()
QByteArray
QDtlsClientVerifier. verifiedHello()
QByteArray
QSslCertificate. version()
Methods in io.qt.network that return types with arguments of type QByteArray Modifier and Type Method Description QList<QByteArray>
QSslConfiguration. allowedNextProtocols()
QMap<QByteArray,Object>
QSslConfiguration. backendConfiguration()
QList<QByteArray>
QSslCertificate. issuerInfoAttributes()
QList<QByteArray>
QNetworkProxy. rawHeaderList()
QList<QByteArray>
QNetworkReply. rawHeaderList()
QList<QByteArray>
QNetworkRequest. rawHeaderList()
QList<QPair<QByteArray,QByteArray>>
QNetworkReply. rawHeaderPairs()
QList<QPair<QByteArray,QByteArray>>
QNetworkReply. rawHeaderPairs()
QList<QPair<QByteArray,QByteArray>>
QNetworkCacheMetaData. rawHeaders()
QList<QPair<QByteArray,QByteArray>>
QNetworkCacheMetaData. rawHeaders()
QList<QByteArray>
QSslCertificate. subjectInfoAttributes()
QList<QByteArray>
QDnsTextRecord. values()
Methods in io.qt.network with parameters of type QByteArray Modifier and Type Method Description QByteArray
QDtls. decryptDatagram(QUdpSocket socket, QByteArray dgram)
static QByteArray
QPasswordDigestor. deriveKeyPbkdf1(QCryptographicHash.Algorithm algorithm, QByteArray password, QByteArray salt, int iterations, long dkLen)
static QByteArray
QPasswordDigestor. deriveKeyPbkdf2(QCryptographicHash.Algorithm algorithm, QByteArray password, QByteArray salt, int iterations, long dkLen)
boolean
QDtls. doHandshake(QUdpSocket socket, QByteArray dgram)
static QList<QSslCertificate>
QSslCertificate. fromData(QByteArray data)
Overloaded function forQSslCertificate.fromData(io.qt.core.QByteArray, io.qt.network.QSsl.EncodingFormat)
withformat = io.qt.network.QSsl.EncodingFormat.Pem
.static QList<QSslCertificate>
QSslCertificate. fromData(QByteArray data, QSsl.EncodingFormat format)
static QSslDiffieHellmanParameters
QSslDiffieHellmanParameters. fromEncoded(QByteArray encoded)
Overloaded function forQSslDiffieHellmanParameters.fromEncoded(io.qt.core.QByteArray, io.qt.network.QSsl.EncodingFormat)
withformat = io.qt.network.QSsl.EncodingFormat.Pem
.static QSslDiffieHellmanParameters
QSslDiffieHellmanParameters. fromEncoded(QByteArray encoded, QSsl.EncodingFormat format)
boolean
QNetworkProxy. hasRawHeader(QByteArray headerName)
boolean
QNetworkReply. hasRawHeader(QByteArray headerName)
boolean
QNetworkRequest. hasRawHeader(QByteArray headerName)
static boolean
QSslCertificate. importPkcs12(QIODevice device, QSslKey key, QSslCertificate cert, Collection<QSslCertificate> caCertificates, QByteArray passPhrase)
QStringList
QSslCertificate. issuerInfo(QByteArray attribute)
QNetworkDatagram
QNetworkDatagram. makeReply(QByteArray paylaod)
static QList<QNetworkCookie>
QNetworkCookie. parseCookies(QByteArray cookieString)
QNetworkReply
QNetworkAccessManager. post(QNetworkRequest request, QByteArray data)
QNetworkReply
QNetworkAccessManager. put(QNetworkRequest request, QByteArray data)
QByteArray
QNetworkProxy. rawHeader(QByteArray headerName)
QByteArray
QNetworkReply. rawHeader(QByteArray headerName)
QByteArray
QNetworkRequest. rawHeader(QByteArray headerName)
QNetworkReply
QNetworkAccessManager. sendCustomRequest(QNetworkRequest request, QByteArray verb)
Overloaded function forQNetworkAccessManager.sendCustomRequest(io.qt.network.QNetworkRequest, io.qt.core.QByteArray, io.qt.core.QIODevice)
withdata = null
.QNetworkReply
QNetworkAccessManager. sendCustomRequest(QNetworkRequest request, QByteArray verb, QByteArray data)
QNetworkReply
QNetworkAccessManager. sendCustomRequest(QNetworkRequest request, QByteArray verb, QIODevice data)
QNetworkReply
QNetworkAccessManager. sendCustomRequest(QNetworkRequest request, QByteArray verb, QHttpMultiPart multiPart)
void
QSslConfiguration. setBackendConfigurationOption(QByteArray name, Object value)
void
QHttpPart. setBody(QByteArray body)
void
QHttpMultiPart. setBoundary(QByteArray boundary)
void
QNetworkDatagram. setData(QByteArray data)
void
QSslPreSharedKeyAuthenticator. setIdentity(QByteArray identity)
void
QNetworkCookie. setName(QByteArray cookieName)
void
QSslPreSharedKeyAuthenticator. setPreSharedKey(QByteArray preSharedKey)
void
QSslConfiguration. setPreSharedKeyIdentityHint(QByteArray hint)
void
QSslSocket. setPrivateKey(String fileName, QSsl.KeyAlgorithm algorithm, QSsl.EncodingFormat format, QByteArray passPhrase)
void
QHttpPart. setRawHeader(QByteArray headerName, QByteArray headerValue)
void
QNetworkProxy. setRawHeader(QByteArray headerName, QByteArray value)
protected void
QNetworkReply. setRawHeader(QByteArray headerName, QByteArray value)
void
QNetworkRequest. setRawHeader(QByteArray headerName, QByteArray value)
void
QDtlsClientVerifier.GeneratorParameters. setSecret(QByteArray secret)
void
QSslConfiguration. setSessionTicket(QByteArray sessionTicket)
void
QNetworkCookie. setValue(QByteArray value)
QStringList
QSslCertificate. subjectInfo(QByteArray attribute)
QByteArray
QSslKey. toDer(QByteArray passPhrase)
QByteArray
QSslKey. toPem(QByteArray passPhrase)
boolean
QDtlsClientVerifier. verifyClient(QUdpSocket socket, QByteArray dgram, QHostAddress address, short port)
long
QUdpSocket. writeDatagram(QByteArray datagram, QHostAddress host, short port)
long
QDtls. writeDatagramEncrypted(QUdpSocket socket, QByteArray dgram)
Method parameters in io.qt.network with type arguments of type QByteArray Modifier and Type Method Description void
QSslConfiguration. setAllowedNextProtocols(Collection<QByteArray> protocols)
void
QSslConfiguration. setBackendConfiguration(Map<QByteArray,Object> backendConfiguration)
void
QNetworkCacheMetaData. setRawHeaders(Collection<QPair<QByteArray,QByteArray>> headers)
void
QNetworkCacheMetaData. setRawHeaders(Collection<QPair<QByteArray,QByteArray>> headers)
-
Uses of QByteArray in io.qt.network.auth
Fields in io.qt.network.auth with type parameters of type QByteArray Modifier and Type Field Description QObject.Signal1<QByteArray>
QAbstractOAuthReplyHandler. callbackDataReceived
QObject.Signal1<QByteArray>
QAbstractOAuth. replyDataReceived
QObject.Signal1<QByteArray>
QAbstractOAuthReplyHandler. replyDataReceived
Methods in io.qt.network.auth that return QByteArray Modifier and Type Method Description QByteArray
QOAuth1Signature. customMethodString()
protected static QByteArray
QOAuth1. generateAuthorizationHeader(Map<String,Object> oauthParams)
protected static QByteArray
QAbstractOAuth. generateRandomString(byte length)
QByteArray
QOAuth1Signature. hmacSha1()
protected static QByteArray
QOAuth1. nonce()
See QOAuth1::nonce()QByteArray
QOAuth1Signature. plainText()
static QByteArray
QOAuth1Signature. plainText(String clientSharedSecret, String tokenSecret)
QByteArray
QOAuth1Signature. rsaSha1()
Methods in io.qt.network.auth with parameters of type QByteArray Modifier and Type Method Description QNetworkReply
QAbstractOAuth2. post(QUrl url, QByteArray data)
void
QAbstractOAuth. prepareRequest(QNetworkRequest request, QByteArray verb)
Overloaded function forQAbstractOAuth.prepareRequest(io.qt.network.QNetworkRequest, io.qt.core.QByteArray, io.qt.core.QByteArray)
withbody = new io.qt.core.QByteArray()
.void
QAbstractOAuth. prepareRequest(QNetworkRequest request, QByteArray verb, QByteArray body)
QNetworkReply
QAbstractOAuth2. put(QUrl url, QByteArray data)
void
QOAuth1Signature. setCustomMethodString(QByteArray verb)
protected void
QOAuth1. setup(QNetworkRequest request, Map<String,Object> signingParameters, QByteArray operationVerb)
-
Uses of QByteArray in io.qt.nfc
Methods in io.qt.nfc that return QByteArray Modifier and Type Method Description QByteArray
QNdefNfcIconRecord. data()
QByteArray
QNdefNfcSmartPosterRecord. icon()
Overloaded function forQNdefNfcSmartPosterRecord.icon(io.qt.core.QByteArray)
withmimetype = new io.qt.core.QByteArray()
.QByteArray
QNdefNfcSmartPosterRecord. icon(QByteArray mimetype)
QByteArray
QNdefRecord. id()
QByteArray
QNdefRecord. payload()
QByteArray
QNdefMessage. toByteArray()
QByteArray
QNdefFilter.Record. type()
QByteArray
QNdefRecord. type()
QByteArray
QNdefNfcSmartPosterRecord. typeInfo()
abstract QByteArray
QNearFieldTarget. uid()
Methods in io.qt.nfc with parameters of type QByteArray Modifier and Type Method Description void
QNdefNfcSmartPosterRecord. addIcon(QByteArray type, QByteArray data)
void
QNdefFilter. appendRecord(QNdefRecord.TypeNameFormat typeNameFormat, QByteArray type)
Overloaded function forQNdefFilter.appendRecord(io.qt.nfc.QNdefRecord.TypeNameFormat, io.qt.core.QByteArray, int, int)
void
QNdefFilter. appendRecord(QNdefRecord.TypeNameFormat typeNameFormat, QByteArray type, int min)
Overloaded function forQNdefFilter.appendRecord(io.qt.nfc.QNdefRecord.TypeNameFormat, io.qt.core.QByteArray, int, int)
withmax = 1
.void
QNdefFilter. appendRecord(QNdefRecord.TypeNameFormat typeNameFormat, QByteArray type, int min, int max)
static QNdefMessage
QNdefMessage. fromByteArray(QByteArray message)
protected boolean
QNearFieldTarget. handleResponse(QNearFieldTarget.RequestId id, QByteArray response)
boolean
QNdefNfcSmartPosterRecord. hasIcon(QByteArray mimetype)
QByteArray
QNdefNfcSmartPosterRecord. icon(QByteArray mimetype)
int
QNearFieldManager. registerNdefMessageHandler(QNdefRecord.TypeNameFormat typeNameFormat, QByteArray type, QObject object, String method)
boolean
QNdefNfcSmartPosterRecord. removeIcon(QByteArray type)
QNearFieldTarget.RequestId
QNearFieldTarget. sendCommand(QByteArray command)
void
QNdefNfcIconRecord. setData(QByteArray data)
void
QNdefRecord. setId(QByteArray id)
void
QNdefNfcSmartPosterRecord. setPayload(QByteArray payload)
void
QNdefRecord. setPayload(QByteArray payload)
void
QNdefFilter.Record. setType(QByteArray type)
void
QNdefRecord. setType(QByteArray type)
void
QNdefNfcSmartPosterRecord. setTypeInfo(QByteArray type)
Method parameters in io.qt.nfc with type arguments of type QByteArray Modifier and Type Method Description QNearFieldTarget.RequestId
QNearFieldTarget. sendCommands(Collection<QByteArray> commands)
Constructors in io.qt.nfc with parameters of type QByteArray Constructor Description QNdefRecord(QNdefRecord.TypeNameFormat typeNameFormat, QByteArray type)
QNdefRecord(QNdefRecord other, QNdefRecord.TypeNameFormat typeNameFormat, QByteArray type)
-
Uses of QByteArray in io.qt.qml
Methods in io.qt.qml that return QByteArray Modifier and Type Method Description QByteArray
QQmlFile. dataByteArray()
Methods in io.qt.qml with parameters of type QByteArray Modifier and Type Method Description void
QQmlApplicationEngine. loadData(QByteArray data)
Overloaded function forQQmlApplicationEngine.loadData(io.qt.core.QByteArray, io.qt.core.QUrl)
withurl = new io.qt.core.QUrl()
.void
QQmlApplicationEngine. loadData(QByteArray data, QUrl url)
void
QQmlComponent. setData(QByteArray arg__1, QUrl baseUrl)
-
Uses of QByteArray in io.qt.qt3d.core
Methods in io.qt.qt3d.core that return QByteArray Modifier and Type Method Description QByteArray
QDynamicPropertyUpdatedChange. propertyName()
Methods in io.qt.qt3d.core with parameters of type QByteArray Modifier and Type Method Description void
QDynamicPropertyUpdatedChange. setPropertyName(QByteArray name)
-
Uses of QByteArray in io.qt.qt3d.render
Methods in io.qt.qt3d.render that return QByteArray Modifier and Type Method Description QByteArray
QShaderProgram. computeShaderCode()
QByteArray
QShaderProgramBuilder. computeShaderCode()
QByteArray
QBuffer. data()
QByteArray
QTextureImageData. data()
Overloaded function forQTextureImageData.data(int, int, int)
QByteArray
QTextureImageData. data(int layer)
Overloaded function forQTextureImageData.data(int, int, int)
QByteArray
QTextureImageData. data(int layer, int face)
Overloaded function forQTextureImageData.data(int, int, int)
withmipmapLevel = 0
.QByteArray
QTextureImageData. data(int layer, int face, int mipmapLevel)
QByteArray
QShaderProgram. fragmentShaderCode()
QByteArray
QShaderProgramBuilder. fragmentShaderCode()
QByteArray
QShaderProgram. geometryShaderCode()
QByteArray
QShaderProgramBuilder. geometryShaderCode()
QByteArray
QBufferDataGenerator. get()
abstract QByteArray
QBufferDataGenerator.Impl. get()
static QByteArray
QShaderProgram. loadSource(QUrl sourceUrl)
QByteArray
QShaderProgram. shaderCode(QShaderProgram.ShaderType type)
QByteArray
QShaderProgram. tessellationControlShaderCode()
QByteArray
QShaderProgramBuilder. tessellationControlShaderCode()
QByteArray
QShaderProgram. tessellationEvaluationShaderCode()
QByteArray
QShaderProgramBuilder. tessellationEvaluationShaderCode()
QByteArray
QShaderProgram. vertexShaderCode()
QByteArray
QShaderProgramBuilder. vertexShaderCode()
Methods in io.qt.qt3d.render with parameters of type QByteArray Modifier and Type Method Description void
QShaderProgram. setComputeShaderCode(QByteArray computeShaderCode)
void
QBuffer. setData(QByteArray bytes)
void
QTextureImageData. setData(QByteArray data, int blockSize)
Overloaded function forQTextureImageData.setData(io.qt.core.QByteArray, int, boolean)
withisCompressed = false
.void
QTextureImageData. setData(QByteArray data, int blockSize, boolean isCompressed)
void
QShaderProgram. setFragmentShaderCode(QByteArray fragmentShaderCode)
void
QShaderProgram. setGeometryShaderCode(QByteArray geometryShaderCode)
void
QShaderProgram. setShaderCode(QShaderProgram.ShaderType type, QByteArray shaderCode)
void
QShaderProgram. setTessellationControlShaderCode(QByteArray tessellationControlShaderCode)
void
QShaderProgram. setTessellationEvaluationShaderCode(QByteArray tessellationEvaluationShaderCode)
void
QShaderProgram. setVertexShaderCode(QByteArray vertexShaderCode)
void
QBuffer. updateData(int offset, QByteArray bytes)
-
Uses of QByteArray in io.qt.quick3d
Methods in io.qt.quick3d that return QByteArray Modifier and Type Method Description QByteArray
QQuick3DGeometry. indexBuffer()
QByteArray
QQuick3DGeometry. vertexBuffer()
Methods in io.qt.quick3d with parameters of type QByteArray Modifier and Type Method Description void
QQuick3DGeometry. setIndexData(QByteArray data)
void
QQuick3DGeometry. setVertexData(QByteArray data)
-
Uses of QByteArray in io.qt.remoteobjects
Methods in io.qt.remoteobjects that return types with arguments of type QByteArray Modifier and Type Method Description Map<Integer,QByteArray>
QAbstractItemModelReplica. roleNames()
Methods in io.qt.remoteobjects with parameters of type QByteArray Modifier and Type Method Description protected void
QRemoteObjectReplica. persistProperties(String repName, QByteArray repSig, Collection<Object> props)
abstract List<Object>
QRemoteObjectAbstractPersistedStore. restoreProperties(String repName, QByteArray repSig)
List<Object>
QRemoteObjectSettingsStore. restoreProperties(String repName, QByteArray repSig)
protected QList<Object>
QRemoteObjectReplica. retrieveProperties(String repName, QByteArray repSig)
abstract void
QRemoteObjectAbstractPersistedStore. saveProperties(String repName, QByteArray repSig, Collection<Object> values)
void
QRemoteObjectSettingsStore. saveProperties(String repName, QByteArray repSig, Collection<Object> values)
void
IoDeviceBase. write(QByteArray data)
void
IoDeviceBase. write(QByteArray data, long arg__2)
-
Uses of QByteArray in io.qt.scxml
Methods in io.qt.scxml that return QByteArray Modifier and Type Method Description abstract QByteArray
QScxmlCompiler.Loader.Impl. load(String name, String baseDir, Collection<String> errors)
QByteArray
QScxmlCompiler.Loader. load(String name, String baseDir, Collection<String> errors)
-
Uses of QByteArray in io.qt.sensors
Methods in io.qt.sensors that return QByteArray Modifier and Type Method Description static QByteArray
QSensor. defaultSensorForType(QByteArray type)
QByteArray
QSensor. identifier()
QByteArray
QSensor. type()
Methods in io.qt.sensors that return types with arguments of type QByteArray Modifier and Type Method Description static QList<QByteArray>
QSensor. sensorsForType(QByteArray type)
static QList<QByteArray>
QSensor. sensorTypes()
Methods in io.qt.sensors with parameters of type QByteArray Modifier and Type Method Description static QByteArray
QSensor. defaultSensorForType(QByteArray type)
static boolean
QSensorManager. isBackendRegistered(QByteArray type, QByteArray identifier)
static void
QSensorManager. registerBackend(QByteArray type, QByteArray identifier, QSensorBackendFactory factory)
static QList<QByteArray>
QSensor. sensorsForType(QByteArray type)
static void
QSensorManager. setDefaultBackend(QByteArray type, QByteArray identifier)
void
QSensor. setIdentifier(QByteArray identifier)
static void
QSensorManager. unregisterBackend(QByteArray type, QByteArray identifier)
Constructors in io.qt.sensors with parameters of type QByteArray Constructor Description QSensor(QByteArray type)
Overloaded constructor forQSensor(io.qt.core.QByteArray, io.qt.core.QObject)
withparent = null
.QSensor(QByteArray type, QObject parent)
-
Uses of QByteArray in io.qt.serialbus
Methods in io.qt.serialbus that return QByteArray Modifier and Type Method Description QByteArray
QModbusPdu. data()
QByteArray
QCanBusFrame. payload()
QByteArray
QModbusDeviceIdentification. value(int objectId)
Methods in io.qt.serialbus with parameters of type QByteArray Modifier and Type Method Description static QModbusDeviceIdentification
QModbusDeviceIdentification. fromByteArray(QByteArray ba)
boolean
QModbusDeviceIdentification. insert(int objectId, QByteArray data)
void
QModbusPdu. setData(QByteArray newData)
void
QCanBusFrame. setPayload(QByteArray data)
Constructors in io.qt.serialbus with parameters of type QByteArray Constructor Description QCanBusFrame(int identifier, QByteArray data)
QModbusPdu(QModbusPdu.FunctionCode code, QByteArray newData)
QModbusRequest(QModbusPdu.FunctionCode code, QByteArray newData)
QModbusResponse(QModbusPdu.FunctionCode code, QByteArray newData)
-
Uses of QByteArray in io.qt.sql
Methods in io.qt.sql that return types with arguments of type QByteArray Modifier and Type Method Description Map<Integer,QByteArray>
QSqlQueryModel. roleNames()
-
Uses of QByteArray in io.qt.svg
Methods in io.qt.svg with parameters of type QByteArray Modifier and Type Method Description boolean
QSvgRenderer. load(QByteArray contents)
void
QSvgWidget. load(QByteArray contents)
Constructors in io.qt.svg with parameters of type QByteArray Constructor Description QSvgRenderer(QByteArray contents)
Overloaded constructor forQSvgRenderer(io.qt.core.QByteArray, io.qt.core.QObject)
withparent = null
.QSvgRenderer(QByteArray contents, QObject parent)
-
Uses of QByteArray in io.qt.test
Methods in io.qt.test that return QByteArray Modifier and Type Method Description QByteArray
QSignalSpy. signal()
-
Uses of QByteArray in io.qt.webengine
Methods in io.qt.webengine with parameters of type QByteArray Modifier and Type Method Description void
QQuickWebEngineProfile. installUrlSchemeHandler(QByteArray scheme, QWebEngineUrlSchemeHandler arg__2)
void
QQuickWebEngineProfile. removeUrlScheme(QByteArray scheme)
QWebEngineUrlSchemeHandler
QQuickWebEngineProfile. urlSchemeHandler(QByteArray arg__1)
-
Uses of QByteArray in io.qt.webengine.core
Methods in io.qt.webengine.core that return QByteArray Modifier and Type Method Description QByteArray
QWebEngineHttpRequest. header(QByteArray headerName)
QByteArray
QWebEngineUrlScheme. name()
QByteArray
QWebEngineHttpRequest. postData()
QByteArray
QWebEngineUrlRequestInfo. requestMethod()
QByteArray
QWebEngineUrlRequestJob. requestMethod()
Methods in io.qt.webengine.core that return types with arguments of type QByteArray Modifier and Type Method Description QVector<QByteArray>
QWebEngineHttpRequest. headers()
QMap<QByteArray,QByteArray>
QWebEngineUrlRequestJob. requestHeaders()
QMap<QByteArray,QByteArray>
QWebEngineUrlRequestJob. requestHeaders()
Methods in io.qt.webengine.core with parameters of type QByteArray Modifier and Type Method Description boolean
QWebEngineHttpRequest. hasHeader(QByteArray headerName)
QByteArray
QWebEngineHttpRequest. header(QByteArray headerName)
void
QWebEngineUrlRequestJob. reply(QByteArray contentType, QIODevice device)
static QWebEngineUrlScheme
QWebEngineUrlScheme. schemeByName(QByteArray name)
void
QWebEngineHttpRequest. setHeader(QByteArray headerName, QByteArray value)
void
QWebEngineUrlRequestInfo. setHttpHeader(QByteArray name, QByteArray value)
void
QWebEngineUrlScheme. setName(QByteArray newValue)
void
QWebEngineHttpRequest. setPostData(QByteArray postData)
void
QWebEngineHttpRequest. unsetHeader(QByteArray headerName)
Constructors in io.qt.webengine.core with parameters of type QByteArray Constructor Description QWebEngineUrlScheme(QByteArray name)
-
Uses of QByteArray in io.qt.webengine.widgets
Method parameters in io.qt.webengine.widgets with type arguments of type QByteArray Modifier and Type Method Description void
QWebEnginePage. printToPdf(Consumer<QByteArray> resultCallback)
Overloaded function forQWebEnginePage.printToPdf(java.util.function.Consumer, io.qt.gui.QPageLayout)
withlayout = new io.qt.gui.QPageLayout(new io.qt.gui.QPageSize(io.qt.gui.QPageSize.PageSizeId.A4), io.qt.gui.QPageLayout.Orientation.Portrait, new io.qt.core.QMarginsF())
.void
QWebEnginePage. printToPdf(Consumer<QByteArray> resultCallback, QPageLayout layout)
-
Uses of QByteArray in io.qt.websockets
Fields in io.qt.websockets with type parameters of type QByteArray Modifier and Type Field Description QObject.Signal2<QByteArray,@QtPrimitiveType Boolean>
QWebSocket. binaryFrameReceived
QObject.Signal1<QByteArray>
QWebSocket. binaryMessageReceived
QObject.Signal2<@QtPrimitiveType Long,QByteArray>
QWebSocket. pong
Methods in io.qt.websockets with parameters of type QByteArray Modifier and Type Method Description void
QWebSocket. ping(QByteArray payload)
Pings the server to indicate that the connection is still alive.long
QWebSocket. sendBinaryMessage(QByteArray data)
Sends the given data over the socket as a binary message and returns the number of bytes actually sent -
Uses of QByteArray in io.qt.widgets
Methods in io.qt.widgets that return QByteArray Modifier and Type Method Description QByteArray
QDataWidgetMapper. mappedPropertyName(QWidget widget)
QByteArray
QWidget. saveGeometry()
QByteArray
QFileDialog. saveState()
QByteArray
QHeaderView. saveState()
QByteArray
QMainWindow. saveState()
Overloaded function forQMainWindow.saveState(int)
withversion = 0
.QByteArray
QMainWindow. saveState(int version)
QByteArray
QSplitter. saveState()
QByteArray
QItemEditorCreator. valuePropertyName()
abstract QByteArray
QItemEditorCreatorBase.Impl. valuePropertyName()
QByteArray
QItemEditorCreatorBase. valuePropertyName()
QByteArray
QItemEditorFactory. valuePropertyName(int userType)
QByteArray
QStandardItemEditorCreator. valuePropertyName()
Methods in io.qt.widgets with parameters of type QByteArray Modifier and Type Method Description void
QDataWidgetMapper. addMapping(QWidget widget, int section, QByteArray propertyName)
void
QFileDialog.FileContentHandler. call(String arg__1, QByteArray arg__2)
boolean
QWidget. restoreGeometry(QByteArray geometry)
boolean
QFileDialog. restoreState(QByteArray state)
boolean
QHeaderView. restoreState(QByteArray state)
boolean
QMainWindow. restoreState(QByteArray state)
Overloaded function forQMainWindow.restoreState(io.qt.core.QByteArray, int)
withversion = 0
.boolean
QMainWindow. restoreState(QByteArray state, int version)
boolean
QSplitter. restoreState(QByteArray state)
static void
QFileDialog. saveFileContent(QByteArray fileContent)
Overloaded function forQFileDialog.saveFileContent(io.qt.core.QByteArray, java.lang.String)
withfileNameHint = ""
.static void
QFileDialog. saveFileContent(QByteArray fileContent, String fileNameHint)
Constructors in io.qt.widgets with parameters of type QByteArray Constructor Description QItemEditorCreator(QByteArray valuePropertyName, QItemEditorCreator.ConstructorHandle<T> constructor)
QItemEditorCreator(QByteArray valuePropertyName, Class<T> widgetType)
-
Uses of QByteArray in io.qt.x11extras
Methods in io.qt.x11extras that return QByteArray Modifier and Type Method Description static QByteArray
QX11Info. nextStartupId()
Methods in io.qt.x11extras with parameters of type QByteArray Modifier and Type Method Description static void
QX11Info. setNextStartupId(QByteArray id)
-
Uses of QByteArray in io.qt.xml
Methods in io.qt.xml that return QByteArray Modifier and Type Method Description QByteArray
QDomDocument. toByteArray()
Overloaded function forQDomDocument.toByteArray(int)
witharg__1 = 1
.QByteArray
QDomDocument. toByteArray(int arg__1)
Methods in io.qt.xml with parameters of type QByteArray Modifier and Type Method Description protected String
QXmlInputSource. fromRawData(QByteArray data)
Deprecated.Overloaded function forQXmlInputSource.fromRawData(io.qt.core.QByteArray, boolean)
withbeginning = false
.protected String
QXmlInputSource. fromRawData(QByteArray data, boolean beginning)
Deprecated.QDomDocument.Result
QDomDocument. setContent(QByteArray text)
QDomDocument.Result
QDomDocument. setContent(QByteArray text, boolean namespaceProcessing)
void
QXmlInputSource. setData(QByteArray dat)
Deprecated. -
Uses of QByteArray in io.qt.xmlpatterns
Methods in io.qt.xmlpatterns with parameters of type QByteArray Modifier and Type Method Description boolean
QXmlSchema. load(QByteArray data)
Overloaded function forQXmlSchema.load(io.qt.core.QByteArray, io.qt.core.QUrl)
withdocumentUri = new io.qt.core.QUrl()
.boolean
QXmlSchema. load(QByteArray data, QUrl documentUri)
boolean
QXmlSchemaValidator. validate(QByteArray data)
Overloaded function forQXmlSchemaValidator.validate(io.qt.core.QByteArray, io.qt.core.QUrl)
withdocumentUri = new io.qt.core.QUrl()
.boolean
QXmlSchemaValidator. validate(QByteArray data, QUrl documentUri)