Definition at line 73 of file rootqt6.cpp.
Public Member Functions | |
Qt6Creator ()=default | |
~Qt6Creator () override | |
std::unique_ptr< RWebDisplayHandle > | Display (const RWebDisplayArgs &args) override |
Public Member Functions inherited from ROOT::RWebDisplayHandle::Creator | |
virtual | ~Creator ()=default |
virtual bool | IsActive () const |
Private Attributes | |
std::unique_ptr< RootUrlSchemeHandler > | fHandler |
specialized handler | |
std::unique_ptr< TQt6Timer > | fTimer |
timer to process ROOT events | |
QApplication * | qapp {nullptr} |
created QApplication | |
int | qargc {1} |
arg counter | |
char * | qargv [2] |
arg values | |
|
default |
|
inlineoverride |
Definition at line 83 of file rootqt6.cpp.
|
inlineoverridevirtual |
Implements ROOT::RWebDisplayHandle::Creator.
Definition at line 93 of file rootqt6.cpp.
|
private |
specialized handler
Definition at line 78 of file rootqt6.cpp.
|
private |
timer to process ROOT events
Definition at line 77 of file rootqt6.cpp.
|
private |
created QApplication
Definition at line 74 of file rootqt6.cpp.
|
private |
arg counter
Definition at line 75 of file rootqt6.cpp.
|
private |
arg values
Definition at line 76 of file rootqt6.cpp.