Signals | Public Member Functions | Public Attributes | Protected Slots
MasterClientSignalProxy Class Reference

Designed to preserve the information about the MasterClient instance that is sending the signal. More...

#include <masterclientsignalproxy.h>

List of all members.

Signals

void listUpdated (MasterClient *pSender)
void message (MasterClient *pSender, const QString &title, const QString &content, bool isError)
void messageImportant (MasterClient *pSender, const Message &objMessage)
void newServerBatchReceived (MasterClient *pSender, const QList< Server * > &servers)

Public Member Functions

 MasterClientSignalProxy (MasterClient *pMaster)

Public Attributes

MasterClientpMaster

Protected Slots

void listUpdatedSlot ()
void readMasterMessage (const QString &title, const QString &content, bool isError)
void readMasterMessageImportant (const Message &objMessage)
void newServerBatchReceivedSlot (const QList< Server * > &servers)

Detailed Description

Designed to preserve the information about the MasterClient instance that is sending the signal.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator