LeviLamina
Loading...
Searching...
No Matches
Editor::Services::TelemetryService Class Reference
Inheritance diagram for Editor::Services::TelemetryService:

Public Types

enum class  State : int { Uninitialized = 0 , Initialized = 1 , Ready = 2 }

Public Member Functions

TelemetryService & operator= (TelemetryService const &)
 TelemetryService (TelemetryService const &)
virtual ::Scripting::Result_deprecated< void > init ()
virtual ::Scripting::Result_deprecated< void > ready ()
virtual ::Scripting::Result_deprecated< void > quit ()
virtual::std::string_view getServiceName () const
virtual void fireEditorEventToolActivated (::std::string const &toolName)
virtual void fireUndoEvent (::std::string const &transactionName)
virtual void fireRedoEvent (::std::string const &transactionName)
virtual void fireEditorKeybindUpdate (::std::string const &keybindName, int const key, int const modifiers)
virtual void fireEditorScriptEvent (::std::string const &source, ::std::string const &eventName, ::std::string const &metadata)
virtual void fireTutorialEvent (::std::string_view type, ::std::optional<::std::string > const &state, ::std::string const &currentStage, ::std::optional<::std::string > const &previousStage)
MCAPI TelemetryService (::Editor::ServiceProviderCollection &providers, ::IMinecraftEventing &eventing)
MCAPI void * $ctor (::Editor::ServiceProviderCollection &providers, ::IMinecraftEventing &eventing)
MCAPI ::Scripting::Result_deprecated< void > $init ()
MCAPI ::Scripting::Result_deprecated< void > $ready ()
MCAPI ::Scripting::Result_deprecated< void > $quit ()
MCAPI::std::string_view $getServiceName () const
MCAPI void $fireEditorEventToolActivated (::std::string const &toolName)
MCAPI void $fireUndoEvent (::std::string const &transactionName)
MCAPI void $fireRedoEvent (::std::string const &transactionName)
MCAPI void $fireEditorKeybindUpdate (::std::string const &keybindName, int const key, int const modifiers)
MCAPI void $fireEditorScriptEvent (::std::string const &source, ::std::string const &eventName, ::std::string const &metadata)
MCAPI void $fireTutorialEvent (::std::string_view type, ::std::optional<::std::string > const &state, ::std::string const &currentStage, ::std::optional<::std::string > const &previousStage)
virtual bool isServiceInitialized () const
virtual bool isServiceReady () const
MCAPI void $dtor ()
MCAPI bool $isServiceInitialized () const
MCAPI bool $isServiceReady () const
MCFOLD void * $ctor ()
MCFOLD void * $ctor (::Bedrock::EnableNonOwnerReferences const &)

Static Public Member Functions

static MCAPI void ** $vftableForTelemetryServiceProvider ()
static MCAPI void ** $vftableForIEditorService ()
static MCAPI void ** $vftable ()

Public Attributes

::ll::UntypedStorage< 8, 8 > mUnke5590c
::ll::UntypedStorage< 8, 8 > mUnkc8874b
::ll::UntypedStorage< 4, 4 > mUnk93c97e
::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlockmControlBlock

Constructor & Destructor Documentation

◆ TelemetryService()

MCAPI Editor::Services::TelemetryService::TelemetryService ( ::Editor::ServiceProviderCollection & providers,
::IMinecraftEventing & eventing )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

Member Function Documentation

◆ init()

virtual ::Scripting::Result_deprecated< void > Editor::Services::TelemetryService::init ( )
virtual

◆ quit()

virtual ::Scripting::Result_deprecated< void > Editor::Services::TelemetryService::quit ( )
virtual

◆ getServiceName()

virtual::std::string_view Editor::Services::TelemetryService::getServiceName ( ) const
virtual

◆ fireEditorEventToolActivated()

virtual void Editor::Services::TelemetryService::fireEditorEventToolActivated ( ::std::string const & toolName)
virtual

◆ fireUndoEvent()

virtual void Editor::Services::TelemetryService::fireUndoEvent ( ::std::string const & transactionName)
virtual

◆ fireRedoEvent()

virtual void Editor::Services::TelemetryService::fireRedoEvent ( ::std::string const & transactionName)
virtual

◆ fireEditorKeybindUpdate()

virtual void Editor::Services::TelemetryService::fireEditorKeybindUpdate ( ::std::string const & keybindName,
int const key,
int const modifiers )
virtual

◆ fireEditorScriptEvent()

virtual void Editor::Services::TelemetryService::fireEditorScriptEvent ( ::std::string const & source,
::std::string const & eventName,
::std::string const & metadata )
virtual

◆ fireTutorialEvent()

virtual void Editor::Services::TelemetryService::fireTutorialEvent ( ::std::string_view type,
::std::optional<::std::string > const & state,
::std::string const & currentStage,
::std::optional<::std::string > const & previousStage )
virtual

◆ $ctor()

MCAPI void * Editor::Services::TelemetryService::$ctor ( ::Editor::ServiceProviderCollection & providers,
::IMinecraftEventing & eventing )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $init()

MCAPI ::Scripting::Result_deprecated< void > Editor::Services::TelemetryService::$init ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ready()

MCAPI ::Scripting::Result_deprecated< void > Editor::Services::TelemetryService::$ready ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $quit()

MCAPI ::Scripting::Result_deprecated< void > Editor::Services::TelemetryService::$quit ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getServiceName()

MCAPI::std::string_view Editor::Services::TelemetryService::$getServiceName ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $fireEditorEventToolActivated()

MCAPI void Editor::Services::TelemetryService::$fireEditorEventToolActivated ( ::std::string const & toolName)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $fireUndoEvent()

MCAPI void Editor::Services::TelemetryService::$fireUndoEvent ( ::std::string const & transactionName)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $fireRedoEvent()

MCAPI void Editor::Services::TelemetryService::$fireRedoEvent ( ::std::string const & transactionName)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $fireEditorKeybindUpdate()

MCAPI void Editor::Services::TelemetryService::$fireEditorKeybindUpdate ( ::std::string const & keybindName,
int const key,
int const modifiers )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $fireEditorScriptEvent()

MCAPI void Editor::Services::TelemetryService::$fireEditorScriptEvent ( ::std::string const & source,
::std::string const & eventName,
::std::string const & metadata )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $fireTutorialEvent()

MCAPI void Editor::Services::TelemetryService::$fireTutorialEvent ( ::std::string_view type,
::std::optional<::std::string > const & state,
::std::string const & currentStage,
::std::optional<::std::string > const & previousStage )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftableForTelemetryServiceProvider()

MCAPI void ** Editor::Services::TelemetryService::$vftableForTelemetryServiceProvider ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftableForIEditorService()

MCAPI void ** Editor::Services::TelemetryService::$vftableForIEditorService ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $dtor()

MCAPI void Editor::Services::IEditorService::$dtor ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isServiceInitialized()

MCAPI bool Editor::Services::IEditorService::$isServiceInitialized ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isServiceReady()

MCAPI bool Editor::Services::IEditorService::$isServiceReady ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftable()

MCAPI void ** Editor::Services::IEditorService::$vftable ( )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

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