KiCad PCB EDA Suite
Loading...
Searching...
No Matches
webview.h File Reference
#include <wx/string.h>

Go to the source code of this file.

Namespaces

namespace  KIPLATFORM
 
namespace  KIPLATFORM::WEBVIEW
 

Functions

bool KIPLATFORM::WEBVIEW::SaveCookies (wxWebView *aWebView, const wxString &aTargetFile)
 Save cookies from the given WebView to the specified file.
 
bool KIPLATFORM::WEBVIEW::LoadCookies (wxWebView *aWebView, const wxString &aSourceFile)
 Load cookies from the specified file into the given WebView.
 
bool KIPLATFORM::WEBVIEW::DeleteCookies (wxWebView *aWebView)
 Delete all cookies from the given WebView.