- enum BaudRate
- enum DataBits
- enum Direction
- flags Directions
- enum FlowControl
- flags OpenMode
- enum OpenModeFlag
- enum Parity
- enum PinoutSignal
- flags PinoutSignals
- enum SerialPortError
- enum StopBits
- QSerialPort(QObject *)
- QSerialPort(const QString &, QObject *)
- QSerialPort(const QSerialPortInfo &, QObject *)
- ~QSerialPort()
- aboutToClose()
- atEnd() const : bool
- atEnd() const : bool
- baudRate(Directions ) const : qint32
- baudRateChanged(qint32 , QSerialPort::Directions )
- blockSignals(bool ) : bool
- breakEnabledChanged(bool )
- bytesAvailable() const : qint64
- bytesAvailable() const : qint64
- bytesToWrite() const : qint64
- bytesToWrite() const : qint64
- bytesWritten(qint64 )
- canReadLine() const : bool
- canReadLine() const : bool
- channelBytesWritten(int , qint64 )
- channelReadyRead(int )
- childEvent(QChildEvent *)
- children() const : const QObjectList &
- clear(Directions ) : bool
- clearError()
- close()
- close()
- commitTransaction()
- connect(const QObject *, const char *, const QObject *, const char *, Qt::ConnectionType ) : QMetaObject::Connection
- connect(const QObject *, const QMetaMethod &, const QObject *, const QMetaMethod &, Qt::ConnectionType ) : QMetaObject::Connection
- connect(const QObject *, const char *, const char *, Qt::ConnectionType ) const : QMetaObject::Connection
- connect(const QObject *, PointerToMemberFunction , const QObject *, PointerToMemberFunction , Qt::ConnectionType ) : QMetaObject::Connection
- connect(const QObject *, PointerToMemberFunction , Functor ) : QMetaObject::Connection
- connect(const QObject *, PointerToMemberFunction , const QObject *, Functor , Qt::ConnectionType ) : QMetaObject::Connection
- connectNotify(const QMetaMethod &)
- currentReadChannel() const : int
- currentWriteChannel() const : int
- customEvent(QEvent *)
- d_ptr : QScopedPointer<QObjectData>
- dataBits() const : DataBits
- dataBitsChanged(QSerialPort::DataBits )
- dataErrorPolicy() const : DataErrorPolicy
- dataTerminalReadyChanged(bool )
- deleteLater()
- destroyed(QObject *)
- disconnect(const QObject *, const char *, const QObject *, const char *) : bool
- disconnect(const QObject *, const QMetaMethod &, const QObject *, const QMetaMethod &) : bool
- disconnect(const char *, const QObject *, const char *) const : bool
- disconnect(const QObject *, const char *) const : bool
- disconnect(const QMetaObject::Connection &) : bool
- disconnect(const QObject *, PointerToMemberFunction , const QObject *, PointerToMemberFunction ) : bool
- disconnectNotify(const QMetaMethod &)
- dumpObjectInfo()
- dumpObjectTree()
- dynamicPropertyNames() const : QList<QByteArray>
- error() const : SerialPortError
- errorOccurred(QSerialPort::SerialPortError )
- errorString() const : QString
- event(QEvent *) : bool
- eventFilter(QObject *, QEvent *) : bool
- findChild(const QString &, Qt::FindChildOptions ) const : T
- findChildren(const QString &, Qt::FindChildOptions ) const : QList<T>
- findChildren(const QRegExp &, Qt::FindChildOptions ) const : QList<T>
- findChildren(const QRegularExpression &, Qt::FindChildOptions ) const : QList<T>
- flowControl() const : FlowControl
- flowControlChanged(QSerialPort::FlowControl )
- flush() : bool
- getChar(char *) : bool
- handle() const : Handle
- inherits(const char *) const : bool
- installEventFilter(QObject *)
- isBreakEnabled() const : bool
- isDataTerminalReady() : bool
- isOpen() const : bool
- isReadable() const : bool
- isRequestToSend() : bool
- isSequential() const : bool
- isSequential() const : bool
- isSignalConnected(const QMetaMethod &) const : bool
|
- isTextModeEnabled() const : bool
- isTransactionStarted() const : bool
- isWidgetType() const : bool
- isWindowType() const : bool
- isWritable() const : bool
- killTimer(int )
- metaObject() const : const QMetaObject *
- moveToThread(QThread *)
- objectName() const : QString
- objectNameChanged(const QString &)
- open(OpenMode ) : bool
- open(OpenMode ) : bool
- openMode() const : OpenMode
- parent() const : QObject *
- parity() const : Parity
- parityChanged(QSerialPort::Parity )
- peek(char *, qint64 ) : qint64
- peek(qint64 ) : QByteArray
- pinoutSignals() : PinoutSignals
- portName() const : QString
- pos() const : qint64
- property(const char *) const : QVariant
- putChar(char ) : bool
- read(char *, qint64 ) : qint64
- read(qint64 ) : QByteArray
- readAll() : QByteArray
- readBufferSize() const : qint64
- readChannelCount() const : int
- readChannelFinished()
- readData(char *, qint64 ) : qint64
- readData(char *, qint64 ) : qint64
- readLine(char *, qint64 ) : qint64
- readLine(qint64 ) : QByteArray
- readLineData(char *, qint64 ) : qint64
- readLineData(char *, qint64 ) : qint64
- readyRead()
- receivers(const char *) const : int
- removeEventFilter(QObject *)
- requestToSendChanged(bool )
- reset() : bool
- rollbackTransaction()
- seek(qint64 ) : bool
- sendBreak(int ) : bool
- sender() const : QObject *
- senderSignalIndex() const : int
- setBaudRate(qint32 , Directions ) : bool
- setBreakEnabled(bool ) : bool
- setCurrentReadChannel(int )
- setCurrentWriteChannel(int )
- setDataBits(DataBits ) : bool
- setDataErrorPolicy(DataErrorPolicy ) : bool
- setDataTerminalReady(bool ) : bool
- setErrorString(const QString &)
- setFlowControl(FlowControl ) : bool
- setObjectName(const QString &)
- setOpenMode(OpenMode )
- setParent(QObject *)
- setParity(Parity ) : bool
- setPort(const QSerialPortInfo &)
- setPortName(const QString &)
- setProperty(const char *, const QVariant &) : bool
- setReadBufferSize(qint64 )
- setRequestToSend(bool ) : bool
- setSettingsRestoredOnClose(bool )
- setStopBits(StopBits ) : bool
- setTextModeEnabled(bool )
- settingsRestoredOnClose() const : bool
- signalsBlocked() const : bool
- size() const : qint64
- startTimer(int , Qt::TimerType ) : int
- startTransaction()
- staticMetaObject : const QMetaObject
- staticQtMetaObject : const QMetaObject
- stopBits() const : StopBits
- stopBitsChanged(QSerialPort::StopBits )
- thread() const : QThread *
- timerEvent(QTimerEvent *)
- tr(const char *, const char *, int ) : QString
- ungetChar(char )
- waitForBytesWritten(int ) : bool
- waitForBytesWritten(int ) : bool
- waitForReadyRead(int ) : bool
- waitForReadyRead(int ) : bool
- write(const char *, qint64 ) : qint64
- write(const char *) : qint64
- write(const QByteArray &) : qint64
- writeChannelCount() const : int
- writeData(const char *, qint64 ) : qint64
- writeData(const char *, qint64 ) : qint64
|