Структуры данных | |
class | ScriptedWidgetEventHandler |
map: item x vector(index, width, height) Подробнее... | |
Функции | |
class UiHintPanel extends ScriptedWidgetEventHandler | Init (DayZGame game) |
void | UiHintPanel (Widget parent_widget) |
void | ~UiHintPanel () |
void | LoadContentList () |
void | BuildLayout (Widget parent_widget) |
void | PopulateLayout () |
void | SetHintHeadline () |
void | SetHintDescription () |
void | SetHintImage () |
void | SetHintPaging () |
void | ShowRandomPage () |
void | RandomizePageIndex () |
void | ShowNextPage () |
void | ShowPreviousPage () |
void | StartSlideshow () |
void | SlideshowThread () |
void | StopSlideShow () |
void | RestartSlideShow () |
override bool | OnClick (Widget w, int x, int y, int button) |
override bool | OnMouseEnter (Widget w, int x, int y) |
override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
Переменные | |
int | m_SlideShowDelay = 25000 |
string | m_RootPath = "Gui/layouts/new_ui/hints/in_game_hints.layout" |
const string | m_DataPath = "scripts/data/hints.json" |
Widget | m_RootFrame |
Widget | m_SpacerFrame |
ButtonWidget | m_UiLeftButton |
ButtonWidget | m_UiRightButton |
RichTextWidget | m_UiDescLabel |
TextWidget | m_UiHeadlineLabel |
ImageWidget | m_UiHintImage |
TextWidget | m_UiPageingLabel |
ref array< ref HintPage > | m_ContentList |
int | m_PageIndex = int.MIN |
DayZGame | m_Game |
bool | m_Initialized |
Widget | m_ParentWidget |
int | m_PreviousRandomIndex = int.MIN |