Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RWebWindowsManager.hxx File Reference
#include <memory>
#include <string>
#include <thread>
#include <mutex>
#include <functional>
#include "THttpEngine.h"
#include <ROOT/RWebWindow.hxx>
Include dependency graph for RWebWindowsManager.hxx:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::Experimental::RWebWindowsManager
 Central instance to create and show web-based windows like Canvas or FitPanel. More...
 

Namespaces

namespace  ROOT
 This file contains a specialised ROOT message handler to test for diagnostic in unit tests.
 
namespace  ROOT::Experimental
 

Typedefs

using ROOT::Experimental::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