qt.core.bytearray

* * DQt - D bindings for the Qt Toolkit * * GNU Lesser General Public License Usage * This file may be used under the terms of the GNU Lesser * General Public License version 3 as published by the Free Software * Foundation and appearing in the file LICENSE.LGPL3 included in the * packaging of this file. Please review the following information to * ensure the GNU Lesser General Public License version 3 requirements * will be met: https://www.gnu.org/licenses/lgpl-3.0.html. *

Members

Aliases

QByteArrayData
alias QByteArrayData = QArrayData
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Enums

EmittingClass
enum EmittingClass
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
WarningType
enum WarningType
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Functions

qChecksum
quint16 qChecksum(const(char)* s, uint len)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
qChecksum
quint16 qChecksum(const(char)* s, uint len, qt.core.namespace.ChecksumType standard)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
qCompress
QByteArray qCompress(const(uchar)* data, int nbytes, int compressionLevel)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
qUncompress
QByteArray qUncompress(const(uchar)* data, int nbytes)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
qsnprintf
int qsnprintf(char* str, size_t n, const(char)* fmt, ...)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
qstrcmp
int qstrcmp(const(char)* str1, const(char)* str2)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
qstrcmp
int qstrcmp(const(QByteArray) str1, const(QByteArray) str2)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
qstrcmp
int qstrcmp(const(QByteArray) str1, const(char)* str2)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
qstrcmp
int qstrcmp(const(char)* str1, const(QByteArray) str2)
Undocumented in source. Be warned that the author may not have intended to support it.
qstrcpy
char* qstrcpy(char* dst, const(char)* src)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
qstrdup
char* qstrdup(const(char)* )

Safe and portable C string functions; extensions to standard string.h

qstricmp
int qstricmp(const(char)* , const(char)* )
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
qstrlen
uint qstrlen(const(char)* str)
Undocumented in source. Be warned that the author may not have intended to support it.
qstrncmp
int qstrncmp(const(char)* str1, const(char)* str2, uint len)
Undocumented in source. Be warned that the author may not have intended to support it.
qstrncpy
char* qstrncpy(char* dst, const(char)* src, uint len)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
qstrnicmp
int qstrnicmp(const(char)* , const(char)* , uint len)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
qstrnicmp
int qstrnicmp(const(char)* , qsizetype , const(char)* , qsizetype )
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
qstrnlen
uint qstrnlen(const(char)* str, uint maxlen)
Undocumented in source. Be warned that the author may not have intended to support it.
qvsnprintf
int qvsnprintf(char* str, size_t n, const(char)* fmt, va_list ap)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
warn
void warn(WarningType w, EmittingClass c)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Structs

QByteArray
struct QByteArray
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
QByteArrayDataPtr
struct QByteArrayDataPtr
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
QByteRef
struct QByteRef
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
QStaticByteArrayData
struct QStaticByteArrayData(int N)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Meta