Qt 4.8
|
#include "qcopchannel_qws.h"
#include "qwsdisplay_qws.h"
#include "qwscommand_qws_p.h"
#include "qwindowsystem_qws.h"
#include "qwindowsystem_p.h"
#include "qlist.h"
#include "qmap.h"
#include "qdatastream.h"
#include "qpointer.h"
#include "qmutex.h"
#include "qdebug.h"
#include "qcopchannel_qws.moc"
Go to the source code of this file.
Classes | |
class | QCopChannelPrivate |
class | QCopServerRegexp |
class | QWSServerSignalBridge |
Typedefs | |
typedef QMap< QString, QList< QPointer< QCopChannel > > > | QCopClientMap |
typedef QMap< QString, QList< QWSClient * > > | QCopServerMap |
typedef QList< QCopServerRegexp > | QCopServerRegexpList |
Functions | |
static bool | containsWildcards (const QString &channel) |
Variables | |
static QCopClientMap * | qcopClientMap = 0 |
static QCopServerMap * | qcopServerMap = 0 |
static QCopServerRegexpList * | qcopServerRegexpList = 0 |
typedef QMap<QString, QList< QPointer<QCopChannel> > > QCopClientMap |
Definition at line 91 of file qcopchannel_qws.cpp.
typedef QMap<QString, QList<QWSClient*> > QCopServerMap |
Definition at line 60 of file qcopchannel_qws.cpp.
typedef QList<QCopServerRegexp> QCopServerRegexpList |
Definition at line 88 of file qcopchannel_qws.cpp.
|
static |
Definition at line 97 of file qcopchannel_qws.cpp.
Referenced by QCopChannel::answer(), and QCopChannel::registerChannel().
|
static |
Definition at line 92 of file qcopchannel_qws.cpp.
|
static |
Definition at line 61 of file qcopchannel_qws.cpp.
|
static |
Definition at line 89 of file qcopchannel_qws.cpp.