ManaPlus
Public Member Functions | Data Fields
CHATLOG Struct Reference

#include <chatlog.h>

Public Member Functions

 CHATLOG ()
 

Data Fields

std::string nick
 
std::string text
 
ChatMsgTypeT own
 

Detailed Description

One item in the chat log

Definition at line 34 of file chatlog.h.

Constructor & Destructor Documentation

◆ CHATLOG()

CHATLOG::CHATLOG ( )
inline

Definition at line 36 of file chatlog.h.

36  :
37  nick(),
38  text(),
40  {
41  }
std::string text
Definition: chatlog.h:46
ChatMsgTypeT own
Definition: chatlog.h:47
std::string nick
Definition: chatlog.h:45

Field Documentation

◆ nick

std::string CHATLOG::nick

Definition at line 45 of file chatlog.h.

Referenced by ChatTab::chatLog().

◆ own

ChatMsgTypeT CHATLOG::own

Definition at line 47 of file chatlog.h.

Referenced by ChatTab::chatLog().

◆ text

std::string CHATLOG::text

Definition at line 46 of file chatlog.h.

Referenced by ChatTab::chatLog().


The documentation for this struct was generated from the following file: