Uses of Enum
io.qt.remoteobjects.QRemoteObjectHostBase.AllowedSchemas
-
Uses of QRemoteObjectHostBase.AllowedSchemas in io.qt.remoteobjects
Modifier and TypeMethodDescriptionQRemoteObjectHostBase.AllowedSchemas.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QRemoteObjectHostBase.AllowedSchemas[]
QRemoteObjectHostBase.AllowedSchemas.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionprotected boolean
QRemoteObjectHost.setHostUrl
(QUrl hostAddress, QRemoteObjectHostBase.AllowedSchemas allowedSchemas) SeeQRemoteObjectHostBase::
setHostUrl(QUrl, QRemoteObjectHostBase::AllowedSchemas) protected boolean
QRemoteObjectHostBase.setHostUrl
(QUrl hostAddress, QRemoteObjectHostBase.AllowedSchemas allowedSchemas) SeeQRemoteObjectHostBase::
setHostUrl(QUrl, QRemoteObjectHostBase::AllowedSchemas) protected final boolean
QRemoteObjectHostBase.setHostUrl
(String hostAddress, QRemoteObjectHostBase.AllowedSchemas allowedSchemas) ModifierConstructorDescriptionQRemoteObjectHost
(QUrl address, QUrl registryAddress, QRemoteObjectHostBase.AllowedSchemas allowedSchemas) Overloaded constructor forQRemoteObjectHost(io.qt.core.QUrl, io.qt.core.QUrl, io.qt.remoteobjects.QRemoteObjectHostBase.AllowedSchemas, io.qt.core.QObject)
withparent = null
.QRemoteObjectHost
(QUrl address, QUrl registryAddress, QRemoteObjectHostBase.AllowedSchemas allowedSchemas, QObject parent) QRemoteObjectHost
(QUrl address, String registryAddress, QRemoteObjectHostBase.AllowedSchemas allowedSchemas) Overloaded constructor forQRemoteObjectHost(io.qt.core.QUrl, java.lang.String, io.qt.remoteobjects.QRemoteObjectHostBase.AllowedSchemas, io.qt.core.QObject)
withparent = null
.QRemoteObjectHost
(QUrl address, String registryAddress, QRemoteObjectHostBase.AllowedSchemas allowedSchemas, QObject parent) QRemoteObjectHost
(String address, QUrl registryAddress, QRemoteObjectHostBase.AllowedSchemas allowedSchemas) Overloaded constructor forQRemoteObjectHost(java.lang.String, io.qt.core.QUrl, io.qt.remoteobjects.QRemoteObjectHostBase.AllowedSchemas, io.qt.core.QObject)
withparent = null
.QRemoteObjectHost
(String address, QUrl registryAddress, QRemoteObjectHostBase.AllowedSchemas allowedSchemas, QObject parent) QRemoteObjectHost
(String address, String registryAddress, QRemoteObjectHostBase.AllowedSchemas allowedSchemas) Overloaded constructor forQRemoteObjectHost(java.lang.String, java.lang.String, io.qt.remoteobjects.QRemoteObjectHostBase.AllowedSchemas, io.qt.core.QObject)
withparent = null
.QRemoteObjectHost
(String address, String registryAddress, QRemoteObjectHostBase.AllowedSchemas allowedSchemas, QObject parent)