![]() |
Qt 6.x
The Qt SDK
|
This is the complete list of members for QIOPipe, including all inherited members.
aboutToClose() | QIODevice | signal |
addChildPipe(QIOPipe *childPipe) | QIOPipe | |
Append enum value | QIODeviceBase | |
atEnd() const | QIODevice | virtual |
bindableObjectName() | QObject | |
bindingStorage() | QObject | inline |
bindingStorage() const | QObject | inline |
blockSignals(bool b) noexcept | QObject | |
bytesAvailable() const | QIODevice | virtual |
bytesToWrite() const | QIODevice | virtual |
bytesWritten(qint64 bytes) | QIODevice | signal |
canReadLine() const | QIODevice | virtual |
channelBytesWritten(int channel, qint64 bytes) | QIODevice | signal |
channelReadyRead(int channel) | QIODevice | signal |
childEvent(QChildEvent *event) | QObject | protectedvirtual |
children() const | QObject | inline |
close() | QIODevice | 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 &signal) | QObject | protectedvirtual |
currentReadChannel() const | QIODevice | |
currentWriteChannel() const | QIODevice | |
customEvent(QEvent *event) | QObject | protectedvirtual |
d_ptr | QObject | protected |
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 &signal) | QObject | protectedvirtual |
dumpObjectInfo() const | QObject | |
dumpObjectTree() const | QObject | |
dynamicPropertyNames() const | QObject | |
EndPipe enum value | QIOPipe | |
errorString() const | QIODevice | |
event(QEvent *event) | QObject | virtual |
eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
ExistingOnly enum value | QIODeviceBase | |
findChild(const QString &aName=QString(), Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | inline |
findChildren(const QString &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 override | QIOPipe | 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 | |
Mode enum name | QIOPipe | |
moveToThread(QThread *thread) | 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 | QIOPipe | |
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 | QIODevice | virtual |
property(const char *name) const | QObject | |
ProxyPipe enum value | QIOPipe | |
putChar(char c) | QIODevice | |
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 |
QIOPipe(QIODevice *parent, Mode mode=EndPipe) | QIOPipe | explicit |
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 | QIOPipe | protectedvirtual |
readLine(char *data, qint64 maxlen) | QIODevice | |
readLine(qint64 maxlen=0) | QIODevice | |
readLineData(char *data, qint64 maxlen) | QIODevice | protectedvirtual |
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 pos) | QIODevice | virtual |
sender() const | QObject | protected |
senderSignalIndex() const | QObject | protected |
setCurrentReadChannel(int channel) | QIODevice | |
setCurrentWriteChannel(int channel) | QIODevice | |
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 |
setReadChannelCount(int count) | QIOPipe | |
setTextModeEnabled(bool enabled) | QIODevice | |
signalsBlocked() const noexcept | QObject | inline |
size() const | QIODevice | virtual |
skip(qint64 maxSize) | QIODevice | |
skipData(qint64 maxSize) | QIODevice | protectedvirtual |
startTimer(int interval, Qt::TimerType timerType=Qt::CoarseTimer) | QObject | |
startTimer(std::chrono::milliseconds 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 | QIOPipe | protectedvirtual |
WriteOnly enum value | QIODeviceBase | |
~QIODevice() | QIODevice | virtual |
~QIODeviceBase()=default | QIODeviceBase | protected |
~QIOPipe() override | QIOPipe | |
~QObject() | QObject | virtual |