Logo ROOT  
Reference Guide
 
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
 
virtual QSize sizeHint () const
 

Protected Member Functions

virtual void closeEvent (QCloseEvent *)
 
virtual void dragEnterEvent (QDragEnterEvent *e)
 
virtual void dropEvent (QDropEvent *event)
 

Protected Attributes

unsigned fHeight
 
unsigned fWidth
 
int fX
 
int fY
 

#include </home/sftnight/build/workspace/root-makedoc-v626/rootspi/rdoc/src/v6-26-00-patches/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 *  )
protectedvirtual

Definition at line 66 of file rootwebview.cpp.

◆ dragEnterEvent()

void RootWebView::dragEnterEvent ( QDragEnterEvent *  e)
protectedvirtual

Definition at line 54 of file rootwebview.cpp.

◆ drop

void RootWebView::drop ( QDropEvent *  event)
signal

◆ dropEvent()

void RootWebView::dropEvent ( QDropEvent *  event)
protectedvirtual

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
virtual

Definition at line 47 of file rootwebview.cpp.

Member Data Documentation

◆ fHeight

unsigned RootWebView::fHeight
protected

Definition at line 21 of file rootwebview.h.

◆ fWidth

unsigned RootWebView::fWidth
protected

Definition at line 21 of file rootwebview.h.

◆ fX

int RootWebView::fX
protected

Definition at line 22 of file rootwebview.h.

◆ fY

int RootWebView::fY
protected

Definition at line 22 of file rootwebview.h.

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