Definition at line 17 of file ServerEventLister.h.
#include <ServerEventLister.h>
|
| | ServerEvent () |
| |
| | ServerEvent (const EventType &eventType) |
| |
| | ServerEvent (int nPlayersKilledByExplosion) |
| |
| | ServerEvent (const std::string &sPlayerName, const ImVec4 &clrPlayerName, const EventType &eventType) |
| |
| | ServerEvent (const std::string &sPlayerName, const ImVec4 &clrPlayerName, const unsigned int &iNewTeamId, const ImVec4 &clrNewTeam) |
| |
| | ServerEvent (std::string &&sPlayerName, ImVec4 &&clrPlayerName, const EventType &eventType) |
| |
| | ServerEvent (std::string &&sPlayerName, ImVec4 &&clrPlayerName, const unsigned int &iNewTeamId, ImVec4 &&clrNewTeam) |
| |
| void | draw () |
| |
◆ EventType
| Enumerator |
|---|
| Connected | |
| Disconnected | |
| TeamChanged | |
| ExplosionMultiKill | |
| GameRestarted | |
| NewRound | |
| EndRound | |
Definition at line 19 of file ServerEventLister.h.
◆ ServerEvent() [1/7]
| proofps_dd::ServerEvent::ServerEvent |
( |
| ) |
|
|
inline |
◆ ServerEvent() [2/7]
| proofps_dd::ServerEvent::ServerEvent |
( |
const EventType & | eventType | ) |
|
|
inline |
◆ ServerEvent() [3/7]
| proofps_dd::ServerEvent::ServerEvent |
( |
int | nPlayersKilledByExplosion | ) |
|
|
inline |
◆ ServerEvent() [4/7]
| proofps_dd::ServerEvent::ServerEvent |
( |
const std::string & | sPlayerName, |
|
|
const ImVec4 & | clrPlayerName, |
|
|
const EventType & | eventType ) |
|
inline |
◆ ServerEvent() [5/7]
| proofps_dd::ServerEvent::ServerEvent |
( |
const std::string & | sPlayerName, |
|
|
const ImVec4 & | clrPlayerName, |
|
|
const unsigned int & | iNewTeamId, |
|
|
const ImVec4 & | clrNewTeam ) |
|
inline |
◆ ServerEvent() [6/7]
| proofps_dd::ServerEvent::ServerEvent |
( |
std::string && | sPlayerName, |
|
|
ImVec4 && | clrPlayerName, |
|
|
const EventType & | eventType ) |
|
inline |
◆ ServerEvent() [7/7]
| proofps_dd::ServerEvent::ServerEvent |
( |
std::string && | sPlayerName, |
|
|
ImVec4 && | clrPlayerName, |
|
|
const unsigned int & | iNewTeamId, |
|
|
ImVec4 && | clrNewTeam ) |
|
inline |
◆ draw()
| void proofps_dd::ServerEvent::draw |
( |
| ) |
|
|
inline |
◆ m_clrPlayerName
| ImVec4 proofps_dd::ServerEvent::m_clrPlayerName |
◆ m_clrSecondary
| ImVec4 proofps_dd::ServerEvent::m_clrSecondary |
◆ m_eEventType
| EventType proofps_dd::ServerEvent::m_eEventType {} |
◆ m_sAuxText
| std::string proofps_dd::ServerEvent::m_sAuxText |
◆ m_sPlayerName
| std::string proofps_dd::ServerEvent::m_sPlayerName |
The documentation for this struct was generated from the following file: