![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
This is the complete list of members for QBuffer, including all inherited members.
aboutToClose() | QIODevice | signal |
Append enum value | QIODeviceBase | |
atEnd() const override | QBuffer | virtual |
bindableObjectName() | QObject | |
bindingStorage() | QObject | inline |
bindingStorage() const | QObject | inline |
blockSignals(bool b) noexcept | QObject | |
buffer() | QBuffer | |
buffer() const | QBuffer | |
bytesAvailable() const | QIODevice | virtual |
bytesToWrite() const | QIODevice | virtual |
bytesWritten(qint64 bytes) | QIODevice | signal |
canReadLine() const override | QBuffer | virtual |
channelBytesWritten(int channel, qint64 bytes) | QIODevice | signal |
channelReadyRead(int channel) | QIODevice | signal |
childEvent(QChildEvent *event) | QObject | protectedvirtual |
children() const | QObject | inline |
close() override | QBuffer | virtual |
commitTransaction() | QIODevice | |
connect(const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection) | QObject | static |
connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
connect(const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const | QObject | inline |
connect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::ContextTypeForFunctor< Func2 >::ContextType *context, Func2 &&slot, Qt::ConnectionType type=Qt::AutoConnection) | QObject | inlinestatic |
connect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, Func2 &&slot) | QObject | inlinestatic |
connectNotify(const QMetaMethod &) override | QBuffer | protectedvirtual |
currentReadChannel() const | QIODevice | |
currentWriteChannel() const | QIODevice | |
customEvent(QEvent *event) | QObject | protectedvirtual |
d_ptr | QObject | protected |
data() const | QBuffer | |
deleteLater() | QObject | slot |
destroyed(QObject *=nullptr) | QObject | signal |
disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *member) | QObject | static |
disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member) | QObject | static |
disconnect(const char *signal=nullptr, const QObject *receiver=nullptr, const char *member=nullptr) const | QObject | inline |
disconnect(const QObject *receiver, const char *member=nullptr) const | QObject | inline |
disconnect(const QMetaObject::Connection &) | QObject | static |
disconnect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiver, Func2 slot) | QObject | inlinestatic |
disconnect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const QObject *receiver, void **zero) | QObject | inlinestatic |
disconnectNotify(const QMetaMethod &) override | QBuffer | protectedvirtual |
dumpObjectInfo() const | QObject | |
dumpObjectTree() const | QObject | |
dynamicPropertyNames() const | QObject | |
errorString() const | QIODevice | |
event(QEvent *event) | QObject | virtual |
eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
ExistingOnly enum value | QIODeviceBase | |
findChild(QAnyStringView aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | inline |
findChild(Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | inline |
findChildren(QAnyStringView aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | inline |
findChildren(Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | inline |
getChar(char *c) | QIODevice | |
inherits(const char *classname) const | QObject | inline |
installEventFilter(QObject *filterObj) | QObject | |
isOpen() const | QIODevice | |
isQuickItemType() const | QObject | inline |
isReadable() const | QIODevice | |
isSequential() const | QIODevice | virtual |
isSignalConnected(const QMetaMethod &signal) const | QObject | protected |
isTextModeEnabled() const | QIODevice | |
isTransactionStarted() const | QIODevice | |
isWidgetType() const | QObject | inline |
isWindowType() const | QObject | inline |
isWritable() const | QIODevice | |
killTimer(int id) | QObject | |
killTimer(Qt::TimerId id) | QObject | |
moveToThread(QThread *thread QT6_DECL_NEW_OVERLOAD_TAIL) | QObject | |
NewOnly enum value | QIODeviceBase | |
NotOpen enum value | QIODeviceBase | |
objectName | QObject | |
objectName() const | QObject | |
objectNameChanged(const QString &objectName, QPrivateSignal) | QObject | signal |
open(OpenMode openMode) override | QBuffer | |
QIODevice::open(QIODeviceBase::OpenMode mode) | QIODevice | virtual |
openMode() const | QIODevice | |
OpenModeFlag enum name | QIODeviceBase | |
parent() const | QObject | inline |
peek(char *data, qint64 maxlen) | QIODevice | |
peek(qint64 maxlen) | QIODevice | |
pos() const override | QBuffer | virtual |
property(const char *name) const | QObject | |
putChar(char c) | QIODevice | |
QBuffer(QObject *parent=nullptr) | QBuffer | explicit |
QBuffer(QByteArray *buf, QObject *parent=nullptr) | QBuffer | |
qFindChildqFindChildren(const QObject *obj, const QString &name)() | QObject | related |
qFindChildrenqFindChildren(const QObject *obj, const QString &name)() | QObject | related |
QIODevice() | QIODevice | |
QIODevice(QObject *parent) | QIODevice | explicit |
QIODevice(QIODevicePrivate &dd, QObject *parent=nullptr) | QIODevice | protected |
QObject(QObject *parent=nullptr) | QObject | explicit |
QObject(QObjectPrivate &dd, QObject *parent=nullptr) | QObject | protected |
qobject_cast(const QObject *object) | QObject | related |
QObjectList | QObject | related |
read(char *data, qint64 maxlen) | QIODevice | |
read(qint64 maxlen) | QIODevice | |
readAll() | QIODevice | |
readChannelCount() const | QIODevice | |
readChannelFinished() | QIODevice | signal |
readData(char *data, qint64 maxlen) override | QBuffer | protectedvirtual |
readLine(char *data, qint64 maxlen) | QIODevice | |
readLine(qint64 maxlen=0) | QIODevice | |
readLineData(char *data, qint64 maxlen) | QIODevice | protectedvirtual |
readLineInto(QByteArray *result, qint64 maxlen=0) | QIODevice | |
readLineInto(QSpan< char > buffer) | QIODevice | inline |
readLineInto(QSpan< uchar > buffer) | QIODevice | inline |
readLineInto(QSpan< std::byte > buffer) | QIODevice | |
ReadOnly enum value | QIODeviceBase | |
ReadWrite enum value | QIODeviceBase | |
readyRead() | QIODevice | signal |
receivers(const char *signal) const | QObject | protected |
removeEventFilter(QObject *obj) | QObject | |
reset() | QIODevice | virtual |
rollbackTransaction() | QIODevice | |
seek(qint64 off) override | QBuffer | virtual |
sender() const | QObject | protected |
senderSignalIndex() const | QObject | protected |
setBuffer(QByteArray *a) | QBuffer | |
setCurrentReadChannel(int channel) | QIODevice | |
setCurrentWriteChannel(int channel) | QIODevice | |
setData(const QByteArray &data) | QBuffer | |
setData(const char *data, qsizetype len) | QBuffer | |
setErrorString(const QString &errorString) | QIODevice | protected |
setObjectName(const QString &name) | QObject | inline |
setObjectName(QAnyStringView name) | QObject | |
setOpenMode(QIODeviceBase::OpenMode openMode) | QIODevice | protected |
setParent(QObject *parent) | QObject | |
setProperty(const char *name, const QVariant &value) | QObject | |
setProperty(const char *name, QVariant &&value) | QObject | inline |
setTextModeEnabled(bool enabled) | QIODevice | |
signalsBlocked() const noexcept | QObject | inline |
size() const override | QBuffer | virtual |
skip(qint64 maxSize) | QIODevice | |
skipData(qint64 maxSize) | QIODevice | protectedvirtual |
startTimer(int interval, Qt::TimerType timerType=Qt::CoarseTimer) | QObject | |
startTimer(std::chrono::nanoseconds time, Qt::TimerType timerType=Qt::CoarseTimer) | QObject | |
startTransaction() | QIODevice | |
Text enum value | QIODeviceBase | |
thread() const | QObject | |
timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
Truncate enum value | QIODeviceBase | |
Unbuffered enum value | QIODeviceBase | |
ungetChar(char c) | QIODevice | |
waitForBytesWritten(int msecs) | QIODevice | virtual |
waitForReadyRead(int msecs) | QIODevice | virtual |
write(const char *data, qint64 len) | QIODevice | |
write(const char *data) | QIODevice | |
write(const QByteArray &data) | QIODevice | |
writeChannelCount() const | QIODevice | |
writeData(const char *data, qint64 len) override | QBuffer | protectedvirtual |
WriteOnly enum value | QIODeviceBase | |
~QBuffer() | QBuffer | |
~QIODevice() | QIODevice | virtual |
~QIODeviceBase()=default | QIODeviceBase | protected |
~QObject() | QObject | virtual |