Uses of Class
io.qt.dbus.QDBusConnection.BusType
Package | Description |
---|---|
io.qt.dbus |
-
Uses of QDBusConnection.BusType in io.qt.dbus
Methods in io.qt.dbus that return QDBusConnection.BusType Modifier and Type Method Description static QDBusConnection.BusType
QDBusConnection.BusType. resolve(int value)
Returns the corresponding enum entry for the given value.static QDBusConnection.BusType
QDBusConnection.BusType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QDBusConnection.BusType[]
QDBusConnection.BusType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.dbus with parameters of type QDBusConnection.BusType Modifier and Type Method Description static QDBusConnection
QDBusConnection. connectToBus(QDBusConnection.BusType type, String name)