Qt 4.8
Public Functions | Properties | Friends | List of all members
QWSClientPrivate Class Reference
Inheritance diagram for QWSClientPrivate:
QObjectPrivate QObjectData

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

QWSLockclientLock
 
int numUnbufferedSurfaces
 
bool shutdown
 
QSet< QByteArrayusedFonts
 

Friends

class QWSServerPrivate
 

Additional Inherited Members

- Public Types inherited from QObjectPrivate
typedef void(* StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **)
 
- Static Public Functions inherited from QObjectPrivate
static void clearGuards (QObject *)
 
static QObjectPrivateget (QObject *o)
 
static void resetCurrentSender (QObject *receiver, Sender *currentSender, Sender *previousSender)
 
static SendersetCurrentSender (QObject *receiver, Sender *sender)
 
static void signalSignature (const QMetaMethod &signal, QVarLengthArray< char > *result)
 
- Public Variables inherited from QObjectPrivate
union {
   QObject *   currentChildBeingDeleted
 
   QAbstractDeclarativeData *   declarativeData
 
}; 
 
quint32 connectedSignals [2]
 
QObjectConnectionListVectorconnectionLists
 
SendercurrentSender
 
QList< QPointer< QObject > > eventFilters
 
ExtraDataextraData
 
QString objectName
 
Connectionsenders
 
QAtomicPointer< QtSharedPointer::ExternalRefCountData > sharedRefcount
 
QThreadDatathreadData
 
void * unused
 
- Public Variables inherited from QObjectData
uint blockSig: 1
 
QObjectList children
 
uint hasGuards: 1
 
uint inEventHandler: 1
 
uint inThreadChangeEvent: 1
 
uint isWidget: 1
 
QMetaObjectmetaObject
 
uint ownObjectName: 1
 
QObjectparent
 
uint pendTimer: 1
 
int postedEvents
 
QObjectq_ptr
 
uint receiveChildEvents: 1
 
uint sendChildEvents: 1
 
uint unused: 22
 
uint wasDeleted: 1
 

Detailed Description

Definition at line 722 of file qwindowsystem_qws.cpp.

Constructors and Destructors

◆ QWSClientPrivate()

QWSClientPrivate::QWSClientPrivate ( )

Definition at line 743 of file qwindowsystem_qws.cpp.

744 {
745 #ifndef QT_NO_QWS_MULTIPROCESS
746  clientLock = 0;
747  shutdown = false;
749 #endif
750 }

◆ ~QWSClientPrivate()

QWSClientPrivate::~QWSClientPrivate ( )

Definition at line 752 of file qwindowsystem_qws.cpp.

753 {
754 #ifndef QT_NO_QWS_MULTIPROCESS
755  delete clientLock;
756 #endif
757 }

Functions

◆ setLockId()

void QWSClientPrivate::setLockId ( int  id)

Definition at line 759 of file qwindowsystem_qws.cpp.

760 {
761 #ifdef QT_NO_QWS_MULTIPROCESS
762  Q_UNUSED(id);
763 #else
764  clientLock = new QWSLock(id);
765 #endif
766 }
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

◆ unlockCommunication()

void QWSClientPrivate::unlockCommunication ( )

Definition at line 768 of file qwindowsystem_qws.cpp.

769 {
770 #ifndef QT_NO_QWS_MULTIPROCESS
771  if (clientLock)
773 #endif
774 }
void unlock(LockType type)
Definition: qwslock.cpp:250

Friends and Related Functions

◆ QWSServerPrivate

friend class QWSServerPrivate
friend

Definition at line 740 of file qwindowsystem_qws.cpp.

Properties

◆ clientLock

QWSLock* QWSClientPrivate::clientLock
private

Definition at line 735 of file qwindowsystem_qws.cpp.

◆ numUnbufferedSurfaces

int QWSClientPrivate::numUnbufferedSurfaces
private

Definition at line 737 of file qwindowsystem_qws.cpp.

◆ shutdown

bool QWSClientPrivate::shutdown
private

Definition at line 736 of file qwindowsystem_qws.cpp.

Referenced by QWSServerPrivate::_q_clientClosed().

◆ usedFonts

QSet<QByteArray> QWSClientPrivate::usedFonts
private

The documentation for this class was generated from the following file: