Qt 4.8
|
Public Functions | |
QWSClientPrivate () | |
void | setLockId (int id) |
void | unlockCommunication () |
~QWSClientPrivate () | |
Public Functions inherited from QObjectPrivate | |
void | _q_reregisterTimers (void *pointer) |
void | addConnection (int signal, Connection *c) |
void | cleanConnectionLists () |
void | connectNotify (const char *signal) |
void | deleteChildren () |
void | disconnectNotify (const char *signal) |
bool | isSender (const QObject *receiver, const char *signal) const |
bool | isSignalConnected (uint signalIdx) const |
Returns true if the signal with index signal_index from object sender is connected. More... | |
void | moveToThread_helper () |
QObjectPrivate (int version=QObjectPrivateVersion) | |
QObjectList | receiverList (const char *signal) const |
QObjectList | senderList () const |
void | setParent_helper (QObject *) |
void | setThreadData_helper (QThreadData *currentData, QThreadData *targetData) |
int | signalIndex (const char *signalName) const |
Returns the signal index used in the internal connectionLists vector. More... | |
virtual | ~QObjectPrivate () |
Public Functions inherited from QObjectData | |
virtual | ~QObjectData ()=0 |
Properties | |
QWSLock * | clientLock |
int | numUnbufferedSurfaces |
bool | shutdown |
QSet< QByteArray > | usedFonts |
Friends | |
class | QWSServerPrivate |
Definition at line 722 of file qwindowsystem_qws.cpp.
QWSClientPrivate::QWSClientPrivate | ( | ) |
Definition at line 743 of file qwindowsystem_qws.cpp.
QWSClientPrivate::~QWSClientPrivate | ( | ) |
Definition at line 752 of file qwindowsystem_qws.cpp.
void QWSClientPrivate::setLockId | ( | int | id | ) |
Definition at line 759 of file qwindowsystem_qws.cpp.
void QWSClientPrivate::unlockCommunication | ( | ) |
Definition at line 768 of file qwindowsystem_qws.cpp.
|
friend |
Definition at line 740 of file qwindowsystem_qws.cpp.
|
private |
Definition at line 735 of file qwindowsystem_qws.cpp.
|
private |
Definition at line 737 of file qwindowsystem_qws.cpp.
|
private |
Definition at line 736 of file qwindowsystem_qws.cpp.
Referenced by QWSServerPrivate::_q_clientClosed().
|
private |
Definition at line 739 of file qwindowsystem_qws.cpp.
Referenced by QWSServerPrivate::_q_clientClosed(), QWSServerPrivate::dereferenceFont(), and QWSServerPrivate::referenceFont().