documentation
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include <QWebEngineCertificateError>
|
||||
#include <QWebEngineProfile>
|
||||
#include <QWebEngineNavigationRequest>
|
||||
#include <QWebEngineFrame>
|
||||
|
||||
class WebViewQt;
|
||||
class Rktwebview_qt;
|
||||
@@ -37,24 +38,28 @@ private:
|
||||
|
||||
QWebEngineProfile *_profile;
|
||||
|
||||
bool _navigation_event_sent;
|
||||
|
||||
private slots:
|
||||
void handleCertificate(const QWebEngineCertificateError &certificateError);
|
||||
void navigationRequested(QWebEngineNavigationRequest &req);
|
||||
|
||||
public slots:
|
||||
void processJsEvents();
|
||||
void closeView();
|
||||
|
||||
protected:
|
||||
void closeEvent(QCloseEvent *evt);
|
||||
|
||||
public:
|
||||
void closeView();
|
||||
bool windowCreated();
|
||||
int moveCount();
|
||||
int resizeCount();
|
||||
|
||||
void setOUToken(const QString &token);
|
||||
|
||||
bool navigationEventSent();
|
||||
|
||||
public:
|
||||
void addView(WebViewQt *v, Rktwebview_qt *c);
|
||||
WebViewQt *view();
|
||||
@@ -70,6 +75,8 @@ public:
|
||||
private slots:
|
||||
void triggerResize();
|
||||
void triggerMove();
|
||||
void linkHovered(const QUrl &u);
|
||||
void evtRequested(QWebEngineFrame frame);
|
||||
|
||||
public:
|
||||
QWebEngineProfile *profile();
|
||||
|
||||
Reference in New Issue
Block a user