class RequestId

A request id handle. 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 invalid request id handle.

__init__(other)
Parameters:

otherRequestId

Constructs a new request id handle that is a copy of other.

isValid()
Return type:

bool

Returns true if this is a valid request id; otherwise returns false.

__ne__(other)
Parameters:

otherRequestId

Return type:

bool

__lt__(other)
Parameters:

otherRequestId

Return type:

bool

__eq__(other)
Parameters:

otherRequestId

Return type:

bool

refCount()
Return type:

int

Returns the current reference count of the request id.