Definition at line 25 of file RCanvasWidget.h.
Public Member Functions | |
RCanvasWidget (QWidget *parent=nullptr) | |
~RCanvasWidget () override | |
auto | getCanvas () |
returns canvas shown in the widget | |
Protected Member Functions | |
void | resizeEvent (QResizeEvent *event) override |
Protected Attributes | |
std::shared_ptr< ROOT::Experimental::RCanvas > | fCanvas |
QWebEngineView * | fView {nullptr} |
qt webwidget to show | |
#include </github/home/ROOT-CI/src/tutorials/webgui/qtweb/RCanvasWidget.h>
RCanvasWidget::RCanvasWidget | ( | QWidget * | parent = nullptr | ) |
Definition at line 16 of file RCanvasWidget.cpp.
|
override |
Definition at line 47 of file RCanvasWidget.cpp.
|
inline |
returns canvas shown in the widget
Definition at line 42 of file RCanvasWidget.h.
|
overrideprotected |
Definition at line 53 of file RCanvasWidget.cpp.
|
protected |
Definition at line 35 of file RCanvasWidget.h.
|
protected |
qt webwidget to show
Definition at line 33 of file RCanvasWidget.h.