Home
last modified time | relevance | path

Searched refs:QRemoteObjectNode (Results 1 – 25 of 204) sorted by relevance

123456789

/dports/devel/qt5-remoteobjects/kde-qtremoteobjects-5.15.2p3/src/remoteobjects/
H A Dqremoteobjectnode.cpp235 Q_D(QRemoteObjectNode); in timerEvent()
288 Q_D(QRemoteObjectNode); in setHeartbeatInterval()
329 Q_D(QRemoteObjectNode); in registerExternalSchema()
412 QRemoteObjectNode *node; in proxy()
513 Q_D(QRemoteObjectNode); in initializeReplica()
529 Q_Q(QRemoteObjectNode); in setLastError()
650 Q_D(QRemoteObjectNode); in setPersistedStore()
1613 QRemoteObjectNode::QRemoteObjectNode(QObject *parent) in QRemoteObjectNode() function in QRemoteObjectNode
1628 QRemoteObjectNode::QRemoteObjectNode(const QUrl &registryAddress, QObject *parent) in QRemoteObjectNode() function in QRemoteObjectNode
1751 QRemoteObjectNode::~QRemoteObjectNode() in ~QRemoteObjectNode()
[all …]
H A Dqremoteobjectreplica.h53 class QRemoteObjectNode; variable
58 Q_PROPERTY(QRemoteObjectNode *node READ node WRITE setNode)
77 QRemoteObjectNode *node() const;
78 virtual void setNode(QRemoteObjectNode *node);
100 void initializeNode(QRemoteObjectNode *node, const QString &name = QString());
H A Dqremoteobjectreplica_p.h82 virtual QRemoteObjectNode *node() const = 0;
100 QRemoteObjectNode *node() const override { return nullptr; } in node()
110 … QRemoteObjectReplicaImplementation(const QString &name, const QMetaObject *, QRemoteObjectNode *);
128 QRemoteObjectNode *node() const override { return m_node; } in node()
145 QRemoteObjectNode *m_node;
153 …cit QConnectedReplicaImplementation(const QString &name, const QMetaObject *, QRemoteObjectNode *);
192 …cit QInProcessReplicaImplementation(const QString &name, const QMetaObject *, QRemoteObjectNode *);
H A Dqremoteobjectnode.h80 class Q_REMOTEOBJECTS_EXPORT QRemoteObjectNode : public QObject
104 QRemoteObjectNode(QObject *parent = nullptr);
105 QRemoteObjectNode(const QUrl &registryAddress, QObject *parent = nullptr);
106 ~QRemoteObjectNode() override;
152 void error(QRemoteObjectNode::ErrorCode errorCode);
156 QRemoteObjectNode(QRemoteObjectNodePrivate &, QObject *parent);
165 Q_DECLARE_PRIVATE(QRemoteObjectNode)
169 class Q_REMOTEOBJECTS_EXPORT QRemoteObjectHostBase : public QRemoteObjectNode
H A Dqremoteobjectnode_p.h106 …ProxyInfo(QRemoteObjectNode *node, QRemoteObjectHostBase *parent, QRemoteObjectHostBase::RemoteObj…
114 QRemoteObjectNode *proxyNode;
142 void setLastError(QRemoteObjectNode::ErrorCode errorCode);
178 QMap<QString, QRemoteObjectNode::RemoteObjectSchemaHandler> schemaHandlers;
184 QRemoteObjectNode::ErrorCode lastError;
193 Q_DECLARE_PUBLIC(QRemoteObjectNode)
/dports/devel/qt5-remoteobjects/kde-qtremoteobjects-5.15.2p3/src/remoteobjects/doc/snippets/
H A Ddoc_src_simpleswitch.cpp144 QRemoteObjectNode repNode; // create remote object node
230 QRemoteObjectNode repNode; // create remote object node in main()
242 QRemoteObjectNode repNode; // create remote object node
330 QRemoteObjectNode repNode; in main()
361 QRemoteObjectNode repNode(QUrl(QStringLiteral("local:registry")));
/dports/databases/py-qt5-sql/PyQt5-5.15.4/sip/QtRemoteObjects/
H A Dqremoteobjectnode.sip41 class QRemoteObjectNode : QObject
100 QRemoteObjectNode(QObject *parent /TransferThis/ = 0);
101 QRemoteObjectNode(const QUrl &registryAddress, QObject *parent /TransferThis/ = 0);
102 virtual ~QRemoteObjectNode();
115 QRemoteObjectNode::ErrorCode lastError() const;
122 void error(QRemoteObjectNode::ErrorCode errorCode);
132 class QRemoteObjectHostBase : QRemoteObjectNode /NoDefaultCtors/
/dports/multimedia/py-qt5-multimediawidgets/PyQt5-5.15.4/sip/QtRemoteObjects/
H A Dqremoteobjectnode.sip41 class QRemoteObjectNode : QObject
100 QRemoteObjectNode(QObject *parent /TransferThis/ = 0);
101 QRemoteObjectNode(const QUrl &registryAddress, QObject *parent /TransferThis/ = 0);
102 virtual ~QRemoteObjectNode();
115 QRemoteObjectNode::ErrorCode lastError() const;
122 void error(QRemoteObjectNode::ErrorCode errorCode);
132 class QRemoteObjectHostBase : QRemoteObjectNode /NoDefaultCtors/
/dports/multimedia/py-qt5-multimedia/PyQt5-5.15.4/sip/QtRemoteObjects/
H A Dqremoteobjectnode.sip41 class QRemoteObjectNode : QObject
100 QRemoteObjectNode(QObject *parent /TransferThis/ = 0);
101 QRemoteObjectNode(const QUrl &registryAddress, QObject *parent /TransferThis/ = 0);
102 virtual ~QRemoteObjectNode();
115 QRemoteObjectNode::ErrorCode lastError() const;
122 void error(QRemoteObjectNode::ErrorCode errorCode);
132 class QRemoteObjectHostBase : QRemoteObjectNode /NoDefaultCtors/
/dports/www/py-qt5-webkitwidgets/PyQt5-5.15.4/sip/QtRemoteObjects/
H A Dqremoteobjectnode.sip41 class QRemoteObjectNode : QObject
100 QRemoteObjectNode(QObject *parent /TransferThis/ = 0);
101 QRemoteObjectNode(const QUrl &registryAddress, QObject *parent /TransferThis/ = 0);
102 virtual ~QRemoteObjectNode();
115 QRemoteObjectNode::ErrorCode lastError() const;
122 void error(QRemoteObjectNode::ErrorCode errorCode);
132 class QRemoteObjectHostBase : QRemoteObjectNode /NoDefaultCtors/
/dports/www/py-qt5-webchannel/PyQt5-5.15.4/sip/QtRemoteObjects/
H A Dqremoteobjectnode.sip41 class QRemoteObjectNode : QObject
100 QRemoteObjectNode(QObject *parent /TransferThis/ = 0);
101 QRemoteObjectNode(const QUrl &registryAddress, QObject *parent /TransferThis/ = 0);
102 virtual ~QRemoteObjectNode();
115 QRemoteObjectNode::ErrorCode lastError() const;
122 void error(QRemoteObjectNode::ErrorCode errorCode);
132 class QRemoteObjectHostBase : QRemoteObjectNode /NoDefaultCtors/
/dports/www/py-qt5-websockets/PyQt5-5.15.4/sip/QtRemoteObjects/
H A Dqremoteobjectnode.sip41 class QRemoteObjectNode : QObject
100 QRemoteObjectNode(QObject *parent /TransferThis/ = 0);
101 QRemoteObjectNode(const QUrl &registryAddress, QObject *parent /TransferThis/ = 0);
102 virtual ~QRemoteObjectNode();
115 QRemoteObjectNode::ErrorCode lastError() const;
122 void error(QRemoteObjectNode::ErrorCode errorCode);
132 class QRemoteObjectHostBase : QRemoteObjectNode /NoDefaultCtors/
/dports/www/py-qt5-webkit/PyQt5-5.15.4/sip/QtRemoteObjects/
H A Dqremoteobjectnode.sip41 class QRemoteObjectNode : QObject
100 QRemoteObjectNode(QObject *parent /TransferThis/ = 0);
101 QRemoteObjectNode(const QUrl &registryAddress, QObject *parent /TransferThis/ = 0);
102 virtual ~QRemoteObjectNode();
115 QRemoteObjectNode::ErrorCode lastError() const;
122 void error(QRemoteObjectNode::ErrorCode errorCode);
132 class QRemoteObjectHostBase : QRemoteObjectNode /NoDefaultCtors/
/dports/comms/py-qt5-serialport/PyQt5-5.15.4/sip/QtRemoteObjects/
H A Dqremoteobjectnode.sip41 class QRemoteObjectNode : QObject
100 QRemoteObjectNode(QObject *parent /TransferThis/ = 0);
101 QRemoteObjectNode(const QUrl &registryAddress, QObject *parent /TransferThis/ = 0);
102 virtual ~QRemoteObjectNode();
115 QRemoteObjectNode::ErrorCode lastError() const;
122 void error(QRemoteObjectNode::ErrorCode errorCode);
132 class QRemoteObjectHostBase : QRemoteObjectNode /NoDefaultCtors/
/dports/comms/py-qt5-sensors/PyQt5-5.15.4/sip/QtRemoteObjects/
H A Dqremoteobjectnode.sip41 class QRemoteObjectNode : QObject
100 QRemoteObjectNode(QObject *parent /TransferThis/ = 0);
101 QRemoteObjectNode(const QUrl &registryAddress, QObject *parent /TransferThis/ = 0);
102 virtual ~QRemoteObjectNode();
115 QRemoteObjectNode::ErrorCode lastError() const;
122 void error(QRemoteObjectNode::ErrorCode errorCode);
132 class QRemoteObjectHostBase : QRemoteObjectNode /NoDefaultCtors/
/dports/net/py-qt5-network/PyQt5-5.15.4/sip/QtRemoteObjects/
H A Dqremoteobjectnode.sip41 class QRemoteObjectNode : QObject
100 QRemoteObjectNode(QObject *parent /TransferThis/ = 0);
101 QRemoteObjectNode(const QUrl &registryAddress, QObject *parent /TransferThis/ = 0);
102 virtual ~QRemoteObjectNode();
115 QRemoteObjectNode::ErrorCode lastError() const;
122 void error(QRemoteObjectNode::ErrorCode errorCode);
132 class QRemoteObjectHostBase : QRemoteObjectNode /NoDefaultCtors/
/dports/devel/py-qt5-remoteobjects/PyQt5-5.15.4/sip/QtRemoteObjects/
H A Dqremoteobjectnode.sip41 class QRemoteObjectNode : QObject
100 QRemoteObjectNode(QObject *parent /TransferThis/ = 0);
101 QRemoteObjectNode(const QUrl &registryAddress, QObject *parent /TransferThis/ = 0);
102 virtual ~QRemoteObjectNode();
115 QRemoteObjectNode::ErrorCode lastError() const;
122 void error(QRemoteObjectNode::ErrorCode errorCode);
132 class QRemoteObjectHostBase : QRemoteObjectNode /NoDefaultCtors/
/dports/devel/py-qt5-test/PyQt5-5.15.4/sip/QtRemoteObjects/
H A Dqremoteobjectnode.sip41 class QRemoteObjectNode : QObject
100 QRemoteObjectNode(QObject *parent /TransferThis/ = 0);
101 QRemoteObjectNode(const QUrl &registryAddress, QObject *parent /TransferThis/ = 0);
102 virtual ~QRemoteObjectNode();
115 QRemoteObjectNode::ErrorCode lastError() const;
122 void error(QRemoteObjectNode::ErrorCode errorCode);
132 class QRemoteObjectHostBase : QRemoteObjectNode /NoDefaultCtors/
/dports/misc/py-qt5-demo/PyQt5-5.15.4/sip/QtRemoteObjects/
H A Dqremoteobjectnode.sip41 class QRemoteObjectNode : QObject
100 QRemoteObjectNode(QObject *parent /TransferThis/ = 0);
101 QRemoteObjectNode(const QUrl &registryAddress, QObject *parent /TransferThis/ = 0);
102 virtual ~QRemoteObjectNode();
115 QRemoteObjectNode::ErrorCode lastError() const;
122 void error(QRemoteObjectNode::ErrorCode errorCode);
132 class QRemoteObjectHostBase : QRemoteObjectNode /NoDefaultCtors/
/dports/lang/py-qt5-qml/PyQt5-5.15.4/sip/QtRemoteObjects/
H A Dqremoteobjectnode.sip41 class QRemoteObjectNode : QObject
100 QRemoteObjectNode(QObject *parent /TransferThis/ = 0);
101 QRemoteObjectNode(const QUrl &registryAddress, QObject *parent /TransferThis/ = 0);
102 virtual ~QRemoteObjectNode();
115 QRemoteObjectNode::ErrorCode lastError() const;
122 void error(QRemoteObjectNode::ErrorCode errorCode);
132 class QRemoteObjectHostBase : QRemoteObjectNode /NoDefaultCtors/
/dports/x11-toolkits/py-qt5-quick/PyQt5-5.15.4/sip/QtRemoteObjects/
H A Dqremoteobjectnode.sip41 class QRemoteObjectNode : QObject
100 QRemoteObjectNode(QObject *parent /TransferThis/ = 0);
101 QRemoteObjectNode(const QUrl &registryAddress, QObject *parent /TransferThis/ = 0);
102 virtual ~QRemoteObjectNode();
115 QRemoteObjectNode::ErrorCode lastError() const;
122 void error(QRemoteObjectNode::ErrorCode errorCode);
132 class QRemoteObjectHostBase : QRemoteObjectNode /NoDefaultCtors/
/dports/x11-toolkits/py-qt5-gui/PyQt5-5.15.4/sip/QtRemoteObjects/
H A Dqremoteobjectnode.sip41 class QRemoteObjectNode : QObject
100 QRemoteObjectNode(QObject *parent /TransferThis/ = 0);
101 QRemoteObjectNode(const QUrl &registryAddress, QObject *parent /TransferThis/ = 0);
102 virtual ~QRemoteObjectNode();
115 QRemoteObjectNode::ErrorCode lastError() const;
122 void error(QRemoteObjectNode::ErrorCode errorCode);
132 class QRemoteObjectHostBase : QRemoteObjectNode /NoDefaultCtors/
/dports/x11-toolkits/py-qt5-quick3d/PyQt5-5.15.4/sip/QtRemoteObjects/
H A Dqremoteobjectnode.sip41 class QRemoteObjectNode : QObject
100 QRemoteObjectNode(QObject *parent /TransferThis/ = 0);
101 QRemoteObjectNode(const QUrl &registryAddress, QObject *parent /TransferThis/ = 0);
102 virtual ~QRemoteObjectNode();
115 QRemoteObjectNode::ErrorCode lastError() const;
122 void error(QRemoteObjectNode::ErrorCode errorCode);
132 class QRemoteObjectHostBase : QRemoteObjectNode /NoDefaultCtors/
/dports/x11-toolkits/py-qt5-quickwidgets/PyQt5-5.15.4/sip/QtRemoteObjects/
H A Dqremoteobjectnode.sip41 class QRemoteObjectNode : QObject
100 QRemoteObjectNode(QObject *parent /TransferThis/ = 0);
101 QRemoteObjectNode(const QUrl &registryAddress, QObject *parent /TransferThis/ = 0);
102 virtual ~QRemoteObjectNode();
115 QRemoteObjectNode::ErrorCode lastError() const;
122 void error(QRemoteObjectNode::ErrorCode errorCode);
132 class QRemoteObjectHostBase : QRemoteObjectNode /NoDefaultCtors/
/dports/x11-toolkits/py-qt5-widgets/PyQt5-5.15.4/sip/QtRemoteObjects/
H A Dqremoteobjectnode.sip41 class QRemoteObjectNode : QObject
100 QRemoteObjectNode(QObject *parent /TransferThis/ = 0);
101 QRemoteObjectNode(const QUrl &registryAddress, QObject *parent /TransferThis/ = 0);
102 virtual ~QRemoteObjectNode();
115 QRemoteObjectNode::ErrorCode lastError() const;
122 void error(QRemoteObjectNode::ErrorCode errorCode);
132 class QRemoteObjectHostBase : QRemoteObjectNode /NoDefaultCtors/

123456789