Go to the source code of this file.
◆ BuildLayout()
| void Init::BuildLayout |
( |
Widget | parent_widget | ) |
|
|
protected |
◆ Init()
| void Init |
( |
DayZGame | game | ) |
|
◆ LoadContentList()
| void Init::LoadContentList |
( |
| ) |
|
|
protected |
◆ OnClick()
| override bool Init::OnClick |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y, |
|
|
int | button ) |
|
protected |
◆ OnMouseEnter()
| override bool Init::OnMouseEnter |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y ) |
|
protected |
◆ OnMouseLeave()
| override bool Init::OnMouseLeave |
( |
Widget | w, |
|
|
Widget | enterW, |
|
|
int | x, |
|
|
int | y ) |
|
protected |
◆ PopulateLayout()
| void Init::PopulateLayout |
( |
| ) |
|
|
protected |
◆ RandomizePageIndex()
| void Init::RandomizePageIndex |
( |
| ) |
|
|
protected |
◆ RestartSlideShow()
| void Init::RestartSlideShow |
( |
| ) |
|
|
protected |
◆ SetHintDescription()
| void Init::SetHintDescription |
( |
| ) |
|
|
protected |
◆ SetHintHeadline()
| void Init::SetHintHeadline |
( |
| ) |
|
|
protected |
◆ SetHintImage()
| void Init::SetHintImage |
( |
| ) |
|
|
protected |
◆ SetHintPaging()
| void Init::SetHintPaging |
( |
| ) |
|
|
protected |
◆ ShowNextPage()
| void Init::ShowNextPage |
( |
| ) |
|
|
protected |
◆ ShowPreviousPage()
| void Init::ShowPreviousPage |
( |
| ) |
|
|
protected |
◆ ShowRandomPage()
| void Init::ShowRandomPage |
( |
| ) |
|
|
protected |
◆ SlideshowThread()
| void Init::SlideshowThread |
( |
| ) |
|
|
protected |
◆ StartSlideshow()
| void Init::StartSlideshow |
( |
| ) |
|
|
protected |
◆ StopSlideShow()
| void Init::StopSlideShow |
( |
| ) |
|
|
protected |
◆ UiHintPanel()
| void Init::UiHintPanel |
( |
Widget | parent_widget | ) |
|
|
protected |
◆ ~UiHintPanel()
| void Init::~UiHintPanel |
( |
| ) |
|
|
protected |
◆ m_ContentList
◆ m_DataPath
| const string m_DataPath = "scripts/data/hints.json" |
|
protected |
◆ m_Game
◆ m_Initialized
◆ m_PageIndex
◆ m_ParentWidget
◆ m_PreviousRandomIndex
◆ m_RootFrame
◆ m_RootPath
| string m_RootPath = "Gui/layouts/new_ui/hints/in_game_hints.layout" |
|
protected |
◆ m_SlideShowDelay
| int m_SlideShowDelay = 25000 |
|
protected |
◆ m_SpacerFrame
◆ m_UiDescLabel
◆ m_UiHeadlineLabel
| TextWidget m_UiHeadlineLabel |
|
protected |
◆ m_UiHintImage
| ImageWidget m_UiHintImage |
|
protected |
◆ m_UiLeftButton
| ButtonWidget m_UiLeftButton |
|
protected |
◆ m_UiPageingLabel
| TextWidget m_UiPageingLabel |
|
protected |
◆ m_UiRightButton
| ButtonWidget m_UiRightButton |
|
protected |