|
CommonLibSSE (powerof3)
|
#include <HUDObject.h>
Classes | |
| struct | HudComponents |
Public Types | |
| using | HudComponent = HudComponents::HudComponent |
Public Member Functions | |
| 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 | |
| GPtr< GFxMovieView > | view |
| GFxValue | root |
Static Public Attributes | |
| static constexpr auto | RTTI = RTTI_HUDObject |
| static constexpr auto | VTABLE = VTABLE_HUDObject |
| RE::HUDObject::HUDObject | ( | GFxMovieView * | a_view | ) |
|
virtual |
|
virtual |
Reimplemented in RE::HUDNotifications.
|
virtual |
Reimplemented in RE::ActorValueMeter, RE::HUDChargeMeter, RE::HUDMeter, RE::HUDNotifications, RE::ShoutMeter, and RE::StealthMeter.
|
virtual |
Reimplemented in RE::HUDChargeMeter, RE::HUDNotifications, and RE::StealthMeter.
| RE::HUDObject::TES_HEAP_REDEFINE_NEW | ( | ) |
|
pure virtual |
Implemented in RE::HUDChargeMeter, RE::HUDMeter, RE::HUDNotifications, and RE::StealthMeter.
| GFxValue RE::HUDObject::root |
|
inlinestaticconstexpr |
| GPtr<GFxMovieView> RE::HUDObject::view |
|
inlinestaticconstexpr |