Object send to client for display of RHistStat, required to avoid sending histogram to the client.
Definition at line 35 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) | |
~RDisplayHistStat () override=default | |
const std::vector< std::string > & | GetEntries () const |
unsigned | GetShowMask () const |
![]() | |
RIndirectDisplayItem ()=default | |
RIndirectDisplayItem (const RDrawable &dr) | |
Constructor. | |
![]() | |
RDisplayItem ()=default | |
RDisplayItem (bool dummy) | |
virtual | ~RDisplayItem () |
virtual void | BuildFullId (const std::string &prefix) |
Build full id, including prefix and object index. | |
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. | |
void | SetStyle (RStyle *style) |
Private Attributes | |
std::vector< std::string > | fEntries |
names of entries for context menu | |
std::vector< std::string > | fLines |
filled lines to show in stat box | |
unsigned | fShowMask {0} |
initial show mask | |
Additional Inherited Members | |
![]() | |
static std::string | ObjectIDFromPtr (const void *ptr) |
Construct fillid using pointer value. | |
![]() | |
const RAttrMap * | fAttr {nullptr} |
pointer on drawable attributes | |
const std::string * | fCssClass {nullptr} |
pointer on drawable class | |
const std::string * | fId {nullptr} |
pointer on drawable id | |
![]() | |
bool | fDummy {false} |
if true, just placeholder for drawable which does not changed | |
unsigned | fIndex {0} |
! index inside current pad, used to produce fully-qualified id, not send to client | |
std::string | fObjectID |
unique object identifier | |
RStyle * | fStyle {nullptr} |
style object | |
#include <ROOT/RHistStatBox.hxx>
|
default |
|
inline |
Definition at line 41 of file RHistStatBox.hxx.
|
overridedefault |
|
inline |
Definition at line 46 of file RHistStatBox.hxx.
|
inline |
Definition at line 45 of file RHistStatBox.hxx.
|
private |
names of entries for context menu
Definition at line 37 of file RHistStatBox.hxx.
|
private |
filled lines to show in stat box
Definition at line 38 of file RHistStatBox.hxx.
|
private |
initial show mask
Definition at line 36 of file RHistStatBox.hxx.