LeviLamina
Loading...
Searching...
No Matches
Editor::ScriptModule::ScriptExtensionContextAfterEvents Class Reference
+ Inheritance diagram for Editor::ScriptModule::ScriptExtensionContextAfterEvents:

Classes

class  ScriptExtensionContextAfterEventsDeferredEventListener
 

Public Member Functions

ScriptExtensionContextAfterEventsoperator= (ScriptExtensionContextAfterEvents const &)
 
 ScriptExtensionContextAfterEvents (ScriptExtensionContextAfterEvents const &)
 
MCAPI ScriptExtensionContextAfterEvents (::Editor::ScriptModule::ScriptExtensionContextAfterEvents &&)
 
MCAPI void _handleClipboardItemChangeEvent (::mce::UUID const &itemId, bool isPrimary)
 
MCAPI void _handleCurrentThemeChanged (::Editor::Services::EditorSettingsServiceProvider *settingsServiceProvider, ::std::string const &themeId)
 
MCAPI void _handleCursorPositionChanged (::std::optional<::Editor::Cursor::Position > const &newPosition, ::Editor::Cursor::CursorState const &cursorState)
 
MCAPI void _handleCursorStateChanged (::Editor::Cursor::CursorState const &from, ::Editor::Cursor::CursorState const &to)
 
MCAPI void _handleModeChanged (::Editor::Mode from, ::Editor::Mode to)
 
MCAPI void _handleSelectionVolumeEvent (::Editor::Selection::SelectionVolumeEvent const &selectionEvent)
 
MCAPI void _handleThemeColorUpdated (::Editor::Services::EditorSettingsServiceProvider *settingsServiceProvider, ::std::string const &themeId, ::Editor::Settings::ThemeSettingsColorKey colorKey, ::mce::Color const &color)
 
MCAPI::Editor::ScriptModule::ScriptExtensionContextAfterEvents & operator= (::Editor::ScriptModule::ScriptExtensionContextAfterEvents &&)
 
MCAPI void registerListeners (::Editor::ServiceProviderCollection &serviceProviders)
 
MCAPI ~ScriptExtensionContextAfterEvents ()
 
MCAPI void * $ctor (::Editor::ScriptModule::ScriptExtensionContextAfterEvents &&)
 
MCAPI void $dtor ()
 

Static Public Member Functions

static MCAPI void bind (::Scripting::ModuleBindingBuilder &moduleBuilder)
 
static MCAPI ::ScriptModuleMinecraft::ScriptAfterEventMetadata< ::Editor::ScriptModule::ScriptExtensionContextAfterEvents > const & getMetadata ()
 

Public Attributes

::ll::UntypedStorage< 8, 24 > mUnkf45d6d
 
::ll::UntypedStorage< 8, 16 > mUnk86589b
 
::ll::UntypedStorage< 8, 8 > mUnk586770
 
::ll::UntypedStorage< 8, 24 > mUnkb230da
 
::ll::UntypedStorage< 8, 8 > mUnk6d997e
 

Constructor & Destructor Documentation

◆ ScriptExtensionContextAfterEvents()

MCAPI Editor::ScriptModule::ScriptExtensionContextAfterEvents::ScriptExtensionContextAfterEvents ( ::Editor::ScriptModule::ScriptExtensionContextAfterEvents && )
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.

◆ ~ScriptExtensionContextAfterEvents()

MCAPI Editor::ScriptModule::ScriptExtensionContextAfterEvents::~ScriptExtensionContextAfterEvents ( )
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

◆ _handleClipboardItemChangeEvent()

MCAPI void Editor::ScriptModule::ScriptExtensionContextAfterEvents::_handleClipboardItemChangeEvent ( ::mce::UUID const & itemId,
bool isPrimary )
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.

◆ _handleCurrentThemeChanged()

MCAPI void Editor::ScriptModule::ScriptExtensionContextAfterEvents::_handleCurrentThemeChanged ( ::Editor::Services::EditorSettingsServiceProvider * settingsServiceProvider,
::std::string const & themeId )
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.

◆ _handleCursorPositionChanged()

MCAPI void Editor::ScriptModule::ScriptExtensionContextAfterEvents::_handleCursorPositionChanged ( ::std::optional<::Editor::Cursor::Position > const & newPosition,
::Editor::Cursor::CursorState const & cursorState )
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.

◆ _handleCursorStateChanged()

MCAPI void Editor::ScriptModule::ScriptExtensionContextAfterEvents::_handleCursorStateChanged ( ::Editor::Cursor::CursorState const & from,
::Editor::Cursor::CursorState const & to )
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.

◆ _handleModeChanged()

MCAPI void Editor::ScriptModule::ScriptExtensionContextAfterEvents::_handleModeChanged ( ::Editor::Mode from,
::Editor::Mode to )
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.

◆ _handleSelectionVolumeEvent()

MCAPI void Editor::ScriptModule::ScriptExtensionContextAfterEvents::_handleSelectionVolumeEvent ( ::Editor::Selection::SelectionVolumeEvent const & selectionEvent)
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.

◆ _handleThemeColorUpdated()

MCAPI void Editor::ScriptModule::ScriptExtensionContextAfterEvents::_handleThemeColorUpdated ( ::Editor::Services::EditorSettingsServiceProvider * settingsServiceProvider,
::std::string const & themeId,
::Editor::Settings::ThemeSettingsColorKey colorKey,
::mce::Color const & color )
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.

◆ operator=()

MCAPI::Editor::ScriptModule::ScriptExtensionContextAfterEvents & Editor::ScriptModule::ScriptExtensionContextAfterEvents::operator= ( ::Editor::ScriptModule::ScriptExtensionContextAfterEvents && )
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.

◆ registerListeners()

MCAPI void Editor::ScriptModule::ScriptExtensionContextAfterEvents::registerListeners ( ::Editor::ServiceProviderCollection & serviceProviders)
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.

◆ bind()

static MCAPI void Editor::ScriptModule::ScriptExtensionContextAfterEvents::bind ( ::Scripting::ModuleBindingBuilder & moduleBuilder)
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.

◆ getMetadata()

static MCAPI ::ScriptModuleMinecraft::ScriptAfterEventMetadata< ::Editor::ScriptModule::ScriptExtensionContextAfterEvents > const & Editor::ScriptModule::ScriptExtensionContextAfterEvents::getMetadata ( )
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.

◆ $ctor()

MCAPI void * Editor::ScriptModule::ScriptExtensionContextAfterEvents::$ctor ( ::Editor::ScriptModule::ScriptExtensionContextAfterEvents && )
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::ScriptModule::ScriptExtensionContextAfterEvents::$dtor ( )
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: