#include <QString>#include <QList>#include "global.h"Go to the source code of this file.
Classes | |
| class | DMFlag |
| class | DMFlagsSection |
| Generic representation of DMFlags section. More... | |
| class | GameCVar |
| Struct containing info about a game console variable (like fraglimit). More... | |
| class | GameMode |
| class | SkillLevel |
Typedefs | |
| typedef QList< DMFlagsSection * > | DMFlags |
|
typedef QList< DMFlagsSection * > ::iterator | DMFlagsIt |
|
typedef QList< DMFlagsSection * > ::const_iterator | DMFlagsItConst |
|
typedef QList< const DMFlagsSection * > | DMFlagsConst |
|
typedef QList< const DMFlagsSection * >::iterator | DMFlagsConstIt |
|
typedef QList< const DMFlagsSection * > ::const_iterator | DMFlagsConstItConst |
| typedef QList<DMFlagsSection*> DMFlags |
/typedef QList<DMFlagsSection*> DMFlags List used by Server class' virtual method to return all flags sections.