QWSClient Class Reference

QWSClient Class Reference

#include <qwindowsystem_qws.h>

Class Description

Definition at line 443 of file qwindowsystem_qws.h.

+ Inheritance diagram for QWSClient:

Signals

void connectionClosed ()
 
void readyRead ()
 
- Signals inherited from QObject
void destroyed (QObject *=0)
 

Public Member Functions

 QWSClient (QObject *parent, QWS_SOCK_BASE *, int id)
 
 ~QWSClient ()
 
int socket () const
 
void setIdentity (const QString &)
 
QString identity () const
 
void sendEvent (QWSEvent *event)
 
void sendConnectedEvent (const char *display_spec)
 
void sendMaxWindowRectEvent (const QRect &rect)
 
void sendPropertyNotifyEvent (int property, int state)
 
void sendPropertyReplyEvent (int property, int len, const char *data)
 
void sendSelectionClearEvent (int windowid)
 
void sendSelectionRequestEvent (QWSConvertSelectionCommand *cmd, int windowid)
 
void sendRegionEvent (int winid, QRegion rgn, int type)
 
void sendEmbedEvent (int winid, QWSEmbedEvent::Type type, const QRegion &region=QRegion())
 
QWSCommand * readMoreCommand ()
 
int clientId () const
 
- Public Member Functions inherited from QObject
Q_INVOKABLE QObject (QObject *parent=0)
 
virtual ~QObject ()
 
virtual bool event (QEvent *)
 
virtual bool eventFilter (QObject *, QEvent *)
 
QString objectName () const
 
void setObjectName (const QString &name)
 
bool isWidgetType () const
 
bool signalsBlocked () const
 
bool blockSignals (bool b)
 
QThreadthread () const
 
void moveToThread (QThread *thread)
 
int startTimer (int interval)
 
void killTimer (int id)
 
template<typename T >
findChild (const QString &aName=QString()) const
 
template<typename T >
QList< T > findChildren (const QString &aName=QString()) const
 
template<typename T >
QList< T > findChildren (const QRegExp &re) const
 
const QObjectListchildren () const
 
void setParent (QObject *)
 
void installEventFilter (QObject *)
 
void removeEventFilter (QObject *)
 
bool connect (const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const
 
bool disconnect (const char *signal=0, const QObject *receiver=0, const char *member=0)
 
bool disconnect (const QObject *receiver, const char *member=0)
 
void dumpObjectTree ()
 
void dumpObjectInfo ()
 
bool setProperty (const char *name, const QVariant &value)
 
QVariant property (const char *name) const
 
QList< QByteArraydynamicPropertyNames () const
 
void setUserData (uint id, QObjectUserData *data)
 
QObjectUserDatauserData (uint id) const
 
QObjectparent () const
 
bool inherits (const char *classname) const
 

Public Attributes

QWSCursorMap cursors
 

Friends

class QWSWindow
 
class QWSServerPrivate
 

Additional Inherited Members

- Public Slots inherited from QObject
void deleteLater ()
 
- Static Public Member Functions inherited from QObject
static bool connect (const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection)
 
static bool connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection)
 
static bool disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *member)
 
static bool disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member)
 
static uint registerUserData ()
 
- Protected Member Functions inherited from QObject
QObjectsender () const
 
int senderSignalIndex () const
 
int receivers (const char *signal) const
 
virtual void timerEvent (QTimerEvent *)
 
virtual void childEvent (QChildEvent *)
 
virtual void customEvent (QEvent *)
 
virtual void connectNotify (const char *signal)
 
virtual void disconnectNotify (const char *signal)
 
 QObject (QObjectPrivate &dd, QObject *parent=0)
 
- Protected Attributes inherited from QObject
QScopedPointer< QObjectDatad_ptr
 
- Static Protected Attributes inherited from QObject
static const QMetaObject staticQtMetaObject
 
- Properties inherited from QObject
QString objectName
 

Constructor & Destructor Documentation

QWSClient ( QObject parent,
QWS_SOCK_BASE ,
int  id 
)
~QWSClient ( )

Member Function Documentation

int socket ( ) const
void setIdentity ( const QString )
QString identity ( ) const
inline

Definition at line 454 of file qwindowsystem_qws.h.

454 { return id; }
GLuint id
Definition: GLee.h:1552
void sendEvent ( QWSEvent event)
void sendConnectedEvent ( const char *  display_spec)
void sendMaxWindowRectEvent ( const QRect rect)
void sendPropertyNotifyEvent ( int  property,
int  state 
)
void sendPropertyReplyEvent ( int  property,
int  len,
const char *  data 
)
void sendSelectionClearEvent ( int  windowid)
void sendSelectionRequestEvent ( QWSConvertSelectionCommand *  cmd,
int  windowid 
)
void sendRegionEvent ( int  winid,
QRegion  rgn,
int  type 
)
void sendEmbedEvent ( int  winid,
QWSEmbedEvent::Type  type,
const QRegion region = QRegion() 
)
QWSCommand* readMoreCommand ( )
int clientId ( ) const
inline

Definition at line 474 of file qwindowsystem_qws.h.

474 { return cid; }
void connectionClosed ( )
signal
void readyRead ( )
signal

Friends And Related Function Documentation

friend class QWSWindow
friend

Definition at line 486 of file qwindowsystem_qws.h.

friend class QWSServerPrivate
friend

Definition at line 501 of file qwindowsystem_qws.h.

Member Data Documentation

QWSCursorMap cursors

Definition at line 476 of file qwindowsystem_qws.h.


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