LeviLamina
Loading...
Searching...
No Matches
cohtml::IViewListener Class Reference
Inheritance diagram for cohtml::IViewListener:

Classes

struct  IClipboardData

Public Member Functions

virtual bool OnNavigateTo (char const *)
virtual::cohtml::InterceptRequestStatus OnResourceRequestIntercepted (char const *)
virtual void OnScriptContextCreated ()
virtual void OnDOMBuilt ()
virtual void OnLoadFailed (char const *url, char const *error)
virtual void OnFinishLoad (char const *)
virtual void OnReadyForBindings ()
virtual void OnBindingsReleased ()
virtual::cohtml::ScreenInfo OnScreenInfoRequested ()
virtual::cohtml::EventAction::Actions OnNodeTouched (::cohtml::INodeProxy const *, ::cohtml::TouchEventData const *, void *, ::cohtml::InputEventPhase::PhaseType const)
virtual::cohtml::EventAction::Actions OnNodeMouseEvent (::cohtml::INodeProxy const *, ::cohtml::MouseEventData const *, void *, ::cohtml::InputEventPhase::PhaseType const)
virtual::cohtml::EventAction::Actions OnNodeKeyEvent (::cohtml::INodeProxy const *, ::cohtml::KeyEventData const *, void *, ::cohtml::InputEventPhase::PhaseType const)
virtual void OnAudioStreamCreated (int id, int bitDepth, int channels, float samplingRate)
virtual void OnAudioStreamClosed (int id)
virtual void OnAudioStreamPlay (int id)
virtual void OnAudioStreamPause (int id)
virtual void OnAudioDataReceived (int id, int samples, float **pcm, int channels)
virtual void OnAudioStreamEnded (int id)
virtual void OnAudioStreamVolumeChanged (int id, float volume)
virtual void OnTextInputTypeChanged (::cohtml::TextInputControlType::ControlType)
virtual void OnCaretRectChanged (int x, int y, uint width, uint height)
virtual void OnCursorChanged (::cohtml::CursorTypes::Cursors, char const *, float const *, float const *)
virtual void OnClipboardTextSet (char const *text, uint lengthBytes)
virtual void OnClipboardTextGet (::cohtml::IViewListener::IClipboardData *setDataObject)
virtual::cohtml::IClientSideSocket * OnCreateWebSocket (::cohtml::ISocketListener *listener, char const *url, char const **protocols, uint protocolsCount)
MCAPI bool $OnNavigateTo (char const *)
MCAPI::cohtml::InterceptRequestStatus $OnResourceRequestIntercepted (char const *)
MCAPI void $OnScriptContextCreated ()
MCAPI void $OnDOMBuilt ()
MCAPI void $OnFinishLoad (char const *)
MCAPI::cohtml::EventAction::Actions $OnNodeTouched (::cohtml::INodeProxy const *, ::cohtml::TouchEventData const *, void *, ::cohtml::InputEventPhase::PhaseType const)
MCAPI::cohtml::EventAction::Actions $OnNodeMouseEvent (::cohtml::INodeProxy const *, ::cohtml::MouseEventData const *, void *, ::cohtml::InputEventPhase::PhaseType const)
MCAPI::cohtml::EventAction::Actions $OnNodeKeyEvent (::cohtml::INodeProxy const *, ::cohtml::KeyEventData const *, void *, ::cohtml::InputEventPhase::PhaseType const)
MCAPI void $OnTextInputTypeChanged (::cohtml::TextInputControlType::ControlType)

Member Function Documentation

◆ $OnNavigateTo()

MCAPI bool cohtml::IViewListener::$OnNavigateTo ( char 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.

◆ $OnResourceRequestIntercepted()

MCAPI::cohtml::InterceptRequestStatus cohtml::IViewListener::$OnResourceRequestIntercepted ( char 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.

◆ $OnScriptContextCreated()

MCAPI void cohtml::IViewListener::$OnScriptContextCreated ( )
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.

◆ $OnDOMBuilt()

MCAPI void cohtml::IViewListener::$OnDOMBuilt ( )
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.

◆ $OnFinishLoad()

MCAPI void cohtml::IViewListener::$OnFinishLoad ( char 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.

◆ $OnNodeTouched()

MCAPI::cohtml::EventAction::Actions cohtml::IViewListener::$OnNodeTouched ( ::cohtml::INodeProxy const * ,
::cohtml::TouchEventData const * ,
void * ,
::cohtml::InputEventPhase::PhaseType 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.

◆ $OnNodeMouseEvent()

MCAPI::cohtml::EventAction::Actions cohtml::IViewListener::$OnNodeMouseEvent ( ::cohtml::INodeProxy const * ,
::cohtml::MouseEventData const * ,
void * ,
::cohtml::InputEventPhase::PhaseType 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.

◆ $OnNodeKeyEvent()

MCAPI::cohtml::EventAction::Actions cohtml::IViewListener::$OnNodeKeyEvent ( ::cohtml::INodeProxy const * ,
::cohtml::KeyEventData const * ,
void * ,
::cohtml::InputEventPhase::PhaseType 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.

◆ $OnTextInputTypeChanged()

MCAPI void cohtml::IViewListener::$OnTextInputTypeChanged ( ::cohtml::TextInputControlType::ControlType )
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 files: