Version: 2.9.4
Classes | Enumerations | Variables
webview.h File Reference

クラス

class  wxWebViewHistoryItem
 A simple class that contains the URL and title of an element of the history of a wxWebView. More...
class  wxWebViewHandler
 The base class for handling custom schemes in wxWebView, for example to allow virtual file system support. More...
class  wxWebView
 This control may be used to render web (HTML / CSS / javascript) documents. More...
class  wxWebViewEvent
 A navigation event holds information about events associated with wxWebView objects. More...

Enumerations

enum  wxWebViewZoom {
  wxWEB_VIEW_ZOOM_TINY,
  wxWEB_VIEW_ZOOM_SMALL,
  wxWEB_VIEW_ZOOM_MEDIUM,
  wxWEB_VIEW_ZOOM_LARGE,
  wxWEB_VIEW_ZOOM_LARGEST
}
 Zoom levels available in wxWebView. More...
enum  wxWebViewZoomType {
  wxWEB_VIEW_ZOOM_TYPE_LAYOUT,
  wxWEB_VIEW_ZOOM_TYPE_TEXT
}
 The type of zooming that the web view control can perform. More...
enum  wxWebViewNavigationError {
  wxWEB_NAV_ERR_CONNECTION,
  wxWEB_NAV_ERR_CERTIFICATE,
  wxWEB_NAV_ERR_AUTH,
  wxWEB_NAV_ERR_SECURITY,
  wxWEB_NAV_ERR_NOT_FOUND,
  wxWEB_NAV_ERR_REQUEST,
  wxWEB_NAV_ERR_USER_CANCELLED,
  wxWEB_NAV_ERR_OTHER
}
 Types of errors that can cause navigation to fail. More...
enum  wxWebViewReloadFlags {
  wxWEB_VIEW_RELOAD_DEFAULT,
  wxWEB_VIEW_RELOAD_NO_CACHE
}
 Type of refresh. More...
enum  wxWebViewBackend {
  wxWEB_VIEW_BACKEND_DEFAULT,
  wxWEB_VIEW_BACKEND_WEBKIT,
  wxWEB_VIEW_BACKEND_IE
}
 List of available backends for wxWebView. More...

Variables

wxEventType wxEVT_COMMAND_WEB_VIEW_NAVIGATING
wxEventType wxEVT_COMMAND_WEB_VIEW_NAVIGATED
wxEventType wxEVT_COMMAND_WEB_VIEW_LOADED
wxEventType wxEVT_COMMAND_WEB_VIEW_ERROR
wxEventType wxEVT_COMMAND_WEB_VIEW_NEWWINDOW
wxEventType wxEVT_COMMAND_WEB_VIEW_TITLE_CHANGED

Enumeration Type Documentation

List of available backends for wxWebView.

Enumerator:
wxWEB_VIEW_BACKEND_DEFAULT 

Value that may be passed to wxWebView to let it pick an appropriate engine for the current platform.

wxWEB_VIEW_BACKEND_WEBKIT 

The WebKit web engine.

wxWEB_VIEW_BACKEND_IE 

Use Microsoft Internet Explorer as web engine.

Types of errors that can cause navigation to fail.

Enumerator:
wxWEB_NAV_ERR_CONNECTION 

Connection error (timeout, etc.)

wxWEB_NAV_ERR_CERTIFICATE 

Invalid certificate.

wxWEB_NAV_ERR_AUTH 

Authentication required.

wxWEB_NAV_ERR_SECURITY 

Other security error.

wxWEB_NAV_ERR_NOT_FOUND 

Requested resource not found.

wxWEB_NAV_ERR_REQUEST 

Invalid request/parameters (e.g.

bad URL, bad protocol, unsupported resource type)

wxWEB_NAV_ERR_USER_CANCELLED 

The user cancelled (e.g.

in a dialog)

wxWEB_NAV_ERR_OTHER 

Another (exotic) type of error that didn't fit in other categories.

Type of refresh.

Enumerator:
wxWEB_VIEW_RELOAD_DEFAULT 

Default reload, will access cache.

wxWEB_VIEW_RELOAD_NO_CACHE 

Reload the current view without accessing the cache.

Zoom levels available in wxWebView.

Enumerator:
wxWEB_VIEW_ZOOM_TINY 
wxWEB_VIEW_ZOOM_SMALL 
wxWEB_VIEW_ZOOM_MEDIUM 

default size

wxWEB_VIEW_ZOOM_LARGE 
wxWEB_VIEW_ZOOM_LARGEST 

The type of zooming that the web view control can perform.

Enumerator:
wxWEB_VIEW_ZOOM_TYPE_LAYOUT 

The entire layout scales when zooming, including images.

wxWEB_VIEW_ZOOM_TYPE_TEXT 

Only the text changes in size when zooming, images and other layout elements retain their initial size.


Variable Documentation

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines