23 #ifndef __CUSTOMSERVERS_H_
24 #define __CUSTOMSERVERS_H_
26 #include "serverapi/masterclient.h"
27 #include <QtContainerFwd>
64 static void decodeConfigEntries(
const QString& str, QList<CustomServerInfo>& outCustomServerInfoList);
75 void readConfig(QObject* receiver,
const char* slotUpdated,
const char* slotBegunRefreshing);
93 void setServers(
const QList<CustomServerInfo>& csiList, QObject* receiver,
const char* slotUpdated,
const char* slotBegunRefreshing);
void setServers(const QList< CustomServerInfo > &csiList, QObject *receiver, const char *slotUpdated, const char *slotBegunRefreshing)
void readConfig(QObject *receiver, const char *slotUpdated, const char *slotBegunRefreshing)
static void decodeConfigEntries(const QString &str, QList< CustomServerInfo > &outCustomServerInfoList)
QByteArray createServerListRequest()
Produce contents of server list request packet that is sent to the master server. ...
const EnginePlugin * plugin() const
INI section representation.
Response readMasterResponse(const QByteArray &data)
Called to read and analyze the response from the MasterServer.
Abstract base for all MasterClients.