QDBusSignature#

The QDBusSignature class enables the programmer to identify the SIGNATURE type provided by the D-Bus typesystem. More

Inheritance diagram of PySide6.QtDBus.QDBusSignature

Synopsis#

Functions#

Detailed Description#

class PySide6.QtDBus.QDBusSignature#

PySide6.QtDBus.QDBusSignature(sig)

PySide6.QtDBus.QDBusSignature(signature)

PySide6.QtDBus.QDBusSignature(signature)

Parameters
  • signature – str

  • sig – str

Constructs a new signature.

See also

setSignature()

Constructs a new signature from the given signature.

Constructs a new signature from the given signature.

PySide6.QtDBus.QDBusSignature.__ne__(rhs)#
Parameters

rhsPySide6.QtDBus.QDBusSignature

Return type

bool

PySide6.QtDBus.QDBusSignature.__lt__(rhs)#
Parameters

rhsPySide6.QtDBus.QDBusSignature

Return type

bool

PySide6.QtDBus.QDBusSignature.__eq__(rhs)#
Parameters

rhsPySide6.QtDBus.QDBusSignature

Return type

bool

PySide6.QtDBus.QDBusSignature.setSignature(signature)#
Parameters

signature – str

Assigns the value of the given signature to this signature.

See also

signature()

PySide6.QtDBus.QDBusSignature.signature()#
Return type

str

Returns this signature.

See also

setSignature()

PySide6.QtDBus.QDBusSignature.swap(other)#
Parameters

otherPySide6.QtDBus.QDBusSignature

Swaps this QDBusSignature instance with other.