Designed to preserve the information about the MasterClient instance that is sending the signal. More...
#include <masterclientsignalproxy.h>
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 | |
| MasterClient * | pMaster | 
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) | 
Designed to preserve the information about the MasterClient instance that is sending the signal.