Definition at line 68 of file rootqt6.cpp.
|
static void | AddCreator () |
|
Static Public Member Functions inherited from ROOT::RWebDisplayHandle |
static bool | CanProduceImages (const std::string &browser="") |
| Returns true if image production for specified browser kind is supported If browser not specified - use currently configured browser or try to test existing web browsers.
|
|
static std::unique_ptr< RWebDisplayHandle > | Display (const RWebDisplayArgs &args) |
| Create web display.
|
|
static bool | DisplayUrl (const std::string &url) |
| Display provided url in configured web browser.
|
|
static bool | ProduceImage (const std::string &fname, const std::string &json, int width=800, int height=600, const char *batch_file=nullptr) |
| Produce image file using JSON data as source Invokes JSROOT drawing functionality in headless browser - Google Chrome or Mozilla Firefox.
|
|
static bool | ProduceImages (const std::string &fname, const std::vector< std::string > &jsons, const std::vector< int > &widths, const std::vector< int > &heights, const char *batch_file=nullptr) |
| Produce image file(s) using JSON data as source Invokes JSROOT drawing functionality in headless browser - Google Chrome or Mozilla Firefox.
|
|
|
RootWebView * | fView {nullptr} |
| pointer on widget, need to release when handle is destroyed
|
|
◆ RQt6WebDisplayHandle()
ROOT::RQt6WebDisplayHandle::RQt6WebDisplayHandle |
( |
const std::string & |
url | ) |
|
|
inline |
◆ ~RQt6WebDisplayHandle()
ROOT::RQt6WebDisplayHandle::~RQt6WebDisplayHandle |
( |
| ) |
|
|
inlineoverride |
◆ AddCreator()
static void ROOT::RQt6WebDisplayHandle::AddCreator |
( |
| ) |
|
|
inlinestatic |
◆ Resize()
bool ROOT::RQt6WebDisplayHandle::Resize |
( |
int |
, |
|
|
int |
|
|
) |
| |
|
inlineoverridevirtual |
◆ fView
RootWebView* ROOT::RQt6WebDisplayHandle::fView {nullptr} |
|
protected |
pointer on widget, need to release when handle is destroyed
Definition at line 71 of file rootqt6.cpp.
gui/qt6webdisplay/rootqt6.cpp