Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_NewsSubMenu.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_NewsEntry
 

Functions

class SCR_NewsEntry Attribute ("{02155A85F2DC521F}UI/layouts/Menus/PlayMenu/PlayMenuTile.layout", UIWidgets.ResourceNamePicker, "", "layout")] protected ResourceName m_Layout
 
void SCR_NewsEntry (NewsFeedItem item)
 
void SetTile (SCR_NewsTileComponent tile, Widget w)
 
override void OnTabCreate (Widget menuRoot, ResourceName buttonsLayout, int index)
 
override void OnTabShow ()
 
override void OnTabRemove ()
 
protected void SetNewsEntries ()
 
protected void OnRead (SCR_NewsTileComponent comp)
 
protected void OnCommStatusCheckFinished (SCR_ECommStatus status, float responseTime, float lastSuccessTime, float lastFailTime)
 
protected void ShowErrorDialog ()
 
protected void OnErrorDialogClose ()
 

Variables

NewsFeedItem m_Item
 
SCR_NewsTileComponent m_Tile
 
Widget m_wRoot
 
bool m_bRead
 
protected SCR_GalleryComponent m_Gallery
 
protected SCR_SimpleMessageComponent m_SimpleMessage
 

Function Documentation

◆ Attribute()

class SCR_NewsEntry Attribute ( "{02155A85F2DC521F}UI/layouts/Menus/PlayMenu/PlayMenuTile.layout ,
UIWidgets.  ResourceNamePicker,
""  ,
"layout"   
)

◆ OnCommStatusCheckFinished()

protected void OnCommStatusCheckFinished ( SCR_ECommStatus  status,
float  responseTime,
float  lastSuccessTime,
float  lastFailTime 
)

Definition at line 109 of file SCR_NewsSubMenu.c.

◆ OnErrorDialogClose()

protected void OnErrorDialogClose ( )

Definition at line 132 of file SCR_NewsSubMenu.c.

◆ OnRead()

protected void OnRead ( SCR_NewsTileComponent  comp)

Definition at line 99 of file SCR_NewsSubMenu.c.

◆ OnTabCreate()

override void OnTabCreate ( Widget  menuRoot,
ResourceName  buttonsLayout,
int  index 
)

Definition at line 32 of file SCR_NewsSubMenu.c.

◆ OnTabRemove()

override void OnTabRemove ( )

Definition at line 58 of file SCR_NewsSubMenu.c.

◆ OnTabShow()

override void OnTabShow ( )

Definition at line 47 of file SCR_NewsSubMenu.c.

◆ SCR_NewsEntry()

void Attribute::SCR_NewsEntry ( NewsFeedItem  item)

Definition at line 7 of file SCR_NewsSubMenu.c.

◆ SetNewsEntries()

protected void SetNewsEntries ( )

Definition at line 65 of file SCR_NewsSubMenu.c.

◆ SetTile()

void Attribute::SetTile ( SCR_NewsTileComponent  tile,
Widget  w 
)

Definition at line 12 of file SCR_NewsSubMenu.c.

◆ ShowErrorDialog()

protected void ShowErrorDialog ( )

Definition at line 121 of file SCR_NewsSubMenu.c.

Variable Documentation

◆ m_bRead

bool m_bRead

Definition at line 5 of file SCR_NewsSubMenu.c.

◆ m_Gallery

protected SCR_GalleryComponent m_Gallery

Definition at line 28 of file SCR_NewsSubMenu.c.

◆ m_Item

NewsFeedItem m_Item

Definition at line 2 of file SCR_NewsSubMenu.c.

◆ m_SimpleMessage

protected SCR_SimpleMessageComponent m_SimpleMessage

Definition at line 29 of file SCR_NewsSubMenu.c.

◆ m_Tile

Definition at line 3 of file SCR_NewsSubMenu.c.

◆ m_wRoot

Widget m_wRoot

Definition at line 4 of file SCR_NewsSubMenu.c.