#include <UserInterface.hpp>
◆ Chatroom()
Horizon::Zone::UI::Chatroom::Chatroom |
( |
std::shared_ptr< ZoneSession > |
session | ) |
|
Chatroom.
100{
101
102}
std::weak_ptr< ZoneSession > _session
Definition: UserInterface.hpp:80
◆ ~Chatroom()
Horizon::Zone::UI::Chatroom::~Chatroom |
( |
| ) |
|
◆ add_member()
void Horizon::Zone::UI::Chatroom::add_member |
( |
int |
chat_id, |
|
|
std::string |
password |
|
) |
| |
◆ change_properties()
void Horizon::Zone::UI::Chatroom::change_properties |
( |
int |
limit, |
|
|
int |
type, |
|
|
std::string |
password, |
|
|
std::string |
title |
|
) |
| |
◆ create_chatroom()
void Horizon::Zone::UI::Chatroom::create_chatroom |
( |
int |
limit, |
|
|
int |
_public, |
|
|
std::string |
password, |
|
|
std::string |
title |
|
) |
| |
◆ expel_member()
void Horizon::Zone::UI::Chatroom::expel_member |
( |
std::string |
name | ) |
|
◆ get_session()
std::shared_ptr< ZoneSession > Horizon::Zone::UI::Chatroom::get_session |
( |
| ) |
|
|
inline |
◆ leave()
void Horizon::Zone::UI::Chatroom::leave |
( |
| ) |
|
◆ role_change()
void Horizon::Zone::UI::Chatroom::role_change |
( |
int |
role, |
|
|
std::string |
name |
|
) |
| |
◆ _session
std::weak_ptr<ZoneSession> Horizon::Zone::UI::Chatroom::_session |
|
private |
The documentation for this class was generated from the following files: