Logo ROOT   6.18/05
Reference Guide
List of all members | Public Member Functions | Protected Attributes | List of all members
ROOT::Experimental::RDisplayItem Class Reference

Base class for painting data for JS.

Definition at line 32 of file RDisplayItem.hxx.

Public Member Functions

 RDisplayItem ()=default
 
virtual ~RDisplayItem ()
 
std::string GetObjectID () const
 
void SetObjectID (const std::string &id)
 

Protected Attributes

std::string fObjectID
 unique object identifier More...
 

#include <ROOT/RDisplayItem.hxx>

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

Constructor & Destructor Documentation

◆ RDisplayItem()

ROOT::Experimental::RDisplayItem::RDisplayItem ( )
default

◆ ~RDisplayItem()

virtual ROOT::Experimental::RDisplayItem::~RDisplayItem ( )
inlinevirtual

Definition at line 38 of file RDisplayItem.hxx.

Member Function Documentation

◆ GetObjectID()

std::string ROOT::Experimental::RDisplayItem::GetObjectID ( ) const
inline

Definition at line 41 of file RDisplayItem.hxx.

◆ SetObjectID()

void ROOT::Experimental::RDisplayItem::SetObjectID ( const std::string &  id)
inline

Definition at line 40 of file RDisplayItem.hxx.

Member Data Documentation

◆ fObjectID

std::string ROOT::Experimental::RDisplayItem::fObjectID
protected

unique object identifier

Definition at line 34 of file RDisplayItem.hxx.

Libraries for ROOT::Experimental::RDisplayItem:
[legend]

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