Qt 4.8
Classes | Typedefs | Functions | Variables
qcopchannel_qws.cpp File Reference
#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< QCopServerRegexpQCopServerRegexpList
 

Functions

static bool containsWildcards (const QString &channel)
 

Variables

static QCopClientMapqcopClientMap = 0
 
static QCopServerMapqcopServerMap = 0
 
static QCopServerRegexpListqcopServerRegexpList = 0
 

Typedef Documentation

◆ QCopClientMap

Definition at line 91 of file qcopchannel_qws.cpp.

◆ QCopServerMap

Definition at line 60 of file qcopchannel_qws.cpp.

◆ QCopServerRegexpList

Definition at line 88 of file qcopchannel_qws.cpp.

Function Documentation

◆ containsWildcards()

static bool containsWildcards ( const QString channel)
static

Definition at line 97 of file qcopchannel_qws.cpp.

Referenced by QCopChannel::answer(), and QCopChannel::registerChannel().

98 {
99  return channel.contains(QLatin1Char('*'));
100 }
QBool contains(QChar c, Qt::CaseSensitivity cs=Qt::CaseSensitive) const
Definition: qstring.h:904
The QLatin1Char class provides an 8-bit ASCII/Latin-1 character.
Definition: qchar.h:55

Variable Documentation

◆ qcopClientMap

QCopClientMap* qcopClientMap = 0
static

Definition at line 92 of file qcopchannel_qws.cpp.

◆ qcopServerMap

QCopServerMap* qcopServerMap = 0
static

Definition at line 61 of file qcopchannel_qws.cpp.

◆ qcopServerRegexpList

QCopServerRegexpList* qcopServerRegexpList = 0
static

Definition at line 89 of file qcopchannel_qws.cpp.