Home
·
All Classes
·
Modules
QSemaphore Class Reference
[
QtCore
module]
Methods
__init__
(
self
, int
n
= 0)
acquire
(
self
, int
n
= 1)
int
available
(
self
)
release
(
self
, int
n
= 1)
bool
tryAcquire
(
self
, int
n
= 1)
bool
tryAcquire
(
self
, int, int)
Detailed Description
Method Documentation
QSemaphore.__init__ (
self
, int
n
= 0)
QSemaphore.acquire (
self
, int
n
= 1)
int QSemaphore.available (
self
)
QSemaphore.release (
self
, int
n
= 1)
bool QSemaphore.tryAcquire (
self
, int
n
= 1)
bool QSemaphore.tryAcquire (
self
, int, int)
PyQt 4.8 for X11
Copyright ©
Riverbank Computing Ltd
and
Nokia
2010
Qt 4.7.0