Uses of Class
io.qt.remoteobjects.QRemoteObjectHostBase.AllowedSchemas
Package | Description |
---|---|
io.qt.remoteobjects |
-
Uses of QRemoteObjectHostBase.AllowedSchemas in io.qt.remoteobjects
Methods in io.qt.remoteobjects that return QRemoteObjectHostBase.AllowedSchemas Modifier and Type Method Description static QRemoteObjectHostBase.AllowedSchemas
QRemoteObjectHostBase.AllowedSchemas. resolve(int value)
Returns the corresponding enum entry for the given value.static QRemoteObjectHostBase.AllowedSchemas
QRemoteObjectHostBase.AllowedSchemas. valueOf(String name)
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.AllowedSchemas Modifier and Type Method Description protected boolean
QRemoteObjectHost. setHostUrl(QUrl hostAddress, QRemoteObjectHostBase.AllowedSchemas allowedSchemas)
protected boolean
QRemoteObjectHostBase. setHostUrl(QUrl hostAddress, QRemoteObjectHostBase.AllowedSchemas allowedSchemas)
Constructors in io.qt.remoteobjects with parameters of type QRemoteObjectHostBase.AllowedSchemas Constructor Description QRemoteObjectHost(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)