|
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 () |
|
void | tableRightClicked (const QModelIndex &index, const QPoint &cursorPosition) |
|
void | updateCountryFlags () |
|
void | updateSearch (const QString &search) |
|
|
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 > &) |
|
|
| ServerList (ServerListView *serverTable, MainWindow *pMainWindow) |
|
void | cleanUpForce () |
|
void | cleanUpRightNow () |
|
MainWindow * | 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 |
|
Definition at line 47 of file serverlist.h.
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 297 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 487 of file serverlist.cpp.
The documentation for this class was generated from the following files: