![]() |
Qt 6.x
The Qt SDK
|
#include <qiopipe_p.h>
Additional Inherited Members | |
![]() | |
enum | AccessMode : quint8 { Unset , Sequential , RandomAccess } |
![]() | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
using | ConnectionDataPointer = QExplicitlySharedDataPointer< ConnectionData > |
![]() | |
static bool | removeConnection (Connection *c) |
static QObjectPrivate * | get (QObject *o) |
static const QObjectPrivate * | get (const QObject *o) |
template<typename Func1 , typename Func2 > | |
static QMetaObject::Connection | connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection) |
template<typename Func1 , typename Func2 > | |
static bool | disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot) |
static QMetaObject::Connection | connectImpl (const QObject *sender, int signal_index, const QObject *receiver, void **slot, QtPrivate::QSlotObjectBase *slotObj, int type, const int *types, const QMetaObject *senderMetaObject) |
static QMetaObject::Connection | connect (const QObject *sender, int signal_index, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
static QMetaObject::Connection | connect (const QObject *sender, int signal_index, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
static bool | disconnect (const QObject *sender, int signal_index, void **slot) |
static bool | disconnect (const QObject *sender, int signal_index, const QObject *receiver, void **slot) |
Definition at line 54 of file qiopipe_p.h.
|
explicit |
Definition at line 14 of file qiopipe.cpp.
|
override |
Definition at line 19 of file qiopipe.cpp.
void QIOPipePrivate::_q_onReadyRead | ( | ) |
Definition at line 70 of file qiopipe.cpp.
References emit, m_proxying, and readAvailableData().
Referenced by initialize().
Definition at line 77 of file qiopipe.cpp.
References QList< T >::append(), childPipes, and QListSpecialMethodsBase< T >::contains().
void QIOPipePrivate::initialize | ( | ) |
Definition at line 23 of file qiopipe.cpp.
References _q_onReadyRead(), QObjectPrivate::connect(), readAvailableData(), and QIODevice::readyRead().
void QIOPipePrivate::pumpData | ( | const QByteArray & | ba | ) |
Definition at line 46 of file qiopipe.cpp.
References ba, childPipes, m_proxying, QIODevicePrivate::readBuffers, and QList< T >::removeIf().
Referenced by pushData(), and readAvailableData().
void QIOPipePrivate::pushData | ( | const QByteArray & | ba | ) |
Definition at line 59 of file qiopipe.cpp.
References ba, emit, QByteArray::isEmpty(), m_proxying, and pumpData().
bool QIOPipePrivate::readAvailableData | ( | ) |
Definition at line 35 of file qiopipe.cpp.
References ba, QByteArray::isEmpty(), and pumpData().
Referenced by _q_onReadyRead(), and initialize().
Definition at line 84 of file qiopipe.cpp.
References childPipes, and QList< T >::removeOne().
Definition at line 72 of file qiopipe_p.h.
Referenced by addChildPipe(), pumpData(), and removeChildPipe().
bool QIOPipePrivate::m_proxying = false |
Definition at line 70 of file qiopipe_p.h.
Referenced by _q_onReadyRead(), pumpData(), and pushData().
Definition at line 71 of file qiopipe_p.h.