ManaPlus
|
#include <playerrelation.h>
Public Member Functions | |
PlayerRelation (const RelationT relation) | |
Data Fields | |
RelationT | mRelation |
Static Public Attributes | |
static const unsigned int | EMOTE = (1U << 0) |
static const unsigned int | SPEECH_FLOAT = (1U << 1) |
static const unsigned int | SPEECH_LOG = (1U << 2) |
static const unsigned int | WHISPER = (1U << 3) |
static const unsigned int | TRADE = (1U << 4) |
static const unsigned int | INVISIBLE = (1U << 5) |
static const unsigned int | BLACKLIST = (1U << 6) |
static const unsigned int | ENEMY = (1U << 7) |
static const unsigned int | RELATIONS_NR = 7 |
static const unsigned int | RELATION_PERMISSIONS [RELATIONS_NR] |
static const unsigned int | DEFAULT |
Definition at line 31 of file playerrelation.h.
|
explicit |
Definition at line 28 of file playerrelation.cpp.
|
static |
Definition at line 39 of file playerrelation.h.
|
static |
Definition at line 45 of file playerrelation.h.
|
static |
Definition at line 33 of file playerrelation.h.
Referenced by Ea::BeingRecv::processBeingEmotion().
|
static |
Definition at line 40 of file playerrelation.h.
|
static |
Definition at line 38 of file playerrelation.h.
RelationT PlayerRelation::mRelation |
Definition at line 55 of file playerrelation.h.
Referenced by PlayerRelationsManager::checkPermissionSilently(), and PlayerRelationsManager::setRelation().
|
static |
Definition at line 43 of file playerrelation.h.
Referenced by PlayerRelationsManager::checkPermissionSilently().
|
static |
Definition at line 42 of file playerrelation.h.
Referenced by PlayerRelationListModel::getNumberOfElements().
|
static |
Definition at line 34 of file playerrelation.h.
Referenced by EAthena::ChatRecv::processBeingChat(), and TmwAthena::ChatRecv::processBeingChat().
|
static |
Definition at line 35 of file playerrelation.h.
Referenced by EAthena::ChatRecv::processBeingChat(), TmwAthena::ChatRecv::processBeingChat(), and Ea::TradeRecv::processTradeResponseContinue().
|
static |
Definition at line 37 of file playerrelation.h.
Referenced by PopupMenu::addBuySell(), PopupMenu::addBuySellDefault(), Setup_Relations::apply(), Setup_Relations::externalUpdated(), Ea::TradeRecv::processTradeRequestContinue(), TmwAthena::TradeRecv::processTradeResponse(), TmwAthena::ChatRecv::processWhisperContinue(), and Setup_Relations::updatedPlayer().
|
static |
Definition at line 36 of file playerrelation.h.
Referenced by Setup_Relations::apply(), Setup_Relations::externalUpdated(), EAthena::ChatRecv::processWhisperContinue(), TmwAthena::ChatRecv::processWhisperContinue(), and Setup_Relations::updatedPlayer().