Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
SCR_NewsTileComponent Interface Reference
Inheritance diagram for SCR_NewsTileComponent:
[legend]

Public Member Functions

override void HandlerAttached (Widget w)
 
override void HandlerDeattached (Widget w)
 
override bool OnFocus (Widget w, int x, int y)
 
override bool OnFocusLost (Widget w, int x, int y)
 
void SetRead ()
 
void ShowTile (SCR_NewsEntry entry)
 
void OnRead ()
 
override void HandlerAttached (Widget w)
 
override bool OnFocus (Widget w, int x, int y)
 
override bool OnFocusLost (Widget w, int x, int y)
 
- Public Member Functions inherited from SCR_ScriptedWidgetComponent
override void HandlerAttached (Widget w)
 
override bool OnClick (Widget w, int x, int y, int button)
 
Widget GetRootWidget ()
 
bool IsVisible ()
 

Public Attributes

string m_sTitleName
 
string m_sDescriptionName
 
string m_sImageName
 
string m_sAuthorName
 
string m_sDateName
 
string m_sFooterName
 
string m_sUnreadImageName
 
string m_sReadButtonName
 
Widget m_wFooter
 
Widget m_wUnreadImage
 
TextWidget m_wTitle
 
TextWidget m_wAuthor
 
TextWidget m_wDate
 
TextWidget m_wDescription
 
ref SCR_NewsEntry m_Entry
 
SCR_InputButtonComponent m_Read
 
ref ScriptInvoker m_OnRead = new ScriptInvoker()
 
- Public Attributes inherited from SCR_TileBaseComponent
float m_fSaturationSelected
 
float m_fSaturationDeselected
 
ref Color m_ColorSelected
 
ref Color m_ColorDeselected
 
float m_fAnimationTime
 
string m_sContentName
 
ImageWidget m_wImage
 
float m_fAnimationRate
 
bool m_bIsInErrorState
 
ref ScriptInvoker m_OnFocused = new ScriptInvoker()
 
ref ScriptInvoker m_OnFocusLost = new ScriptInvoker()
 
- Public Attributes inherited from SCR_ScriptedWidgetComponent
ref ScriptInvoker m_OnClick = new ScriptInvoker
 

Protected Member Functions

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

Additional Inherited Members

- Static Public Member Functions inherited from SCR_ScriptedWidgetComponent
static SCR_ScriptedWidgetComponent GetComponent (TypeName componentType, string name, Widget parent, bool searchAllChildren=true)
 Base method for component lookup through the widget library.
 
- Protected Attributes inherited from SCR_ScriptedWidgetComponent
Widget m_wRoot
 

Member Function Documentation

◆ HandlerAttached()

override void SCR_NewsTileComponent.HandlerAttached ( Widget  w)

Implements SCR_TileBaseComponent.

◆ HandlerDeattached()

override void SCR_NewsTileComponent.HandlerDeattached ( Widget  w)

◆ OnCommStatusCheckFinished()

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

◆ OnFocus()

override bool SCR_NewsTileComponent.OnFocus ( Widget  w,
int  x,
int  y 
)

Implements SCR_TileBaseComponent.

◆ OnFocusLost()

override bool SCR_NewsTileComponent.OnFocusLost ( Widget  w,
int  x,
int  y 
)

Implements SCR_TileBaseComponent.

◆ OnRead()

void SCR_NewsTileComponent.OnRead ( )

◆ SetRead()

void SCR_NewsTileComponent.SetRead ( )

◆ ShowTile()

void SCR_NewsTileComponent.ShowTile ( SCR_NewsEntry  entry)
Parameters
[in]entry

◆ UpdateConnectionButtons()

void SCR_NewsTileComponent.UpdateConnectionButtons ( )
protected

Member Data Documentation

◆ m_Entry

ref SCR_NewsEntry SCR_NewsTileComponent.m_Entry

◆ m_OnRead

ref ScriptInvoker SCR_NewsTileComponent.m_OnRead = new ScriptInvoker()

◆ m_Read

SCR_InputButtonComponent SCR_NewsTileComponent.m_Read

◆ m_sAuthorName

string SCR_NewsTileComponent.m_sAuthorName

◆ m_sDateName

string SCR_NewsTileComponent.m_sDateName

◆ m_sDescriptionName

string SCR_NewsTileComponent.m_sDescriptionName

◆ m_sFooterName

string SCR_NewsTileComponent.m_sFooterName

◆ m_sImageName

string SCR_NewsTileComponent.m_sImageName

◆ m_sReadButtonName

string SCR_NewsTileComponent.m_sReadButtonName

◆ m_sTitleName

string SCR_NewsTileComponent.m_sTitleName

◆ m_sUnreadImageName

string SCR_NewsTileComponent.m_sUnreadImageName

◆ m_wAuthor

TextWidget SCR_NewsTileComponent.m_wAuthor

◆ m_wDate

TextWidget SCR_NewsTileComponent.m_wDate

◆ m_wDescription

TextWidget SCR_NewsTileComponent.m_wDescription

◆ m_wFooter

Widget SCR_NewsTileComponent.m_wFooter

◆ m_wTitle

TextWidget SCR_NewsTileComponent.m_wTitle

◆ m_wUnreadImage

Widget SCR_NewsTileComponent.m_wUnreadImage

The documentation for this interface was generated from the following file: