Version: 2.9.4
Public Member Functions
wxWebViewEvent Class Reference

#include </home/zeitlin/src/wx/github/interface/wx/webview.h>

Inheritance diagram for wxWebViewEvent:

Detailed Description

A navigation event holds information about events associated with wxWebView objects.

Events emitted by this class

The following event handler macros redirect the events to member function handlers 'func' with prototypes like:

void handlerFuncName(wxWebViewEvent& event)

Event macros for events emitted by this class:

Since:
2.9.3

Library:  wxWebView
Category:  Events, WebView
参照:
wxWebView

Public Member Functions

 wxWebViewEvent ()
 wxWebViewEvent (wxEventType type, int id, const wxString href, const wxString target)
const wxStringGetTarget () const
 Get the name of the target frame which the url of this event has been or will be loaded into.
const wxStringGetURL () const
 Get the URL being visited.

List of all members.


Constructor & Destructor Documentation

wxWebViewEvent::wxWebViewEvent ( )
wxWebViewEvent::wxWebViewEvent ( wxEventType  type,
int  id,
const wxString  href,
const wxString  target 
)

Member Function Documentation

const wxString& wxWebViewEvent::GetTarget ( ) const

Get the name of the target frame which the url of this event has been or will be loaded into.

This may return an emptry string if the frame is not available.

const wxString& wxWebViewEvent::GetURL ( ) const

Get the URL being visited.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines