DayZ 1.24
|
Protected Member Functions | |
void | SetColorByParam (string pParamValue, int pFallback) |
void | Clear () |
int | ColorNameToColor (string pColorName) |
Private Member Functions | |
void | ChatLine (Widget root_widget) |
void | ~ChatLine () |
void | Set (ChatMessageEventParams params) |
void | SetColour (int colour) |
Private Attributes | |
const float | FADE_TIMEOUT = 30 |
const float | FADE_OUT_DURATION = 3 |
const float | FADE_IN_DURATION = 0.5 |
const string | RADIO_PREFIX = "(" + "#str_radio" + ") " |
const string | GAME_PREFIX = "(" + "#layout_chat_game" + ") " |
const string | ADMIN_PREFIX = "(" + "#STR_MP_MASTER" + ") " |
const int | DEFAULT_COLOUR = ARGB(255, 255, 255, 255) |
const int | GAME_TEXT_COLOUR = ARGB(255, 255, 0, 0) |
const int | ADMIN_TEXT_COLOUR = ARGB(255, 255, 255, 0) |
Widget | m_RootWidget |
TextWidget | m_NameWidget |
TextWidget | m_TextWidget |
ref WidgetFadeTimer | m_FadeTimer |
ref Timer | m_TimeoutTimer |
Definition at line 1 of file ChatLine.c.
Definition at line 23 of file ChatLine.c.
References CALL_CATEGORY_GUI, GetGame(), m_FadeTimer, m_NameWidget, m_RootWidget, m_TextWidget, and m_TimeoutTimer.
|
inlineprivate |
Definition at line 34 of file ChatLine.c.
References m_TextWidget.
|
inlineprotected |
Definition at line 126 of file ChatLine.c.
References m_FadeTimer, m_RootWidget, and m_TimeoutTimer.
Definition at line 133 of file ChatLine.c.
References COLOR_BLUE, COLOR_GREEN, COLOR_RED, and COLOR_YELLOW.
Referenced by SetColorByParam().
|
inlineprivate |
Definition at line 39 of file ChatLine.c.
References ADMIN_PREFIX, ADMIN_TEXT_COLOUR, DEFAULT_COLOUR, FADE_IN_DURATION, FADE_OUT_DURATION, FADE_TIMEOUT, GAME_PREFIX, GAME_TEXT_COLOUR, m_FadeTimer, m_NameWidget, m_RootWidget, m_TextWidget, m_TimeoutTimer, RADIO_PREFIX, SetColorByParam(), and SetColour().
Definition at line 115 of file ChatLine.c.
References ColorNameToColor(), and SetColour().
Referenced by Set().
Definition at line 109 of file ChatLine.c.
References m_NameWidget, and m_TextWidget.
Referenced by Set(), and SetColorByParam().
Definition at line 10 of file ChatLine.c.
Referenced by Set().
Definition at line 13 of file ChatLine.c.
Referenced by Set().
Definition at line 11 of file ChatLine.c.
Referenced by Set().
Definition at line 6 of file ChatLine.c.
Referenced by Set().
Definition at line 5 of file ChatLine.c.
Referenced by Set().
Definition at line 4 of file ChatLine.c.
Referenced by Set().
Definition at line 9 of file ChatLine.c.
Referenced by Set().
Definition at line 12 of file ChatLine.c.
Referenced by Set().
|
private |
Definition at line 20 of file ChatLine.c.
Referenced by ChatLine(), Clear(), and Set().
|
private |
Definition at line 17 of file ChatLine.c.
Referenced by ChatLine(), Set(), and SetColour().
|
private |
Definition at line 16 of file ChatLine.c.
Referenced by ChatLine(), Clear(), and Set().
|
private |
Definition at line 18 of file ChatLine.c.
Referenced by ChatLine(), Set(), SetColour(), and ~ChatLine().
Definition at line 21 of file ChatLine.c.
Referenced by ChatLine(), Clear(), and Set().
Definition at line 8 of file ChatLine.c.
Referenced by Set().