Uses of Enum
io.qt.remoteobjects.QRemoteObjectHostBase.AllowedSchemas
Packages that use QRemoteObjectHostBase.AllowedSchemas
-
Uses of QRemoteObjectHostBase.AllowedSchemas in io.qt.remoteobjects
Methods in io.qt.remoteobjects that return QRemoteObjectHostBase.AllowedSchemasModifier 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.Methods in io.qt.remoteobjects with parameters of type QRemoteObjectHostBase.AllowedSchemasModifier and TypeMethodDescriptionprotected booleanQRemoteObjectHost.setHostUrl(QUrl hostAddress, QRemoteObjectHostBase.AllowedSchemas allowedSchemas) SeeQRemoteObjectHostBase::setHostUrl(QUrl, QRemoteObjectHostBase::AllowedSchemas) protected booleanQRemoteObjectHostBase.setHostUrl(QUrl hostAddress, QRemoteObjectHostBase.AllowedSchemas allowedSchemas) SeeQRemoteObjectHostBase::setHostUrl(QUrl, QRemoteObjectHostBase::AllowedSchemas) protected final booleanQRemoteObjectHostBase.setHostUrl(String hostAddress, QRemoteObjectHostBase.AllowedSchemas allowedSchemas) Constructors in io.qt.remoteobjects with parameters of type QRemoteObjectHostBase.AllowedSchemasModifierConstructorDescriptionQRemoteObjectHost(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)