KiCad PCB EDA Suite
Loading...
Searching...
No Matches
webview.cpp File Reference
#include <kiplatform/webview.h>
#include <wx/webview.h>
#include <wx/log.h>
#include <wx/ffile.h>
#include <wx/filename.h>
#include <wx/utils.h>
#include <json_common.h>
#include <windows.h>
#include <wrl/client.h>
#include <wrl/event.h>
#include <WebView2.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.