Qt 4.8
Public Functions | Public Variables | List of all members
QCopServerRegexp Class Reference

Public Functions

 QCopServerRegexp (const QString &channel, QWSClient *client)
 
 QCopServerRegexp (const QCopServerRegexp &other)
 

Public Variables

QString channel
 
QWSClientclient
 
QRegExp regexp
 

Detailed Description

Definition at line 63 of file qcopchannel_qws.cpp.

Constructors and Destructors

◆ QCopServerRegexp() [1/2]

QCopServerRegexp::QCopServerRegexp ( const QString channel,
QWSClient client 
)

Definition at line 74 of file qcopchannel_qws.cpp.

75 {
76  this->channel = channel;
77  this->client = client;
79 }
The QRegExp class provides pattern matching using regular expressions.
Definition: qregexp.h:61

◆ QCopServerRegexp() [2/2]

QCopServerRegexp::QCopServerRegexp ( const QCopServerRegexp other)

Definition at line 81 of file qcopchannel_qws.cpp.

82 {
83  channel = other.channel;
84  client = other.client;
85  regexp = other.regexp;
86 }

Properties

◆ channel

QString QCopServerRegexp::channel

Definition at line 69 of file qcopchannel_qws.cpp.

Referenced by QCopServerRegexp().

◆ client

QWSClient* QCopServerRegexp::client

Definition at line 70 of file qcopchannel_qws.cpp.

Referenced by QCopServerRegexp().

◆ regexp

QRegExp QCopServerRegexp::regexp

Definition at line 71 of file qcopchannel_qws.cpp.

Referenced by QCopServerRegexp().


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