Definition at line 18 of file rootwebview.h.
Public Slots | |
void | onLoadStarted () |
void | onWindowCloseRequested () |
Signals | |
void | drop (QDropEvent *event) |
Public Member Functions | |
RootWebView (QWidget *parent=nullptr, unsigned width=0, unsigned height=0, int x=-1, int y=-1) | |
virtual | ~RootWebView ()=default |
QSize | sizeHint () const override |
Protected Member Functions | |
void | closeEvent (QCloseEvent *) override |
void | dragEnterEvent (QDragEnterEvent *) override |
void | dropEvent (QDropEvent *) override |
Protected Attributes | |
unsigned | fHeight {0} |
unsigned | fWidth {0} |
int | fX {0} |
int | fY {0} |
#include </github/home/ROOT-CI/src/gui/qt5webdisplay/rootwebview.h>
RootWebView::RootWebView | ( | QWidget * | parent = nullptr, |
unsigned | width = 0, | ||
unsigned | height = 0, | ||
int | x = -1, | ||
int | y = -1 ) |
Definition at line 24 of file rootwebview.cpp.
|
virtualdefault |
|
overrideprotected |
Definition at line 66 of file rootwebview.cpp.
|
overrideprotected |
Definition at line 54 of file rootwebview.cpp.
|
signal |
|
overrideprotected |
Definition at line 61 of file rootwebview.cpp.
|
slot |
Definition at line 71 of file rootwebview.cpp.
|
slot |
Definition at line 78 of file rootwebview.cpp.
|
override |
Definition at line 47 of file rootwebview.cpp.
|
protected |
Definition at line 21 of file rootwebview.h.
|
protected |
Definition at line 21 of file rootwebview.h.
|
protected |
Definition at line 22 of file rootwebview.h.
|
protected |
Definition at line 22 of file rootwebview.h.