Structure describing server filter. More...
#include <serverlistfilterinfo.h>
Public Member Functions | |
| ServerListFilterInfo (const ServerListFilterInfo &other) | |
| bool | isFilteringAnything () const |
| Informs if filter will apply to any server. More... | |
| ServerListFilterInfo & | operator= (const ServerListFilterInfo &other) |
| QString | toString () const |
Public Attributes | |
| bool | bEnabled |
| bool | bShowEmpty |
| bool | bShowFull |
| bool | bShowOnlyValid |
| QStringList | gameModes |
| QStringList | gameModesExcluded |
| unsigned | maxPing |
| Maximum allowed ping. More... | |
| QString | serverName |
| Doomseeker::ShowMode | testingServers |
| QStringList | wads |
| QStringList | wadsExcluded |
Structure describing server filter.
Definition at line 34 of file serverlistfilterinfo.h.
| bool ServerListFilterInfo::isFilteringAnything | ( | ) | const |
Informs if filter will apply to any server.
Definition at line 62 of file serverlistfilterinfo.cpp.
| unsigned ServerListFilterInfo::maxPing |
Maximum allowed ping.
The default value is 0 and it means that ping filter is disabled.
Definition at line 50 of file serverlistfilterinfo.h.