Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
RWebWindow.hxx File Reference
#include <ROOT/RWebDisplayHandle.hxx>
#include "ROOT/RConfig.hxx"
#include <memory>
#include <vector>
#include <string>
#include <queue>
#include <map>
#include <functional>
#include <mutex>
#include <thread>
#include <chrono>

Classes

struct  ROOT::RWebWindow::MasterConn
struct  ROOT::RWebWindow::QueueEntry
struct  ROOT::RWebWindow::QueueItem
class  ROOT::RWebWindow
 Represents web window, which can be shown in web browser or any other supported environment. More...
struct  ROOT::RWebWindow::WebConn

Namespaces

namespace  ROOT

Typedefs

using ROOT::WebWindowConnectCallback_t = std::function<void(unsigned)>
 function signature for connect/disconnect call-backs argument is connection id
using ROOT::WebWindowDataCallback_t = std::function<void(unsigned, const std::string &)>
 function signature for call-backs from the window clients first argument is connection id, second is received data
using ROOT::WebWindowWaitFunc_t = std::function<int(double)>
 function signature for waiting call-backs Such callback used when calling thread need to waits for some special data, but wants to run application event loop As argument, spent time in second will be provided Waiting will be performed until function returns non-zero value