Orxonox  0.0.5 Codename: Arcturus
Classes | Namespaces | Typedefs | Variables
ArgumentCompletionListElement.h File Reference

Definition of ArgumentCompletionList, which is used in argument completion functions, and its element. More...

#include "core/CorePrereqs.h"
#include <list>
#include <string>

Go to the source code of this file.

Classes

class  orxonox::ArgumentCompletionListElement
 This class is used in argument completion lists and contains up to three different strings, used in different situations. More...
 

Namespaces

 orxonox
 Die Wagnis Klasse hat die folgenden Aufgaben:
 

Typedefs

typedef std::list< ArgumentCompletionListElement > orxonox::ArgumentCompletionList
 

Variables

const int orxonox::ACL_MODE_COMPARABLE = 2
 A flag, used if there's a different string used to compare. More...
 
const int orxonox::ACL_MODE_DISPLAY = 4
 A flag, used if there's a different string used to be displayed. More...
 
const int orxonox::ACL_MODE_NORMAL = 1
 A flag, used if there's a normal string. More...
 

Detailed Description

Definition of ArgumentCompletionList, which is used in argument completion functions, and its element.