The Battle for Wesnoth  1.19.0-dev
Public Member Functions | Public Attributes | List of all members
gui2::lobby_chat_window Struct Reference

#include <chatbox.hpp>

Public Member Functions

 lobby_chat_window (const std::string &name, bool whisper)
 

Public Attributes

std::string name
 
bool whisper
 
int pending_messages
 

Detailed Description

Definition at line 41 of file chatbox.hpp.

Constructor & Destructor Documentation

◆ lobby_chat_window()

gui2::lobby_chat_window::lobby_chat_window ( const std::string &  name,
bool  whisper 
)
inline

Definition at line 43 of file chatbox.hpp.

Member Data Documentation

◆ name

std::string gui2::lobby_chat_window::name

Definition at line 48 of file chatbox.hpp.

◆ pending_messages

int gui2::lobby_chat_window::pending_messages

Definition at line 50 of file chatbox.hpp.

◆ whisper

bool gui2::lobby_chat_window::whisper

Definition at line 49 of file chatbox.hpp.


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