QtBackgroundProcess
1.5.2
A Library to create background applications with simple, automated foreground control
|
This is the complete list of members for QtBackgroundProcess::GlobalTerminal, including all inherited members.
aboutToClose() | QIODevice | |
atEnd() const | QIODevice | virtual |
blockSignals(bool block) | QObject | |
bytesAvailable() const | QIODevice | virtual |
bytesToWrite() const | QIODevice | virtual |
bytesWritten(qint64 bytes) | QIODevice | |
canReadLine() const override | QtBackgroundProcess::GlobalTerminal | virtual |
channelBytesWritten(int channel, qint64 bytes) | QIODevice | |
channelReadyRead(int channel) | QIODevice | |
childEvent(QChildEvent *event) | QObject | protectedvirtual |
children() const | QObject | |
commitTransaction() | QIODevice | |
connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const | QObject | |
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, PointerToMemberFunction signal, Functor functor) | QObject | static |
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) | QObject | static |
connectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
currentReadChannel() const | QIODevice | |
currentWriteChannel() const | QIODevice | |
customEvent(QEvent *event) | QObject | protectedvirtual |
deleteLater() | QObject | |
destroyed(QObject *obj) | QObject | |
disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method) | QObject | static |
disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) | QObject | static |
disconnect(const char *signal, const QObject *receiver, const char *method) const | QObject | |
disconnect(const QObject *receiver, const char *method) const | QObject | |
disconnect(const QMetaObject::Connection &connection) | QObject | static |
disconnect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) | QObject | static |
disconnectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
dumpObjectInfo() | QObject | |
dumpObjectInfo() const | QObject | |
dumpObjectTree() | QObject | |
dumpObjectTree() const | QObject | |
dynamicPropertyNames() const | QObject | |
errorString() const | QIODevice | |
event(QEvent *e) | QObject | virtual |
eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
findChild(const QString &name, Qt::FindChildOptions options) const | QObject | |
findChildren(const QString &name, Qt::FindChildOptions options) const | QObject | |
findChildren(const QRegExp ®Exp, Qt::FindChildOptions options) const | QObject | |
findChildren(const QRegularExpression &re, Qt::FindChildOptions options) const | QObject | |
flush() | QtBackgroundProcess::GlobalTerminal | slot |
getChar(char *c) | QIODevice | |
GlobalTerminal(QObject *parent=nullptr, bool enableBootBuffer=false) | QtBackgroundProcess::GlobalTerminal | explicit |
inherits(const char *className) const | QObject | |
installEventFilter(QObject *filterObj) | QObject | |
isOpen() const | QIODevice | |
isReadable() const | QIODevice | |
isSequential() const override | QtBackgroundProcess::GlobalTerminal | virtual |
isSignalConnected(const QMetaMethod &signal) const | QObject | protected |
isTextModeEnabled() const | QIODevice | |
isTransactionStarted() const | QIODevice | |
isWidgetType() const | QObject | |
isWindowType() const | QObject | |
isWritable() const | QIODevice | |
killTimer(int id) | QObject | |
metaObject() const | QObject | virtual |
moveToThread(QThread *targetThread) | QObject | |
objectName | QObject | |
objectName() const | QObject | |
objectNameChanged(const QString &objectName) | QObject | |
openMode() const | QIODevice | |
OpenMode | QIODevice | |
parent() const | QObject | |
peek(char *data, qint64 maxSize) | QIODevice | |
peek(qint64 maxSize) | QIODevice | |
pos() const | QIODevice | virtual |
property(const char *name) const | QObject | |
putChar(char c) | QIODevice | |
QIODevice() | QIODevice | |
QIODevice(QObject *parent) | QIODevice | |
QObject(QObject *parent) | QObject | |
read(char *data, qint64 maxSize) | QIODevice | |
read(qint64 maxSize) | QIODevice | |
readAll() | QIODevice | |
readChannelCount() const | QIODevice | |
readChannelFinished() | QIODevice | |
readData(char *data, qint64 maxlen) override | QtBackgroundProcess::GlobalTerminal | protectedvirtual |
readLine(char *data, qint64 maxSize) | QIODevice | |
readLine(qint64 maxSize) | QIODevice | |
readLineData(char *data, qint64 maxSize) | QIODevice | protectedvirtual |
readyRead() | QIODevice | |
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 &str) | QIODevice | protected |
setObjectName(const QString &name) | QObject | |
setOpenMode(OpenMode openMode) | QIODevice | protected |
setParent(QObject *parent) | QObject | |
setProperty(const char *name, const QVariant &value) | QObject | |
setTextModeEnabled(bool enabled) | QIODevice | |
signalsBlocked() const | QObject | |
size() const | QIODevice | virtual |
startTimer(int interval, Qt::TimerType timerType) | QObject | |
startTimer(std::chrono::milliseconds time, Qt::TimerType timerType) | QObject | |
startTransaction() | QIODevice | |
thread() const | QObject | |
timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
tr(const char *sourceText, const char *disambiguation, int n) | QObject | static |
trUtf8(const char *sourceText, const char *disambiguation, int n) | QObject | static |
ungetChar(char c) | QIODevice | |
waitForBytesWritten(int msecs) | QIODevice | virtual |
waitForReadyRead(int msecs) | QIODevice | virtual |
write(const char *data, qint64 maxSize) | QIODevice | |
write(const char *data) | QIODevice | |
write(const QByteArray &byteArray) | QIODevice | |
writeChannelCount() const | QIODevice | |
writeData(const char *data, qint64 len) override | QtBackgroundProcess::GlobalTerminal | protectedvirtual |
writeLine(const QByteArray &line, bool doFlush=true) | QtBackgroundProcess::GlobalTerminal | slot |
~GlobalTerminal() | QtBackgroundProcess::GlobalTerminal | |
~QIODevice() | QIODevice | virtual |
~QObject() | QObject | virtual |