ServerList Class Reference
+ Inheritance diagram for ServerList:

Public Slots

void applyFilter (const ServerListFilterInfo &filterInfo)
 
void cleanUp ()
 
void lookupHosts ()
 Looks up hosts for all available servers. More...
 
void redraw ()
 
void refreshSelected ()
 
void registerServer (ServerPtr server)
 
void removeServer (const ServerPtr &server)
 
void setCountryFlagsIfNotPresent ()
 Sets country flags for servers that don't have flags present yet. More...
 
void setGroupServersWithPlayersAtTop (bool b)
 
void tableMiddleClicked (const QModelIndex &index, const QPoint &cursorPosition)
 
void tableRightClicked (const QModelIndex &index, const QPoint &cursorPosition)
 
void updateCountryFlags ()
 
void updateSearch (const QString &search)
 

Signals

void displayServerJoinCommandLine (const ServerPtr &)
 
void findMissingWADs (const ServerPtr &)
 
void serverDeregistered (ServerPtr)
 
void serverDoubleClicked (const ServerPtr &)
 
void serverFilterModified (const ServerListFilterInfo &filter)
 
void serverInfoUpdated (const ServerPtr &)
 Emitted every time when a server info is updated through onServerUpdated(). More...
 
void serverRegistered (ServerPtr)
 
void serversSelected (QList< ServerPtr > &)
 

Public Member Functions

 ServerList (ServerListView *serverTable, QWidget *pMainWindow)
 
void cleanUpForce ()
 
QWidget * getMainWindow ()
 
bool hasAtLeastOneServer () const
 
bool isAnyColumnSortedAdditionally () const
 
bool isSortingAdditionallyByColumn (int column) const
 
bool isSortingByColumn (int columnIndex)
 
void removeCustomServers ()
 
void removeNonSpecialServers ()
 
QList< ServerPtr > selectedServers () const
 
ServerPtr serverFromIndex (const QModelIndex &)
 
QList< ServerPtr > servers () const
 
QList< ServerPtr > serversForPlugin (const EnginePlugin *plugin) const
 

Detailed Description

Definition at line 47 of file serverlist.h.

Member Function Documentation

void ServerList::displayServerJoinCommandLine ( const ServerPtr &  )
signal

Emitted when a request for join command line show is called.

void ServerList::findMissingWADs ( const ServerPtr &  )
signal

Request to force missing wads to be searched for (including optionals).

void ServerList::lookupHosts ( )
slot

Looks up hosts for all available servers.

Definition at line 292 of file serverlist.cpp.

void ServerList::serverInfoUpdated ( const ServerPtr &  )
signal

Emitted every time when a server info is updated through onServerUpdated().

void ServerList::setCountryFlagsIfNotPresent ( )
slot

Sets country flags for servers that don't have flags present yet.

Definition at line 483 of file serverlist.cpp.


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