#include <qbytearrayproto.h>
Public Member Functions | |
QByteArrayProto (QObject *parent) | |
virtual | ~QByteArrayProto () |
Q_INVOKABLE QByteArray & | append (char ch) |
Q_INVOKABLE QByteArray & | append (const char *str) |
Q_INVOKABLE QByteArray & | append (const char *str, int len) |
Q_INVOKABLE QByteArray & | append (const QByteArray &ba) |
Q_INVOKABLE QByteArray & | append (const QString &str) |
Q_INVOKABLE char | at (int i) const |
Q_INVOKABLE int | capacity () const |
Q_INVOKABLE void | chop (int n) |
Q_INVOKABLE void | clear () |
const Q_INVOKABLE char * | constData () const |
Q_INVOKABLE bool | contains (char ch) const |
Q_INVOKABLE bool | contains (const char *str) const |
Q_INVOKABLE bool | contains (const QByteArray &ba) const |
Q_INVOKABLE int | count () const |
Q_INVOKABLE int | count (char ch) const |
Q_INVOKABLE int | count (const char *str) const |
Q_INVOKABLE int | count (const QByteArray &ba) const |
Q_INVOKABLE char * | data () |
const Q_INVOKABLE char * | data () const |
Q_INVOKABLE bool | endsWith (char ch) const |
Q_INVOKABLE bool | endsWith (const char *str) const |
Q_INVOKABLE bool | endsWith (const QByteArray &ba) const |
Q_INVOKABLE QByteArray & | fill (char ch, int size=-1) |
Q_INVOKABLE int | indexOf (char ch, int from=0) const |
Q_INVOKABLE int | indexOf (const char *str, int from=0) const |
Q_INVOKABLE int | indexOf (const QByteArray &ba, int from=0) const |
Q_INVOKABLE int | indexOf (const QString &str, int from=0) const |
Q_INVOKABLE QByteArray & | insert (int i, char ch) |
Q_INVOKABLE QByteArray & | insert (int i, const char *str) |
Q_INVOKABLE QByteArray & | insert (int i, const QByteArray &ba) |
Q_INVOKABLE QByteArray & | insert (int i, const QString &str) |
Q_INVOKABLE bool | isEmpty () const |
Q_INVOKABLE bool | isNull () const |
Q_INVOKABLE int | lastIndexOf (char ch, int from=-1) const |
Q_INVOKABLE int | lastIndexOf (const char *str, int from=-1) const |
Q_INVOKABLE int | lastIndexOf (const QByteArray &ba, int from=-1) const |
Q_INVOKABLE int | lastIndexOf (const QString &str, int from=-1) const |
Q_INVOKABLE QByteArray | left (int len) const |
Q_INVOKABLE QByteArray | leftJustified (int width, char fill=' ', bool truncate=false) const |
Q_INVOKABLE int | length () const |
Q_INVOKABLE QByteArray | mid (int pos, int len=-1) const |
Q_INVOKABLE QByteArray & | prepend (char ch) |
Q_INVOKABLE QByteArray & | prepend (const char *str) |
Q_INVOKABLE QByteArray & | prepend (const QByteArray &ba) |
Q_INVOKABLE void | push_back (char ch) |
Q_INVOKABLE void | push_back (const char *str) |
Q_INVOKABLE void | push_back (const QByteArray &other) |
Q_INVOKABLE void | push_front (char ch) |
Q_INVOKABLE void | push_front (const char *str) |
Q_INVOKABLE void | push_front (const QByteArray &other) |
Q_INVOKABLE int | readInt16BE (int offset=0, bool noAssert=false) const |
Q_INVOKABLE int | readInt16LE (int offset=0, bool noAssert=false) const |
Q_INVOKABLE int | readInt32BE (int offset=0, bool noAssert=false) const |
Q_INVOKABLE int | readInt32LE (int offset=0, bool noAssert=false) const |
Q_INVOKABLE uint | readUInt16BE (int offset=0, bool noAssert=false) const |
Q_INVOKABLE uint | readUInt16LE (int offset=0, bool noAssert=false) const |
Q_INVOKABLE uint | readUInt32BE (int offset=0, bool noAssert=false) const |
Q_INVOKABLE uint | readUInt32LE (int offset=0, bool noAssert=false) const |
Q_INVOKABLE QByteArray & | remove (int pos, int len) |
Q_INVOKABLE QByteArray | repeated (int times) const |
Q_INVOKABLE QByteArray & | replace (char before, char after) |
Q_INVOKABLE QByteArray & | replace (char before, const char *after) |
Q_INVOKABLE QByteArray & | replace (char before, const QByteArray &after) |
Q_INVOKABLE QByteArray & | replace (char before, const QString &after) |
Q_INVOKABLE QByteArray & | replace (const char *before, const char *after) |
Q_INVOKABLE QByteArray & | replace (const char *before, const QByteArray &after) |
Q_INVOKABLE QByteArray & | replace (const char *before, int bsize, const char *after, int asize) |
Q_INVOKABLE QByteArray & | replace (const QByteArray &before, const char *after) |
Q_INVOKABLE QByteArray & | replace (const QByteArray &before, const QByteArray &after) |
Q_INVOKABLE QByteArray & | replace (const QString &before, const char *after) |
Q_INVOKABLE QByteArray & | replace (const QString &before, const QByteArray &after) |
Q_INVOKABLE QByteArray & | replace (int pos, int len, const char *after) |
Q_INVOKABLE QByteArray & | replace (int pos, int len, const QByteArray &after) |
Q_INVOKABLE void | reserve (int size) |
Q_INVOKABLE void | resize (int size) |
Q_INVOKABLE QByteArray | right (int len) const |
Q_INVOKABLE QByteArray | rightJustified (int width, char fill=' ', bool truncate=false) const |
Q_INVOKABLE QByteArray & | setNum (double n, char f='g', int prec=6) |
Q_INVOKABLE QByteArray & | setNum (float n, char f='g', int prec=6) |
Q_INVOKABLE QByteArray & | setNum (int n, int base=10) |
Q_INVOKABLE QByteArray & | setNum (qlonglong n, int base=10) |
Q_INVOKABLE QByteArray & | setNum (qulonglong n, int base=10) |
Q_INVOKABLE QByteArray & | setNum (short n, int base=10) |
Q_INVOKABLE QByteArray & | setNum (uint n, int base=10) |
Q_INVOKABLE QByteArray & | setNum (ushort n, int base=10) |
Q_INVOKABLE QByteArray | simplified () const |
Q_INVOKABLE int | size () const |
Q_INVOKABLE QByteArray | slice (int start=0, int end=0) const |
Q_INVOKABLE QList< QByteArray > | split (char sep) const |
Q_INVOKABLE void | squeeze () |
Q_INVOKABLE bool | startsWith (char ch) const |
Q_INVOKABLE bool | startsWith (const char *str) const |
Q_INVOKABLE bool | startsWith (const QByteArray &ba) const |
Q_INVOKABLE QByteArray | toBase64 () const |
Q_INVOKABLE double | toDouble (bool *ok=0) const |
Q_INVOKABLE float | toFloat (bool *ok=0) const |
Q_INVOKABLE QByteArray | toHex () const |
Q_INVOKABLE int | toInt (bool *ok=0, int base=10) const |
Q_INVOKABLE QString | toLatin1 () const |
Q_INVOKABLE QString | toLocal8Bit () const |
Q_INVOKABLE long | toLong (bool *ok=0, int base=10) const |
Q_INVOKABLE qlonglong | toLongLong (bool *ok=0, int base=10) const |
Q_INVOKABLE QByteArray | toLower () const |
Q_INVOKABLE QByteArray | toPercentEncoding (const QByteArray &exclude=QByteArray(), const QByteArray &include=QByteArray(), char percent='%') const |
Q_INVOKABLE short | toShort (bool *ok=0, int base=10) const |
Q_INVOKABLE QString | toString () const |
Q_INVOKABLE uint | toUInt (bool *ok=0, int base=10) const |
Q_INVOKABLE ulong | toULong (bool *ok=0, int base=10) const |
Q_INVOKABLE qulonglong | toULongLong (bool *ok=0, int base=10) const |
Q_INVOKABLE QByteArray | toUpper () const |
Q_INVOKABLE ushort | toUShort (bool *ok=0, int base=10) const |
Q_INVOKABLE QString | toUtf8 () const |
Q_INVOKABLE QByteArray | trimmed () const |
Q_INVOKABLE void | truncate (int pos) |
QByteArrayProto::QByteArrayProto | ( | QObject * | parent | ) |
|
virtual |
QByteArray & QByteArrayProto::append | ( | char | ch | ) |
QByteArray & QByteArrayProto::append | ( | const char * | str | ) |
QByteArray & QByteArrayProto::append | ( | const char * | str, |
int | len | ||
) |
QByteArray & QByteArrayProto::append | ( | const QByteArray & | ba | ) |
QByteArray & QByteArrayProto::append | ( | const QString & | str | ) |
char QByteArrayProto::at | ( | int | i | ) | const |
int QByteArrayProto::capacity | ( | ) | const |
void QByteArrayProto::chop | ( | int | n | ) |
void QByteArrayProto::clear | ( | ) |
const char * QByteArrayProto::constData | ( | ) | const |
bool QByteArrayProto::contains | ( | char | ch | ) | const |
bool QByteArrayProto::contains | ( | const char * | str | ) | const |
bool QByteArrayProto::contains | ( | const QByteArray & | ba | ) | const |
int QByteArrayProto::count | ( | ) | const |
int QByteArrayProto::count | ( | char | ch | ) | const |
int QByteArrayProto::count | ( | const char * | str | ) | const |
int QByteArrayProto::count | ( | const QByteArray & | ba | ) | const |
const char * QByteArrayProto::data | ( | ) |
const Q_INVOKABLE char* QByteArrayProto::data | ( | ) | const |
bool QByteArrayProto::endsWith | ( | char | ch | ) | const |
bool QByteArrayProto::endsWith | ( | const char * | str | ) | const |
bool QByteArrayProto::endsWith | ( | const QByteArray & | ba | ) | const |
QByteArray & QByteArrayProto::fill | ( | char | ch, |
int | size = -1 |
||
) |
int QByteArrayProto::indexOf | ( | char | ch, |
int | from = 0 |
||
) | const |
int QByteArrayProto::indexOf | ( | const char * | str, |
int | from = 0 |
||
) | const |
int QByteArrayProto::indexOf | ( | const QByteArray & | ba, |
int | from = 0 |
||
) | const |
int QByteArrayProto::indexOf | ( | const QString & | str, |
int | from = 0 |
||
) | const |
QByteArray & QByteArrayProto::insert | ( | int | i, |
char | ch | ||
) |
QByteArray & QByteArrayProto::insert | ( | int | i, |
const char * | str | ||
) |
QByteArray & QByteArrayProto::insert | ( | int | i, |
const QByteArray & | ba | ||
) |
QByteArray & QByteArrayProto::insert | ( | int | i, |
const QString & | str | ||
) |
bool QByteArrayProto::isEmpty | ( | ) | const |
bool QByteArrayProto::isNull | ( | ) | const |
int QByteArrayProto::lastIndexOf | ( | char | ch, |
int | from = -1 |
||
) | const |
int QByteArrayProto::lastIndexOf | ( | const char * | str, |
int | from = -1 |
||
) | const |
int QByteArrayProto::lastIndexOf | ( | const QByteArray & | ba, |
int | from = -1 |
||
) | const |
int QByteArrayProto::lastIndexOf | ( | const QString & | str, |
int | from = -1 |
||
) | const |
QByteArray QByteArrayProto::left | ( | int | len | ) | const |
QByteArray QByteArrayProto::leftJustified | ( | int | width, |
char | fill = ' ' , |
||
bool | truncate = false |
||
) | const |
int QByteArrayProto::length | ( | ) | const |
QByteArray QByteArrayProto::mid | ( | int | pos, |
int | len = -1 |
||
) | const |
QByteArray & QByteArrayProto::prepend | ( | char | ch | ) |
QByteArray & QByteArrayProto::prepend | ( | const char * | str | ) |
QByteArray & QByteArrayProto::prepend | ( | const QByteArray & | ba | ) |
void QByteArrayProto::push_back | ( | char | ch | ) |
void QByteArrayProto::push_back | ( | const char * | str | ) |
void QByteArrayProto::push_back | ( | const QByteArray & | other | ) |
void QByteArrayProto::push_front | ( | char | ch | ) |
void QByteArrayProto::push_front | ( | const char * | str | ) |
void QByteArrayProto::push_front | ( | const QByteArray & | other | ) |
int QByteArrayProto::readInt16BE | ( | int | offset = 0 , |
bool | noAssert = false |
||
) | const |
int QByteArrayProto::readInt16LE | ( | int | offset = 0 , |
bool | noAssert = false |
||
) | const |
int QByteArrayProto::readInt32BE | ( | int | offset = 0 , |
bool | noAssert = false |
||
) | const |
int QByteArrayProto::readInt32LE | ( | int | offset = 0 , |
bool | noAssert = false |
||
) | const |
uint QByteArrayProto::readUInt16BE | ( | int | offset = 0 , |
bool | noAssert = false |
||
) | const |
uint QByteArrayProto::readUInt16LE | ( | int | offset = 0 , |
bool | noAssert = false |
||
) | const |
uint QByteArrayProto::readUInt32BE | ( | int | offset = 0 , |
bool | noAssert = false |
||
) | const |
uint QByteArrayProto::readUInt32LE | ( | int | offset = 0 , |
bool | noAssert = false |
||
) | const |
QByteArray & QByteArrayProto::remove | ( | int | pos, |
int | len | ||
) |
QByteArray QByteArrayProto::repeated | ( | int | times | ) | const |
QByteArray & QByteArrayProto::replace | ( | char | before, |
char | after | ||
) |
QByteArray & QByteArrayProto::replace | ( | char | before, |
const char * | after | ||
) |
QByteArray & QByteArrayProto::replace | ( | char | before, |
const QByteArray & | after | ||
) |
QByteArray & QByteArrayProto::replace | ( | char | before, |
const QString & | after | ||
) |
QByteArray & QByteArrayProto::replace | ( | const char * | before, |
const char * | after | ||
) |
QByteArray & QByteArrayProto::replace | ( | const char * | before, |
const QByteArray & | after | ||
) |
QByteArray & QByteArrayProto::replace | ( | const char * | before, |
int | bsize, | ||
const char * | after, | ||
int | asize | ||
) |
QByteArray & QByteArrayProto::replace | ( | const QByteArray & | before, |
const char * | after | ||
) |
QByteArray & QByteArrayProto::replace | ( | const QByteArray & | before, |
const QByteArray & | after | ||
) |
QByteArray & QByteArrayProto::replace | ( | const QString & | before, |
const char * | after | ||
) |
QByteArray & QByteArrayProto::replace | ( | const QString & | before, |
const QByteArray & | after | ||
) |
QByteArray & QByteArrayProto::replace | ( | int | pos, |
int | len, | ||
const char * | after | ||
) |
QByteArray & QByteArrayProto::replace | ( | int | pos, |
int | len, | ||
const QByteArray & | after | ||
) |
void QByteArrayProto::reserve | ( | int | size | ) |
void QByteArrayProto::resize | ( | int | size | ) |
QByteArray QByteArrayProto::right | ( | int | len | ) | const |
QByteArray QByteArrayProto::rightJustified | ( | int | width, |
char | fill = ' ' , |
||
bool | truncate = false |
||
) | const |
QByteArray & QByteArrayProto::setNum | ( | double | n, |
char | f = 'g' , |
||
int | prec = 6 |
||
) |
QByteArray & QByteArrayProto::setNum | ( | float | n, |
char | f = 'g' , |
||
int | prec = 6 |
||
) |
QByteArray & QByteArrayProto::setNum | ( | int | n, |
int | base = 10 |
||
) |
QByteArray & QByteArrayProto::setNum | ( | qlonglong | n, |
int | base = 10 |
||
) |
QByteArray & QByteArrayProto::setNum | ( | qulonglong | n, |
int | base = 10 |
||
) |
QByteArray & QByteArrayProto::setNum | ( | short | n, |
int | base = 10 |
||
) |
QByteArray & QByteArrayProto::setNum | ( | uint | n, |
int | base = 10 |
||
) |
QByteArray & QByteArrayProto::setNum | ( | ushort | n, |
int | base = 10 |
||
) |
QByteArray QByteArrayProto::simplified | ( | ) | const |
int QByteArrayProto::size | ( | ) | const |
QByteArray QByteArrayProto::slice | ( | int | start = 0 , |
int | end = 0 |
||
) | const |
QList< QByteArray > QByteArrayProto::split | ( | char | sep | ) | const |
void QByteArrayProto::squeeze | ( | ) |
bool QByteArrayProto::startsWith | ( | char | ch | ) | const |
bool QByteArrayProto::startsWith | ( | const char * | str | ) | const |
bool QByteArrayProto::startsWith | ( | const QByteArray & | ba | ) | const |
QByteArray QByteArrayProto::toBase64 | ( | ) | const |
double QByteArrayProto::toDouble | ( | bool * | ok = 0 | ) | const |
float QByteArrayProto::toFloat | ( | bool * | ok = 0 | ) | const |
QByteArray QByteArrayProto::toHex | ( | ) | const |
int QByteArrayProto::toInt | ( | bool * | ok = 0 , |
int | base = 10 |
||
) | const |
QString QByteArrayProto::toLatin1 | ( | ) | const |
QString QByteArrayProto::toLocal8Bit | ( | ) | const |
long QByteArrayProto::toLong | ( | bool * | ok = 0 , |
int | base = 10 |
||
) | const |
qlonglong QByteArrayProto::toLongLong | ( | bool * | ok = 0 , |
int | base = 10 |
||
) | const |
QByteArray QByteArrayProto::toLower | ( | ) | const |
QByteArray QByteArrayProto::toPercentEncoding | ( | const QByteArray & | exclude = QByteArray() , |
const QByteArray & | include = QByteArray() , |
||
char | percent = '%' |
||
) | const |
short QByteArrayProto::toShort | ( | bool * | ok = 0 , |
int | base = 10 |
||
) | const |
QString QByteArrayProto::toString | ( | ) | const |
uint QByteArrayProto::toUInt | ( | bool * | ok = 0 , |
int | base = 10 |
||
) | const |
ulong QByteArrayProto::toULong | ( | bool * | ok = 0 , |
int | base = 10 |
||
) | const |
qulonglong QByteArrayProto::toULongLong | ( | bool * | ok = 0 , |
int | base = 10 |
||
) | const |
QByteArray QByteArrayProto::toUpper | ( | ) | const |
ushort QByteArrayProto::toUShort | ( | bool * | ok = 0 , |
int | base = 10 |
||
) | const |
QString QByteArrayProto::toUtf8 | ( | ) | const |
QByteArray QByteArrayProto::trimmed | ( | ) | const |
void QByteArrayProto::truncate | ( | int | pos | ) |
Generated on Fri Apr 9 2021 | xTuple ERP Programmer Reference, Version 6.0.0 | 1.8.17 |