ManaPlus
Data Structures | Variables
playerrelationlistmodel.h File Reference

(986a3bf)

#include "being/playerrelation.h"
#include "gui/models/listmodel.h"
#include "utils/gettext.h"

Go to the source code of this file.

Data Structures

class  PlayerRelationListModel
 

Variables

static const char *const RELATION_NAMES [PlayerRelation::RELATIONS_NR]
 

Variable Documentation

◆ RELATION_NAMES

const char* const RELATION_NAMES[PlayerRelation::RELATIONS_NR]
static
Initial value:
=
{
(const_cast <char*>( "Neutral" )),
(const_cast <char*>( "Friend" )),
(const_cast <char*>( "Disregarded" )),
(const_cast <char*>( "Ignored" )),
(const_cast <char*>( "Erased" )),
(const_cast <char*>( "Blacklisted" )),
(const_cast <char*>( "Enemy" ))
}

Definition at line 33 of file playerrelationlistmodel.h.

Referenced by PlayerRelationListModel::getElementAt().