|
| BerkeliumHandler (GingaScreenID myScreen, int x, int y, int w, int h) |
|
void | stop () |
|
void | setKeyHandler (bool handler) |
|
void | setContext (Context *context) |
|
void | setWindow (std::auto_ptr< Window > window) |
|
void | getSize (int *w, int *h) |
|
void | setBounds (int x, int y, int w, int h) |
|
void | setUrl (string url) |
|
string | getUrl () |
|
ISurface * | getSurface () |
|
void | updateEvents () |
|
bool | userEventReceived (IInputEvent *ev) |
|
bool | motionEventReceived (int x, int y, int z) |
|
virtual void | onAddressBarChanged (Window *win, URLString newURL) |
|
virtual void | onStartLoading (Window *win, URLString newURL) |
|
void | onLoadingStateChanged (Window *win, bool isLoading) |
|
virtual void | onLoad (Window *win) |
|
virtual void | onLoadError (Window *win, WideString error) |
|
virtual void | onResponsive (Window *win) |
|
virtual void | onUnresponsive (Window *win) |
|
virtual void | onPaint (Window *wini, const unsigned char *bitmap_in, const Rect &bitmap_rect, size_t num_copy_rects, const Rect *copy_rects, int dx, int dy, const Rect &scroll_rect) |
|
virtual void | onCrashed (Window *win) |
|
virtual void | onCreatedWindow (Window *win, Window *newWindow, const Rect &initialRect) |
|
virtual void | onExternalHost (Window *win, WideString message, URLString origin, URLString target) |
|
virtual void | onPaintPluginTexture (Window *win, void *sourceGLTexture, const std::vector< Rect > srcRects, const Rect &destRect) |
|
virtual void | onWidgetCreated (Window *win, Widget *newWidget, int zIndex) |
|
virtual void | onWidgetDestroyed (Window *win, Widget *newWidget) |
|
virtual void | onWidgetResize (Window *win, Widget *wid, int newWidth, int newHeight) |
|
virtual void | onWidgetMove (Window *win, Widget *wid, int newX, int newY) |
|
virtual void | onWidgetPaint (Window *win, Widget *wid, const unsigned char *sourceBuffer, const Rect &rect, size_t num_copy_rects, const Rect *copy_rects, int dx, int dy, const Rect &scrollRect) |
|