Object send to client for display of RHistStat, required to avoid sending histogram to the client.
- Author
- Sergey Linev s.lin.nosp@m.ev@g.nosp@m.si.de
- Date
- 2020-04-17
- Warning
- This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!
Definition at line 35 of file RHistStatBox.hxx.
|
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
|
|
|
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>
◆ RDisplayHistStat() [1/2]
ROOT::Experimental::RDisplayHistStat::RDisplayHistStat |
( |
| ) |
|
|
default |
◆ RDisplayHistStat() [2/2]
ROOT::Experimental::RDisplayHistStat::RDisplayHistStat |
( |
const RDrawable & |
dr, |
|
|
unsigned |
mask, |
|
|
const std::vector< std::string > & |
entries, |
|
|
const std::vector< std::string > & |
lines |
|
) |
| |
|
inline |
◆ ~RDisplayHistStat()
ROOT::Experimental::RDisplayHistStat::~RDisplayHistStat |
( |
| ) |
|
|
overridedefault |
◆ GetEntries()
const std::vector< std::string > & ROOT::Experimental::RDisplayHistStat::GetEntries |
( |
| ) |
const |
|
inline |
◆ GetShowMask()
unsigned ROOT::Experimental::RDisplayHistStat::GetShowMask |
( |
| ) |
const |
|
inline |
◆ fEntries
std::vector<std::string> ROOT::Experimental::RDisplayHistStat::fEntries |
|
private |
◆ fLines
std::vector<std::string> ROOT::Experimental::RDisplayHistStat::fLines |
|
private |
◆ fShowMask
unsigned ROOT::Experimental::RDisplayHistStat::fShowMask {0} |
|
private |
The documentation for this class was generated from the following file: