Ultralight  1.0.0
A fast, lightweight, HTML UI engine for native apps.
ultralight::ViewListener Class Reference

Interface for View-related events. More...

#include <Listener.h>

Public Member Functions

virtual void OnChangeTitle (ultralight::View *caller, const String &title)
 Called when the page title changes.
 
virtual void OnChangeURL (ultralight::View *caller, const String &url)
 Called when the page URL changes.
 
virtual void OnChangeTooltip (ultralight::View *caller, const String &tooltip)
 Called when the tooltip changes (usually as result of a mouse hover)
 
virtual void OnChangeCursor (ultralight::View *caller, Cursor cursor)
 Called when the mouse cursor changes.
 
virtual void OnAddConsoleMessage (ultralight::View *caller, MessageSource source, MessageLevel level, const String &message, uint32_t line_number, uint32_t column_number, const String &source_id)
 Called when a message is added to the console (useful for errors / debug)
 

Detailed Description

Interface for View-related events.

Note
For more info
See also
View::set_view_listener

Definition at line 105 of file Listener.h.


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