Home · All Classes · Modules

QSemaphore Class Reference
[QtCore module]

Methods


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 X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0