Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_WeatherForecastUIComponent Class Reference
Inheritance diagram for SCR_WeatherForecastUIComponent:
ScriptedWidgetComponent

Protected Member Functions

void CheckWeatherUpdate ()
void ShowWeatherUI (bool show)
override void HandlerAttached (Widget w)
override void HandlerDeattached (Widget w)

Protected Attributes

string m_sCurrentWeatherIconName
string m_sCurrentWeatherTextName
string m_sNextWeatherIconName
string m_sNextWeatherTimeName
string m_sNextWeatherTextName
string m_sNextWeatherHolderName
LocalizedString m_sLoopingWeatherText
float m_fUIUpdateFreq
LocalizedString m_sUnknownWeatherName
ResourceName m_sUnknownWeatherIcon
bool m_bListeningToUpdate
TimeAndWeatherManagerEntity m_TimeAndWeatherEntity
BaseWeatherStateTransitionManager m_WeatherStateManager
ref array< ref WeatherStatem_WeatherStates = new array<ref WeatherState>
ImageWidget m_wCurrentWeatherIcon
TextWidget m_wCurrentWeatherText
TextWidget m_wNextWeatherText
TextWidget m_wNextWeatherTimeText
ImageWidget m_wNextWeatherIcon
Widget m_wNextWeatherHolder
Widget m_wRoot

Detailed Description

Definition at line 1 of file SCR_WeatherForecastUIComponent.c.

Member Function Documentation

◆ CheckWeatherUpdate()

void SCR_WeatherForecastUIComponent::CheckWeatherUpdate ( )
inlineprotected

Definition at line 48 of file SCR_WeatherForecastUIComponent.c.

◆ HandlerAttached()

override void SCR_WeatherForecastUIComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 131 of file SCR_WeatherForecastUIComponent.c.

◆ HandlerDeattached()

override void SCR_WeatherForecastUIComponent::HandlerDeattached ( Widget w)
inlineprotected

Definition at line 187 of file SCR_WeatherForecastUIComponent.c.

◆ ShowWeatherUI()

void SCR_WeatherForecastUIComponent::ShowWeatherUI ( bool show)
inlineprotected

Definition at line 125 of file SCR_WeatherForecastUIComponent.c.

Member Data Documentation

◆ m_bListeningToUpdate

bool SCR_WeatherForecastUIComponent::m_bListeningToUpdate
protected

Definition at line 33 of file SCR_WeatherForecastUIComponent.c.

◆ m_fUIUpdateFreq

float SCR_WeatherForecastUIComponent::m_fUIUpdateFreq
protected

Definition at line 25 of file SCR_WeatherForecastUIComponent.c.

◆ m_sCurrentWeatherIconName

string SCR_WeatherForecastUIComponent::m_sCurrentWeatherIconName
protected

Definition at line 4 of file SCR_WeatherForecastUIComponent.c.

◆ m_sCurrentWeatherTextName

string SCR_WeatherForecastUIComponent::m_sCurrentWeatherTextName
protected

Definition at line 7 of file SCR_WeatherForecastUIComponent.c.

◆ m_sLoopingWeatherText

LocalizedString SCR_WeatherForecastUIComponent::m_sLoopingWeatherText
protected

Definition at line 22 of file SCR_WeatherForecastUIComponent.c.

◆ m_sNextWeatherHolderName

string SCR_WeatherForecastUIComponent::m_sNextWeatherHolderName
protected

Definition at line 19 of file SCR_WeatherForecastUIComponent.c.

◆ m_sNextWeatherIconName

string SCR_WeatherForecastUIComponent::m_sNextWeatherIconName
protected

Definition at line 10 of file SCR_WeatherForecastUIComponent.c.

◆ m_sNextWeatherTextName

string SCR_WeatherForecastUIComponent::m_sNextWeatherTextName
protected

Definition at line 16 of file SCR_WeatherForecastUIComponent.c.

◆ m_sNextWeatherTimeName

string SCR_WeatherForecastUIComponent::m_sNextWeatherTimeName
protected

Definition at line 13 of file SCR_WeatherForecastUIComponent.c.

◆ m_sUnknownWeatherIcon

ResourceName SCR_WeatherForecastUIComponent::m_sUnknownWeatherIcon
protected

Definition at line 31 of file SCR_WeatherForecastUIComponent.c.

◆ m_sUnknownWeatherName

LocalizedString SCR_WeatherForecastUIComponent::m_sUnknownWeatherName
protected

Definition at line 28 of file SCR_WeatherForecastUIComponent.c.

◆ m_TimeAndWeatherEntity

TimeAndWeatherManagerEntity SCR_WeatherForecastUIComponent::m_TimeAndWeatherEntity
protected

Definition at line 35 of file SCR_WeatherForecastUIComponent.c.

◆ m_wCurrentWeatherIcon

ImageWidget SCR_WeatherForecastUIComponent::m_wCurrentWeatherIcon
protected

Definition at line 39 of file SCR_WeatherForecastUIComponent.c.

◆ m_wCurrentWeatherText

TextWidget SCR_WeatherForecastUIComponent::m_wCurrentWeatherText
protected

Definition at line 40 of file SCR_WeatherForecastUIComponent.c.

◆ m_WeatherStateManager

BaseWeatherStateTransitionManager SCR_WeatherForecastUIComponent::m_WeatherStateManager
protected

Definition at line 36 of file SCR_WeatherForecastUIComponent.c.

◆ m_WeatherStates

ref array<ref WeatherState> SCR_WeatherForecastUIComponent::m_WeatherStates = new array<ref WeatherState>
protected

Definition at line 37 of file SCR_WeatherForecastUIComponent.c.

◆ m_wNextWeatherHolder

Widget SCR_WeatherForecastUIComponent::m_wNextWeatherHolder
protected

Definition at line 44 of file SCR_WeatherForecastUIComponent.c.

◆ m_wNextWeatherIcon

ImageWidget SCR_WeatherForecastUIComponent::m_wNextWeatherIcon
protected

Definition at line 43 of file SCR_WeatherForecastUIComponent.c.

◆ m_wNextWeatherText

TextWidget SCR_WeatherForecastUIComponent::m_wNextWeatherText
protected

Definition at line 41 of file SCR_WeatherForecastUIComponent.c.

◆ m_wNextWeatherTimeText

TextWidget SCR_WeatherForecastUIComponent::m_wNextWeatherTimeText
protected

Definition at line 42 of file SCR_WeatherForecastUIComponent.c.

◆ m_wRoot

Widget SCR_WeatherForecastUIComponent::m_wRoot
protected

Definition at line 45 of file SCR_WeatherForecastUIComponent.c.


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