Definition at line 67 of file rootqt6.cpp.
Classes | |
class | Qt6Creator |
Public Member Functions | |
RQt6WebDisplayHandle (const std::string &url) | |
virtual | ~RQt6WebDisplayHandle () |
![]() | |
RWebDisplayHandle (const std::string &url) | |
constructor More... | |
virtual | ~RWebDisplayHandle ()=default |
required virtual destructor for correct cleanup at the end More... | |
const std::string & | GetContent () const |
get content More... | |
const std::string & | GetUrl () const |
returns url of start web display More... | |
void | SetContent (const std::string &cont) |
set content More... | |
Static Public Member Functions | |
static void | AddCreator () |
![]() | |
static std::unique_ptr< RWebDisplayHandle > | Display (const RWebDisplayArgs &args) |
Create web display. More... | |
static bool | DisplayUrl (const std::string &url) |
Display provided url in configured web browser. More... | |
static bool | ProduceImage (const std::string &fname, const std::string &json, int width=800, int height=600) |
Produce image file using JSON data as source Invokes JSROOT drawing functionality in headless browser - Google Chrome or Mozilla Firefox. More... | |
Protected Attributes | |
RootWebView * | fView {nullptr} |
pointer on widget, need to release when handle is destroyed More... | |
Additional Inherited Members | |
![]() | |
static std::unique_ptr< Creator > & | FindCreator (const std::string &name, const std::string &libname="") |
Search for specific browser creator If not found, try to add one. More... | |
static std::map< std::string, std::unique_ptr< Creator > > & | GetMap () |
Static holder of registered creators of web displays. More... | |
|
inline |
Definition at line 221 of file rootqt6.cpp.
|
inlinevirtual |
Definition at line 223 of file rootqt6.cpp.
|
inlinestatic |
Definition at line 232 of file rootqt6.cpp.
|
protected |
pointer on widget, need to release when handle is destroyed
Definition at line 70 of file rootqt6.cpp.