![]() |
Qt 4.8
|
#include <QtCore/qbytearray.h>Go to the source code of this file.
Classes | |
| class | QBitArray |
| The QBitArray class provides an array of bits. More... | |
| class | QBitRef |
| The QBitRef class is an internal class, used with QBitArray. More... | |
Functions | |
| Q_CORE_EXPORT QBitArray | operator & (const QBitArray &, const QBitArray &) |
| Q_CORE_EXPORT QDataStream & | operator<< (QDataStream &, const QBitArray &) |
| Q_CORE_EXPORT QDataStream & | operator>> (QDataStream &, QBitArray &) |
| Q_CORE_EXPORT QBitArray | operator^ (const QBitArray &, const QBitArray &) |
| Q_CORE_EXPORT QBitArray | operator| (const QBitArray &, const QBitArray &) |
| Q_DECLARE_TYPEINFO (QBitArray, Q_MOVABLE_TYPE) | |
|
related |
Referenced by QBitArray::fill(), QRect::QRect(), QPainterPath::swap(), and QRegion::xored().
| Q_CORE_EXPORT QDataStream& operator<< | ( | QDataStream & | , |
| const QBitArray & | |||
| ) |
Referenced by QBitArray::operator[]().
| Q_CORE_EXPORT QDataStream& operator>> | ( | QDataStream & | , |
| QBitArray & | |||
| ) |
Referenced by QBitArray::operator[]().
|
related |
Referenced by QBitArray::fill(), and QRegion::xored().
|
related |
Referenced by QBitArray::fill(), QPainterPath::swap(), and QRegion::xored().
| Q_DECLARE_TYPEINFO | ( | QBitArray | , |
| Q_MOVABLE_TYPE | |||
| ) |
Referenced by QBitArray::operator[]().