Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::RDrawableExecRequest Class Reference

Request execution of method of referenced drawable, no reply.

Author
Sergey Linev s.lin.nosp@m.ev@g.nosp@m.si.de
Date
2020-04-14
Warning
This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

Definition at line 89 of file RDrawableRequest.hxx.

Public Member Functions

std::unique_ptr< RDrawableReplyProcess () override
 Execute method of the drawable.
 
- Public Member Functions inherited from ROOT::Experimental::RDrawableRequest
virtual ~RDrawableRequest ()
 destructor, pin vtable
 
RDrawable::RDisplayContextGetContext ()
 
const RDrawable::RDisplayContextGetContext () const
 
const std::string & GetId () const
 
uint64_t GetRequestId () const
 
virtual bool NeedCanvasUpdate () const
 
bool ShouldBeReplyed () const
 

Private Attributes

std::string exec
 that to execute
 

#include <ROOT/RDrawableRequest.hxx>

Inheritance diagram for ROOT::Experimental::RDrawableExecRequest:
[legend]

Member Function Documentation

◆ Process()

std::unique_ptr< RDrawableReply > RDrawableExecRequest::Process ( )
overridevirtual

Execute method of the drawable.

Reimplemented from ROOT::Experimental::RDrawableRequest.

Definition at line 31 of file RDrawableRequest.cxx.

Member Data Documentation

◆ exec

std::string ROOT::Experimental::RDrawableExecRequest::exec
private

that to execute

Definition at line 90 of file RDrawableRequest.hxx.

Libraries for ROOT::Experimental::RDrawableExecRequest:

The documentation for this class was generated from the following files: