class QDBusSignature#

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

Synopsis#

Methods#

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description#

__init__()#

Constructs a new signature.

See also

setSignature()

__init__(signature)
Parameters:

signatureQLatin1String

__init__(signature)
Parameters:

signature – str

Constructs a new signature from the given signature.

__init__(signature)
Parameters:

signature – str

Constructs a new signature from the given signature.

__ne__(rhs)#
Parameters:

rhsQDBusSignature

Return type:

bool

__lt__(rhs)#
Parameters:

rhsQDBusSignature

Return type:

bool

__eq__(rhs)#
Parameters:

rhsQDBusSignature

Return type:

bool

setSignature(signature)#
Parameters:

signature – str

Assigns the value of the given signature to this signature.

See also

signature()

signature()#
Return type:

str

Returns this signature.

See also

setSignature()

swap(other)#
Parameters:

otherQDBusSignature

Swaps this QDBusSignature instance with other.