wxWebContentHandler - Kirix Documentation

Developer Resources

wxWebContentHandler

Overview

The wxWebContentHandler class is used for intercepting and handling specific types of content in order to override the default manner in which the web control handles certain types of content.

Methods

wxWebContentHandler::CanHandleContent
wxWebContentHandler::OnData
wxWebContentHandler::OnStartRequest
wxWebContentHandler::OnStopRequest

wxWebContentHandler::CanHandleContent

bool wxWebContentHandler::CanHandleContent(const wxString& url, const wxString& mime_type)

wxWebContentHandler::OnData

void wxWebContentHandler::OnData(const unsigned char* buf, size_t size)

wxWebContentHandler::OnStartRequest

void wxWebContentHandler::OnStartRequest(const wxString& url)

wxWebContentHandler::OnStopRequest

void wxWebContentHandler::OnStartRequest(const wxString& url)