CommonLibSSE NG
Loading...
Searching...
No Matches
RE::HUDNotifications Class Reference

#include <HUDNotifications.h>

Inheritance diagram for RE::HUDNotifications:
RE::HUDObject

Classes

struct  Notification
 

Public Member Functions

 ~HUDNotifications () override
 
void Update () override
 
bool ProcessMessage (UIMessage *a_message) override
 
void RegisterHUDComponent (FxDelegateArgs &a_params) override
 
void CleanUp () override
 
- Public Member Functions inherited from RE::HUDObject
 HUDObject (GFxMovieView *a_view)
 
virtual ~HUDObject ()
 
virtual void Update ()=0
 
virtual bool ProcessMessage (UIMessage *a_message)
 
virtual void RegisterHUDComponent (FxDelegateArgs &a_params)
 
virtual void CleanUp ()
 
 TES_HEAP_REDEFINE_NEW ()
 

Public Attributes

BSTArray< Notificationqueue
 
GFxValue root
 
GFxValue objectives
 
std::uint32_t time
 
float levelPoints
 
- Public Attributes inherited from RE::HUDObject
GPtr< GFxMovieViewview
 
GFxValue root
 

Static Public Attributes

static constexpr auto RTTI = RTTI_HUDNotifications
 
static constexpr auto VTABLE = VTABLE_HUDNotifications
 
- Static Public Attributes inherited from RE::HUDObject
static constexpr auto RTTI = RTTI_HUDObject
 
static constexpr auto VTABLE = VTABLE_HUDObject
 

Additional Inherited Members

- Public Types inherited from RE::HUDObject
using HudComponent = HudComponents::HudComponent
 

Constructor & Destructor Documentation

◆ ~HUDNotifications()

RE::HUDNotifications::~HUDNotifications ( )
override

Member Function Documentation

◆ CleanUp()

void RE::HUDNotifications::CleanUp ( )
overridevirtual

Reimplemented from RE::HUDObject.

◆ ProcessMessage()

bool RE::HUDNotifications::ProcessMessage ( UIMessage a_message)
overridevirtual

Reimplemented from RE::HUDObject.

◆ RegisterHUDComponent()

void RE::HUDNotifications::RegisterHUDComponent ( FxDelegateArgs a_params)
overridevirtual

Reimplemented from RE::HUDObject.

◆ Update()

void RE::HUDNotifications::Update ( )
overridevirtual

Implements RE::HUDObject.

Member Data Documentation

◆ levelPoints

float RE::HUDNotifications::levelPoints

◆ objectives

GFxValue RE::HUDNotifications::objectives

◆ queue

BSTArray<Notification> RE::HUDNotifications::queue

◆ root

GFxValue RE::HUDNotifications::root

◆ RTTI

constexpr auto RE::HUDNotifications::RTTI = RTTI_HUDNotifications
inlinestaticconstexpr

◆ time

std::uint32_t RE::HUDNotifications::time

◆ VTABLE

constexpr auto RE::HUDNotifications::VTABLE = VTABLE_HUDNotifications
inlinestaticconstexpr

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