Logo ROOT   6.12/07
Reference Guide
List of all members | Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
ROOT::Experimental::TDisplayItem Class Reference

Base class for painting data for JS.

Definition at line 31 of file TDisplayItem.hxx.

Public Member Functions

 TDisplayItem ()
 
 TDisplayItem (const TDisplayItem &rhs)
 
virtual ~TDisplayItem ()
 
int GetKind () const
 
const char * GetObjectID () const
 
const char * GetOption ()
 
void SetKind (int kind)
 
void SetObjectID (const char *id)
 
void SetObjectIDAsPtr (void *ptr)
 
void SetOption (const char *opt)
 

Static Public Member Functions

static std::string MakeIDFromPtr (void *ptr)
 

Protected Attributes

int fKind
 
std::string fObjectID
 
std::string fOption
 

#include <ROOT/TDisplayItem.hxx>

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

Constructor & Destructor Documentation

◆ TDisplayItem() [1/2]

ROOT::Experimental::TDisplayItem::TDisplayItem ( )

Definition at line 20 of file TDisplayItem.cxx.

◆ TDisplayItem() [2/2]

ROOT::Experimental::TDisplayItem::TDisplayItem ( const TDisplayItem rhs)

Definition at line 24 of file TDisplayItem.cxx.

◆ ~TDisplayItem()

ROOT::Experimental::TDisplayItem::~TDisplayItem ( )
virtual

Definition at line 30 of file TDisplayItem.cxx.

Member Function Documentation

◆ GetKind()

int ROOT::Experimental::TDisplayItem::GetKind ( ) const
inline

Definition at line 50 of file TDisplayItem.hxx.

◆ GetObjectID()

const char* ROOT::Experimental::TDisplayItem::GetObjectID ( ) const
inline

Definition at line 44 of file TDisplayItem.hxx.

◆ GetOption()

const char* ROOT::Experimental::TDisplayItem::GetOption ( )
inline

Definition at line 47 of file TDisplayItem.hxx.

◆ MakeIDFromPtr()

std::string ROOT::Experimental::TDisplayItem::MakeIDFromPtr ( void ptr)
static

Definition at line 34 of file TDisplayItem.cxx.

◆ SetKind()

void ROOT::Experimental::TDisplayItem::SetKind ( int  kind)
inline

Definition at line 49 of file TDisplayItem.hxx.

◆ SetObjectID()

void ROOT::Experimental::TDisplayItem::SetObjectID ( const char *  id)
inline

Definition at line 43 of file TDisplayItem.hxx.

◆ SetObjectIDAsPtr()

void ROOT::Experimental::TDisplayItem::SetObjectIDAsPtr ( void ptr)

Definition at line 41 of file TDisplayItem.cxx.

◆ SetOption()

void ROOT::Experimental::TDisplayItem::SetOption ( const char *  opt)
inline

Definition at line 46 of file TDisplayItem.hxx.

Member Data Documentation

◆ fKind

int ROOT::Experimental::TDisplayItem::fKind
protected

Definition at line 35 of file TDisplayItem.hxx.

◆ fObjectID

std::string ROOT::Experimental::TDisplayItem::fObjectID
protected

Definition at line 33 of file TDisplayItem.hxx.

◆ fOption

std::string ROOT::Experimental::TDisplayItem::fOption
protected

Definition at line 34 of file TDisplayItem.hxx.

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

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