Object send to client for display of RHistStat, required to avoid sending histogram to the client.
Definition at line 47 of file RHistStatBox.hxx.
Public Member Functions | |
RDisplayHistStat ()=default | |
RDisplayHistStat (const RDrawable &dr, unsigned mask, const std::vector< std::string > &entries, const std::vector< std::string > &lines) | |
virtual | ~RDisplayHistStat ()=default |
const std::vector< std::string > & | GetEntries () const |
unsigned | GetShowMask () const |
Public Member Functions inherited from ROOT::Experimental::RIndirectDisplayItem | |
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) |
Private Attributes | |
std::vector< std::string > | fEntries |
names of entries for context menu More... | |
std::vector< std::string > | fLines |
filled lines to show in stat box More... | |
unsigned | fShowMask {0} |
initial show mask 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... | |
Protected Attributes inherited from ROOT::Experimental::RIndirectDisplayItem | |
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... | |
#include <ROOT/RHistStatBox.hxx>
|
default |
|
inline |
Definition at line 53 of file RHistStatBox.hxx.
|
virtualdefault |
|
inline |
Definition at line 58 of file RHistStatBox.hxx.
|
inline |
Definition at line 57 of file RHistStatBox.hxx.
|
private |
names of entries for context menu
Definition at line 49 of file RHistStatBox.hxx.
|
private |
filled lines to show in stat box
Definition at line 50 of file RHistStatBox.hxx.
|
private |
initial show mask
Definition at line 48 of file RHistStatBox.hxx.