Definition at line 91 of file RDisplayItem.hxx.
Public Member Functions | |
RIndirectDisplayItem ()=default | |
RIndirectDisplayItem (const RDrawable &dr) | |
Constructor. More... | |
Public Member Functions inherited from ROOT::Experimental::RDisplayItem | |
RDisplayItem ()=default | |
RDisplayItem (bool dummy) | |
virtual | ~RDisplayItem () |
virtual void | BuildFullId (const std::string &prefix) |
Build full id, including prefix and object index. More... | |
unsigned | GetIndex () const |
std::string | GetObjectID () const |
void | SetIndex (unsigned indx) |
void | SetObjectID (const std::string &id) |
void | SetObjectIDAsPtr (const void *ptr) |
Assign id using arbitrary pointer value Typically drawable pointer should be used here. More... | |
void | SetStyle (RStyle *style) |
Protected Attributes | |
const RAttrMap * | fAttr {nullptr} |
pointer on drawable attributes More... | |
const std::string * | fCssClass {nullptr} |
pointer on drawable class More... | |
const std::string * | fId {nullptr} |
pointer on drawable id More... | |
Protected Attributes inherited from ROOT::Experimental::RDisplayItem | |
bool | fDummy {false} |
if true, just placeholder for drawable which does not changed More... | |
unsigned | fIndex {0} |
! index inside current pad, used to produce fully-qualified id, not send to client More... | |
std::string | fObjectID |
unique object identifier More... | |
RStyle * | fStyle {nullptr} |
style object More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from ROOT::Experimental::RDisplayItem | |
static std::string | ObjectIDFromPtr (const void *ptr) |
Construct fillid using pointer value. More... | |
#include <ROOT/RDisplayItem.hxx>
|
default |
ROOT::Experimental::RIndirectDisplayItem::RIndirectDisplayItem | ( | const RDrawable & | dr | ) |
Constructor.
Definition at line 44 of file RDisplayItem.cxx.
|
protected |
pointer on drawable attributes
Definition at line 94 of file RDisplayItem.hxx.
|
protected |
pointer on drawable class
Definition at line 95 of file RDisplayItem.hxx.
|
protected |
pointer on drawable id
Definition at line 96 of file RDisplayItem.hxx.