List of all members | Properties | Public Member Functions | Static Public Member Functions | Protected Member Functions
QByteArrayProto Class Reference

#include <qbytearrayproto.h>

Inheritance diagram for QByteArrayProto:
QObject QScriptable

Properties

 objectName
 

Public Member Functions

 QByteArrayProto (QObject *parent)
 
virtual ~QByteArrayProto ()
 
Q_INVOKABLE QByteArrayappend (const QByteArray &ba)
 
Q_INVOKABLE QByteArrayappend (const QString &str)
 
Q_INVOKABLE QByteArrayappend (const char *str)
 
Q_INVOKABLE QByteArrayappend (const char *str, int len)
 
Q_INVOKABLE QByteArrayappend (char ch)
 
Q_INVOKABLE char at (int i) const
 
bool blockSignals (bool block)
 
Q_INVOKABLE int capacity () const
 
const QObjectList & children () const
 
Q_INVOKABLE void chop (int n)
 
Q_INVOKABLE void clear ()
 
QMetaObject::Connection connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const
 
Q_INVOKABLE const char * constData () const
 
Q_INVOKABLE bool contains (const QByteArray &ba) const
 
Q_INVOKABLE bool contains (const char *str) const
 
Q_INVOKABLE bool contains (char ch) const
 
Q_INVOKABLE int count (const QByteArray &ba) const
 
Q_INVOKABLE int count (const char *str) const
 
Q_INVOKABLE int count (char ch) const
 
Q_INVOKABLE int count () const
 
Q_INVOKABLE char * data ()
 
Q_INVOKABLE const char * data () const
 
void deleteLater ()
 
void destroyed (QObject *obj)
 
bool disconnect (const char *signal, const QObject *receiver, const char *method) const
 
bool disconnect (const QObject *receiver, const char *method) const
 
void dumpObjectInfo ()
 
void dumpObjectTree ()
 
QList< QByteArraydynamicPropertyNames () const
 
Q_INVOKABLE bool endsWith (const QByteArray &ba) const
 
Q_INVOKABLE bool endsWith (const char *str) const
 
Q_INVOKABLE bool endsWith (char ch) const
 
virtual bool event (QEvent *e)
 
virtual bool eventFilter (QObject *watched, QEvent *event)
 
Q_INVOKABLE QByteArrayfill (char ch, int size=-1)
 
findChild (const QString &name, Qt::FindChildOptions options) const
 
QList< T > findChildren (const QString &name, Qt::FindChildOptions options) const
 
QList< T > findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const
 
QList< T > findChildren (const QRegExp &regExp, Qt::FindChildOptions options) 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 int indexOf (const char *str, int from=0) const
 
Q_INVOKABLE int indexOf (char ch, int from=0) const
 
bool inherits (const char *className) const
 
Q_INVOKABLE QByteArrayinsert (int i, const QByteArray &ba)
 
Q_INVOKABLE QByteArrayinsert (int i, const QString &str)
 
Q_INVOKABLE QByteArrayinsert (int i, const char *str)
 
Q_INVOKABLE QByteArrayinsert (int i, char ch)
 
void installEventFilter (QObject *filterObj)
 
Q_INVOKABLE bool isEmpty () const
 
Q_INVOKABLE bool isNull () const
 
bool isWidgetType () const
 
bool isWindowType () const
 
void killTimer (int id)
 
Q_INVOKABLE int lastIndexOf (const QByteArray &ba, int from=-1) const
 
Q_INVOKABLE int lastIndexOf (const QString &str, int from=-1) const
 
Q_INVOKABLE int lastIndexOf (const char *str, int from=-1) const
 
Q_INVOKABLE int lastIndexOf (char ch, 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
 
virtual const QMetaObjectmetaObject () const
 
Q_INVOKABLE QByteArray mid (int pos, int len=-1) const
 
void moveToThread (QThread *targetThread)
 
QString objectName () const
 
void objectNameChanged (const QString &objectName)
 
QObjectparent () const
 
Q_INVOKABLE QByteArrayprepend (const QByteArray &ba)
 
Q_INVOKABLE QByteArrayprepend (const char *str)
 
Q_INVOKABLE QByteArrayprepend (char ch)
 
QVariant property (const char *name) const
 
Q_INVOKABLE void push_back (const QByteArray &other)
 
Q_INVOKABLE void push_back (const char *str)
 
Q_INVOKABLE void push_back (char ch)
 
Q_INVOKABLE void push_front (const QByteArray &other)
 
Q_INVOKABLE void push_front (const char *str)
 
Q_INVOKABLE void push_front (char ch)
 
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 QByteArrayremove (int pos, int len)
 
void removeEventFilter (QObject *obj)
 
Q_INVOKABLE QByteArray repeated (int times) const
 
Q_INVOKABLE QByteArrayreplace (int pos, int len, const QByteArray &after)
 
Q_INVOKABLE QByteArrayreplace (int pos, int len, const char *after)
 
Q_INVOKABLE QByteArrayreplace (const QByteArray &before, const QByteArray &after)
 
Q_INVOKABLE QByteArrayreplace (const char *before, const QByteArray &after)
 
Q_INVOKABLE QByteArrayreplace (const char *before, int bsize, const char *after, int asize)
 
Q_INVOKABLE QByteArrayreplace (const QByteArray &before, const char *after)
 
Q_INVOKABLE QByteArrayreplace (const QString &before, const QByteArray &after)
 
Q_INVOKABLE QByteArrayreplace (const QString &before, const char *after)
 
Q_INVOKABLE QByteArrayreplace (const char *before, const char *after)
 
Q_INVOKABLE QByteArrayreplace (char before, const QByteArray &after)
 
Q_INVOKABLE QByteArrayreplace (char before, const QString &after)
 
Q_INVOKABLE QByteArrayreplace (char before, const char *after)
 
Q_INVOKABLE QByteArrayreplace (char before, char 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 QByteArraysetNum (int n, int base=10)
 
Q_INVOKABLE QByteArraysetNum (uint n, int base=10)
 
Q_INVOKABLE QByteArraysetNum (short n, int base=10)
 
Q_INVOKABLE QByteArraysetNum (ushort n, int base=10)
 
Q_INVOKABLE QByteArraysetNum (qlonglong n, int base=10)
 
Q_INVOKABLE QByteArraysetNum (qulonglong n, int base=10)
 
Q_INVOKABLE QByteArraysetNum (double n, char f= 'g', int prec=6)
 
Q_INVOKABLE QByteArraysetNum (float n, char f= 'g', int prec=6)
 
void setObjectName (const QString &name)
 
void setParent (QObject *parent)
 
bool setProperty (const char *name, const QVariant &value)
 
bool signalsBlocked () const
 
Q_INVOKABLE QByteArray simplified () const
 
Q_INVOKABLE int size () const
 
Q_INVOKABLE QByteArray slice (int start=0, int end=0) const
 
Q_INVOKABLE QList< QByteArraysplit (char sep) const
 
Q_INVOKABLE void squeeze ()
 
Q_INVOKABLE bool startsWith (const QByteArray &ba) const
 
Q_INVOKABLE bool startsWith (const char *str) const
 
Q_INVOKABLE bool startsWith (char ch) const
 
int startTimer (int interval, Qt::TimerType timerType)
 
QThreadthread () 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)
 

Static Public Member Functions

QMetaObject::Connection connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, Functor functor)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type)
 
bool disconnect (const QMetaObject::Connection &connection)
 
bool disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method)
 
bool disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method)
 
bool disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method)
 
QString tr (const char *sourceText, const char *disambiguation, int n)
 
QString trUtf8 (const char *sourceText, const char *disambiguation, int n)
 

Protected Member Functions

virtual void childEvent (QChildEvent *event)
 
virtual void connectNotify (const QMetaMethod &signal)
 
virtual void customEvent (QEvent *event)
 
virtual void disconnectNotify (const QMetaMethod &signal)
 
bool isSignalConnected (const QMetaMethod &signal) const
 
int receivers (const char *signal) const
 
QObjectsender () const
 
int senderSignalIndex () const
 
virtual void timerEvent (QTimerEvent *event)
 

Constructor & Destructor Documentation

QByteArrayProto::QByteArrayProto ( QObject parent)
QByteArrayProto::~QByteArrayProto ( )
virtual

Member Function Documentation

QByteArray & QByteArrayProto::append ( const QByteArray ba)
QByteArray & QByteArrayProto::append ( const QString str)
QByteArray & QByteArrayProto::append ( const char *  str)
QByteArray & QByteArrayProto::append ( const char *  str,
int  len 
)
QByteArray & QByteArrayProto::append ( char  ch)
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 ( const QByteArray ba) const
bool QByteArrayProto::contains ( const char *  str) const
bool QByteArrayProto::contains ( char  ch) const
int QByteArrayProto::count ( const QByteArray ba) const
int QByteArrayProto::count ( const char *  str) const
int QByteArrayProto::count ( char  ch) const
int QByteArrayProto::count ( ) const
char * QByteArrayProto::data ( )
const char * QByteArrayProto::data ( ) const
bool QByteArrayProto::endsWith ( const QByteArray ba) const
bool QByteArrayProto::endsWith ( const char *  str) const
bool QByteArrayProto::endsWith ( char  ch) const
QByteArray & QByteArrayProto::fill ( char  ch,
int  size = -1 
)
int QByteArrayProto::indexOf ( const QByteArray ba,
int  from = 0 
) const
int QByteArrayProto::indexOf ( const QString str,
int  from = 0 
) const
int QByteArrayProto::indexOf ( const char *  str,
int  from = 0 
) const
int QByteArrayProto::indexOf ( char  ch,
int  from = 0 
) const
QByteArray & QByteArrayProto::insert ( int  i,
const QByteArray ba 
)
QByteArray & QByteArrayProto::insert ( int  i,
const QString str 
)
QByteArray & QByteArrayProto::insert ( int  i,
const char *  str 
)
QByteArray & QByteArrayProto::insert ( int  i,
char  ch 
)
bool QByteArrayProto::isEmpty ( ) const
bool QByteArrayProto::isNull ( ) const
int QByteArrayProto::lastIndexOf ( const QByteArray ba,
int  from = -1 
) const
int QByteArrayProto::lastIndexOf ( const QString str,
int  from = -1 
) const
int QByteArrayProto::lastIndexOf ( const char *  str,
int  from = -1 
) const
int QByteArrayProto::lastIndexOf ( char  ch,
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 ( const QByteArray ba)
QByteArray & QByteArrayProto::prepend ( const char *  str)
QByteArray & QByteArrayProto::prepend ( char  ch)
void QByteArrayProto::push_back ( const QByteArray other)
void QByteArrayProto::push_back ( const char *  str)
void QByteArrayProto::push_back ( char  ch)
void QByteArrayProto::push_front ( const QByteArray other)
void QByteArrayProto::push_front ( const char *  str)
void QByteArrayProto::push_front ( char  ch)
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 ( int  pos,
int  len,
const QByteArray after 
)
QByteArray & QByteArrayProto::replace ( int  pos,
int  len,
const char *  after 
)
QByteArray & QByteArrayProto::replace ( const QByteArray before,
const QByteArray 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 QString before,
const QByteArray after 
)
QByteArray & QByteArrayProto::replace ( const QString before,
const char *  after 
)
QByteArray & QByteArrayProto::replace ( const char *  before,
const char *  after 
)
QByteArray & QByteArrayProto::replace ( char  before,
const QByteArray after 
)
QByteArray & QByteArrayProto::replace ( char  before,
const QString after 
)
QByteArray & QByteArrayProto::replace ( char  before,
const char *  after 
)
QByteArray & QByteArrayProto::replace ( char  before,
char  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 ( int  n,
int  base = 10 
)
QByteArray & QByteArrayProto::setNum ( uint  n,
int  base = 10 
)
QByteArray & QByteArrayProto::setNum ( short  n,
int  base = 10 
)
QByteArray & QByteArrayProto::setNum ( ushort  n,
int  base = 10 
)
QByteArray & QByteArrayProto::setNum ( qlonglong  n,
int  base = 10 
)
QByteArray & QByteArrayProto::setNum ( qulonglong  n,
int  base = 10 
)
QByteArray & QByteArrayProto::setNum ( double  n,
char  f = 'g',
int  prec = 6 
)
QByteArray & QByteArrayProto::setNum ( float  n,
char  f = 'g',
int  prec = 6 
)
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 ( const QByteArray ba) const
bool QByteArrayProto::startsWith ( const char *  str) const
bool QByteArrayProto::startsWith ( char  ch) 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)

The documentation for this class was generated from the following files:

Generated on Fri Aug 11 2017 xTuple ERP Programmer Reference, Version 4.11.0 doxygen 1.8.10