#include <client.h>
List of all members.
Constructor & Destructor Documentation
Client::Client |
( |
QObject * |
parent = 0 | ) |
|
Member Function Documentation
void Client::addDoctor |
( |
QString |
idNumber, |
|
|
QString |
title, |
|
|
QString |
firstName, |
|
|
QString |
lastName |
|
) |
| [slot] |
void Client::addPatient |
( |
QString |
idNumber, |
|
|
QString |
title, |
|
|
QString |
firstName, |
|
|
QString |
lastName |
|
) |
| [slot] |
void Client::clearDoctors |
( |
| ) |
[slot] |
void Client::clearPatients |
( |
| ) |
[slot] |
Q_INVOKABLE QImage Client::getImage |
( |
| ) |
const [inline] |
void Client::imageAvailable |
( |
| ) |
[signal] |
void Client::interpretCommandAndSendMessage |
( |
const QString & |
msg | ) |
[slot] |
void Client::sendMessage |
( |
const QString & |
cmd, |
|
|
const QStringList & |
msgList |
|
) |
| [slot] |
void Client::sendString |
( |
const QString & |
msg | ) |
[slot] |
void Client::setRootObject |
( |
QObject * |
object | ) |
[slot] |
void Client::startTransfer |
( |
| ) |
[slot] |
Member Data Documentation
The documentation for this class was generated from the following files: