Uses of Class
io.qt.dbus.QDBusConnectionInterface.RegisterServiceReply
Package | Description |
---|---|
io.qt.dbus |
-
Uses of QDBusConnectionInterface.RegisterServiceReply in io.qt.dbus
Methods in io.qt.dbus that return QDBusConnectionInterface.RegisterServiceReply Modifier and Type Method Description static QDBusConnectionInterface.RegisterServiceReply
QDBusConnectionInterface.RegisterServiceReply. resolve(int value)
Returns the corresponding enum entry for the given value.static QDBusConnectionInterface.RegisterServiceReply
QDBusConnectionInterface.RegisterServiceReply. valueOf(String name)
Returns the enum constant of this type with the specified name.static QDBusConnectionInterface.RegisterServiceReply[]
QDBusConnectionInterface.RegisterServiceReply. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.dbus that return types with arguments of type QDBusConnectionInterface.RegisterServiceReply Modifier and Type Method Description QDBusReply<QDBusConnectionInterface.RegisterServiceReply>
QDBusConnectionInterface. registerService(String serviceName)
QDBusReply<QDBusConnectionInterface.RegisterServiceReply>
QDBusConnectionInterface. registerService(String serviceName, QDBusConnectionInterface.ServiceQueueOptions qoption)
Overloaded function forQDBusConnectionInterface.registerService(java.lang.String, io.qt.dbus.QDBusConnectionInterface.ServiceQueueOptions, io.qt.dbus.QDBusConnectionInterface.ServiceReplacementOptions)
withroption = io.qt.dbus.QDBusConnectionInterface.ServiceReplacementOptions.DontAllowReplacement
.QDBusReply<QDBusConnectionInterface.RegisterServiceReply>
QDBusConnectionInterface. registerService(String serviceName, QDBusConnectionInterface.ServiceQueueOptions qoption, QDBusConnectionInterface.ServiceReplacementOptions roption)