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

RDrawable::RDisplayContextGetContext ()
const RDrawable::RDisplayContextGetContext () const
const std::string & GetId () const
uint64_t GetRequestId () const
virtual bool NeedCanvasUpdate () const
std::unique_ptr< RDrawableReplyProcess () override
 Execute method of the drawable.
bool ShouldBeReplyed () const

Private Attributes

std::string exec
 that to execute
RDrawable::RDisplayContext fContext
 ! display context
std::string id
 drawable id
uint64_t reqid {0}
 request id

#include <ROOT/RDrawableRequest.hxx>

Inheritance diagram for ROOT::Experimental::RDrawableExecRequest:
ROOT::Experimental::RDrawableRequest

Member Function Documentation

◆ GetContext() [1/2]

RDrawable::RDisplayContext & ROOT::Experimental::RDrawableRequest::GetContext ( )
inlineinherited

Definition at line 65 of file RDrawableRequest.hxx.

◆ GetContext() [2/2]

const RDrawable::RDisplayContext & ROOT::Experimental::RDrawableRequest::GetContext ( ) const
inlineinherited

Definition at line 64 of file RDrawableRequest.hxx.

◆ GetId()

const std::string & ROOT::Experimental::RDrawableRequest::GetId ( ) const
inlineinherited

Definition at line 61 of file RDrawableRequest.hxx.

◆ GetRequestId()

uint64_t ROOT::Experimental::RDrawableRequest::GetRequestId ( ) const
inlineinherited

Definition at line 62 of file RDrawableRequest.hxx.

◆ NeedCanvasUpdate()

virtual bool ROOT::Experimental::RDrawableRequest::NeedCanvasUpdate ( ) const
inlinevirtualinherited

Reimplemented in ROOT::Experimental::RChangeAttrRequest.

Definition at line 77 of file RDrawableRequest.hxx.

◆ 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.

◆ ShouldBeReplyed()

bool ROOT::Experimental::RDrawableRequest::ShouldBeReplyed ( ) const
inlineinherited

Definition at line 73 of file RDrawableRequest.hxx.

Member Data Documentation

◆ exec

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

that to execute

Definition at line 90 of file RDrawableRequest.hxx.

◆ fContext

RDrawable::RDisplayContext ROOT::Experimental::RDrawableRequest::fContext
privateinherited

! display context

Definition at line 54 of file RDrawableRequest.hxx.

◆ id

std::string ROOT::Experimental::RDrawableRequest::id
privateinherited

drawable id

Definition at line 51 of file RDrawableRequest.hxx.

◆ reqid

uint64_t ROOT::Experimental::RDrawableRequest::reqid {0}
privateinherited

request id

Definition at line 52 of file RDrawableRequest.hxx.


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