Home
·
All Classes
·
Modules
QMutex Class Reference
[
QtCore
module]
Types
enum
RecursionMode
{ NonRecursive, Recursive }
Methods
__init__
(
self
, RecursionMode
mode
= QMutex.NonRecursive)
lock
(
self
)
bool
tryLock
(
self
)
bool
tryLock
(
self
, int)
unlock
(
self
)
Detailed Description
Type Documentation
QMutex.RecursionMode
Method Documentation
QMutex.__init__ (
self
,
RecursionMode
mode
= QMutex.NonRecursive)
QMutex.lock (
self
)
bool QMutex.tryLock (
self
)
bool QMutex.tryLock (
self
, int)
QMutex.unlock (
self
)
PyQt 4.8 for X11
Copyright ©
Riverbank Computing Ltd
and
Nokia
2010
Qt 4.7.0