- enum ClientError
- enum ClientState
- enum ProtocolVersion
- enum TransportType
- authenticationFinished(const QMqttAuthenticationProperties &)
- authenticationRequested(const QMqttAuthenticationProperties &)
- autoKeepAliveChanged(bool )
- brokerSessionRestored()
- cleanSessionChanged(bool )
- clientIdChanged(QString )
- connected()
- deleteLater()
- destroyed(QObject *)
- disconnected()
- errorChanged(QMqttClient::ClientError )
- hostnameChanged(QString )
- keepAliveChanged(quint16 )
- messageReceived(const QByteArray &, const QMqttTopicName &)
- messageSent(qint32 )
- messageStatusChanged(qint32 , QMqtt::MessageStatus , const QMqttMessageStatusProperties &)
- objectNameChanged(const QString &)
- passwordChanged(QString )
- pingResponseReceived()
- portChanged(quint16 )
- protocolVersionChanged(QMqttClient::ProtocolVersion )
- setAutoKeepAlive(bool )
- setCleanSession(bool )
- setClientId(const QString &)
- setError(QMqttClient::ClientError )
- setHostname(const QString &)
- setKeepAlive(quint16 )
- setPassword(const QString &)
- setPort(quint16 )
- setProtocolVersion(QMqttClient::ProtocolVersion )
- setState(QMqttClient::ClientState )
- setUsername(const QString &)
- setWillMessage(const QByteArray &)
- setWillQoS(quint8 )
- setWillRetain(bool )
- setWillTopic(const QString &)
- stateChanged(QMqttClient::ClientState )
- usernameChanged(QString )
- willMessageChanged(QByteArray )
- willQoSChanged(quint8 )
- willRetainChanged(bool )
- willTopicChanged(QString )
- authenticate(const QMqttAuthenticationProperties &)
- autoKeepAlive() const : bool
- blockSignals(bool ) : bool
- childEvent(QChildEvent *)
- children() const : const QObjectList &
- cleanSession() const : bool
- clientId() const : QString
- 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 &)
- connectToHost()
- connectToHostEncrypted(const QSslConfiguration &)
- connectionProperties() const : QMqttConnectionProperties
- customEvent(QEvent *)
- 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
- disconnectFromHost()
- disconnectNotify(const QMetaMethod &)
- dumpObjectInfo() const
- dumpObjectTree() const
- dynamicPropertyNames() const : QList<QByteArray>
- error() const : QMqttClient::ClientError
- event(QEvent *) : bool
- eventFilter(QObject *, QEvent *) : bool
- findChild(const QString &, Qt::FindChildOptions ) const : T
- findChildren(const QString &, Qt::FindChildOptions ) const : QList<T>
- findChildren(const QRegularExpression &, Qt::FindChildOptions ) const : QList<T>
- hostname() const : QString
- inherits(const char *) const : bool
- installEventFilter(QObject *)
- isSignalConnected(const QMetaMethod &) const : bool
- isWidgetType() const : bool
- isWindowType() const : bool
- keepAlive() const : quint16
- killTimer(int )
- lastWillProperties() const : QMqttLastWillProperties
- metaObject() const : const QMetaObject *
- moveToThread(QThread *)
- objectName() const : QString
- parent() const : QObject *
- password() const : QString
- port() const : quint16
- property(const char *) const : QVariant
- protocolVersion() const : QMqttClient::ProtocolVersion
- publish(const QMqttTopicName &, const QByteArray &, quint8 , bool ) : qint32
- publish(const QMqttTopicName &, const QMqttPublishProperties &, const QByteArray &, quint8 , bool ) : qint32
- receivers(const char *) const : int
- removeEventFilter(QObject *)
- requestPing() : bool
- sender() const : QObject *
- senderSignalIndex() const : int
- serverConnectionProperties() const : QMqttServerConnectionProperties
- setConnectionProperties(const QMqttConnectionProperties &)
- setLastWillProperties(const QMqttLastWillProperties &)
- setObjectName(const QString &)
- setParent(QObject *)
- setProperty(const char *, const QVariant &) : bool
- setTransport(QIODevice *, QMqttClient::TransportType )
- signalsBlocked() const : bool
- startTimer(int , Qt::TimerType ) : int
- startTimer(std::chrono::milliseconds , Qt::TimerType ) : int
- state() const : QMqttClient::ClientState
- staticMetaObject :
- subscribe(const QMqttTopicFilter &, quint8 ) : QMqttSubscription *
- subscribe(const QMqttTopicFilter &, const QMqttSubscriptionProperties &, quint8 ) : QMqttSubscription *
- thread() const : QThread *
- timerEvent(QTimerEvent *)
- tr(const char *, const char *, int ) : QString
- transport() const : QIODevice *
- unsubscribe(const QMqttTopicFilter &)
- unsubscribe(const QMqttTopicFilter &, const QMqttUnsubscriptionProperties &)
- username() const : QString
- willMessage() const : QByteArray
- willQoS() const : quint8
- willRetain() const : bool
- willTopic() const : QString
|