Home · All Classes · Modules

QSharedMemory Class Reference
[QtCore module]

Inherits QObject.

Types

Methods


Detailed Description


Type Documentation

QSharedMemory.AccessMode

QSharedMemory.SharedMemoryError


Method Documentation

QSharedMemory.__init__ (self, QObject parent = None)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

QSharedMemory.__init__ (self, QString, QObject parent = None)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

bool QSharedMemory.attach (self, AccessMode mode = QSharedMemory.ReadWrite)

sip.voidptr QSharedMemory.constData (self)

bool QSharedMemory.create (self, int, AccessMode mode = QSharedMemory.ReadWrite)

sip.voidptr QSharedMemory.data (self)

bool QSharedMemory.detach (self)

SharedMemoryError QSharedMemory.error (self)

QString QSharedMemory.errorString (self)

bool QSharedMemory.isAttached (self)

QString QSharedMemory.key (self)

bool QSharedMemory.lock (self)

QSharedMemory.setKey (self, QString)

int QSharedMemory.size (self)

bool QSharedMemory.unlock (self)


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0