- class RequestId¶
A request id handle. More…
Synopsis¶
Methods¶
def
__init__()
def
isValid()
def
__ne__()
def
__lt__()
def
__eq__()
def
refCount()
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:
other –
RequestId
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 returnsfalse
.- __ne__(other)¶
- Parameters:
other –
RequestId
- Return type:
bool
- __lt__(other)¶
- Parameters:
other –
RequestId
- Return type:
bool
- __eq__(other)¶
- Parameters:
other –
RequestId
- Return type:
bool
- refCount()¶
- Return type:
int
Returns the current reference count of the request id.