#include <memory>
#include <string>
#include <thread>
#include <mutex>
#include <functional>
#include "THttpEngine.h"
#include <ROOT/RWebWindow.hxx>
Classes | |
class | ROOT::RWebWindowsManager |
Central instance to create and show web-based windows like Canvas or FitPanel. More... | |
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
Typedefs | |
using | ROOT::WebWindowDeleteCallback_t = std::function< void(RWebWindow &)> |
function signature for callback when RWebWindow destroyed | |
using | ROOT::WebWindowShowCallback_t = std::function< bool(RWebWindow &, const RWebDisplayArgs &)> |
function signature for catching show calls of arbitrary RWebWindow if returns true, normal show procedure will not be invoked | |