Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
RootWebView Class Reference

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 </home/sftnight/build/workspace/root-makedoc-master/rootspi/rdoc/src/master/gui/qt5webdisplay/rootwebview.h>

Inheritance diagram for RootWebView:
[legend]

Constructor & Destructor Documentation

◆ RootWebView()

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.

◆ ~RootWebView()

virtual RootWebView::~RootWebView ( )
virtualdefault

Member Function Documentation

◆ closeEvent()

void RootWebView::closeEvent ( QCloseEvent *  )
overrideprotected

Definition at line 66 of file rootwebview.cpp.

◆ dragEnterEvent()

void RootWebView::dragEnterEvent ( QDragEnterEvent *  e)
overrideprotected

Definition at line 54 of file rootwebview.cpp.

◆ drop

void RootWebView::drop ( QDropEvent *  event)
signal

◆ dropEvent()

void RootWebView::dropEvent ( QDropEvent *  event)
overrideprotected

Definition at line 61 of file rootwebview.cpp.

◆ onLoadStarted

void RootWebView::onLoadStarted ( )
slot

Definition at line 71 of file rootwebview.cpp.

◆ onWindowCloseRequested

void RootWebView::onWindowCloseRequested ( )
slot

Definition at line 78 of file rootwebview.cpp.

◆ sizeHint()

QSize RootWebView::sizeHint ( ) const
override

Definition at line 47 of file rootwebview.cpp.

Member Data Documentation

◆ fHeight

unsigned RootWebView::fHeight {0}
protected

Definition at line 21 of file rootwebview.h.

◆ fWidth

unsigned RootWebView::fWidth {0}
protected

Definition at line 21 of file rootwebview.h.

◆ fX

int RootWebView::fX {0}
protected

Definition at line 22 of file rootwebview.h.

◆ fY

int RootWebView::fY {0}
protected

Definition at line 22 of file rootwebview.h.

  • gui/qt5webdisplay/rootwebview.h
  • gui/qt5webdisplay/rootwebview.cpp