Go to the source code of this file.
|
| void | NewsCarousel (Widget parent, UIScriptedMenu mainMenu) |
| void | ~NewsCarousel () |
| void | Destroy () |
| | Cleans up the Effect, including unregistering if needed.
|
| void | SwitchNews () |
| void | ShowNewsCarousel (bool show) |
| void | UpdateCarouselInfo () |
| void | ShowPost (int index) |
| void | OnAnimationCompleted () |
| void | ColorHighlight (Widget w) |
| void | ColorNormal (Widget w) |
| void | OnClickNextArticle () |
| void | NextArticle () |
| void | OnClickPreviousArticle () |
| void | PreviousArticle () |
| void | ShowArrowRight (bool state) |
| void | ShowArrowLeft (bool state) |
| void | ShowPromotion () |
| 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) |
| void | OnInputDeviceChanged (EInputDeviceType pInputDeviceType) |
| string | GetButtonLabel (string color) |
| void | Update (float timeslice) |
◆ NewsCategory
| Enumerator |
|---|
| DLCS | |
| DLC_PROMO | |
| MISC_PROMO | |
Definition at line 1 of file newscarousel.c.
◆ ColorHighlight()
| void ColorHighlight |
( |
Widget | w | ) |
|
|
protected |
◆ ColorNormal()
| void ColorNormal |
( |
Widget | w | ) |
|
|
protected |
◆ GetButtonLabel()
◆ NewsCarousel()
◆ NextArticle()
◆ OnAnimationCompleted()
| void OnAnimationCompleted |
( |
| ) |
|
|
protected |
◆ OnClick()
◆ OnClickNextArticle()
| void OnClickNextArticle |
( |
| ) |
|
|
protected |
◆ OnClickPreviousArticle()
| void OnClickPreviousArticle |
( |
| ) |
|
|
protected |
◆ OnInputDeviceChanged()
◆ OnMouseEnter()
| override bool OnMouseEnter |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y ) |
|
protected |
◆ OnMouseLeave()
| override bool OnMouseLeave |
( |
Widget | w, |
|
|
Widget | enterW, |
|
|
int | x, |
|
|
int | y ) |
|
protected |
◆ PreviousArticle()
◆ ShowArrowLeft()
| void ShowArrowLeft |
( |
bool | state | ) |
|
|
protected |
◆ ShowArrowRight()
| void ShowArrowRight |
( |
bool | state | ) |
|
|
protected |
◆ ShowNewsCarousel()
| void ShowNewsCarousel |
( |
bool | show | ) |
|
|
protected |
◆ ShowPost()
| void ShowPost |
( |
int | index | ) |
|
|
protected |
◆ ShowPromotion()
◆ SwitchNews()
◆ Update()
| void Update |
( |
float | timeslice | ) |
|
|
protected |
◆ UpdateCarouselInfo()
| void UpdateCarouselInfo |
( |
| ) |
|
|
protected |
◆ ~NewsCarousel()
◆ ARTICLE_SWITCH_TIME
| const float ARTICLE_SWITCH_TIME = 3.0 |
|
protected |
◆ m_AnimatedSpacer
◆ m_ArticleIndex
◆ m_CurrentArticle
◆ m_CurrentInputDevice
◆ m_CurrentModInfo
◆ m_GridSpacer
| GridSpacerWidget m_GridSpacer |
|
protected |
◆ m_HotlinkButton
| ButtonWidget m_HotlinkButton |
|
protected |
◆ m_HotlinkButtonLabel
◆ m_Image
◆ m_MainMenu
◆ m_NewsArticles
◆ m_NewsSwitchTimer
| ref Timer m_NewsSwitchTimer |
|
protected |
◆ m_NextPageBtn
| ButtonWidget m_NextPageBtn |
|
protected |
◆ m_NextPageBtnIcon
| ImageWidget m_NextPageBtnIcon |
|
protected |
◆ m_PrevPageBtn
| ButtonWidget m_PrevPageBtn |
|
protected |
◆ m_PrevPageBtnIcon
| ImageWidget m_PrevPageBtnIcon |
|
protected |
◆ m_Root
◆ m_SwitchToNext
◆ m_TitleText
◆ MAX_ARTICLES