|
| ~MistMenu () override |
|
UI_MESSAGE_RESULTS | ProcessMessage (UIMessage &a_message) override |
|
void | AdvanceMovie (float a_interval, std::uint32_t a_currentTime) override |
|
void | PostDisplay () override |
|
bool | CanProcess (InputEvent *a_event) override |
|
bool | ProcessThumbstick (ThumbstickEvent *a_event) override |
|
bool | ProcessMouseMove (MouseMoveEvent *a_event) override |
|
bool | ProcessButton (ButtonEvent *a_event) override |
|
SimpleAnimationGraphManagerHolder * | AsSimpleAnimationGraphManagerHolder () noexcept |
|
const SimpleAnimationGraphManagerHolder * | AsSimpleAnimationGraphManagerHolder () const noexcept |
|
MenuEventHandler * | AsMenuEventHandler () noexcept |
|
const MenuEventHandler * | AsMenuEventHandler () const noexcept |
|
RUNTIME_DATA & | GetRuntimeData () noexcept |
|
const RUNTIME_DATA & | GetRuntimeData () const noexcept |
|
Public Member Functions inherited from RE::FxDelegateHandler |
| ~FxDelegateHandler () override=default |
|
virtual void | Accept (CallbackProcessor *a_cbReg)=0 |
|
| GFC_MEMORY_REDEFINE_NEW_IMPL (GRefCountImpl, GFC_REFCOUNTALLOC_CHECK_DELETE, StatType) |
|
| ~GRefCountImpl () override=default |
|
void | AddRef () |
|
void | Release () |
|
bool | GetAnimationGraphManagerImpl (BSTSmartPointer< BSAnimationGraphManager > &a_out) const override |
|
bool | SetAnimationGraphManagerImpl (BSTSmartPointer< BSAnimationGraphManager > &a_in) override |
|
bool | ConstructAnimationGraph (BSTSmartPointer< BShkbAnimationGraph > &a_out) override |
|
virtual void | Unk_13 (void) |
|
virtual | ~IAnimationGraphManagerHolder () |
|
virtual bool | NotifyAnimationGraph (const BSFixedString &a_eventName) |
|
virtual bool | GetAnimationGraphManagerImpl (BSTSmartPointer< BSAnimationGraphManager > &a_out) const =0 |
|
virtual bool | SetAnimationGraphManagerImpl (BSTSmartPointer< BSAnimationGraphManager > &a_in)=0 |
|
virtual bool | PopulateGraphNodesToTarget (BSScrapArray< NiAVObject * > &a_nodes) |
|
virtual bool | ConstructAnimationGraph (BSTSmartPointer< BShkbAnimationGraph > &a_out)=0 |
|
virtual void | Unk_06 (void) |
|
virtual void | Unk_07 (void) |
|
virtual bool | SetupAnimEventSinks (const BSTSmartPointer< BShkbAnimationGraph > &a_animGraph) |
|
virtual void | Unk_09 (void) |
|
virtual bool | CreateAnimationChannels (BSScrapArray< BSTSmartPointer< BSAnimationGraphChannel > > &animGraphChannels) |
|
virtual void | PostCreateAnimationGraphManager (BSTSmartPointer< BSAnimationGraphManager > &a_animGraphMgr) |
|
virtual void | Unk_0C (void) |
|
virtual void | PostChangeAnimationManager (const BSTSmartPointer< BShkbAnimationGraph > &a_arg1, const BSTSmartPointer< BShkbAnimationGraph > &a_arg2) |
|
virtual void | Unk_0E (void) |
|
virtual std::uint32_t | GetGraphVariableCacheSize () const |
|
virtual bool | GetGraphVariableImpl1 (const BSFixedString &a_variableName, float &a_out) const |
|
virtual bool | GetGraphVariableImpl2 (const BSFixedString &a_variableName, std::int32_t &a_out) const |
|
virtual bool | GetGraphVariableImpl3 (const BSFixedString &a_variableName, bool &a_out) const |
|
bool | GetAnimationGraphManager (BSTSmartPointer< BSAnimationGraphManager > &a_out) const |
|
bool | GetGraphVariableFloat (const BSFixedString &a_variableName, float &a_out) const |
|
bool | GetGraphVariableInt (const BSFixedString &a_variableName, std::int32_t &a_out) const |
|
bool | GetGraphVariableBool (const BSFixedString &a_variableName, bool &a_out) const |
|
bool | GetGraphVariableNiPoint3 (const BSFixedString &a_variableName, NiPoint3 &a_out) const |
|
bool | SetAnimationGraphManager (BSTSmartPointer< BSAnimationGraphManager > &a_in) |
|
bool | SetGraphVariableBool (const BSFixedString &a_variableName, bool a_in) |
|
bool | SetGraphVariableInt (const BSFixedString &a_variableName, std::int32_t a_in) |
|
bool | SetGraphVariableFloat (const BSFixedString &a_variableName, float a_in) |
|
bool | SetGraphVariableNiPoint3 (const BSFixedString &a_variableName, NiPoint3 &a_in) const |
|
bool | UpdateAnimationGraphManager (const BSAnimationUpdateData &a_updateData) |
|
Public Member Functions inherited from RE::MenuEventHandler |
| MenuEventHandler ()=default |
|
virtual | ~MenuEventHandler ()=default |
|
virtual bool | CanProcess (InputEvent *a_event)=0 |
|
virtual bool | ProcessKinect (KinectEvent *a_event) |
|
virtual bool | ProcessThumbstick (ThumbstickEvent *a_event) |
|
virtual bool | ProcessMouseMove (MouseMoveEvent *a_event) |
|
virtual bool | ProcessButton (ButtonEvent *a_event) |
|
std::uint32_t | IncRef () const |
|
std::uint32_t | DecRef () const |
|
| TES_HEAP_REDEFINE_NEW () |
|